📘 What’s Inside This CAT RC Practice Post?

📝 Authentic CAT Reading Comprehension Passage: Practice with a real RC passage from a previous CAT exam.
✅ Detailed Questions with Step-by-Step Solutions: Each question is explained thoroughly for better understanding.
🎥 Video Solutions by Prashant Sir: Watch detailed video solutions for quicker concept clarity.
🎥 Passage Analysis Video by Prashant Sir: Understand the passage deeply with a full line-by-line and paragraph analysis.
🔍 In-Depth Passage Analysis: Gain insights through line-by-line and paragraph-wise analysis, supplemented with a quick summary table for efficient revision.
📚 Vocabulary Enhancement: Get a separate post explaining all tough words from the passage.



RC Passage

Direction for the questions 1 to 5: The passage below is accompanied by a set of five questions. Choose the best answer to each question.

The complexity of modern problems often precludes any one person from fully understanding them. Factors contributing to rising obesity levels, for example, include transportation systems and infrastructure, media, convenience foods, changing social norms, human biology and psychological factors. The multidimensional or layered character of complex problems also undermines the principle of meritocracy: the idea that the ‘best person’ should be hired. There is no best person. When putting together an oncological research team, a biotech company such as Gilead or Genentech would not construct a multiple-choice test and hire the top scorers, or hire people whose resumes score highest according to some performance criteria. Instead, they would seek diversity. They would build a team of people who bring diverse knowledge bases, tools and analytic skills.

Believers in a meritocracy might grant that teams ought to be diverse but then argue that meritocratic principles should apply within each category. Thus the team should consist of the ‘best’ mathematicians, the ‘best’ oncologists, and the ‘best’ biostatisticians from within the pool. That position suffers from a similar flaw. Even with a knowledge domain, no test or criteria applied to individuals will produce the best team. Each of these domains possesses such depth and breadth, that no test can exist. Consider the field of neuroscience. Upwards of 50,000 papers were published last year covering various techniques, domains of enquiry and levels of analysis, ranging from molecules and synapses up through networks of neurons. Given that complexity, any attempt to rank a collection of neuroscientists from best to worst, as if they were competitors in the 50-metre butterfly, must fail. What could be true is that given a specific task and the composition of a particular team, one scientist would be more likely to contribute than another. Optimal hiring depends on context. Optimal teams will be diverse.

Evidence for this claim can be seen in the way that papers and patents that combine diverse ideas tend to rank as high-impact. It can also be found in the structure of the so-called random decision forest, a state-of-the-art machine-learning algorithm. Random forests consist of ensembles of decision trees. If classifying pictures, each tree makes a vote: is that a picture of a fox or a dog? A weighted majority rules. Random forests can serve many ends. They can identify bank fraud and diseases, recommend ceiling fans and predict online dating behavior. When building a forest, you do not select the best trees as they tend to make similar classifications. You want diversity.

Programmers achieve that diversity by training each tree on different data, a technique known as bagging. They also boost the forest ‘cognitively’ by training trees on the hardest cases – those that the current forest gets wrong. This ensures even more diversity and accurate forests.

Yet the fallacy of meritocracy persists. Corporations, non-profits, governments, universities and even preschools test, score and hire the ‘best’. This all but guarantees not creating the best team. Ranking people by common criteria produces homogeneity. That’s not likely to lead to breakthroughs.

Full RC Video Analysis
RC Line-wise Explanation

Paragraph 1

"The complexity of modern problems often precludes any one person from fully understanding them."

Explanation: Modern problems are so complex that no single person can fully comprehend all aspects of them.

"Factors contributing to rising obesity levels, for example, include transportation systems and infrastructure, media, convenience foods, changing social norms, human biology and psychological factors."

Explanation: There are many factors that contribute to rising obesity rates, such as transportation, media, easy-to-get foods, changes in society, biology, and psychology.

"The multidimensional or layered character of complex problems also undermines the principle of meritocracy: the idea that the ‘best person’ should be hired."

