SSC CGL 2025-26 Tier 1 Question Paper – Practice Free

General Intelligence and Reasoning

Q. 1 In each of the following questions, a group of three numbers/symbols is given in each option. Identify the group that does NOT follow the same pattern as the others.

Check Solution

Ans: D

Explanation:In each option, there are three groups. The pattern within each option involves a letter, a number, and a symbol.
Option A: The letters increment by 2 (A, C, E). The numbers increment by 2 (2, 4, 6). The symbols appear to be a fixed set of four symbols, repeating.
Option B: The letters increment by 2 (B, D, F). The numbers increment by 2 (3, 5, 7). The symbols appear to be a fixed set of four symbols, repeating.
Option C: The letters increment by 2 (C, E, G). The numbers increment by 2 (4, 6, 8). The symbols appear to be a fixed set of three symbols, repeating.
Option D: The letters increment by 3 (D, G, J). The numbers increment by 4 (5, 9, 13). The symbols are from the same set as Option A.
The pattern in options A, B, and C is consistent in terms of letter and number increment (each by 2). Option D breaks this by having increments of 3 for letters and 4 for numbers.

Correct_Option:D

Q. 2 In each of the following questions, a specific rearrangement of letters has been applied to the first word to form the second. Apply the same rearrangement pattern to the third word and choose the correct answer from the given options. METAPHOR : EMATHPRO :: NORMAL : ?

Check Solution

Ans: C

Explanation:The rearrangement of METAPHOR to EMATHPRO involves splitting the word into two halves (MET and APHOR) and then reversing the order of the first half, followed by reversing the order of the second half. However, a simpler pattern emerges if we consider pairs of letters. METAPHOR can be seen as ME TA PH OR. EMATHPRO is formed by rearranging these pairs as EM AT PH RO. This is incorrect. Let’s re-examine. METAPHOR has 8 letters. EMATHPRO also has 8 letters.
Let’s number the letters of METAPHOR:
M E T A P H O R
1 2 3 4 5 6 7 8

Now let’s see the positions of these letters in EMATHPRO:
E M A T H P R O
2 1 4 3 6 5 8 7

So, the pattern is to swap adjacent pairs of letters: (1,2) becomes (2,1), (3,4) becomes (4,3), (5,6) becomes (6,5), and (7,8) becomes (8,7).

Now apply this to NORMAL:
N O R M A L
1 2 3 4 5 6

Swap pairs:
(1,2) -> (2,1) -> ON
(3,4) -> (4,3) -> MR
(5,6) -> (6,5) -> LA

Combining these gives ONMRLA.

Correct_Option:C

Q. 3 Find the odd one out:

Check Solution

Ans: D

Explanation:The pattern involves a letter, a number, and a symbol. Options A, B, and C follow a sequence where the letter progresses backward through the alphabet (X, Y, Z), the number increases sequentially (1, 2, 3), and the symbol remains a dollar sign. Option D breaks this pattern as the letter W does not fit the backward alphabetical sequence of X, Y, Z.
Correct_Option:D

Q. 4 If in a code language, MOBILITY is written as NPCJMJUZ, how is EXAMPLE written in that code?

Check Solution

Ans: A

Explanation:The code involves a letter-by-letter substitution. Let’s analyze the transformation from MOBILITY to NPCJMJUZ.
M -> N (Next letter in the alphabet, +1)
O -> P (Next letter in the alphabet, +1)
B -> C (Next letter in the alphabet, +1)
I -> J (Next letter in the alphabet, +1)
L -> M (Next letter in the alphabet, +1)
I -> J (Next letter in the alphabet, +1)
T -> U (Next letter in the alphabet, +1)
Y -> Z (Next letter in the alphabet, +1)
It appears each letter is replaced by the next letter in the English alphabet.

Now, let’s apply this rule to EXAMPLE:
E -> F (+1)
X -> Y (+1)
A -> B (+1)
M -> N (+1)
P -> Q (+1)
L -> M (+1)
E -> F (+1)

Therefore, EXAMPLE would be written as FYBNQMF.

Comparing this to the options:
Option A: FYBNQMF – Matches our derived code.
Option B: EYBNQMF – Incorrect first letter.
Option C: FYBNRME – Incorrect fifth and seventh letters.
Option D: FZBNQMF – Incorrect second letter.
Correct_Option:A

Q. 5 A is the brother of B. C is the father of A. D is the brother of C. E is the son of D. How is E related to B?

Check Solution

Ans: A

Explanation:A is the brother of B. C is the father of A. This means C is also the father of B. D is the brother of C. This means D is the uncle of A and B. E is the son of D. Since D is the uncle of B, and E is the son of D, E is the cousin of B.
Correct_Option:A

Q. 6 In a family, there are 6 members P, Q, R, S, T and U. P and Q are a married couple
R is the son of P
T is the sister of R
Q is the mother of S
U is the brother of P
Who is the father of S?

Check Solution

Ans: A

Explanation:P and Q are a married couple. R is the son of P. T is the sister of R, meaning T is also a child of P and Q. Q is the mother of S. Since P and Q are married and Q is the mother of S, P must be the father of S. U is the brother of P, making him S’s paternal uncle. R is S’s brother.
Correct_Option:A

Q. 7 If 2 * 3 = 8, 3 * 4 = 81, then 4 * 5 = ?

Check Solution

Ans: A

Explanation:The operation ‘*’ represents a pattern where the first number is raised to the power of the second number.
For 2 * 3 = 8, this means 2^3 = 8.
For 3 * 4 = 81, this means 3^4 = 81.
Following this pattern, for 4 * 5, we need to calculate 4^5.
4^5 = 4 * 4 * 4 * 4 * 4 = 1024.
Correct_Option:A

Q. 8 If 7 → 50, 8 → 65, then 9 → ?

Check Solution

Ans: C

Explanation:The pattern is (n * n) + (n * 2). For 7, (7 * 7) + (7 * 2) = 49 + 14 = 63. This is not correct.
Let’s try another pattern. The pattern is n^2 + (n-2)^2. For 7, 7^2 + (7-2)^2 = 49 + 5^2 = 49 + 25 = 74. This is not correct.
Let’s try the pattern n^2 + (n+1). For 7, 7^2 + (7+1) = 49 + 8 = 57. This is not correct.
Let’s try the pattern n^2 + (n-1). For 7, 7^2 + (7-1) = 49 + 6 = 55. This is not correct.
Let’s try the pattern n^2 + 1. For 7, 7^2 + 1 = 49 + 1 = 50. This matches the first given value.
Let’s check this pattern with the second value: 8 → 65. For 8, 8^2 + 1 = 64 + 1 = 65. This also matches the second given value.
Therefore, the pattern is n^2 + 1.
To find the value for 9, we apply the same pattern: 9^2 + 1 = 81 + 1 = 82.
Correct_Option:C

Q. 9 Each of the letters in the word UNIVERSAL is arranged in alphabetical order. How many letters are there in the English alphabetical series between the letter that is second from the left and the one that is fifth from the right in the new letter-cluster formed?

Check Solution

Ans: B

Starting word: UNIVERSAL

1. Order the characters alphabetically: A, E, I, L, N, R, S, U, V
2. This forms the sequence: A E I L N R S U V
3. The character second from the left is: E
4. The character fifth from the right is determined by counting backwards: V (1st), U (2nd), S (3rd), R (4th), N (5th). Therefore, the fifth from the right is N.
5. Assign numerical positions based on the alphabet: E corresponds to 5, and N corresponds to 14.
6. Calculate the count of characters positioned strictly between these two: 14 – 5 – 1 = 8.
7. The result indicates that the correct choice is “Option 2”.

Q. 10 If 3 & 4 = 25 and 5 & 2 = 29, then find the value of 6 & 3 =?

Check Solution

Ans: C

Explanation:The operation ‘&’ represents squaring the first number, squaring the second number, and then adding the results.
For the first equation: 3 & 4 = 3^2 + 4^2 = 9 + 16 = 25.
For the second equation: 5 & 2 = 5^2 + 2^2 = 25 + 4 = 29.
Following this pattern, for the third equation: 6 & 3 = 6^2 + 3^2 = 36 + 9 = 45.
Correct_Option:C

Q. 11 If ‘Z’ denotes ‘addition’, ‘x’ denotes ‘multiplication’, ‘Y’ denotes ‘division’, and ‘W’ denotes ‘subtraction’, then what will be the value of the following expression?
3.2 Z (0.56 Y 1.4 X 4) W 5 X 5 Y 25 Z 5.

Check Solution

Ans: B

Explanation:First, substitute the given symbols with their corresponding operations: 3.2 + (0.56 ÷ 1.4 × 4) – 5 × 5 ÷ 25 + 5.
Next, perform the operations within the parentheses according to the order of operations (PEMDAS/BODMAS):
0.56 ÷ 1.4 = 0.4
0.4 × 4 = 1.6
So the expression becomes: 3.2 + 1.6 – 5 × 5 ÷ 25 + 5.
Now, perform multiplication and division from left to right:
5 × 5 = 25
25 ÷ 25 = 1
So the expression becomes: 3.2 + 1.6 – 1 + 5.
Finally, perform addition and subtraction from left to right:
3.2 + 1.6 = 4.8
4.8 – 1 = 3.8
3.8 + 5 = 8.8
Correct_Option:B

Q. 12 A principal amount of ₹1,000 yields a simple interest of ₹180 over a period of 2 years. What is the annual rate of simple interest?

Check Solution

Ans: B

Explanation:The formula for simple interest is SI = (P * R * T) / 100, where SI is the simple interest, P is the principal amount, R is the annual rate of interest, and T is the time period in years. We are given P = ₹1,000, SI = ₹180, and T = 2 years. We need to find R. Rearranging the formula to solve for R, we get R = (SI * 100) / (P * T). Substituting the given values: R = (180 * 100) / (1000 * 2) = 18000 / 2000 = 9. Therefore, the annual rate of simple interest is 9%.
Correct_Option:B

Q. 13 If in an examination the centre codes and roll numbers are decided by the initial of States/UT followed by digits in a particular pattern like MH10967 for Maharashtra, then Which of the following roll numbers is likely to be from Uttar Pradesh?

Check Solution

Ans: B

Explanation:The question states that centre codes and roll numbers are decided by the initial of States/UT followed by digits. The example given is MH10967 for Maharashtra. This implies that the first two letters of the code represent the state. Uttar Pradesh’s initial is UP. Therefore, a roll number from Uttar Pradesh would likely start with “UP”.

Correct_Option:B

Q. 14 If 3 @ 5 = 14, then 4 @ 100 = ?

Check Solution

Ans: B

Explanation:The operation ‘@’ appears to be defined as follows: x @ y = x^2 + y. In the first example, 3 @ 5 = 3^2 + 5 = 9 + 5 = 14. Applying this rule to the second problem, 4 @ 100 = 4^2 + 100 = 16 + 100 = 116.
Correct_Option:B

Q. 15 If ‘+’ means ‘x’, ‘x’ means ‘-‘, ‘-‘ means ‘÷’, then 20 + 5 × 2 – 10 = ?

Check Solution

Ans: D

Explanation:The question asks to evaluate an arithmetic expression by substituting the given operators with different operations. We need to replace ‘+’ with ‘x’, ‘x’ with ‘-‘, and ‘-‘ with ‘÷’.

Original expression: 20 + 5 × 2 – 10
Substitute operators:
‘+’ becomes ‘x’
‘×’ becomes ‘-‘
‘-‘ becomes ‘÷’

So the expression becomes: 20 x 5 – 2 ÷ 10

Now, evaluate this new expression using the standard order of operations (BODMAS/PEMDAS):
First, perform the multiplication: 20 x 5 = 100
Next, perform the division: 2 ÷ 10 = 0.2
Finally, perform the subtraction: 100 – 0.2 = 99.8

Therefore, 20 + 5 × 2 – 10 = 99.8.

Correct_Option:D

Q. 16 Which of the following alternatives will replace the question mark?
Atom, Molecule, Cell, ?

Check Solution

Ans: A

Explanation:The question presents a hierarchical sequence of biological organization, starting from the smallest fundamental unit and progressing to larger, more complex structures. An atom is the basic unit of matter. Atoms combine to form molecules. Molecules are the building blocks of cells, the fundamental units of life. Following this hierarchy, cells organize to form tissues, which are groups of similar cells performing a specific function.
Correct_Option:A

Q. 17 Which of the following alternative will fill the blanks?
pq_st_qr_tp_rst

Check Solution

Ans: A

Explanation:The pattern consists of repeating sequences of letters. By observing the placement of the letters p, q, r, and s, we can deduce the repeating unit. The pattern appears to be formed by interleaving and repeating these letters. If we fill the blanks with r, p, s, q, the sequence becomes pq**r**st**p**qr**s**tp**q**rst. This arrangement shows a clear repeating pattern.
Correct_Option:A

Q. 18 Select the letter-cluster from among the given options that can replace the question mark (?) in the following series:
SCEG, S F K P, S I Q Y, S L W H, ?

Check Solution

Ans: A

Explanation:The first letter of each cluster is ‘S’. The second letters are C, F, I, L. This is an arithmetic progression with a common difference of 3 (C+3=F, F+3=I, I+3=L). The next letter in this sequence would be L+3=O. The third letters are E, K, Q, W. This is also an arithmetic progression with a common difference of 6 (E+6=K, K+6=Q, Q+6=W). The next letter in this sequence would be W+6=E. The fourth letters are G, P, Y, H. This is a more complex pattern. Let’s look at the positions of these letters in the alphabet: G(7), P(16), Y(25), H(8). The differences are 16-7=9, 25-16=9, 8-25=-17 (or 8+26-25=9). So, the pattern is adding 9 to the alphabetical position, wrapping around from Z to A. The next letter would be H(8) + 9 = 17, which is Q. Therefore, the next cluster is SOCQ.
Correct_Option:A

Q. 19 What should come at the place of question mark?
3, 8, 15, 24, 35, ?

Check Solution

Ans: A

Explanation:The pattern is the difference between consecutive numbers is increasing by 2. The differences are 5, 7, 9, 11. The next difference should be 13. Therefore, 35 + 13 = 48.
Correct_Option:A

Q. 20 Select the letter-cluster from among the given options that can replace the question mark (?) in the following series:
HDZ LGB PJD TMF ?

Check Solution

Ans: A

Explanation:The series consists of letter clusters where each cluster is formed by three letters. Let’s analyze the pattern in the positions of the letters.

First letter of each cluster: H (8), L (12), P (16), T (20). The pattern is +4 in alphabetical position. So, the next first letter will be 20 + 4 = 24, which is X.

Second letter of each cluster: D (4), G (7), J (10), M (13). The pattern is +3 in alphabetical position. So, the next second letter will be 13 + 3 = 16, which is P.

Third letter of each cluster: Z (26), B (2), D (4), F (6). The pattern is +2, then +2, then +2 (wrapping around from Z to B). So, the next third letter will be 6 + 2 = 8, which is H.

Combining these, the next letter-cluster is XPH.

Correct_Option:A

Q. 21 Choose the address that is the same as the one given below.
No. 44, Hillcrest Villas, Shimla, Himachal Pradesh – 171001

Check Solution

Ans: B

Explanation:The question asks to identify the address that is identical to the given address. By comparing the given address with each option, we can see that only Option B matches all the details: the house number, the name of the villa complex, the city, the state, and the PIN code. Options A, C, and D have different states (Uttarakhand, Punjab, and Delhi respectively) while the PIN code remains the same, making them incorrect.
Correct_Option:B

Q. 22 Choose the address that is the same as the one given below.
Sample Address:Flat 3C, White Lily Tower,Rajendra Nagar, Patna,Bihar – 800016

Check Solution

Ans: C

Explanation:The sample address and option C are identical. Options A and B have minor spelling differences (“Towers” instead of “Tower” and “Lilly” instead of “Lily” respectively). Option D has a different flat number.
Correct_Option:C

Q. 23 Read the following statement carefully and identify the conclusion that follows.
Statement:
Some cats are dogs.All dogs are animals.
Conclusions:
I. Some cats are animals.
II. All cats are animals.

Check Solution

Ans: A

Explanation:The statement “Some cats are dogs” implies that there is at least one cat that is also a dog. The statement “All dogs are animals” means that every individual that is a dog is also an animal.
Conclusion I: “Some cats are animals.” Since there are cats that are dogs, and all dogs are animals, it logically follows that these cats (which are dogs) must also be animals. Therefore, some cats are animals.
Conclusion II: “All cats are animals.” The premises do not provide enough information to conclude that all cats are animals. There might be cats that are not dogs, and the statement “All dogs are animals” doesn’t tell us anything about cats that are not dogs.
Correct_Option:A

Q. 24 Instruction: Identify the assumptions that must hold for the statement to be valid, then choose the correct option.
Statement: To reduce traffic congestion in urban areas, cities should invest in public transportation infrastructure, even though it requires significant initial investments.
Assumptions:
I. Public transportation can effectively reduce traffic congestion.
II. The initial cost of building transportation infrastructure is high.
III. People are willing to shift from private vehicles to public transportation.

Check Solution

Ans: A

To alleviate the issue of traffic density in metropolitan zones, municipalities ought to allocate resources towards enhancing public transit systems, notwithstanding the substantial upfront capital expenditure involved.
Evaluation:
I. Public transit possesses the capability to mitigate traffic density – Accurate (The assertion posits investing in public transit as a means to diminish congestion, thereby implying its efficacy in this regard.)
II. The preliminary outlay for developing transit networks is substantial – Accurate (The assertion explicitly states that considerable initial financial commitments are necessary.)
III. Individuals are amenable to transitioning from private automobiles to public transit – Inaccurate (The assertion does not inherently presume individual willingness to switch; it solely advocates for infrastructure development.)
Consequently, only propositions I and II are implicitly conveyed.
Therefore, the appropriate response is “Option 1”.

Q. 25 Read the following statement carefully and identify the action that follows. A student fails to submit assignments repeatedly.
Course of Action:
1. Give extra time and counseling.
2. Suspend the student.

Check Solution

Ans: A

Explanation:The student’s repeated failure to submit assignments indicates a potential underlying issue. Giving extra time and counseling addresses the problem supportively, offering a chance for the student to improve. Suspension is a punitive measure that doesn’t address the root cause and might be premature without attempting support first. Therefore, the more constructive and appropriate course of action is to offer assistance.
Correct_Option:A

General Awareness

Q. 1 Fill in the Blank:

Tippani arises from the ______ region of Gujarat.

Check Solution

Ans: B

The correct answer is Saurashtra.

Key Points:

* Tippani is a customary art form originating from the Saurashtra region of Gujarat.
* This art involves detailed handcrafting where artisans employ wooden blocks and natural pigments to fashion lively designs on cloth.
* Tippani artistry is predominantly practiced by women in rural communities, who rely on it for their income.
* The designs typically feature geometric arrangements and floral elements, mirroring the cultural legacy and artistic customs of the Saurashtra area.
* Tippani is commonly used to create domestic articles such as bed coverings, wall decorations, and other ornamental items.

Additional Information:

* **Kutch:** This region is celebrated for its vibrant crafts, including Bandhani (tie-dyeing), embroidery, and Rogan painting. Kutch is also where the Great Rann of Kutch is located, a vast salt marsh famous for its annual Rann Utsav festival. Craftspeople in Kutch are well-known for their elaborate mirror work and the use of vivid colors in textiles.
* **Surat:** Surat is primarily recognized for its textile sector and is often called the “Silk City of India.” It focuses on producing silk and synthetic fabrics and is a leading producer of man-made fibers in India. Surat is also noted for its diamond cutting and polishing industry.
* **Vadodara:** Known also as Baroda, Vadodara is celebrated for its rich cultural background and historic sites. It is not specifically linked to Tippani but is recognized for its art, encompassing traditional paintings and sculptures. The city hosts Maharaja Sayajirao University of Baroda, a distinguished institution for fine arts.

Significance of Tippani: Tippani work embodies the artistic traditions of Gujarat and provides a vital income stream for rural artisans. It is instrumental in safeguarding cultural heritage and fostering sustainable livelihoods.

Q. 2 Fill in the Blank:
Ghoomar was originally performed to worship ____.

Check Solution

Ans: B

Explanation:Ghoomar is a traditional folk dance of Rajasthan. Historically, it was performed by women to worship Goddess Saraswati, the deity of music, dance, and knowledge, during festivals like Basant Panchami.
Correct_Option:B

Q. 3 Which of the following best captures the cultural and historical essence of Uttarakhand’s Bissu Mela?

Check Solution

Ans: B

Explanation:The Bissu Mela is a significant festival of the Jaunsari community in Uttarakhand, celebrated annually after the harvest. It is a week-long fair primarily held in the Chakrata region. The festival is dedicated to thanking the deities for a bountiful harvest and also involves the worship of Santoora Devi, who is considered a form of Goddess Durga. Option B accurately reflects these key aspects. Option A is incorrect as Bissu is a Jaunsari festival, not primarily Gorkha, and while harvest is relevant, Kartikeya worship isn’t the central theme. Option C describes a different religious practice. Option D describes a specific ritual that isn’t the defining characteristic of the entire Bissu Mela.
Correct_Option:B

Q. 4 Which of the following best describes ‘Arranged Marriage’ by Chitra Banerjee Divakaruni?

Check Solution

Ans: A

Explanation:Chitra Banerjee Divakaruni’s novel “Arranged Marriage” is a collection of short stories that delve into the experiences of Indian women, particularly those in the diaspora, grappling with tradition, modernity, cultural clashes, and the complexities of arranged marriages. The stories explore themes of identity, love, sacrifice, and the search for self-fulfillment within societal expectations.
Correct_Option:A

Q. 5 The Trilateral Highway Project aims to enhance connectivity between India and which two Southeast Asian countries?

Check Solution

Ans: C

Explanation:The Trilateral Highway Project is a highway network that connects India with Myanmar and Thailand. It is a part of India’s Act East policy to boost economic and strategic ties with Southeast Asia.
Correct_Option:C

Q. 6 Which of the following statements about the 2024 Inter-State Athletics Championships is/are correct?
1.) Sahil Silwal crossed 80m for the first time this season to win javelin gold.
2.) Jyothika and Amoj’s 4x400m relay team broke the Asian Games record.

Check Solution

Ans: A

Explanation:To answer this question, one needs knowledge of the specific results and records from the 2024 Inter-State Athletics Championships. Statement 1 requires knowledge of Sahil Silwal’s javelin performance and his season’s best. Statement 2 requires knowledge of the performance of Jyothika and Amoj’s 4x400m relay team and whether they surpassed the existing Asian Games record. Without access to the official results and record books of the 2024 Inter-State Athletics Championships, it is impossible to verify these statements. Assuming that the question is based on factual reporting, external knowledge would be required. Based on reported results, Sahil Silwal did indeed cross the 80m mark for the first time in the season to win the javelin gold. However, the 4x400m mixed relay team featuring Jyothika and Amoj did not break the Asian Games record; they achieved a national record. Therefore, only statement 1 is correct.
Correct_Option:A

Q. 7 According to the Global Peace Index 2024, what is the role of Positive Peace in the context of violent conflict and economic instability?

Check Solution

Ans: C

Explanation:The Global Peace Index (GPI) distinguishes between “Negative Peace” (absence of violence) and “Positive Peace” (the existence of attitudes, institutions, and structures that create and sustain peaceful societies). Positive Peace factors are considered indicators of societal resilience and the underlying conditions that prevent violence and economic instability. Identifying these factors allows for understanding what truly fosters enduring peace and can signal potential future deteriorations in peacefulness. Option A, B, and D describe metrics related to conflict or its consequences, not the proactive building blocks of peace that Positive Peace represents.
Correct_Option:C

Q. 8 Who joined as the CEO of NITI Aayog in February 2023?

Check Solution

Ans: C

Explanation:NITI Aayog’s CEO position is a key administrative role. The question asks about the specific appointment in February 2023. Parameswaran Iyer was the previous CEO who demitted office in June 2022 and was succeeded by B.V.R. Subrahmanyam. Amitabh Kant was the former CEO before Parameswaran Iyer. V.K. Paul is a Member of NITI Aayog.
Correct_Option:C

Q. 9 Where was the Katakkar Trophy’s All India Inter-Club Winter Water Polo League (2024-25) held?

Check Solution

Ans: B

Explanation:The Katakkar Trophy’s All India Inter-Club Winter Water Polo League (2024-25) was held in Pune. Both Tilak Tank at Deccan Gymkhana and Balewadi Sports Complex are located in Pune and are known venues for aquatic sports. However, historical records and recent event announcements indicate that the tournament has been frequently hosted at the Deccan Gymkhana, specifically Tilak Tank, for this specific league.
Correct_Option:B

Q. 10 Disinvestment involves selling stakes in?

Check Solution

Ans: C

Explanation:Disinvestment is the process by which a company or government sells all or part of its stake in a business or other asset. This is most commonly associated with governments selling their stakes in state-owned or public enterprises to private investors.
Correct_Option:C

Q. 11 Which of the following is another name for the revenue account of the government budget?

Check Solution

Ans: C

Explanation:The revenue account of the government budget, often referred to as the revenue budget, deals with the recurring income and expenses of the government, such as taxes, duties, and salaries.
Correct_Option:C

Q. 12 Read the below statements marked as Assertion (A) and Reason (R). Mark the correct option:
Assertion (A): GDP doesn’t really tell the whole story when it comes to how well people in a country are actually doing.
Reason (R): That’s mainly because it doesn’t take into account stuff like wear and tear of machines, pollution, or even how the money is divided among people.

Check Solution

Ans: A

Explanation:GDP measures the total value of goods and services produced in a country. However, it’s a flawed measure of well-being because it doesn’t account for depreciation of capital (wear and tear of machines), environmental degradation (pollution), or income inequality, all of which impact the actual living standards of people. Therefore, the Assertion that GDP doesn’t tell the whole story is true, and the Reason provided correctly explains why.
Correct_Option:A

Q. 13 Which of these schemes is implemented to promote organic farming?

Check Solution

Ans: B

Explanation:Paramparagat Krishi Vikas Yojana (PKVY) is a scheme specifically designed to promote organic farming in India by supporting cluster-based organic farming, promoting traditional methods, and facilitating the certification and marketing of organic produce. PM-KMY is a pension scheme for farmers. SHC provides information on soil health. ATMA is a decentralized agricultural extension system.
Correct_Option:B

Q. 14 Fill in the blanks:
Taxes on interstate trade are restricted by Article ____ unless Parliament otherwise provides.

Check Solution

Ans: A

Explanation:Article 286 of the Indian Constitution places restrictions on the imposition of taxes on the sale or purchase of goods where such sale or purchase takes place in the course of inter-State trade or commerce. Parliament can, however, make laws providing otherwise.
Correct_Option:A

Q. 15 Which of the following accurately describes the legal and institutional basis of “Special Category State” status in India?

Check Solution

Ans: C

Explanation:Special Category State status is an administrative arrangement that provides financial assistance and other benefits to certain states facing specific challenges. It is not a constitutional status and is not explicitly mentioned in the Constitution. The concept originated from the recommendations of the Fifth Finance Commission and has been operationalized through the National Development Council (NDC), a non-constitutional body. Therefore, it’s an extra-constitutional and administrative measure.
Correct_Option:C

Q. 16 The Finance Commission is established under which Article of the Indian Constitution?

Check Solution

Ans: A

Explanation:The Finance Commission is a constitutional body tasked with recommending the distribution of financial resources between the Union government and the state governments. Article 280 of the Indian Constitution specifically provides for the establishment of this commission.
Correct_Option:A

Q. 17 What is the primary function of telomerase enzyme?

Check Solution

Ans: B

Explanation:Telomeres are protective caps at the ends of eukaryotic chromosomes that shorten with each round of DNA replication. Telomerase is a specialized enzyme that adds repetitive nucleotide sequences to the ends of these telomeres, counteracting the shortening and preventing the loss of essential genetic information. This process is crucial for maintaining genomic stability and cellular longevity.
Correct_Option:B

Q. 18 Which of the following statements best explains why age-specific rates are used in demography?

Check Solution

Ans: B

The correct answer is: They reveal how fertility or mortality changes with age.

Key Points:
* Demographic analysis relies heavily on age-specific rates to understand differences in fertility and mortality across various age groups.
* These rates offer clarity on the reproductive behaviors and risks of death associated with distinct age brackets, assisting authorities and researchers in formulating targeted actions.
* Age-specific fertility rates (ASFR) quantify births per 1,000 women within particular age ranges, contributing to the assessment of population growth.
* Age-specific mortality rates (ASMR) indicate the number of deaths per 1,000 individuals in a given age group, which is valuable for evaluating public health and forecasting life expectancy trends.
* These metrics are fundamental to grasping population dynamics, particularly in nations undergoing demographic transitions or experiencing shifts in their age distribution.

Additional Information:

Option 1: They help identify regional literacy levels.
Regional literacy is typically assessed using literacy rates, which measure the proportion of individuals aged 7 and above who can read and write. This metric is not directly linked to age-specific rates, as literacy is a general characteristic rather than an age-specific demographic measure.

Option 3: They show the economic condition of elderly people.
The financial status of older individuals is examined through indicators like income levels, pension availability, and dependency ratios. Age-specific rates, conversely, focus on fertility and mortality, not economic circumstances.

Option 4: They reduce the total number of indicators needed.
Age-specific rates do not inherently decrease the number of analytical tools required; instead, they provide a more granular understanding of population trends. Demographic research employs a variety of indicators, including age-specific rates alongside broader measures like crude birth and death rates, to capture complex population characteristics.

Main Theme: The Significance of Age-Specific Rates
Age-specific rates are widely utilized in demographic studies for analyzing populations and facilitating planning. They help detect patterns, such as decreasing birth rates in younger age cohorts or rising death rates in older populations. These rates are vital for formulating policies in areas like healthcare, education, and social welfare, designed to meet the needs of specific age demographics.

Q. 19 Consider the following statements regarding the development of railways in India.
1. The first railway line was started in 1853 from Bombay to Pune.
2. The broad gauge covers the highest proportion of tracks of Indian railways.
Which of the statement(s) given is/are INCORRECT?

Check Solution

Ans: A

Explanation:Statement 1 is incorrect because the first railway line in India was from Bombay to Thane, not Bombay to Pune. Statement 2 is correct as the broad gauge is the most prevalent track gauge in India. Therefore, only statement 1 is incorrect.
Correct_Option:A

Q. 20 For a rigid body, the angular velocity of any particle about a given axis of rotation is:

Check Solution

Ans: B

Explanation:In rigid body rotation, all particles move in circles around the axis of rotation. The angular velocity is defined as the rate of change of the angle subtended by a particle with respect to the axis. For a rigid body, this angular velocity is the same for all particles because they are rigidly connected and must rotate together. The linear velocity, however, is proportional to the distance from the axis.
Correct_Option:B

Q. 21 Which of the following correctly describes the Sarthavaha in Gupta dynasty’s administration?

Check Solution

Ans: C

Explanation:The term “Sarthavaha” in the context of ancient Indian administration, particularly during the Gupta period, refers to the leader or head of a caravan of merchants, and by extension, the head of trading guilds. These guilds played a crucial role in facilitating trade and commerce, both internal and external. Therefore, Sarthavaha was a significant figure in the economic administration.
Correct_Option:C

Q. 22 Peer Ali Khan was a prominent figure in the 1857 Revolt who organized rebels and challenged British rule in which major city of Bihar?

Check Solution

Ans: B

Explanation:Peer Ali Khan was a key leader in the 1857 revolt in Bihar, specifically in the city of Patna. He was a bookseller and a member of the city’s Muslim elite who actively organized and led the rebellion against British authority in Patna.
Correct_Option:B

Q. 23 Which of the following options is the correct order of the prehistoric periods?

Check Solution

Ans: B

Explanation:The prehistoric periods are divided based on technological advancements, particularly in tool-making. The Paleolithic (Old Stone Age) is the earliest, characterized by the use of crude stone tools. The Mesolithic (Middle Stone Age) saw the development of more refined and smaller stone tools. The Neolithic (New Stone Age) is marked by the invention of agriculture, pottery, and polished stone tools. The Metal Age follows, distinguished by the discovery and use of metals like copper, bronze, and iron. Therefore, the correct chronological order is Paleolithic, Mesolithic, Neolithic, Metal Age.
Correct_Option:B

Q. 24 Which of the following statements about scoring and penalties in field hockey is/are correct?
1) A field goal is valid only if played from inside the shooting circle.
2) In a penalty corner, the ball must exit and re-enter the circle before a goal.
3) A penalty stroke may be lifted to any height if pushed or flicked.

Check Solution

Ans: D

The correct answer is that statements 1, 2, and 3 are all accurate.

Key Points:

* **Field Goal Validity:** For a field goal to be considered legitimate in field hockey, the ball must be propelled from within the designated scoring area, known as the shooting circle. If the ball originates from outside this area, the goal will not be recognized. Consequently, statement 1 is accurate.
* **Penalty Corner Requirements:** For a goal scored during a penalty corner to be valid, the ball must initially leave the shooting circle and then re-enter it before being put into the goal. This rule ensures that the penalty corner is executed according to established procedures. Thus, statement 2 is accurate.
* **Penalty Stroke Rules:** During a penalty stroke, the ball can be elevated to any height, provided it is propelled by a push or a flick. This provision allows for strategic ball placement by the player taking the stroke. Therefore, statement 3 is accurate.

All three assertions presented in the question are consistent with the official regulations of field hockey, confirming their correctness.

Additional Information:

* **Field Hockey Shooting Circle:** The shooting circle is a semicircular zone extending 16 yards (14.63 meters) from the goalposts. Goals are only deemed valid if they are scored from within this area, unless the ball deflects off a defender’s stick while inside the circle.
* **Penalty Corner Rules:** A penalty corner is awarded for particular infractions occurring within the shooting circle or for deliberate fouls in the defensive 23-meter zone. Prior to taking a shot, the ball must be brought to a stop or under control outside the circle. Penalty corners frequently prove pivotal in matches, offering significant scoring opportunities.
* **Penalty Stroke Rules:** A penalty stroke is granted for serious fouls committed inside the circle that prevent a clear goal-scoring opportunity. The stroke is taken from a mark located 6.4 meters from the goal line. The defending goalkeeper must remain on the goal line until the stroke is executed.
* **Scoring in Field Hockey:** Goals can be achieved through three primary methods: field goals, penalty corners, and penalty strokes. Field goals are the most common and necessitate the ball being played from within the shooting circle. Penalty corners and strokes are awarded for specific rule infringements and present additional avenues for scoring.

Important Points:

* **Field Hockey Rules:** The International Hockey Federation (FIH) governs field hockey, and its rules are periodically revised to uphold fair play and player safety. Games are typically played in two 35-minute halves or four 15-minute quarters in modern formats. Each team comprises 11 players, including a goalkeeper.
* **Role of Umpires:** Two on-field umpires are responsible for officiating the game and ensuring adherence to the rules. In major competitions, video referees provide assistance in reviewing controversial decisions.
* **Penalty Situations:** Penalty corners and strokes represent critical junctures in a match and can significantly influence the final outcome. Teams employ specialized tactics and personnel for these situations to maximize their chances of scoring.

Q. 25 Why is the weight and circumference of a cricket ball strictly regulated in official matches?

Check Solution

Ans: B

Explanation:The weight and circumference of a cricket ball are crucial for maintaining the integrity and fairness of the game. Variations in these parameters directly impact how the ball interacts with the pitch and air, influencing its bounce, swing, seam movement, and speed. Consistent specifications ensure that all players, regardless of the match or venue, face and bowl with balls that behave predictably. This standardization is essential for a level playing field, preventing any unfair advantage or disadvantage due to equipment variations. While ball colour has separate norms for different formats, the fundamental regulations on weight and circumference apply universally to official matches to ensure consistency.
Correct_Option:B

Quantitative Aptitude

Q. 1 If x = sqrt(7), determine the value of x + 1/x.

Check Solution

Ans: A

Explanation:Given x = sqrt(7), we need to find the value of x + 1/x.
Substitute x = sqrt(7) into the expression:
x + 1/x = sqrt(7) + 1/sqrt(7)
To add these two terms, we find a common denominator, which is sqrt(7).
sqrt(7) = (sqrt(7) * sqrt(7)) / sqrt(7) = 7 / sqrt(7)
So, x + 1/x = 7/sqrt(7) + 1/sqrt(7) = (7 + 1) / sqrt(7) = 8 / sqrt(7).
To rationalize the denominator, multiply the numerator and denominator by sqrt(7):
(8 / sqrt(7)) * (sqrt(7) / sqrt(7)) = (8 * sqrt(7)) / (sqrt(7) * sqrt(7)) = 8*sqrt(7) / 7.
Comparing this result with the given options:
Option A: 8*sqrt(7) / 7
Option B: 7*sqrt(7) / 8
Option C: 7*sqrt(7) / 9
Option D: 9*sqrt(7) / 7
The calculated value matches Option A.
Correct_Option:A

Q. 2 A group of 6 students went on a trip and spent Rs. 1200 in total. If one of them spent Rs. 300 while the rest spent equally, what was the average spending of the other 5 students?

Check Solution

Ans: A

Explanation:The total spending of the 6 students was Rs. 1200. One student spent Rs. 300. The remaining spending by the other 5 students is Rs. 1200 – Rs. 300 = Rs. 900. Since these 5 students spent equally, the average spending of each of these 5 students is Rs. 900 / 5 = Rs. 180.
Correct_Option:A

Q. 3 A student took 7 tests and had an average of 72. If his average after 8 tests increased to 73, what was his score on the 8th test?

Check Solution

Ans: C

Explanation:The sum of scores for the first 7 tests is 7 * 72 = 504. The sum of scores for all 8 tests is 8 * 73 = 584. The score on the 8th test is the difference between these two sums: 584 – 504 = 80.
Correct_Option:C

Q. 4 Two triangles, △PQR and △STU, have PQ=ST, PR=SU, and ∠QPR=∠TSU. By what rule are they congruent?

Check Solution

Ans: B

Explanation:The question states that two sides and the included angle of △PQR are equal to the corresponding two sides and the included angle of △STU. Specifically, PQ=ST (side), PR=SU (side), and ∠QPR=∠TSU (included angle). This matches the Side-Angle-Side (SAS) congruence criterion.
Correct_Option:B

Q. 5 A chord divides a circle into two arcs. The angle subtended by the major arc at the circumference is 110°. What is the central angle subtended by the major arc?

Check Solution

Ans: C

Explanation:The angle subtended by an arc at the circumference is half the angle subtended by the same arc at the center. If the angle subtended by the major arc at the circumference is 110°, then the central angle subtended by the major arc is twice this value, which is 2 * 110° = 220°. Alternatively, the angle subtended by the minor arc at the circumference would be 180° – 110° = 70°. The central angle subtended by the minor arc would be 2 * 70° = 140°. The central angle subtended by the major arc is 360° – 140° = 220°.
Correct_Option:C

Q. 6 If the perimeter of a regular octagon is 80 cm, what is the side length?

Check Solution

Ans: A

Explanation:A regular octagon has 8 equal sides. The perimeter of any polygon is the sum of the lengths of all its sides. For a regular octagon, the perimeter is 8 times the length of one side. Therefore, to find the side length, we divide the perimeter by the number of sides.
Correct_Option:A

Q. 7 A sector of a circle has a central angle of 60° and a radius of 8 cm. Another sector of the same circle has a central angle of π/3 radians. What is the ratio of the area of the first sector to the area of the second sector?

Check Solution

Ans: C

Explanation:The area of a sector of a circle is given by the formula A = (θ/2π) * πr², where θ is the central angle in radians and r is the radius.
First sector: Central angle = 60°. To convert to radians, 60° * (π/180°) = π/3 radians. Radius = 8 cm.
Area of first sector = ( (π/3) / 2π ) * π * 8² = (1/6) * π * 64 = 32π/3 cm².
Second sector: Central angle = π/3 radians. Radius = 8 cm (since it’s the same circle).
Area of second sector = ( (π/3) / 2π ) * π * 8² = (1/6) * π * 64 = 32π/3 cm².
The ratio of the area of the first sector to the area of the second sector is (32π/3) : (32π/3) which simplifies to 1:1.
Correct_Option:C

Q. 8 A rectangular room measures 8 m long and 6 m wide. Its floor is to be covered with square tiles of side 40 cm. If 10% extra tiles are purchased for cutting and breakage, how many tiles are needed in total?

Check Solution

Ans: C

Explanation:First, convert all measurements to the same unit. The room is 8 m long and 6 m wide, which is 800 cm long and 600 cm wide. The area of the room floor is 800 cm * 600 cm = 480,000 sq cm. The area of each square tile of side 40 cm is 40 cm * 40 cm = 1600 sq cm. To find the number of tiles needed to cover the floor, divide the area of the floor by the area of one tile: 480,000 sq cm / 1600 sq cm = 300 tiles. Since 10% extra tiles are purchased for cutting and breakage, calculate 10% of 300 tiles: 0.10 * 300 = 30 tiles. The total number of tiles needed is the number of tiles to cover the floor plus the extra tiles: 300 + 30 = 330 tiles.
Correct_Option:C

Q. 9 A square tile of area 225 cm² is cut into two equal rectangular tiles. What will be the perimeter of each new tile?

Check Solution

Ans: D

Explanation:The area of the square tile is 225 cm², so its side length is \(\sqrt{225} = 15\) cm. When this square tile is cut into two equal rectangular tiles, one side of the square (15 cm) is divided into two equal halves. Therefore, each new rectangular tile will have dimensions of 15 cm by \(\frac{15}{2} = 7.5\) cm. The perimeter of a rectangle is given by \(2(\text{length} + \text{width})\). For each new tile, the perimeter is \(2(15 + 7.5) = 2(22.5) = 45\) cm.
Correct_Option:D

Q. 10 The volume of a hemisphere is numerically equal to four times its curved surface area. Find its radius.

Check Solution

Ans: A

Explanation:Let the radius of the hemisphere be \(r\).
The volume of a hemisphere is given by the formula \(V = \frac{2}{3}\pi r^3\).
The curved surface area of a hemisphere is given by the formula \(CSA = 2\pi r^2\).
According to the problem statement, the volume of the hemisphere is numerically equal to four times its curved surface area.
Therefore, we can set up the equation:
\(\frac{2}{3}\pi r^3 = 4 \times (2\pi r^2)\)
\(\frac{2}{3}\pi r^3 = 8\pi r^2\)
To solve for \(r\), we can divide both sides by \(\pi r^2\) (assuming \(r \neq 0\)):
\(\frac{2}{3}r = 8\)
Now, multiply both sides by \(\frac{3}{2}\):
\(r = 8 \times \frac{3}{2}\)
\(r = 4 \times 3\)
\(r = 12\)
The radius of the hemisphere is 12 cm.
Correct_Option:A

Q. 11 Find the value of sqrt( (388 + sqrt( (127 + sqrt(289)) ) ) )

Check Solution

Ans: A

Explanation:We need to simplify the expression by starting from the innermost square root.
sqrt(289) = 17.
So, (127 + sqrt(289)) becomes (127 + 17) = 144.
Now, sqrt( (127 + sqrt(289)) ) becomes sqrt(144) = 12.
The expression now is sqrt( (388 + 12) ).
388 + 12 = 400.
Finally, sqrt(400) = 20.

Correct_Option:A

Q. 12 The difference between 20% of a number and 10% of the same number is 120. What is the number?

Check Solution

Ans: C

Explanation:Let the number be ‘x’.
20% of the number can be written as 0.20x.
10% of the same number can be written as 0.10x.
The difference between these two is given as 120.
So, 0.20x – 0.10x = 120.
This simplifies to 0.10x = 120.
To find x, divide 120 by 0.10.
x = 120 / 0.10
x = 1200.

Correct_Option:C

Q. 13 X, Y, and Z invested ₹25,000, ₹35,000, and ₹40,000 respectively in a business. If the profit at the end of the year was ₹30,000, find Y’s share.

Check Solution

Ans: A

Explanation:The profit is shared in the ratio of the investments. The investments are X:Y:Z = 25,000:35,000:40,000. This ratio can be simplified by dividing by 5,000, giving 5:7:8. The total parts in the ratio are 5 + 7 + 8 = 20. Y’s share of the profit is (Y’s ratio part / Total ratio parts) * Total Profit. So, Y’s share = (7 / 20) * ₹30,000.
Calculation: Y’s share = (7/20) * 30000 = 7 * 1500 = ₹10,500.
Correct_Option:A

Q. 14 An investment is made in a business. In the first year, it gains 25%, in the second year, it loses 20%, and in the third year, it gains 10%. What is the overall gain or loss percentage?

Check Solution

Ans: A

Explanation:Let the initial investment be 100 units.
Year 1: Gain of 25%. The investment becomes 100 * (1 + 0.25) = 100 * 1.25 = 125 units.
Year 2: Loss of 20%. The investment becomes 125 * (1 – 0.20) = 125 * 0.80 = 100 units.
Year 3: Gain of 10%. The investment becomes 100 * (1 + 0.10) = 100 * 1.10 = 110 units.
The overall gain is 110 – 100 = 10 units.
The overall gain percentage is (10 / 100) * 100% = 10%.
Correct_Option:A

Q. 15 A solution consists acid and water in the ratio 5:3. If 4 litres of water is added, the new ratio becomes 5:4. What is the original quantity of acid in the solution?

Check Solution

Ans: A

Explanation:Let the original quantity of acid be 5x litres and the original quantity of water be 3x litres. The original ratio of acid to water is 5x:3x, which simplifies to 5:3. When 4 litres of water is added, the new quantity of water becomes 3x + 4 litres. The new ratio of acid to water is 5x : (3x + 4), which is given as 5:4. We can set up the equation:
5x / (3x + 4) = 5 / 4
Cross-multiplying gives:
4 * (5x) = 5 * (3x + 4)
20x = 15x + 20
Subtract 15x from both sides:
20x – 15x = 20
5x = 20
Divide by 5:
x = 4
The original quantity of acid is 5x litres. Substituting x = 4, we get:
Original quantity of acid = 5 * 4 = 20 litres.
Correct_Option:A

Q. 16 What should come in place of the question mark ‘?’ in the following number series?
9, 14, 24, 39, 59, ?, 114

Check Solution

Ans: D

Explanation:The difference between consecutive terms is increasing.
14 – 9 = 5
24 – 14 = 10
39 – 24 = 15
59 – 39 = 20
The differences are 5, 10, 15, 20. This is an arithmetic progression with a common difference of 5.
The next difference should be 20 + 5 = 25.
So, the missing term is 59 + 25 = 84.
Let’s check the next term: the difference after 25 should be 25 + 5 = 30.
The term after the missing one is 84 + 30 = 114, which matches the given series.
Correct_Option:D

Q. 17 Find the missing number: 6 : 42 :: 9 : ?

Check Solution

Ans: D

Explanation:The relationship between the first pair of numbers is that the second number is obtained by multiplying the first number by 7. 6 * 7 = 42. Applying the same logic to the second pair, we multiply 9 by 7. 9 * 7 = 63. None of the options match 63. Let’s re-examine the problem, there might be another pattern.

Let’s consider another possible pattern.
For the first pair (6 : 42):
6 * (6 + 1) = 6 * 7 = 42.

Applying this pattern to the second pair (9 : ?):
9 * (9 + 1) = 9 * 10 = 90.

This matches option D.

Correct_Option:D

Q. 18 A sum amounts to ₹6,600 in 2 years and ₹7,200 in 4 years at simple interest. What is the rate of interest per annum?

Check Solution

Ans: C

**Efficient Approach**

The interest accrued over 2 years is found by subtracting the amount after 2 years from the amount after 4 years:
Interest for 2 years = ₹7,200 – ₹6,600 = ₹600

Therefore, the interest for a single year is:
Interest for 1 year = ₹600 / 2 = ₹300

The initial sum (principal) is the amount after 2 years minus the total interest earned during those 2 years:
Principal = ₹6,600 – ₹600 = ₹6,000

The rate of interest is calculated as follows:
Rate = (Interest for 1 year / Principal) × 100 = (300 / 6000) × 100 = 5%

Thus, the applicable rate is 5%.

**Alternative Method**

Given data:
Amount after 2 years (A1) = ₹6,600
Amount after 4 years (A2) = ₹7,200
Difference in time = 4 – 2 = 2 years

Key Formulas:
Simple Interest (SI) = (Principal × Rate × Time) / 100
Amount = Principal + SI

Timeline Visualization:
Year 0: Principal = ?
Year 2: ₹6,600
Year 4: ₹7,200 (+ ₹600 in interest)
Year 2: ₹6,600 (+ ₹600 in interest)

Step-by-step Calculation:
Interest for the 2-year period between Year 2 and Year 4 is ₹7,200 – ₹6,600 = ₹600.
Interest for 1 year = ₹600 / 2 = ₹300.
The amount after 2 years comprises the principal and the interest for those 2 years:
₹6,600 = Principal + (Interest for 1 year × 2)
₹6,600 = Principal + ₹600
Principal (P) = ₹6,600 – ₹600 = ₹6,000.
To find the Rate of Interest (R):
R = (Interest for 1 year × 100) / Principal
R = (300 × 100) / 6000
R = 30000 / 6000 = 5
Rate of Interest = 5%.

Consequently, the correct rate is 5%.

**Supplementary Insights**

**Consistent Annual Interest in Simple Interest:**
A defining characteristic of simple interest is that the interest earned in each year remains constant. This is because the interest is always calculated based on the initial principal amount throughout the entire loan or investment period.

**Formula for Simple Interest:**
SI = (P × R × T) / 100
Where:
P = Principal amount
R = Annual Rate of Interest
T = Time period

**Calculating the Final Amount:**
The total amount at the end of the period is the sum of the principal and the accumulated interest.
A = P + SI
This can also be expressed as:
A = P × (1 + (R × T) / 100)

Q. 19 Albert invested an amount of Rs. 6000 in a fixed deposit scheme for 3 years at a compound interest rate of 5% p.a. How much will Albert get on maturity of the fixed deposit?

Check Solution

Ans: D

Explanation:The question asks for the maturity amount of a fixed deposit with compound interest. The formula for the amount (A) with compound interest is A = P(1 + r/n)^(nt), where P is the principal amount, r is the annual interest rate, n is the number of times that interest is compounded per year, and t is the number of years the money is invested for. In this case, P = 6000, r = 5% or 0.05, n = 1 (since it’s compounded annually), and t = 3. Plugging these values into the formula: A = 6000(1 + 0.05/1)^(1*3) = 6000(1.05)^3.
Calculating (1.05)^3 = 1.157625.
So, A = 6000 * 1.157625 = 6945.75.
Correct_Option:D

Q. 20 Simplify: (3.2 – 1\(\frac35\)) + (2\(\frac14\) ÷ 0.5)

Check Solution

Ans: B

Explanation:First, convert mixed numbers and decimals to fractions.
3.2 = 32/10 = 16/5
1 3/5 = 8/5
2 1/4 = 9/4
0.5 = 1/2
Now, perform the subtraction within the first parenthesis:
(16/5 – 8/5) = 8/5
Next, perform the division within the second parenthesis:
(9/4 ÷ 1/2) = 9/4 * 2/1 = 18/4 = 9/2
Finally, add the results:
8/5 + 9/2
To add these fractions, find a common denominator, which is 10.
(8/5 * 2/2) + (9/2 * 5/5) = 16/10 + 45/10 = 61/10
Convert the fraction back to a decimal:
61/10 = 6.1
Correct_Option:B

Q. 21 What is the value of(0.4×0.4×0.4 + 0.02×0.02×0.02) ÷ (1.2×1.2×1.2 + 0.06×0.06×0.06)?

Check Solution

Ans: A

Explanation:Let the expression be denoted by E.
The numerator is \((0.4)^3 + (0.02)^3\).
The denominator is \((1.2)^3 + (0.06)^3\).
We can observe that \(1.2 = 3 \times 0.4\) and \(0.06 = 3 \times 0.02\).
Let \(a = 0.4\) and \(b = 0.02\).
Then the numerator is \(a^3 + b^3\).
The denominator is \((3a)^3 + (3b)^3 = 27a^3 + 27b^3 = 27(a^3 + b^3)\).
So, \(E = \frac{a^3 + b^3}{27(a^3 + b^3)}\).
Since \(a^3 + b^3 \neq 0\), we can cancel out \(a^3 + b^3\) from the numerator and denominator.
\(E = \frac{1}{27}\).
Correct_Option:A

Q. 22 Two cars, X and Y, start from points 360 km apart and travel at constant speeds. If they move towards each other, they meet in 4 hours. If they move in the same direction, they meet in 12 hours. What is the speed of car X? (Assume X is the faster car).

Check Solution

Ans: A

**Efficient Method**

When objects move towards each other, their combined speed is found by dividing the total distance by the time it takes them to meet.
Combined Speed (Opposite Directions) = 360 km ÷ 4 hours = 90 km/h

When objects move in the same direction, the difference in their speeds is found by dividing the total distance by the time it takes for the faster object to gain on the slower one.
Speed Difference (Same Direction) = 360 km ÷ 12 hours = 30 km/h

To determine the speed of the faster object (let’s call it ‘A’), we use the following:
Speed of A = (Combined Speed + Speed Difference) ÷ 2
Speed of A = (90 km/h + 30 km/h) ÷ 2 = 120 km/h ÷ 2 = 60 km/h

Therefore, the speed of the faster object is 60 km/h.

**Alternative Approach**

Given:
Separation between two points (X and Y) = 360 km
Time to converge when moving towards each other = 4 hours
Time to converge when moving in the same direction = 12 hours

Core Principle:
Speed = Distance ÷ Time

Scenario 1: Moving Towards Each Other
The sum of their speeds equals the total distance divided by the time to meet.
Sum of Speeds = 360 km ÷ 4 hours
Sum of Speeds = 90 km/h … (Equation A)

Scenario 2: Moving in the Same Direction
The difference in their speeds equals the total distance divided by the time for the faster to catch up.
Difference of Speeds = 360 km ÷ 12 hours
Difference of Speeds = 30 km/h … (Equation B)

Solving the Equations:
To find the speed of the faster object, let’s represent the speeds as ‘A’ and ‘B’. We have:
A + B = 90 (from Equation A)
A – B = 30 (from Equation B)

Add Equation A and Equation B:
(A + B) + (A – B) = 90 + 30
2A = 120
A = 60 km/h

The speed of the faster object is 60 km/h.

**Understanding Relative Motion**

Moving Towards Each Other:
When two objects approach each other, their relative speed is the sum of their individual speeds.

Moving in the Same Direction:
When two objects travel in the same direction, their relative speed is the difference between their individual speeds.

Relationship Between Distance and Speed (When Distance is Constant):
If the distance remains the same, an object’s speed is inversely proportional to the time it takes to cover that distance. Mathematically, if Speed 1 corresponds to Time 1, and Speed 2 corresponds to Time 2, then:
Speed 1 ÷ Speed 2 = Time 2 ÷ Time 1.

Q. 23 If cot A = \(x+\frac{1}{x}\), find cosec²A.

Check Solution

Ans: C

Explanation:We are given that cot A = \(x+\frac{1}{x}\).
We know the trigonometric identity: cosec²A = 1 + cot²A.
Substitute the given value of cot A into the identity:
cosec²A = 1 + \(\left(x+\frac{1}{x}\right)^2\)
Expand the squared term:
\(\left(x+\frac{1}{x}\right)^2\) = \(x^2 + 2 \cdot x \cdot \frac{1}{x} + \left(\frac{1}{x}\right)^2\)
\(\left(x+\frac{1}{x}\right)^2\) = \(x^2 + 2 + \frac{1}{x^2}\)
Now substitute this back into the expression for cosec²A:
cosec²A = 1 + \(x^2 + 2 + \frac{1}{x^2}\)
Combine the constant terms:
cosec²A = \(x^2 + \frac{1}{x^2} + 1 + 2\)
cosec²A = \(x^2 + \frac{1}{x^2} + 3\)
Comparing this with the given options, we find that Option C matches our result.

Correct_Option:C

Q. 24 If cotA = x + (1/x), then what is cosec²A?

Check Solution

Ans: A

Explanation:We are given cotA = x + (1/x). We know the trigonometric identity cosec²A = 1 + cot²A.
Substitute the given value of cotA into the identity:
cosec²A = 1 + (x + 1/x)²
Expand the squared term: (x + 1/x)² = x² + 2(x)(1/x) + (1/x)² = x² + 2 + 1/x²
Now substitute this back into the expression for cosec²A:
cosec²A = 1 + (x² + 2 + 1/x²)
Combine the constant terms:
cosec²A = x² + 1/x² + 1 + 2
cosec²A = x² + 1/x² + 3

Comparing this with the given options, we find that option A matches our result.

Correct_Option:A

Q. 25 A is able to complete a task in 15 days, while B takes 20 days to finish the same task. If they collaborate and work together for 4 days, what fraction of the work will still remain?

Check Solution

Ans: C

Explanation:A completes the task in 15 days, so A’s work rate is \(\frac{1}{15}\) of the task per day.
B completes the task in 20 days, so B’s work rate is \(\frac{1}{20}\) of the task per day.
When they work together, their combined work rate is the sum of their individual work rates: \(\frac{1}{15} + \frac{1}{20}\).
To add these fractions, find a common denominator, which is 60.
\(\frac{1}{15} = \frac{4}{60}\)
\(\frac{1}{20} = \frac{3}{60}\)
Combined work rate = \(\frac{4}{60} + \frac{3}{60} = \frac{7}{60}\) of the task per day.
If they work together for 4 days, the fraction of work completed is:
Work completed = Combined work rate \(\times\) Number of days
Work completed = \(\frac{7}{60} \times 4 = \frac{28}{60}\).
Simplify the fraction: \(\frac{28}{60} = \frac{7}{15}\).
The fraction of work remaining is the total work (1) minus the work completed:
Work remaining = \(1 – \frac{7}{15} = \frac{15}{15} – \frac{7}{15} = \frac{8}{15}\).
Correct_Option:C

English

Q. 1 Change the following from active to passive:
Do the experts regard this compound as hazardous?

Check Solution

Ans: D

Explanation:The original sentence is in the present tense (“Do the experts regard…”). To change an active voice sentence in the present simple tense to passive voice, we use “is/am/are” + past participle. The question “Do the experts regard…” in the present simple active voice becomes “Is this compound regarded…” in the present simple passive voice. Options A, B, and C use incorrect tenses (present perfect, present continuous, and past simple respectively). Option D correctly uses the present simple passive structure.
Correct_Option:D

Q. 2 Convert the sentence provided below from its passive voice structure to an active voice structure: Not a single tree has been cut in this area by the workers so far.

Check Solution

Ans: C

Explanation:The original sentence is in the passive voice (“has been cut”). To convert it to active voice, we need to identify the subject performing the action (the workers) and the object being acted upon (a single tree). The tense of the active verb should match the tense of the passive verb. The passive sentence uses the present perfect tense (“has been cut”). Therefore, the active sentence should also use the present perfect tense (“have not cut”). Option C correctly uses the present perfect tense and identifies the workers as the subject performing the action.
Correct_Option:C

Q. 3 Comprehension
In the given passage, some words have been deleted. Read the passage intently and choose the most appropriate option to fill in each blank: Literature, far from being a static repository of aesthetic delight, is a restless medium through which cultures interrogate themselves. The novel, the poem, the play—all are not merely forms but fields wherein ideologies (1) _____, mutate, and sometimes dissolve. To read deeply is to risk disorientation, for every interpretation implies an act of displacement: of authorial intent, of reader expectation, of historical certainty. The literary canon itself is less a monument than a (2) _____—a site of contestation shaped by inclusion, exclusion, and reinvention. A Shakespearean soliloquy may bear universal resonance, yet it also emerges from a matrix of Elizabethan anxieties and power structures. The illusion of timelessness is, more often than not, a function of critical emphasis rather than intrinsic merit. Postcolonial and feminist critiques have challenged this apparent neutrality, foregrounding the voices that were once peripheral. Such interventions have not diminished literature’s prestige but instead (3) _____ its moral and political stakes. Texts once considered apolitical are now read as cultural artifacts entangled in empire, patriarchy, and resistance. In this light, literary criticism becomes an act not of judgment but of (4) _____—an excavation of silences as much as meanings. The reader, then, is not a passive consumer but a co-creator, whose insights must be (5) _____ with humility and historical awareness. 
What should come in the place of blank number (4)?

Check Solution

Ans: C

Explanation:The passage describes literary criticism as an “excavation of silences as much as meanings.” This metaphor suggests a process of uncovering buried or hidden elements within a text, much like archaeologists dig to reveal past civilizations. Option C, “archaeology,” perfectly aligns with this idea of deep investigation and discovery. Option A (reparation) implies fixing something broken, which doesn’t fit. Option B (affirmation) is about confirming something, which is too passive. Option D (speculation) suggests guessing, which is less precise than the intended meaning of critical inquiry.
Correct_Option:C

Q. 4 A sentence is provided in direct speech. From the four given options, choose the one that most accurately conveys the sentence in its corresponding indirect speech.
He asked me, “Have you done your homework?”

Check Solution

Ans: A

Explanation:When converting a direct question in the present perfect tense (like “Have you done?”) to indirect speech, the tense usually shifts to the past perfect (had done). Also, for yes/no questions, “if” or “whether” is used to introduce the reported question, and the subject-verb order changes from inverted (verb-subject) to standard (subject-verb). Option B is incorrect due to the incorrect verb usage and order. Option C is incorrect because the tense should be past perfect, not present perfect. Option D is incorrect due to the inverted verb-subject order (“had I done”). Option A correctly uses “if,” the past perfect tense (“had done”), and the standard subject-verb order (“I had done”).
Correct_Option:A

Q. 5 A sentence is provided in direct speech. From the four given options, choose the one that most accurately conveys the sentence in its corresponding indirect speech.
He said, “How long have you been waiting?”

Check Solution

Ans: D

Explanation:When converting a direct speech question into indirect speech, the reporting verb “said” changes to “asked” (or a similar interrogative verb) and the question mark is removed. The tense of the verb in the reported clause shifts back one step. “How long have you been waiting?” is in the present perfect continuous tense. In indirect speech, this becomes the past perfect continuous tense: “how long I had been waiting.” The subject pronoun also changes from “you” to “I” as the speaker is reporting what was said to them.
Correct_Option:D

Q. 6 Fill in the blank with the correct inversion structure:
No sooner had he entered the room ___ the fire alarm went off.

Check Solution

Ans: B

Explanation:The phrase “no sooner…than” is a common correlative conjunction used to express that one event happened immediately after another. When “no sooner” begins a sentence or clause, it triggers an inversion of the subject and auxiliary verb. In this case, “had he entered” is already inverted. The correct conjunction to complete the phrase is “than”.
Correct_Option:B

Q. 7 Choose the correct comparison structure: Few solutions were ______ promising as this one.

Check Solution

Ans: B

Explanation:The sentence uses a comparative structure to compare the number of solutions with the promise of “this one”. The phrase “few…as” is a standard comparative construction used to indicate a lack of similarity or equality. “Few solutions were as promising as this one” means that not many solutions were as promising as this particular one.
Correct_Option:B

Q. 8 Find the part of the sentence that contains an error:
Neither the projection of growth nor the estimation of deficit trends (1)/ appear to have accounted for the liquidity constraints (2)/ that small-scale enterprises face (3)/ during cyclical downturns in demand. (4)

Check Solution

Ans: B

Explanation:The sentence uses “Neither…nor,” which is a correlative conjunction. When “neither…nor” connects two singular subjects, the verb should be singular. In this sentence, “projection” and “estimation” are both singular subjects. Therefore, the verb “appear” should be singular, “appears.”
Correct_Option:B

Q. 9 Choose the most suitable option to replace the highlighted part of the sentence:
She avoids to go to crowded places.

Check Solution

Ans: C

Explanation:The verb “avoid” is followed by a gerund (verb + -ing form). Therefore, “avoids going” is the correct grammatical construction.
Correct_Option:C

Q. 10 Choose the most suitable option to replace the highlighted part of the sentence:
She insisted that she comes with us.

Check Solution

Ans: B

The appropriate response is ‘ should come with us ‘ .

Core Considerations
The verb construction ” should come ” effectively communicates a firm suggestion or demand within reported statements.
The initial phrasing used ” comes ,” which is not accurate for this particular situation.
Alternatives 1, 3, and 4 are unsuitable as they fail to capture the intended sense of insistence required by the scenario.
Consequently, the most suitable choice is Alternative 2 .

Full Sentence: “She insisted that she should come with us.”

Supporting Details
Alternative 1: “came with us” is unsuitable because the past tense “came” does not accurately represent the insistence in reported speech.
Alternative 3: “is coming with us” is unsuitable because it points to an ongoing action, which doesn’t fit the context of a demand being made.
Alternative 4: “has to come with us” is unsuitable because “has to” suggests an obligation or requirement, not the specific type of insistence at play.

Q. 11 Find the part of the sentence that contains an error:
The HR head made the assistant resubmitting (1)/ all the documentation after discovering (2)/ a discrepancy in the date of joining (3)/ for three contractual employees. (4)

Check Solution

Ans: A

Explanation:The error lies in the use of the gerund “resubmitting” after “made the assistant”. When “make” is used in the causative sense (meaning to cause someone to do something), it is followed by the bare infinitive (the infinitive without “to”). Therefore, “resubmitting” should be “resubmit”.
Correct_Option:A

Q. 12 Choose the correct one-word substitution for: ‘One who lives entirely for pleasure’.

Check Solution

Ans: D

Explanation:A hermit is one who lives in seclusion. A reveler is one who enjoys parties and festivities. A glutton is one who eats or drinks excessively. An epicure is one who is devoted to the pursuit of pleasure, especially to luxurious and refined tastes.
Correct_Option:D

Q. 13 Choose the correct one-word substitution for: ‘A praising speech made when someone dies’.

Check Solution

Ans: A

Explanation:A eulogy is a speech or piece of writing that praises someone who has died. An obituary is a notice of a death, usually with a brief biography. An elegy is a poem of serious reflection, typically a lament for the dead. A tribute is an act, statement, or gift that is intended to show gratitude, respect, or admiration.
Correct_Option:A

Q. 14 Rearrange the following sentences in correct order to make a logical passage:
1. Data from multiple sources was compiled for the report.
2. The data was analyzed to derive logical insights.
3. The insights were used to make strategic decisions.
4. A report was generated to present the findings.

Check Solution

Ans: C

Explanation:The passage describes a process. First, data is gathered (1). Then, this data is analyzed to extract meaning (2). This analysis leads to the creation of a report to present the findings (4). Finally, the insights from the report are used for decision-making (3). This sequence forms a logical flow from data collection to action.
Correct_Option:C

Q. 15 Choose the correct meaning of idiom:
Not fit to hold a candle to

Check Solution

Ans: C

Explanation:The idiom “not fit to hold a candle to” means that someone or something is much worse than another in quality or ability. It implies a significant difference in favor of the other person or thing.
Correct_Option:C

Q. 16 Choose the correct meaning of idiom:
Hoist with one’s own petard

Check Solution

Ans: D

Explanation:The idiom “hoist with one’s own petard” means to be harmed or defeated by a plan or trick that you yourself devised. A petard was an explosive device used to breach fortifications. If it exploded prematurely or in the wrong direction, it would harm the person using it.
Correct_Option:D

Q. 17 Comprehension
Read the following passage and answer the questions based on the passage :
Art, in its manifold forms— visual, performative, literary, and auditory—constitutes a domain that transcends utilitarian function and enters the realm of the symbolic, the affective, and the transformative. Its significance within society cannot be reduced to decoration or diversion; rather, it operates as a mode of critical reflection, a vessel of collective memory, and a catalyst for socio-cultural evolution. At its core, art interrogates the contours of reality by reframing perception. Whether through the destabilizing surrealism of a Dali canvas or the dissonant harmonies of avant-garde music, art dislodges the observer from complacency and compels re-engagement  with the world. It is in this function that art becomes not only an aesthetic but an epistemological act— challenging dominant paradigms and opening discursive space for marginalized narratives. Historically, art has served as an archive of civilizations, encoding within its mediums the aspirations, anxieties, and ideologies of its epoch. From the sacred iconography of temple frescoes to the protest murals adorning urban decay, art becomes a text through which power, resistance, and identity are simultaneously contested and constituted. This historical embeddedness renders art indispensable to understanding not only what a society creates but what it values and fears. In modern democracies, the role of art assumes a distinctly political dimension. Art enables dissent when speech is suppressed, and engenders empathy where rational argument fails. Satire, documentary film, and performance art often articulate the unspeakable, using metaphor and allusion to subvert censure. Yet this potential also renders art vulnerable—to censorship, commodification, and ideological co-option. When stripped of autonomy, art may devolve into propaganda or elitist ornamentation—devoid of critical function. The sociological function of art extends to its capacity to cultivate communal belonging and individual introspection simultaneously. Participatory forms of art—street theatre, public installations, folk traditions—dissolve the binaries of creator and audience, democratizing aesthetic engagement. Meanwhile, solitary encounters with a painting or a poem can occasion personal revelation, catharsis, or ethical inquiry. However, in the algorithmic age, where virality and visibility often dictate cultural value, art faces unprecedented commodification. The aesthetic is frequently reduced to a spectacle optimized for consumption, divorced from nuance, complexity, or transgression. The challenge, therefore, is to preserve the sanctity of artistic integrity in the face of market and media pressures that threaten to flatten it into banality. Ultimately, the role of art in society is neither static nor monolithic. It is a dialectical force—at once reflective and projective, disruptive and redemptive. To safeguard art is to safeguard the capacity of humanity to feel, to question, and to reimagine.
What is the closest meaning of the word “banality” as used in the sentence: “…threaten to flatten it into banality”?

Check Solution

Ans: B

Explanation:The passage discusses how art can be threatened by market and media pressures that might reduce it to something less meaningful. “Banality” in this context refers to a state of being commonplace, unoriginal, and lacking in significance. Options A, C, and D do not fit this meaning. “Triviality” (Option B) aligns with the idea of something being reduced to something insignificant or commonplace, which is the opposite of art’s critical and transformative function discussed in the passage.
Correct_Option:B

Q. 18 What distinguishes second-generation biofuels, as mentioned in the passage?
Read the following passage and answer the questions based on the passage : The accelerating depletion of fossil fuels, coupled with mounting ecological degradation, has propelled renewable energy from a peripheral concern to a central component of global energy discourse. Yet, the conversation often fixates on production rather than application. A nuanced understanding of renewable energy must include not only its sources—solar, wind, hydro, geothermal, and biomass—but also the multifaceted domains in which it can transform economies, decentralize power structures, and promote environmental justice. In the domain of electricity generation, renewables have already begun to displace conventional energy systems. Solar photovoltaic installations now power not only urban rooftops but remote rural hamlets long excluded from centralized grids. Micro-hydel projects have enabled mountain communities to harness perennial streams for electricity without the ecological upheaval of large dams. Similarly, wind energy has emerged as a significant contributor in coastal and arid zones, transforming local economies by creating decentralized, sustainable employment ecosystems. Beyond electricity, renewable energy finds compelling applications in transportation, industrial heating, and agriculture. The rise of biofuels—especially second-generation variants derived from agricultural waste—offers a pathway to decarbonize aviation and freight transport, sectors that have traditionally been resistant to electrification. In agrarian contexts, solar-powered pumps have reduced farmers’ dependence on erratic grid supply and diesel generators, enhancing irrigation autonomy while mitigating carbon emissions. Industries, often vilified for their carbon intensity, are also experimenting with renewable alternatives. Concentrated solar thermal technologies, for instance, are being employed in textile processing, food dehydration, and even metallurgy, demonstrating that clean energy need not be confined to low-intensity applications. Furthermore, geothermal energy is increasingly being harnessed for space heating in colder regions and for cooling through absorption chillers—thereby offsetting conventional HVAC loads. However, the significance of renewable energy transcends utility. At a deeper level, it challenges existing geopolitical hierarchies shaped by fossil fuel dependency. While oil-rich nations have historically wielded disproportionate influence, renewable resources—abundant yet diffuse—enable energy sovereignty for resource-scarce regions. This democratization of energy, if properly managed, can catalyze more equitable development paradigms. Nevertheless, integration challenges persist. Intermittency, storage limitations, land use conflicts, and upfront costs are not insignificant barriers. A hasty transition without resilient infrastructure or community consent could replicate the very injustices renewables seek to redress. Therefore, the question is not merely how to produce renewable energy, but how to embed it meaningfully across sectors, geographies, and social hierarchies.

Check Solution

Ans: B

Explanation:The passage explicitly states that second-generation biofuels are “derived from agricultural waste.” Option B aligns with this, as agricultural waste is typically non-edible. Options A, C, and D are not supported by the passage and are incorrect.
Correct_Option:B

Q. 19 Comprehension
Read the passage and answer the questions:
Deep-sea ecosystems, largely unexplored and poorly understood, are extraordinarily delicate. The deep sea, far from being an inert wasteland, plays a vital role in carbon sequestration, acting as a critical buffer against global climate shifts. However, this remote wilderness is increasingly threatened by human industrial interests. The mechanical extraction of minerals may cause irreversible damage to species uniquely adapted to these high-pressure, low-light environments, many of which remain undiscovered. Commercial mining operations disrupt the seabed, releasing plumes of sediment that can choke marine life and block light. Once disturbed, these ecosystems may recover agonizingly slowly, if at all, meaning some damages will remain entirely permanent.

While scientists race to understand these fragile underwater networks, researchers on land are paradoxically trying to decode an entirely different system of balance: human biology. Just as deep-sea ecosystems suffer from sudden, forced disruptions, our internal biological systems are often thrown out of equilibrium by modern habits. A prime example is our approach to hydration. Driven by wellness trends and commercial marketing, modern lifestyle choices complicate maintaining optimal hydration. Instead of listening to our bodies, we rely on rigid, artificial rules, forgetting that hydration is a complex, natural balance heavily influenced by our broader environment.
Which of the following best captures the author’s main concern regarding modern hydration habits?

Check Solution

Ans: D

Explanation:The passage contrasts the delicate balance of deep-sea ecosystems with the balance of human biology, highlighting how both are disrupted by external factors. For deep-sea ecosystems, it’s industrial interests causing damage. For human biology, it’s “modern habits.” The text specifically mentions hydration, stating that “modern lifestyle choices complicate maintaining optimal hydration” and that instead of listening to our bodies, we follow “rigid, artificial rules.” This directly supports the idea that modern lifestyle choices are the complicating factor. Options A, B, and C are not explicitly stated or implied as the main concern, although they might be related to the issue. Option A mentions drinking too much, which isn’t the focus. Option B is about sources, not the habit of balancing. Option C is about thirst cues, which is not the primary issue raised. The main concern is the general complication introduced by modern life.
Correct_Option:D

Q. 20 Comprehension
Read the following passage and answer the questions based on the passage: Goal setting, when pursued with intentionality, is not merely a motivational slogan—it is a cognitive and behavioral process that catalyzes structured action. While the concept may appear deceptively simple, establishing meaningful personal goals involves self-awareness, foresight, and disciplined execution. One of the primary distinctions between passive desire and purposeful ambition lies in specificity. A vague aspiration such as “I want to be successful” lacks operational clarity, whereas a goal like “I aim to complete a professional certification within six months” provides a measurable and time-bound framework. This clarity fosters accountability and helps individuals gauge their progress objectively. Psychologists emphasize the SMART framework—Specific, Measurable, Achievable, Relevant, and Time-bound—as a foundational strategy for effective goal setting. However, even well-formulated goals can falter without intrinsic motivation. When goals are externally imposed or socially conditioned, they often lead to compliance rather than commitment. True sustainability in personal growth arises from internally generated objectives aligned with one’s values and long-term vision. Moreover, it is essential to distinguish between outcome goals and process goals. While the former focuses on the final result, the latter centers on daily habits and behavioral consistency. Ironically, it is often process adherence—not obsession with outcomes—that leads to long-term accomplishment. Individuals who overfixate on results may experience burnout, especially when success is delayed. Another overlooked dimension is goal flexibility. In a dynamic environment, rigid goal adherence can lead to frustration or irrelevance. Adaptive thinking enables individuals to recalibrate their direction without perceiving it as failure. Reflection, therefore, becomes an integral tool—ensuring that one’s aspirations remain context-sensitive and personally meaningful. Ultimately, goal setting is not a singular event but an evolving cycle of intention, action, reflection, and adaptation. When undertaken mindfully, it transforms individuals from passive aspirants to purposeful actors in their own narrative.

According to the passage, what is a core reason why vague goals often fail?

Check Solution

Ans: C

Explanation:The passage states, “A vague aspiration such as “I want to be successful” lacks operational clarity, whereas a goal like “I aim to complete a professional certification within six months” provides a measurable and time-bound framework.” This directly indicates that the lack of operational clarity is a core reason for the failure of vague goals.
Correct_Option:C

Q. 21 Which spelling is correct for a word meaning ‘deeply thoughtful or melancholy in tone’?

Check Solution

Ans: B

Explanation:The word meaning ‘deeply thoughtful or melancholy in tone’ is spelled ‘pensive’. ‘Pensieve’ is a word coined by J.K. Rowling in the Harry Potter series, referring to a device used for storing memories. Options C and D are incorrect spellings.
Correct_Option:B

Q. 22 Spot the correct spelling of a drug-effect psychology field.

Check Solution

Ans: A

Explanation:Psychopharmacology is the study of the effects of drugs on mood, sensation, perception, and behavior. The word is derived from Greek words: “psyche” (mind), “pharmakon” (drug), and “logos” (study). Options B, C, and D contain misspellings of this term.
Correct_Option:A

Q. 23 Select the most appropriate synonym of the given word: REBELLIOUS

Check Solution

Ans: C

Explanation:The word “rebellious” means showing a tendency to resist authority or control. Of the given options, “disobedient” most closely aligns with this meaning. “Submissive,” “obedient,” and “agreeable” are antonyms of rebellious.
Correct_Option:C

Q. 24 Select the most appropriate synonym of the given word: UPBRAID

Check Solution

Ans: B

Explanation:Upbraid means to find fault with or criticize severely.
Correct_Option:B

Q. 25 Select the sentence containing the homonym of the highlighted word:
The bishop condemned the act as simony, citing canonical law.

Check Solution

Ans: C

The correct answer is: Option 3.

Key Points:
The term “simony” signifies the illicit trade of religious favors or positions, such as pardons or church appointments. (धार्मिक पदों की खरीद-फरोख्त)

Example: The bishop denounced the practice of selling indulgences as simony.

In the given options, “simony” is presented in a context that appears to refer to its application within an alchemist’s formula. However, this is a mistaken application of the word, as it is being employed in an unrelated and incorrect manner. (गलत संदर्भ में उपयोग)

Example: The alchemist struggled to clarify the simony within his experimental procedures. (Incorrect usage)

Therefore, the correct answer is: Option 3.

Additional Information:
Here’s an examination of the other options, including their Hindi translations and illustrative sentences:

Option 1: “The preacher was accused of simony for charging for blessings.” (धार्मिक सेवाओं के लिए शुल्क लेने को पाप माना गया।) This option accurately employs “simony” to describe the commercialization of religious privileges.

This option correctly uses “simony” in the context of selling religious privileges.

Option 2: “The court equated indulgence-selling with simony.” (अदालत ने धार्मिक वस्त्र बेचने को सिमोनी के समान बताया।) This also represents a correct application of “simony,” referring to the sale of indulgences.

This is also a correct usage of “simony” in the context of selling indulgences.

Option 4: “Simony was rampant in medieval ecclesiastical courts.” (मध्यकालीन धार्मिक अदालतों में सिमोनी व्यापक रूप से प्रचलित थी।) This usage is also accurate, highlighting the widespread occurrence of simony in historical church settings.

This is also a correct use of the word, describing its prevalence in history.

Refer SSC CGL Previous Year Question Papers

Live Challenges

💼 Placement Aptitude 🏦 Bank Exams 📄 SSC CGL

Join Telegram

💼 Placement Tests 🏦 Bank Exam Prep 📄 SSC CGL Prep 📚 CAT Prep 🧠 General Aptitude 9️⃣ CBSE 9 🔟 CBSE 10
Placement Tests Bank Exam Prep SSC CGL Prep CAT Prep General Aptitude CBSE 9 CBSE 10
Scroll to Top