Question
In 2022, the GoI Formulated the āNAMASTE Schemeā for
Cleaning of Sewers, Septic Tank. In NAMASTE, what does āEā stand for?Solution
Explanation: The Government of India (GoI) has developed a National Action Plan for Mechanized Sanitation Ecosystem ā NAMASTE scheme to achieve zero sanitation fatalities in India and to ensure that all sanitation work is undertaken by skilled workers. i. The NAMASTE scheme is a joint venture of the Department of Drinking Water and Sanitation, Ministry of Social Justice and Empowerment and the Ministry of Housing and Urban Affairs. ii. The NAMASTE scheme replaces the Self Employment Scheme for Rehabilitation of Manual Scavengers (SRMS) which was introduced in January, 2007. iii. The āNAMASTEā roadmap has been approved by the Standing Finance Committee (SFC), which is chaired by Secretary for Social Justice and Empowerment R. Subrahmanyam.
You have a dataset with sales data for multiple regions and months. You want to calculate the total sales per region and then filter the regions with to...
How does metadata contribute to effective data management in large-scale data systems?
A dataset contains "USA," "United States," and "U.S." as country entries. What is the best way to resolve these inconsistencies?
In wireless networking, what does the 802.11ac standard primarily improve over 802.11n?
Which of the following statements best describes the primary difference between big data and traditional data?
In SQL, which type of join returns all records from the left table and the matched records from the right table, and fills in NULL values for non-matchi...
Why is sampling often preferred over using the entire population for data analysis?
What is the result of the following SQL query?
Ā SELECT department, COUNT (employee_id)Ā
FROM employees GROUPBY department HAVING COUNT (e...Which of the following scenarios illustrates runtime polymorphism?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...