Question
Which of the following statements regarding the RBI
Governor Shaktikanta Das and his ranking as a central banker is correct? 1. RBI Governor Shaktikanta Das received an 'A+' rating in the Global Finance Central Banker Report Cards 2024. 2. Denmark's Christian Kettel Thomsen and Switzerland's Thomas Jordan were the only central bankers to achieve an 'A+' rating. 3. The Global Finance Central Banker Report Cards have been published annually since 1994, grading governors from nearly 100 countries.Solution
β’ Statement 1 is correct as Shaktikanta Das received an 'A+' rating in the Global Finance Central Banker Report Cards 2024. β’ Statement 2 is incorrect because along with Denmark's Christian Kettel Thomsen and Switzerland's Thomas Jordan, Shaktikanta Das was also among the central bankers who achieved an 'A+' rating. β’ Statement 3 is correct as the Global Finance Central Banker Report Cards have indeed been published annually since 1994.
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?