Question
Which of the followings committee of RBI is formed with
the mission of fixing the benchmark policy interest rate (repo rate) to restrain inflation within the particular target level?Solution
State Bank of India has increased interest rate on its bulk term deposits (Rs 2 crore and above) by 40-90 basis points, with effect from May 10. Bajaj Finance, a non-banking finance company, has also increased fixed deposit rates by upto 10 bps. The increase in interest rate on deposits comes close on the heels of the monetary policy committee (MPC) sharply revising the benchmark repo rate upwards by 40 basis points to 4.40% in an off-cycle meeting to tame rising inflation. The maximum increase by SBI is 90 basis points, in the 5–10-year tenure and three years to less than 5 years’ tenure. The interest rates in these two buckets have moved up to 4.50% as against 3.60% earlier. Bulk deposits for 46 – 179 days’ tenor and 180 – 210 days’ tenor will fetch an interest rate of 3.50% as against 3 and 3.10% earlier, respectively. Deposits with 211 days to less than a year tenor will have an interest rate of 3.75%.
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?