Question
Which life insurance company has launched SEWA, a plan
that covers hospitalization, ICU stay, surgeries, critical illness, and disability, besides life cover and also offers a 5 per cent discount in the first-year premium to women and transgender customers?Solution
Max Life Insurance, has ventured into the health and wellness segment with the launch of a new plan, SEWA.The Secure Earnings & Wellness Advantage (SEWA) plan covers hospitalisation, ICU stay, surgeries, critical illness, and disability, besides life cover. To drive insurance adoption among women and transgender customers, as part of financial inclusion, it offers them a 5 per cent discount in the first-year premium
Which of the following CPU scheduling algorithms is optimal for minimizing average waiting time but requires knowledge of future process execution times...
Which of the following sorting algorithms has the best average-case time complexity?
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...What is the primary purpose of a digital signature in cryptography?
Which command is TCL command
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
Which graph traversal technique is commonly used for topological sorting?
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
Depth-First Search (DFS) typically uses which data structure implicitly or explicitly?
What is the worst-case time complexity of Bubble Sort?