Question
Identify which of the following statements is/are
INCORRECT? I.Atal Pension Yojana (APY) is administered by Pension Fund Regulatory and Development Authority (PFRDA) through the National Pension System (NPS). II.Pradhan Mantri Jeevan Jyoti Bima Yojana (PMJJBY) is administered by LIC or any other life insurance company in partnership with banks / Post office. III.Pradhan Mantri Suraksha Bima Yojana (PMSBY) is a two -year accidental insurance scheme renewable from year to year offering coverage for death or disability due to accident.ÂSolution
Atal Pension Yojana (APY) is administered by Pension Fund Regulatory and Development Authority (PFRDA) through the National Pension System (NPS). Pradhan Mantri Jeevan Jyoti Bima Yojana (PMJJBY) is administered by LIC or any other life insurance company in partnership with banks / Post office. Pradhan Mantri Suraksha Bima Yojana (PMSBY) is a two -year accidental insurance scheme renewable from year to year offering coverage for death or disability due to accident.Â
In Hadoop’s distributed storage system, which of the following is responsible for managing and storing the actual data blocks?
Appending value to list in python
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which database management system feature helps ensure that all transactions are completed successfully and consistently? Â Â
...In computer fundamentals, what is the primary purpose of the BIOS in a computer system?
Which of the following protocols is primarily used to assign IP addresses dynamically to devices on a network?Â
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
Abstract Class in Java
When using virtual memory, what happens when a page fault occurs and the operating system cannot find a free frame in physical memory?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()