Question
Which of the following documents will be considered as
the primary KYC for the Atal Pension Yojana?Solution
Explanation: APY was launched on 9th May, 2015 by the Prime Minister. APY is open to all saving bank/post office saving bank account holders in the age group of 18 to 40 years and the contributions differ, based on pension amount chosen. Subscribers would receive the guaranteed minimum monthly pension of Rs. 1,000 or Rs. 2,000 or Rs. 3,000 or Rs. 4,000 or Rs. 5,000 at the age of 60 years. Under APY, the monthly pension would be available to the subscriber, and after him to his spouse and after their death, the pension corpus, as accumulated at age 60 of the subscriber, would be returned to the nominee of the subscriber. The minimum pension would be guaranteed by the Government, i.e., if the accumulated corpus based on contributions earns a lower than estimated return on investment and is inadequate to provide the minimum guaranteed pension, the Central Government would fund such inadequacy. Alternatively, if the returns on investment are higher, the subscribers would get enhanced pensionary benefits. In the event of pre-mature death of the subscriber, Government has decided to give an option to the spouse of the subscriber to continue contributing to APY account of the subscriber, for the remaining vesting period, till the original subscriber would have attained the age of 60 years. The spouse of the subscriber shall be entitled to receive the same pension amount as that of the subscriber until the death of the spouse. After the death of both the subscriber and the spouse, the nominee of the subscriber shall be entitled to receive the pension wealth, as accumulated till age 60 of the subscriber. As on 31st July, 2021, a total of 321.02 lakh subscribers have been enrolled under APY.
- What is the output of the following part of the Python program? Â c = 0 while (c <= 2): Â Â c = c + 1 Â Â print("Hi")
You are using Python's built-in dict to store custom objects.
class MyObject:
  def __init__(self, value):
    self.val...
What is the primary purpose of the fork() system call in Unix-based operating systems?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which of these is an open-source container orchestration platform?
Which of the following protocol should be used for those websites which need login credentials for sending the data?
Which of the following is a property of an admissible heuristic in A* search?
Which of the following network topologies is most resilient to node failures?Â
In a Breadth-First Search (BFS) algorithm for graph traversal, what is the primary role of a queue?
The major drawback of Shortest Remaining Time First is:
Long average turnaround time