Question
What is the World Bank’s revised growth projection for
India for FY 2025–26?Solution
The World Bank upgraded India’s GDP growth projection for FY 2025–26 to 6.5%, from an earlier estimate of 6.3%. This revision reflects stronger domestic conditions, policy reforms such as GST simplification, and rising consumption demand, even amid external challenges like U.S. tariffs.
What factor is the most critical when determining the appropriate sample size for a study?
What is the purpose of calculating an appropriate sample size in data analysis?
In the context of memory management, which of the following page replacement algorithms suffers from Belady's Anomaly?
What is the primary benefit of customer segmentation in a data-driven marketing strategy?
A team leader requests a dashboard to display key performance indicators (KPIs) for the sales department. What is the most important consideration when ...
Consider the following Python code:
class Shape:
  def area(self):
    return 0
class Circle(Shape):
 �...
In project management, the critical path in a PERT chart represents:
In defining KPIs for a marketing campaign, what is the most critical aspect a data analyst should ensure?
You are working on a customer churn analysis project. Your objective is to predict which customers are likely to leave the service in the next quarter. ...
Which data transformation technique would be best for converting categorical variables, such as “Gender” (Male, Female), into a format usable in mac...