Question
Union Home Minister Amit Shah launched Good Governance
Index 2021 prepared by the Department of Administration Reforms and Public Grievances (DARPG) on Good Governance Day (25 December). Which State has topped the list in the North-East and Hill States Category?Solution
i. Other States – Group A: Gujarat has topped the composite ranking followed by Maharashtra and Goa. While Gujarat registered a 12.3 per cent increase, Goa registered a 24.7 per cent increase over GGI 2019 indicators. ii. Other States – Group B: Madhya Pradesh has topped the composite ranking. iii. North-East and Hill States: Himachal Pradesh has topped the composite ranking in North-East and Hill States. iv. Union Territories: Delhi has topped the union territories category composite rank registering a 14 per cent increase over the GGI 2019 indicators.
Which data collection method is best suited for obtaining real-time data from a third-party application?
Which of the following visualizations is most effective for detecting outliers in a dataset ?
Which of the following techniques is used to evaluate a postfix expression efficiently?
A company wants to analyze customer reviews by categorizing them as “Positive,” “Neutral,” or “Negative.” What type of data are these catego...
Which of the following is a primary advantage of using Tableau for building interactive dashboards?
What is the primary purpose of the Reduce phase in MapReduce?
Which of the following best describes quantitative data in a business analysis context?
Which test is commonly applied in time series analysis to determine whether a series is stationary?
Which IoT communication protocol is lightweight and optimized for constrained devices?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
  int x = 10, y = 20, *p1 = &x, *p2 = &y;...