Explanation: The complexity of these issues challenges the idea of meritocracy, which assumes there is a single best person for a task.

"There is no best person."

Explanation: The notion of a single "best person" is flawed in such complex scenarios.

"When putting together an oncological research team, a biotech company such as Gilead or Genentech would not construct a multiple-choice test and hire the top scorers, or hire people whose resumes score highest according to some performance criteria."

Explanation: In assembling an oncological research team, companies like Gilead or Genentech wouldn't simply hire the top scorers from a test or the people with the best resumes.

"Instead, they would seek diversity."

Explanation: Instead, they would look for diversity in the team.

"They would build a team of people who bring diverse knowledge bases, tools and analytic skills."

Explanation: The team would be composed of individuals with different areas of knowledge, tools, and analytical approaches.


Paragraph 2

"Believers in a meritocracy might grant that teams ought to be diverse but then argue that meritocratic principles should apply within each category."

Explanation: People who believe in meritocracy might agree that teams should be diverse but still argue that the best person in each category should be selected.

"Thus the team should consist of the ‘best’ mathematicians, the ‘best’ oncologists, and the ‘best’ biostatisticians from within the pool."

Explanation: They would argue that the team should consist of the best people in each field, such as mathematicians, oncologists, and biostatisticians.

"That position suffers from a similar flaw."

Explanation: However, this approach has a similar flaw to the meritocratic model.

"Even with a knowledge domain, no test or criteria applied to individuals will produce the best team."

Explanation: Even within a specific field of knowledge, no test or criteria will create the best team.

"Each of these domains possesses such depth and breadth, that no test can exist."

Explanation: These fields are so broad and deep that no test can properly rank individuals within them.

"Consider the field of neuroscience. Upwards of 50,000 papers were published last year covering various techniques, domains of enquiry and levels of analysis, ranging from molecules and synapses up through networks of neurons."

Explanation: For example, neuroscience is a vast field with over 50,000 published papers covering everything from molecular techniques to brain networks.

"Given that complexity, any attempt to rank a collection of neuroscientists from best to worst, as if they were competitors in the 50-metre butterfly, must fail."

Explanation: Due to this complexity, trying to rank neuroscientists like athletes competing in a race is doomed to fail.

"What could be true is that given a specific task and the composition of a particular team, one scientist would be more likely to contribute than another."

Explanation: However, it is possible that for a specific task and a certain team composition, one scientist might be more suited to contribute than another.

"Optimal hiring depends on context. Optimal teams will be diverse."

Explanation: The best hiring decisions depend on context, and the best teams are those that are diverse.


Paragraph 3

"Evidence for this claim can be seen in the way that papers and patents that combine diverse ideas tend to rank as high-impact."

Explanation: Research papers and patents that combine diverse ideas tend to be highly impactful, which supports the idea that diversity leads to better results.

"It can also be found in the structure of the so-called random decision forest, a state-of-the-art machine-learning algorithm."

Explanation: This idea of diversity can also be seen in the structure of a random decision forest, a type of machine-learning algorithm.

"Random forests consist of ensembles of decision trees."

Explanation: Random forests are made up of multiple decision trees working together.

"If classifying pictures, each tree makes a vote: is that a picture of a fox or a dog? A weighted majority rules."

Explanation: In image classification, each tree votes on whether an image is a fox or a dog, and the majority decision is used.

"Random forests can serve many ends. They can identify bank fraud and diseases, recommend ceiling fans and predict online dating behavior."

Explanation: Random forests have a wide range of applications, such as identifying fraud, diagnosing diseases, recommending products, and predicting behaviors.

"When building a forest, you do not select the best trees as they tend to make similar classifications."

Explanation: When creating a random forest, you don’t pick the best-performing trees, as they tend to make similar predictions.

"You want diversity."

Explanation: Instead, you seek diversity among the trees.


Paragraph 4

"Programmers achieve that diversity by training each tree on different data, a technique known as bagging."

