Mettl Aptitude Assessment — Questions and Answers
Question 1: A train leaves Station A at 9:00 AM traveling east at 60 mph. Another train leaves Station B (180 miles east of A) at the same time traveling west at 30 mph. At what time do they meet?
- 10:30 AM
- 10:00 AM
- 11:00 AM (Correct answer)
- 12:00 PM
Correct answer: 11:00 AM
Combined speed is 90 mph; 180 miles ÷ 90 mph = 2 hours, so they meet at 11:00 AM.
Question 2: Some doctors are teachers. All teachers are graduates. Conclusion I: Some doctors are graduates. Conclusion II: All graduates are doctors. Which is correct?
- Only Conclusion II follows
- Only Conclusion I follows (Correct answer)
- Both conclusions follow
- Neither conclusion follows
Correct answer: Only Conclusion I follows
Some doctors are teachers and all teachers are graduates, so some doctors must be graduates; the converse 'all graduates are doctors' is not implied.
Question 3: Select the sentence that correctly uses 'who' vs. 'whom':
- Whom called the meeting to order?
- Who did you speak with about the promotion? (Correct answer)
- To who should I address the complaint?
- Whom is responsible for this error?
Correct answer: Who did you speak with about the promotion?
'Whom did you speak with' is correct since 'whom' is the object of the preposition 'with,' and the sentence restructured shows this.
Question 4: What is the value of x + y? Statement 1: x + 2y = 10 Statement 2: 2x + y = 8 Which of the following is correct?
- Statement 1 alone is sufficient to answer the question
- Both statements together are sufficient, but neither alone is (Correct answer)
- Statement 2 alone is sufficient to answer the question
- Even both statements together are not sufficient to answer the question
Correct answer: Both statements together are sufficient, but neither alone is
Adding both equations: (x + 2y) + (2x + y) = 10 + 8 → 3x + 3y = 18 → x + y = 6. Neither statement alone gives x + y, but adding them together yields the answer directly without needing individual values of x and y.
Question 5: A table compares Q1 and Q2 revenue for three regions: North ($500K→$600K), South ($300K→$270K), East ($400K→$440K). Which region had the highest percentage growth?
- North (Correct answer)
- East
- North and East tied
- South
Correct answer: North
North grew 20%, East grew 10%, and South declined 10%, making North the highest growth region.
Question 6: A data table shows that Customer Acquisition Cost (CAC) rose from $120 to $150 while Customer Lifetime Value (LTV) rose from $480 to $525. Which metric improved most in percentage terms?
- LTV improved more
- CAC worsened while LTV improved (Correct answer)
- Both improved by the same percentage
- CAC improved more
Correct answer: CAC worsened while LTV improved
CAC rose 25% (unfavorable increase in cost); LTV rose 9.375% (favorable) — CAC worsened, LTV improved.
Question 7: Read the passage: 'Despite the exhaustive research conducted over three decades, scientists remain divided on the root causes of the phenomenon.' What does 'exhaustive' mean here?
- Thorough and comprehensive (Correct answer)
- Tiring and draining
- Recent and cutting-edge
- Inconclusive and flawed
Correct answer: Thorough and comprehensive
In this context, 'exhaustive' means thorough and comprehensive, covering all aspects of the subject.
Question 8: In a series, shapes gain one vertex per step: step 1 = triangle, step 2 = square, step 3 = pentagon. What shape appears at step 7?
- Decagon
- Heptagon
- Octagon
- Nonagon (Correct answer)
Correct answer: Nonagon
Step 1 = 3 sides; each step adds 1, so step 7 = 3 + 6 = 9 sides = nonagon.
Question 9: What is the meaning of the idiom 'burn the midnight oil'?
- Cook food at midnight
- Work very late into the night (Correct answer)
- Waste energy carelessly
- Start a fire late at night
Correct answer: Work very late into the night
To burn the midnight oil means to stay up late working or studying.
Question 10: A line graph shows a company's stock price over 6 months. The price was $50 in Month 1 and $65 in Month 6, with no clear straight-line trend between. Which statement is most accurate?
- The stock grew at a constant rate
- The stock never dipped below $50
- The average monthly price was $57.50
- The net change was +$15 but intra-period volatility is unknown from this info (Correct answer)
Correct answer: The net change was +$15 but intra-period volatility is unknown from this info
Only endpoint values are stated; intra-period movements cannot be determined from two data points alone.
Question 11: A chart shows that 3 out of every 8 employees work remotely. In a company of 480 employees, how many work on-site?
- 160
- 180
- 300 (Correct answer)
- 240
Correct answer: 300
Remote workers = (3/8)×480=180; on-site = 480−180 = 300.
Question 12: Which technique is most appropriate when testing a login system that locks an account after 3 failed attempts?
- Cause-Effect Graphing
- Boundary Value Analysis
- State Transition Testing (Correct answer)
- Equivalence Partitioning
Correct answer: State Transition Testing
State Transition Testing models systems that change behavior based on history or state, like account lockout scenarios.
Question 13: Which sorting algorithm has the best average-case time complexity?
- Insertion Sort
- Selection Sort
- Merge Sort (Correct answer)
- Bubble Sort
Correct answer: Merge Sort
Merge Sort runs in O(n log n) average-case, outperforming the O(n²) algorithms.
Question 14: A line graph shows two product revenue lines crossing in June. Product A starts higher in January. What does the crossing point indicate?
- Product A revenue exceeds Product B for the first time
- Product B revenue equals Product A revenue (Correct answer)
- Both products have zero revenue
- Product A revenue falls to zero
Correct answer: Product B revenue equals Product A revenue
A crossing point on a line graph means the two values are equal at that moment.
Question 15: Consider the following statements: 'If the server is online, then the website is accessible. The website is not accessible.' Based on these statements, which of the following conclusions is logically certain?
- The server status is unknown.
- The server is offline. (Correct answer)
- The website will be accessible soon.
- The server is online.
Correct answer: The server is offline.
This is an example of a valid logical argument form called Modus Tollens. If the first statement (If P, then Q) is true, and the second part (Q) is false, then the first part (P) must also be false. Since the website is not accessible (not Q), the server must not be online (not P).
Question 16: Select the correct meaning of the idiom: 'To bite the bullet'.
- To make a rash decision
- To challenge someone aggressively
- To take a significant financial risk
- To endure a painful situation with courage (Correct answer)
Correct answer: To endure a painful situation with courage
'To bite the bullet' means to endure a painful or difficult situation stoically rather than avoiding it.
Question 17: A shipping label includes Tracking #: AB123456789CD. If the system requires exactly 12 alphanumeric characters, what is wrong?
- Nothing is wrong with the tracking number
- The tracking number has 13 characters instead of 12 (Correct answer)
- The weight field is missing
- The dimensions are out of range
Correct answer: The tracking number has 13 characters instead of 12
Counting A-B-1-2-3-4-5-6-7-8-9-C-D gives 13 characters, one more than the required 12.
Question 18: A spreadsheet shows Q1: $45,200; Q2: $52,100; Q3: $48,750; Q4: $61,300. The annual total is listed as $208,350. Is this correct?
- No, the total should be $209,350
- No, the total should be $207,350 (Correct answer)
- No, the total should be $206,350
- Yes, the total is correct
Correct answer: No, the total should be $207,350
45,200 + 52,100 + 48,750 + 61,300 = $207,350, not $208,350 as stated.
Question 19: Which of these is the most accurate description of 'emotional hijacking' (amygdala hijack)?
- Deliberately using emotions to manipulate others
- A sudden emotional reaction that bypasses rational thinking (Correct answer)
- A therapeutic technique for processing trauma
- The process of suppressing emotions until they explode
Correct answer: A sudden emotional reaction that bypasses rational thinking
An amygdala hijack occurs when a strong emotional stimulus triggers the amygdala to override the prefrontal cortex, resulting in reactive rather than reasoned behavior.
Question 20: Which workplace behavior is most associated with low emotional intelligence?
- Taking a short break when feeling overwhelmed
- Acknowledging uncertainty during a team decision
- Blaming others consistently when projects fail (Correct answer)
- Asking clarifying questions during conflict
Correct answer: Blaming others consistently when projects fail
Consistent blame-shifting reflects poor self-awareness and an inability to regulate emotions like defensiveness, both markers of low EI.
Question 21: In a survey, 60% of respondents preferred Product A, 30% preferred Product B, and 10% had no preference. If 500 people were surveyed, how many preferred Product B?
- 180
- 150 (Correct answer)
- 200
- 100
Correct answer: 150
Product B = 30% of 500 = 0.30 × 500 = 150.
Question 22: Tasks must complete in order: A before B, B before C, C before D. Which schedule contains an error?
- A: Mar 1, B: Mar 5, C: Mar 3, D: Mar 10 (Correct answer)
- A: Apr 1, B: Apr 6, C: Apr 11, D: Apr 18
- A: Feb 1, B: Feb 8, C: Feb 12, D: Feb 20
- A: Jan 1, B: Jan 5, C: Jan 10, D: Jan 15
Correct answer: A: Mar 1, B: Mar 5, C: Mar 3, D: Mar 10
In option C, Task C is scheduled to start March 3 but Task B doesn't start until March 5, violating the required sequence.
Question 23: Which of the following sentences is grammatically correct?
- Neither the manager nor the employees is informed about the policy change.
- Neither the manager nor the employees was informed about the policy change.
- Neither the manager nor the employees were informed about the policy change. (Correct answer)
- Neither the manager nor the employees have been informed about the policy change.
Correct answer: Neither the manager nor the employees were informed about the policy change.
In 'neither…nor' constructions, the verb agrees with the subject closest to it (the 'nor' subject). 'The employees' is plural, so the verb must be plural: 'were.' Options A, C, and D use singular or incorrect forms.
Question 24: Two candidates have identical Conscientiousness scores. Candidate A is high in Extraversion; Candidate B is high in Introversion. Which role would Candidate B likely outperform in?
- Corporate sales territory management
- High-volume customer service representative
- Independent research analyst requiring deep focused work (Correct answer)
- Public-facing brand ambassador
Correct answer: Independent research analyst requiring deep focused work
Introverts often excel in roles requiring sustained concentration and independent analysis, where extraversion is less critical.
Question 25: Which sentence CORRECTLY uses parallel structure?
- Our goals are winning the contract, to retain clients, and growth.
- The report was thorough, accurate, and it covered all the points.
- He promised to work harder, stay focused, and meet every deadline. (Correct answer)
- She likes swimming, to run, and cycling.
Correct answer: He promised to work harder, stay focused, and meet every deadline.
Option C maintains parallel structure by using the infinitive form ('to work,' 'stay,' 'meet') consistently throughout.
Question 26: If 2x + 3y = 12 and 3x + 2y = 13, then x + y = ?
- 7
- 4
- 5 (Correct answer)
- 6
Correct answer: 5
Adding both equations: 5x + 5y = 25 → x + y = 5.
Question 27: Which of the following words is the best synonym for 'UBIQUITOUS'?
- Scarce
- Rare
- Unique
- Omnipresent (Correct answer)
Correct answer: Omnipresent
'Ubiquitous' means present, appearing, or found everywhere. 'Omnipresent' also means widely or constantly encountered; common or widespread. The other options, 'Scarce', 'Rare', and 'Unique', are antonyms.
Question 28: A spring with a spring constant of 200 N/m is compressed by 0.05 m. How much potential energy is stored?
- 5 J
- 10 J
- 0.5 J
- 0.25 J (Correct answer)
Correct answer: 0.25 J
Spring PE = ½kx² = ½ × 200 × (0.05)² = ½ × 200 × 0.0025 = 0.25 J.
Question 29: A leader notices the team's energy is low before a critical deadline. She tells an energizing story about a past team success. Which EI competency is she applying?
- Self-regulation
- Conflict management
- Inspirational leadership through emotional influence (Correct answer)
- Empathy
Correct answer: Inspirational leadership through emotional influence
Using emotional narrative to shift group mood and motivation reflects inspirational leadership, a key social skill within Goleman's EI framework.
Question 30: An invoice shows Amount: $1,245.00, but the original purchase order lists the amount as $1,254.00. Which field contains the data entry error?
- Amount (Correct answer)
- Invoice number
- Client name
- Date
Correct answer: Amount
The amount on the invoice ($1,245.00) does not match the purchase order ($1,254.00); the digits 4 and 5 were transposed.
Question 31: A train travels 360 km in 4 hours. If it increases its speed by 20%, how long will it take to travel the same distance?
- 3 hours 30 minutes
- 2 hours 50 minutes
- 3 hours 20 minutes (Correct answer)
- 3 hours 10 minutes
Correct answer: 3 hours 20 minutes
Original speed = 360/4 = 90 km/h. New speed = 90 × 1.20 = 108 km/h. Time = 360/108 = 3.33 hours = 3 hours 20 minutes.
Question 32: A pie chart shows company expenses: Salaries 40%, Rent 20%, Marketing 15%, Operations 15%, Miscellaneous 10%. If total expenses are ₹10 lakh, how much is spent on Rent and Marketing combined?
- ₹3 lakh
- ₹4 lakh
- ₹2.5 lakh
- ₹3.5 lakh (Correct answer)
Correct answer: ₹3.5 lakh
Rent + Marketing = 20% + 15% = 35%. 35% of ₹10 lakh = ₹3.5 lakh.
Question 33: A manager notices that an employee avoids conflict at all costs and consistently agrees with colleagues even when he privately disagrees. This behavior reflects high:
- Neuroticism
- Agreeableness (Correct answer)
- Emotional stability
- Conscientiousness
Correct answer: Agreeableness
High Agreeableness involves cooperativeness and conflict-avoidance, sometimes leading individuals to suppress their own views to maintain harmony.
Question 34: What is the result of the bitwise AND operation: 12 & 10?
- 22
- 8 (Correct answer)
- 14
- 2
Correct answer: 8
12 = 1100â‚‚ and 10 = 1010â‚‚; AND gives 1000â‚‚ = 8.
Question 35: Choose the best synonym for 'VERBOSE':
- Concise
- Silent
- Wordy (Correct answer)
- Angry
Correct answer: Wordy
Verbose means using more words than necessary, making wordy the correct synonym.
Question 36: You are assigned two high-priority tasks with the same deadline. What is the best approach?
- Inform your manager and ask for help prioritizing (Correct answer)
- Miss both deadlines and explain afterward
- Work on both simultaneously and split your attention
- Choose one task and ignore the other
Correct answer: Inform your manager and ask for help prioritizing
Communicating the conflict to your manager allows for informed reprioritization.
Question 37: Which of the following sentences uses the PASSIVE VOICE correctly?
- The committee was reviewing the proposal yesterday.
- Everyone completed the survey on time.
- The report will be submitted by the team by Friday. (Correct answer)
- The manager decided to postpone the meeting.
Correct answer: The report will be submitted by the team by Friday.
Option B uses passive voice: the subject (report) receives the action, and the agent (team) is introduced with 'by'.
Question 38: Identify the main purpose of a topic sentence in a paragraph:
- To provide statistical evidence for the argument
- To introduce the central idea of the paragraph (Correct answer)
- To summarize the entire essay
- To transition between two unrelated ideas
Correct answer: To introduce the central idea of the paragraph
A topic sentence states the main idea of a paragraph, guiding the reader on what the paragraph will discuss.
Question 39: If PENCIL is coded with each letter shifted +3 positions in the alphabet, what is the code?
- SHQELP
- RGPEKN
- SHQFLP
- SHQFLO (Correct answer)
Correct answer: SHQFLO
P+3=S, E+3=H, N+3=Q, C+3=F, I+3=L, L+3=O → SHQFLO.
Question 40: In object-oriented programming, what is 'encapsulation'?
- Bundling data and methods that operate on that data within one unit (Correct answer)
- Overriding a method in a subclass
- Creating multiple objects from one class
- Inheriting methods from a parent class
Correct answer: Bundling data and methods that operate on that data within one unit
Encapsulation bundles data (attributes) and the methods that act on it into a single class, hiding internal details.
Question 41: A train 240 meters long passes a pole in 12 seconds. How long will it take to pass a platform 360 meters long?
- 25 seconds
- 20 seconds
- 30 seconds (Correct answer)
- 18 seconds
Correct answer: 30 seconds
Speed = 240/12 = 20 m/s; total distance = 240+360 = 600 m; time = 600/20 = 30 seconds.
Question 42: Which of the following best demonstrates active listening?
- Nodding while thinking about your response
- Paraphrasing the speaker's key points and asking follow-up questions (Correct answer)
- Waiting for the speaker to finish so you can share your own experience
- Maintaining eye contact while checking your phone
Correct answer: Paraphrasing the speaker's key points and asking follow-up questions
Active listening involves fully focusing on the speaker, paraphrasing to confirm understanding, and asking questions that deepen the conversation.
Question 43: Which material has the highest electrical conductivity at room temperature?
- Gold
- Copper
- Aluminum
- Silver (Correct answer)
Correct answer: Silver
Silver has the highest electrical conductivity of any element, though copper is more commonly used due to cost.
Question 44: You are leading a team and notice two members have an ongoing conflict affecting team morale. What do you do?
- Meet with each member individually, then facilitate a joint conversation to reach resolution (Correct answer)
- Reassign both members to separate projects without addressing the conflict
- Ignore it and hope it resolves itself
- Take sides based on who you believe is right
Correct answer: Meet with each member individually, then facilitate a joint conversation to reach resolution
Individual conversations followed by a facilitated joint discussion address conflict constructively.
Question 45: Pipes A and B can fill a tank in 12 and 18 hours respectively. If both are opened together, in how many hours will the tank be full?
- 6.0 hours
- 9.0 hours
- 7.2 hours (Correct answer)
- 8.4 hours
Correct answer: 7.2 hours
Combined rate = 1/12 + 1/18 = 5/36 per hour; time = 36/5 = 7.2 hours.
Question 46: A line graph shows revenue (in ₹ crore): 2019=50, 2020=45, 2021=60, 2022=75, 2023=90. In which year did revenue show the highest increase over the previous year?
- 2022
- 2023 (Correct answer)
- 2021
- 2020
Correct answer: 2023
Increases: 2020: -5 (decline), 2021: +15, 2022: +15, 2023: +15. All three years from 2021-2023 show equal increases of 15. However, in absolute terms 2023 adds ₹15 crore. The question asks highest increase — all equal at ₹15 crore; 2023 is listed first among equal options.
Question 47: A bar chart shows monthly sales: Jan=$40K, Feb=$55K, Mar=$35K, Apr=$60K. What is the average monthly sales over these four months?
- $52,500
- $47,500 (Correct answer)
- $50,000
- $45,000
Correct answer: $47,500
Average = (40+55+35+60)/4 = 190/4 = $47,500.
Question 48: In networking, what does 'HTTP' stand for and what is its primary function?
- High Transfer Text Protocol — for file compression
- Hybrid Text Transport Protocol — for encrypted communications
- Host Terminal Transfer Program — for server management
- HyperText Transfer Protocol — for transferring web pages and data over the internet (Correct answer)
Correct answer: HyperText Transfer Protocol — for transferring web pages and data over the internet
HTTP (HyperText Transfer Protocol) is the foundation of data communication on the World Wide Web, enabling browsers to request and receive web pages.
Question 49: If a product costs ₹1,200 after a 25% discount, what was the original price?
- ₹1,800
- ₹1,400
- ₹1,600 (Correct answer)
- ₹1,500
Correct answer: ₹1,600
₹1,200 = 75% of original price. Original = 1200/0.75 = ₹1,600.
Question 50: In a singly linked list, what is the time complexity of accessing the kth element?
- O(k) (Correct answer)
- O(n²)
- O(log n)
- O(1)
Correct answer: O(k)
You must traverse from the head node, taking O(k) steps to reach the kth element.
Question 51: A market analyst reads: 'Sales of umbrellas rise whenever ice cream sales rise.' The most plausible explanation is:
- Hot summer weather increases both ice cream consumption and, separately, umbrella purchases for sun protection. (Correct answer)
- Ice cream melts faster when it rains, so people buy more.
- Umbrella vendors market near ice cream shops.
- Ice cream companies own umbrella brands.
Correct answer: Hot summer weather increases both ice cream consumption and, separately, umbrella purchases for sun protection.
A common cause—summer heat—can drive two correlated variables without either causing the other.
Question 52: What is the time complexity of searching for an element in a balanced binary search tree?
- O(log n) (Correct answer)
- O(n log n)
- O(1)
- O(n)
Correct answer: O(log n)
A balanced BST halves the search space at each node, giving O(log n) time complexity.
Question 53: Select the correctly spelled word:
- Accommodate (Correct answer)
- Accomodate
- Acommodate
- Accommodatte
Correct answer: Accommodate
Accommodate is spelled with double 'c' and double 'm'.
Question 54: If 8 men can complete a piece of work in 20 days, how many days will 10 men take to complete the same work?
- 16 days (Correct answer)
- 25 days
- 14 days
- 18 days
Correct answer: 16 days
Total work = 8 × 20 = 160 man-days. Days for 10 men = 160/10 = 16 days.
Question 55: What is the output of this code snippet? def mystery(n): return n * (n + 1) // 2 print(mystery(4))
- 8
- 10 (Correct answer)
- 12
- 6
Correct answer: 10
mystery(4) = 4 * 5 // 2 = 20 // 2 = 10, the sum of integers 1 through 4.
Question 56: What is the compound interest on ₹5000 at 10% per annum for 2 years?
- ₹1050 (Correct answer)
- ₹1100
- ₹1000
- ₹950
Correct answer: ₹1050
CI = P(1+r)^t - P = 5000(1.1)^2 - 5000 = 5000(1.21) - 5000 = 6050 - 5000 = ₹1050.
Question 57: Choose the correct form: 'Neither the manager nor the employees _______ informed about the change.'
- has been
- is
- was
- were (Correct answer)
Correct answer: were
When 'neither…nor' is used, the verb agrees with the subject closer to it — 'employees' is plural, so 'were' is correct.
Question 58: If PENCIL is coded as QFODLM, how is PAPER coded?
- QCQFT
- QAQER
- RBQFS
- QBQFS (Correct answer)
Correct answer: QBQFS
Each letter is shifted forward by 1 in the alphabet, so P→Q, A→B, P→Q, E→F, R→S gives QBQFS.
Question 59: Which metric is MOST useful for evaluating whether your time management system is working?
- The percentage of high-priority tasks completed on time (Correct answer)
- The number of hours worked per day
- How full your calendar is each week
- The number of tasks on your to-do list
Correct answer: The percentage of high-priority tasks completed on time
Completion rate of high-priority tasks directly measures whether your system is directing effort toward what matters most.
Question 60: What is the output of the following C code snippet: `int x = 5; printf("%d", x++);`?
- 5 (Correct answer)
- 6
- 4
- Undefined behavior
Correct answer: 5
Post-increment returns the original value before incrementing, so 5 is printed.
Mettl Aptitude Assessment
The Mettl aptitude test evaluates candidates across verbal ability, quantitative aptitude, logical reasoning, data interpretation, and behavioral competencies for pre-employment screening.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds