Question
How many person days were generated under MGNREGS in FY
2024-25?Solution
The Mahatma Gandhi National Rural Employment Guarantee Scheme (MGNREGS) generated a total of 290.60 crore person-days in the financial year 2024-25, as per official government statistics released in July and August 2025. This figure marks a moderate decrease compared to the previous year (309 crore), reflecting both the stabilization of rural labor demand and improved targeting under the scheme.
Output of below code
public class Prg {
public static void main(String args[]){
System.out.print("A" + "B" + 'A');
}
...Which of the following SQL queries is used to remove a table from a database?
The Master Theorem gives time complexity for recurrences of the form:
In a Min-Heap, the root node is:
Which algorithm finds the shortest paths between all pairs of vertices in a weighted graph?
Which command is used to undo the changes
Recursive problems are implemented by
Which shortest-path algorithm is appropriate for graphs with non-negative weights and supports decrease-key efficiently for faster performance?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?    Â
Which of the following statements about Dijkstra’s algorithm is true?