Explanation: Diversity is achieved by training each tree on different data, a method called bagging.

"They also boost the forest ‘cognitively’ by training trees on the hardest cases – those that the current forest gets wrong."

Explanation: Programmers also make the forest more effective by training trees on the most difficult cases, the ones the forest struggles with.

"This ensures even more diversity and accurate forests."

Explanation: This process ensures even more diversity and improves the accuracy of the random forest.


Paragraph 5

"Yet the fallacy of meritocracy persists."

Explanation: Despite the evidence supporting diversity, the myth of meritocracy still persists.

"Corporations, non-profits, governments, universities and even preschools test, score and hire the ‘best’."

Explanation: Many organizations, from corporations to schools, continue to test, score, and hire based on the idea of selecting the "best."

"This all but guarantees not creating the best team."

Explanation: This approach almost guarantees that the best team won’t be created.

"Ranking people by common criteria produces homogeneity."

Explanation: Ranking people based on uniform criteria leads to a lack of diversity.

"That’s not likely to lead to breakthroughs."

Explanation: This lack of diversity is unlikely to result in innovative breakthroughs.

RC Paragraph Explanation

Paragraph 1 Summary

Modern complex problems, such as obesity, require diverse knowledge and skills, which challenges the principle of meritocracy. For example, research teams in specialized fields like oncology or biotech value diversity rather than hiring the top scorers or those with the best resumes.


Paragraph 2 Summary

Meritocratic beliefs might suggest diversity within fields, but this approach is flawed because the complexity of any knowledge domain, like neuroscience, makes it impossible to rank individuals effectively. Team composition and context are more important than individual ranking.


Paragraph 3 Summary

Evidence supports the importance of diversity in teams, as seen in high-impact papers, patents, and machine learning algorithms like random forests, which rely on diverse decision trees to make better predictions and solve complex problems.


Paragraph 4 Summary

Programmers ensure diversity in random forests by training trees on different data and focusing on challenging cases. This increases both diversity and accuracy in the system’s predictions.


Paragraph 5 Summary

Despite the evidence for diversity’s effectiveness, the fallacy of meritocracy persists, with many organizations continuing to rank and hire based on common criteria, which leads to homogeneity rather than breakthrough innovation.

RC Quick Table Summary
Paragraph NumberMain Idea
Paragraph 1Complex problems require diverse knowledge, which challenges meritocratic hiring principles.
Paragraph 2Meritocracy within fields is flawed because the complexity of knowledge domains makes ranking individuals ineffective.
Paragraph 3Diversity leads to higher impact, as seen in papers, patents, and random forests, which use diversity to improve predictions.
Paragraph 4Diversity in random forests is achieved by training on different data and focusing on challenging cases to improve accuracy.
Paragraph 5Despite evidence for the effectiveness of diversity, meritocracy still prevails, leading to homogeneity and preventing breakthroughs.

RC Questions

Ques 1. Which of the following conditions, if true, would invalidate the passage’s main argument?

Correct Answer: (A) Detailed explanation by Wordpandit: After reading the passage we can identify that the author’s main concern is that solely depending on meritocracy to create “the best teams” is a flawed concept. The tests that ‘rank’ people would only focus on certain aspects, and hence the selected team members would only fit that ‘common criteria’ of merit or eligibility. As per the author, this decreases the level of diversity of the team, and hence it impacts the frequency or range of breakthroughs that can be achieved. Now that we understand the author’s main concern, if it can be proven that meritocratic teams can also be diverse, and the team members can look at the issue at hand from various angles or perspectives, then the author’s argument will get weakened. Options B, C and D do not present an argument that attacks the gist of the passage, and hence they can be eliminated. Option A is the best fit, hence it is the correct answer.

Ques 2. The author critiques meritocracy for all the following reasons EXCEPT that:

Correct Answer: (A) Detailed explanation by Wordpandit: Option B can be eliminated as the author states in the first paragraph that, “The multidimensional or layered character of complex problems also undermines the principle of meritocracy: the idea that the ‘best person’ should be hired. There is no best person”. Then he also describes how a research team would require a team of people who bring diverse knowledge bases, tools and analytic skills. Option C can also be ruled out as the author states that, “Even with a knowledge domain, no test or criteria applied to individuals will produce the best team”. Option D captures the key message that the author is trying to convey through the passage. The only option which cannot be supported in the passage is Option A as it goes against the author’s perspective on team-building. He is in fact suggesting that “optimal teams will be diverse” and not comprised of “best people” according to a test. Hence, Option A is the correct answer.

Ques 3. Which of the following conditions would weaken the efficacy of a random decision forest?

Correct Answer: (A) Detailed explanation by Wordpandit: In the last paragraph, the author writes that programmers “also boost the forest ‘cognitively’ by training trees on the hardest cases – those that the current forest gets wrong. This ensures even more diversity and accurate forests”. If the decision trees were trained on the data derived from easy cases, then the efficacy of the decision forest will get reduced. Hence, Option A is the correct answer.

Ques 4. On the basis of the passage, which of the following teams is likely to be most effective in solving the problem of rising obesity levels?

Correct Answer: (B) Detailed explanation by Wordpandit: To answer this question correctly, we need to consider the author’s two key arguments – first, that diversity is required, and secondly there cannot be a specific test to judge the ‘best’ person. Options A and B look similar, however Option A specifies that the members have ‘scored a distinction’ – this shows merit in a test which the author is apparently debating against – hence we can eliminate Option A. Options C and D talk of picking a team from various countries, however they are trained in just one area each. As we cannot consider this to be ‘diverse’ we can eliminate both these options. Option B provides diversity as well as the fact that the subject matter expert performs well in their subject or profession. This is important because the team members “performed well” (and not at just ‘scored a distinction’ which is a comparable/ranking based metric). Hence, option B is the correct answer.

Ques 5. Which of the following best describes the purpose of the example of neuroscience?

Correct Answer: (D) Detailed explanation by Wordpandit: Before the author introduces the topic of neuroscience, he states in the preceding sentences, “Even with a knowledge domain, no test or criteria applied to individuals will produce the best team. Each of these domains possesses such depth and breadth, that no test can exist. Consider the field of neuroscience”. Describe the depth and extent of the example subject that he has chosen to emphasize his point that the experts from any vast area of knowledge cannot be assessed based on their scores or merit in a standard test. That being said, the author is neither implying that neuroscience is unlike other fields of knowledge, nor is he conveying that in other relatively narrow fields regular assessments of expertise are possible. Hence we can eliminate Options A & B, respectively. Options C singles out Neuroscience, which is not the author’s intention, as it is supposed to serves as an example to illustrate a bigger idea. Option D captures the essence of the passage, and also fits the reason why the author picked the example of a vast and complex area such as neuroscience. Hence, Option D is the correct answer.

Actual CAT VA-RC 2018 Slot 2: Question-wise Index

Reading ComprehensionWords from the Passage
RC Passage 1 (Q 1 to 5) Must-Learn Words (Passage 1)
RC Passage 2 (Q 6 to 9) Must-Learn Words (Passage 2)
RC Passage 3 (Q 10 to 14) Must-Learn Words (Passage 3)
RC Passage 4 (Q 15 to 19) Must-Learn Words (Passage 4)
RC Passage 5 (Q 20 to 24) Must-Learn Words (Passage 5)
Verbal Ability
Ques 25 (Paragraph Summary) Ques 26 (Para-jumble)
Ques 27 (Para-jumble) Ques 28 (Para-jumble)
Ques 29 (Para-jumble) Ques 30 (Misfit/Odd one out)
Ques 31 (Misfit/Odd one out) Ques 32 (Paragraph Summary)
Ques 33 (Paragraph Summary) Ques 34 (Paragraph Summary)
Free Counselling
Call Icon
×

Get 1 Free Counselling