Question
Pradhan Mantri Jeevan Jyoti Bima Yojana is available to
people in the age group of 18 to _________ years having a bank account who give their consent to join / enable auto-debit.Solution
Date of Launching     9th May 2015 PM Jeevan Jyoti Bima Yojana was established to provide life insurance security to the poor and low-income section of the society. This scheme can be availed by people aged between 18 years to 50 years. They must have a bank account to be eligible for Pradhan Mantri Jeevan Jyoti Bima Yojana. Anyone who joins the scheme before completing of 50 years, will have the risk of life cover up to the age of 55 years subject to payment of premium. In case of the death of the insured person, the next eligible beneficiary is provided with a death benefit including a death coverage of Rs. 2,00,000. Being a pure term insurance scheme, the Pradhan Mantri Jeevan Jyoti Yojana does not offer any maturity. Â
Which command is used to undo the changes
Which data structure gives amortized O(α(n)) time for union and find operations, where α is inverse Ackermann?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following sorting algorithms has a worst-case time complexity of O(N log N)?
Which algorithm is used to detect cycles in a directed graph?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
A sorting algorithm is considered "stable" if it maintains the relative order of records with equal keys. Which of the following algorithms is generally...
The time complexity of building a heap from an unsorted array of n elements is:
In the context of searching, what is the primary advantage of using hashing?