Question
Recently which of the following state government has
decided to rejoin the Pradhan Mantri Fasal Bima Yojana (PMFBY)?Solution
The Agriculture Ministry announced that Andhra Pradesh has decided to rejoin the Pradhan Mantri Fasal Bima Yojana (PMFBY). When\ Andhra Pradesh decided to opt out, it had mentioned four reasons: first, the scheme should be voluntary; second, states should be given options to choose risk; third, the scheme should be universal, and the cut-off date for enrollment should be flexible; and fourth, the state should be given option to use their own database of E-crop, an application used by the AP government to collect information about crops. All these issues have been resolved now. Pradhan Mantri Fasal Bima Yojana provides a comprehensive insurance cover against failure of the crop thus helping in stabilizing the income of the farmers. The prescribed premium is 2% to be paid by farmers for all Kharif crops and 1.5% for all rabi crops. In the case of annual commercial and horticultural crops, the premium is 5%. Ministry: Ministry of Agriculture & Farmers Welfare Launch Year: 2016
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
The time complexity of binary search is:
In a binary tree, what is the maximum number of children a node can have?
Which type of AI is primarily used for adaptive mobile applications like virtual assistants?
Which of the following techniques is primarily used to address overfitting in machine learning models?
A data analysis algorithm requires processing data in a Last-In, First-Out (LIFO) manner. Which operation is used to get the most recently added element...
What type of relationship is represented by Aggregation in Object-Oriented Programming?
Consider the following sequence of stack operations:
PUSH(10) β PUSH(20) β PUSH(30) β POP() β PUSH(40) β POP() β POP()
What is...
Which of the following is true about triggers in a relational database?
Union-Find with path compression achieves nearly constant time because its complexity is: