DXC Technology – Aptitude Questions & Answers for Placement Tests

Reviewing Previous Year Questions is a good start. Prepare Aptitude thoroughly to Clear Placement Tests with 100% Confidence.

Q.1 Arrange the following in descending order: 0.7, 2/3, 0.65, 5/8.
Check Solution

Ans: B

Convert fractions to decimals: 2/3 = 0.666…, 5/8 = 0.625. Now arrange in descending order: 0.7, 0.666…, 0.65, 0.625.

Q.2 Find the H.C.F. of 120, 144, and 216.
Check Solution

Ans: C

Prime factorize each number: 120 = 2^3 * 3 * 5; 144 = 2^4 * 3^2; 216 = 2^3 * 3^3. The HCF is found by taking the lowest power of common prime factors: 2^3 * 3 = 24

Q.3 The value of log2(1/32) is
Check Solution

Ans: B

log2(1/32) = log2(2^-5) = -5

Q.4 If the G.C.D. of x^2 + (q + 2)x + 1 and x^2 + qx + 1 is (x + 1), then the value of q is
Check Solution

Ans: C

Since (x+1) is a common factor, both polynomials must equal 0 when x = -1. For the first polynomial: (-1)^2 + (q+2)(-1) + 1 = 0 => 1 – q – 2 + 1 = 0 => q = 0. For the second polynomial: (-1)^2 + q(-1) + 1 = 0 => 1 – q + 1 = 0 => q = 2. The second polynomial helps to calculate the correct q value.

Q.5 A box contains red, blue, and green marbles in the ratio 3:4:5. The total number of marbles in the box is 60. The number of blue marbles is
Check Solution

Ans: C

Let the number of red, blue, and green marbles be 3x, 4x, and 5x respectively. The total number of marbles is 3x + 4x + 5x = 12x. We are given that 12x = 60. Therefore, x = 5. The number of blue marbles is 4x = 4 * 5 = 20.

Q.6 If the HCF and LCM of two numbers are 12 and 144 respectively, and one of the numbers is 36, then the other number is
Check Solution

Ans: C

We know that product of two numbers = HCF * LCM. Let the other number be x. So, 36 * x = 12 * 144. Thus x = (12 * 144) / 36 = 48.

Q.7 A shopkeeper has a mixture of 40 litres of milk and water. The mixture contains 30% milk and the rest is water. If the shopkeeper adds 10 litres of milk to the mixture, what is the percentage of water in the new mixture?
Check Solution

Ans: A

Milk in the original mixture = 40 * 0.30 = 12 litres. Water in the original mixture = 40 – 12 = 28 litres. After adding 10 litres of milk, the total milk becomes 12 + 10 = 22 litres. The total volume of the new mixture = 40 + 10 = 50 litres. Percentage of water in the new mixture = (28/50) * 100 = 56%.

Q.8 Write √432 as a mixed surd.
Check Solution

Ans: A

√432 = √(144 * 3) = √144 * √3 = 12√3

Q.9 A vessel contains 40 litres of milk. 4 litres of milk is taken out and replaced with water. This process is repeated two more times. What is the quantity of milk left in the vessel?
Check Solution

Ans: B

Milk left after 1st operation = 40 * (1 – 4/40) = 36 litres. Milk left after 2nd operation = 36 * (1 – 4/40) = 32.4 litres. Milk left after 3rd operation = 32.4 * (1 – 4/40) = 29.16 litres.

Q.10 A pump can fill a tank in 12 hours. Due to a leak in the tank, it takes 18 hours to fill the tank. If the leak is open, how long will it take for the leak to empty a full tank?
Check Solution

Ans: C

Let the pump’s filling rate be 1/12 of the tank per hour. Let the leak’s emptying rate be 1/x of the tank per hour. The combined rate when both are active is 1/18 of the tank per hour. Therefore, 1/12 – 1/x = 1/18. Solving for x: 1/x = 1/12 – 1/18 = (3-2)/36 = 1/36. Thus x = 36.

Q.11 A train travels at 60 kmph for 2 hours and then at 80 kmph for 3 hours. A bus travels at 40 kmph for 4 hours and then at 50 kmph for 2 hours. Find the ratio of the total distances covered by the train and the bus.
Check Solution

