Question
Under Pradhan Mantri Awas Yojana-Gramin (PMAY-G), which
method is used to select beneficiaries?Solution
Beneficiaries under PMAY-G are selected through a three-stage validation process, which includes the Socio-Economic Caste Census 2011, Gram Sabha, and geo-tagging. This ensures transparency and fairness in beneficiary selection.
The Activity Selection Problem can be optimally solved using a greedy approach. What is the greedy choice typically made at each step?
Which page replacement algorithm replaces the page that will not be used for the longest period of time in the future?Β Β
Which of the following design patterns is primarily used to create objects without specifying the exact class of object that will be created?
Which of the following sorting algorithms is best for nearly sorted data?
A bank's customer database has 1,000,000 sorted records. Compare the maximum number of comparisons needed by Linear Search vs Binary Search to find a sp...
Which of the following sorting algorithms has the best worst-case time complexity?
Which algorithm is best suited to find the shortest path in a graph with negative edge weights but no negative cycles?
Which of the following cloud service models provides the highest level of control over the infrastructure?
In the context of Data Modelling and Analytics, which technique is most suitable for identifying the underlying patterns in high-dimensional data withou...
Consider the array [5, 2, 8, 1, 9]. After the first pass of Selection Sort (to find the minimum element and place it at the beginning), what will the ar...