Question
The government is working towards strengthen (1) the
country's infrastructure (2), with a focus on building more efficient (3) transport systems to facilitate (4) trade and movement of goods across states. In each question below, four words printed in bold type are given. These are numbered (A), (B), (C), and (D). One of these words printed in bold might either be wrongly spelt or inappropriate in the context of the sentence. Find out the word that is inapp ropriate or wrongly spelt, if any. The number of the word is your answer. If the words printed in bold are correctly spelt and appropriate in the context of the sentence then mark (E), i.e., 'All Correct', as your answer.Solution
The word "strengthen" is incorrect in this context. It should be "strengthening" to match the structure of the sentence, as it refers to the ongoing action of working towards. The other words are correctly spelled and appropriate in the context.
A developer is tasked with implementing a task scheduling system where multiple tasks with dependencies need to be executed. Which data structure would ...
Which of the following data visualization tools is specifically designed for creating interactive dashboards for business analytics?
In data cleaning, which technique is most effective in handling outliers in a dataset that could skew analysis?
Which of the following is an example of non-random sampling?
Which forecasting method is most appropriate for time series data with a consistent trend but no seasonality?
What is polymorphism in Python?
Which sampling technique is most appropriate when the population is naturally divided into groups that differ significantly from each other?
In Python, which method removes missing values?
What will be the output of the following Python code?
def modify_list(lst):
  for i in range(len(lst)):
    lst[i] = ls...
A scatter plot reveals a strong positive linear relationship between two variables. Which of the following is the most appropriate statistical measure t...