Ans: B

Distance covered by train = (60 * 2) + (80 * 3) = 120 + 240 = 360 km. Distance covered by bus = (40 * 4) + (50 * 2) = 160 + 100 = 260 km. Ratio = 360:260 = 18:13

Q.12 A multiple-choice quiz has 5 questions. Each question has 4 answer choices. In how many ways can a student attempt the quiz, assuming they must choose one answer for each question?
Check Solution

Ans: B

Each question has 4 possible answers. Since there are 5 questions and the choices for each question are independent, the total number of ways is 4 * 4 * 4 * 4 * 4 = 4^5

Q.13 A spacecraft travels at a speed of 20,000 kilometers per hour. How far will it travel in 15 minutes?
Check Solution

Ans: B

15 minutes is equal to 15/60 = 0.25 hours. Distance = Speed x Time = 20,000 km/h * 0.25 h = 5000 km

Q.14 A baker used 2 ½ cups of flour for a cake and 1 ¾ cups of flour for cookies. He then decided to make bread, using 3 ¼ cups of flour. If he had a 9-cup bag of flour initially, how much flour does he have remaining?
Check Solution

Ans: A

Total flour used = 2 ½ + 1 ¾ + 3 ¼ = 2.5 + 1.75 + 3.25 = 7.5 cups. Remaining flour = 9 – 7.5 = 1.5 cups = 1 ½ cups.

Q.15 The sum of three numbers is 12. The sum of their squares is 50. What is the sum of the products of the numbers taken two at a time?
Check Solution

Ans: D

Let the three numbers be x, y, and z. We are given: x + y + z = 12 x^2 + y^2 + z^2 = 50 We want to find xy + yz + xz. We know that (x + y + z)^2 = x^2 + y^2 + z^2 + 2(xy + yz + xz) Substituting the given values: 12^2 = 50 + 2(xy + yz + xz) 144 = 50 + 2(xy + yz + xz) 2(xy + yz + xz) = 144 – 50 2(xy + yz + xz) = 94 xy + yz + xz = 94 / 2 xy + yz + xz = 47

Q.16 A clock strikes once at 1 o’clock, twice at 2 o’clock, thrice at 3 o’clock, and so on. How many times does it strike in a day?
Check Solution

Ans: C

The clock strikes a total of 1+2+3+…+12 times in 12 hours. The sum of an arithmetic series is n(n+1)/2, where n is the number of terms. So, (12*13)/2 = 78. In a day (24 hours), it will strike twice this amount. Thus, 78*2=156.

Q.17 A shopkeeper buys 20 articles for Rs. 120 and sells them at a profit of 25%. What is the selling price of each article?
Check Solution

Ans: B

Cost price of 1 article = 120/20 = Rs. 6. Profit = 25% of 6 = 1.50. Selling price of 1 article = 6 + 1.50 = Rs. 7.50

Q.18 A boat travels 40 km upstream in 4 hours and the same distance downstream in 2 hours. What is the speed of the boat in still water in kmph?
Check Solution

Ans: B

Let the speed of the boat in still water be ‘x’ kmph and the speed of the stream be ‘y’ kmph. Upstream speed = x – y; Downstream speed = x + y Distance = Speed x Time 40 = (x – y) * 4 => x – y = 10 40 = (x + y) * 2 => x + y = 20 Adding both equations: 2x = 30 => x = 15

Q.19 If “book” is called “pen”, “pen” is called “pencil”, “pencil” is called “eraser”, and “eraser” is called “sharpener”, what would a student write with?
Check Solution

Ans: C

A student writes with a pen, and a pen is called a pencil.

Q.20 The set T of numbers has the following properties: • If x is in T then -x is in T • If both x and y are in T, then so is x*y Is 4 in T? Statements: 2 is in T. -1 is in T.
Check Solution

Ans: B

Statement 1: If 2 is in T, then -2 is in T. 2*-2 = -4, thus -4 is in T. The product of -4 and -1 from statement 2 would result in 4 being in T. Statement 2: If -1 is in T then 1 is in T.

Q.21 A group of friends is planning a surprise birthday party. The party is to be held on a specific date. Who is celebrating their birthday? Statements: i. Anika, one of the friends, says the birthday is not on Saturday or Sunday. ii. Rohan, another friend, says the birthday is three days after the day Anika mentioned which was Tuesday.
Check Solution

Ans: D

Statement I tells us it’s not Saturday or Sunday. Statement II says the birthday is three days after Tuesday, which means it is Friday. Both statements are needed to find the answer.

Q.22 Find the next number in the series: 6, 24, 60, 120,….
Check Solution

Ans: B

The series follows the pattern n^3 – n where n starts from 2 and increases by 1. (2^3 – 2 = 6), (3^3 – 3 = 24), (4^3 – 4 = 60), (5^3 – 5 = 120), (6^3 – 6 = 210)

Q.23 Fabric : Thread :: Book :
Check Solution

Ans: A

Thread is used to make fabric. Pages are used to make a book.

Q.24 A ship sails 120 km east, then 90 km south. It then changes direction and travels 120 km west. Finally, it heads north and arrives at its destination. What is the straight-line distance from the starting point to the destination?
Check Solution

Ans: A

The ship moves 120 km east and 120 km west, effectively canceling out the east-west movement. It moves 90 km south. Therefore, the final straight-line distance is simply the distance traveled south which is 90 km.

Q.25 Given signs signify something and on that basis, assume the given statements to be true and find which of the two conclusions I and II is/are definitely true. “%” denotes “less than” “>”denotes “greater than“ “=” denotes “equal to“ “@” denotes “not equal to“ “#’’ denote “ greater than or equal to” “*” denote “not less than” Statements A*B, B@C, C#D Conclusions I. A>D II. A@C
Check Solution

Ans: C

A*B => A is not less than B => A >= B B@C => B is not equal to C => B != C C#D => C is greater than or equal to D => C >= D From the statements, we cannot definitively say if A>D is true (I) or not. Also, B!=C. Since A>=B, A cannot be definitely equal to C (II).

Q.26 Rohan points to a photograph and says, “She is the daughter of my grandfather’s only son.” How is the woman in the photograph related to Rohan?
Check Solution

Ans: A

The grandfather’s only son would be Rohan’s father. The daughter of Rohan’s father is his sister.

Q.27 Find the next number in the given number series : 7, 18, 34, 55, ……
Check Solution

Ans: A

The difference between consecutive numbers increases by 3, then 4, then 5 etc. 18-7=11, 34-18=16, 55-34=21. 11+5=16, 16+5=21, so next should be 21+6=27. 55+27=82. However this pattern is wrong. So another approach 7+11=18, 18+16=34, 34+21=55. Difference between 11,16,21 is 5. So next difference should be 21+5+6=27. So, next number will be 55+27=82. None of the options are correct. Another method: 7 + (1×11) = 18 18 + (2×8) = 34 34 + (3×7) = 55 55 + (4×6) = 79 None of the options is correct

Q.28 Decode the word(s)/ pattern given in the question. “The cat sat on the mat” is written as “zxy vwq rst lmn”, “The dog sat on the mat” is written as “zxy abc rst lmn”, “The rat sat on the log” is written as “zxy def rst ghi”. How is “The dog ran on the log” written as?
Check Solution

Ans: A

The words are mapped like this: “The” = zxy, “cat” = vwq, “sat” = rst, “on” = lmn, “dog” = abc, “mat” = lmn, “rat” = def, “log” = ghi, “ran” = uio.

Q.29 Choose the option that arranges the given set of words in the ‘most’ meaningful order.
Check Solution

Ans: C

The logical order is: first a diagnosis is made, followed by consultation, then treatment, and finally recovery.

Q.30 Find the next number in the given number series: 1, 4, 9, 16, 25, …
Check Solution

Ans: B

The series consists of the squares of natural numbers: 1^2, 2^2, 3^2, 4^2, 5^2, … The next number should be 6^2 = 36.

Q.31 Find the next number in the given number series: 3, 10, 29, 66, ……
Check Solution

Ans: A

The pattern is: 3 = 1^3 + 2 10 = 2^3 + 2 29 = 3^3 + 2 66 = 4^3 + 2 So the next number should be 5^3 + 2 = 127

Q.32 Select the word or phrase that is most nearly OPPOSITE to the given word. Ephemeral
Check Solution

Ans: A

Ephemeral means lasting for a very short time. The opposite is something that lasts a long time.

Q.33 Re-arrange the jumbled parts which are labelled as P, Q, R and S to produce a coherent passage. The first (S1) and the last (S6) sentences have been given to you. S1: William Shakespeare is widely regarded as the greatest writer in the English language. P: His plays have been translated into every major living language. Q: He was born in Stratford-upon-Avon, England, in April 1564. R: Shakespeare wrote approximately 39 plays, 154 sonnets, and various other poems. S: He is often called England’s national poet. S6: Shakespeare died on April 23, 1616.
Check Solution

Ans: A

QSRP

Q.34 Fill in the blank with a suitable option. Despite the company’s best efforts, the project suffered a series of setbacks and ultimately ended in ____.
Check Solution

Ans: C

The sentence describes a negative outcome, so the best fit is “Failure”.

Q.35 Find the word which is OPPOSITE to the meaning of the given word. Ephemeral
Check Solution

Ans: C

Ephemeral means lasting for a very short time. The opposite of this is permanent.

Q.36 The detective’s investigation led him to a ________ conclusion, despite the confusing evidence.
Check Solution

Ans: C

The detective’s investigation should lead to a clear and certain conclusion.

Q.37 Find the closest MEANING for the given word. Ephemeral
Check Solution

Ans: B

Fleeting

Q.38 The passage discusses the importance of microfinance for poverty alleviation. What is a key challenge faced by the microfinance sector, according to the author?
Check Solution

Ans: B

The passage explicitly mentions the inflexibility of loan products and the lack of savings and insurance services as a challenge.

Q.39 What is the main reason for the limited outreach of microfinance in India, according to the passage?
Check Solution

Ans: C

The passage states that the overall outreach meets only 10% of the estimated demand.

Q.40 The passage discusses the importance of microfinance in addressing poverty. What is the main argument the author makes about the role of the government in relation to microfinance?
Check Solution

Ans: B

The author argues for a market-driven approach with government oversight to ensure transparency and a supportive policy environment.

Q.41 Re-arrange the jumbled parts which are labelled as P, Q, R and S to produce a coherent passage. The first (S1) and the last (S6) sentences are given. Choose the correct option. S1: The old woman lived alone in a small cottage. P: She always kept the door locked and the windows shuttered. Q: People in the village said she was a witch. R: They never saw her smile or speak to anyone. S: This made the villagers curious and fearful. S6: No one dared to approach her home.
Check Solution

Ans: C

QSRP

Q.42 Arrange the fragments A, B, C, D and E to form a meaningful sentence. A-the best B-of C-movie D-2023 E-was Oppenheimer
Check Solution

Ans: A

The sentence should read “The best movie of 2023 was Oppenheimer.”

Q.43 Select the grammatically correct alternative to the words or phrase given in bold. Despite of his hard work , he failed the exam.
Check Solution

Ans: C

“Despite” requires a noun phrase or a gerund. Option C, “his hard work” is the correct noun phrase.

Q.44 Which of the following best describes the author’s primary concern regarding China’s steel industry?
Check Solution

Ans: B

The author is primarily concerned with the negative consequences of China’s subsidized steel production on foreign steel producers and steel-consuming industries.

Q.45 The company decided to _________ the project after facing significant financial losses.
Check Solution

Ans: B

To avoid further losses, the company chose to stop the project.

Next: Ericsson Aptitude Questions

Refer Company wise Aptitude Questions

Practice 1000s of Aptitude Questions with Answers for Quant, Reasoning & Verbal

Fastest Way to Crack Aptitude TestsLearnTheta’s AI-Practice!

✅ All Topics at One Place

🤖 Adaptive Question Practice

📊 Progress and Insights

Read More

Try Smart Way to Practice? Yes No
Scroll to Top