Capgemini — Interview Questions
Aptitude · Reasoning · English · CS — Corporate & Campus Interview Prep
Showing 1–10 of 22 questions
Q.1
Medium
Capgemini
If a shopkeeper marks up goods by 40% and gives a discount of 20%, what is the net profit percentage?
Correct Answer:
A. 12%
Explanation:
Let CP = 100. Marked price = 140. After 20% discount: SP = 140 × 0.80 = 112. Profit = 12%
Q.2
Medium
Capgemini
A man deposited Rs. 5000 at 8% per annum compound interest. What will be the amount after 2 years?
Correct Answer:
A. 5832
Explanation:
A = P(1 + R/100)^T = 5000(1 + 8/100)^2 = 5000(1.08)^2 = 5000 × 1.1664 = 5832
Q.3
Medium
Capgemini
If x^2 - 5x + 6 = 0, what are the values of x?
Correct Answer:
A. 2, 3
Explanation:
(x-2)(x-3) = 0, so x = 2 or x = 3
Q.4
Medium
Capgemini
A number is increased by 30% and then decreased by 20%. What is the net change?
Correct Answer:
B. 4% increase
Explanation:
Let number = 100. After 30% increase = 130. After 20% decrease = 130 × 0.80 = 104. Net change = 4% increase
Q.5
Medium
Capgemini
If A : B = 2 : 3 and B : C = 4 : 5, what is A : B : C?
Correct Answer:
A. 8:12:15
Explanation:
A:B = 2:3 (multiply by 4) = 8:12. B:C = 4:5 (multiply by 3) = 12:15. So A:B:C = 8:12:15
Q.6
Medium
Capgemini
Look at this series: 2, 6, 12, 20, 30, ? What comes next?
Correct Answer:
B. 42
Explanation:
Pattern: 1×2, 2×3, 3×4, 4×5, 5×6, 6×7 = 42
Q.7
Medium
Capgemini
A, B, C, D are four friends. A is taller than B. C is taller than D. B is taller than D. Who is the shortest?
Correct Answer:
D. D
Explanation:
From statements: A > B > D and C > D. D is shorter than all others, so D is shortest
Q.8
Medium
Capgemini
Which number should replace the question mark? 3, 5, 9, 17, 33, ?
Correct Answer:
A. 65
Explanation:
Pattern: 3×2-1=5, 5×2-1=9, 9×2-1=17, 17×2-1=33, 33×2-1=65
Q.9
Medium
Capgemini
If COMPUTER is coded as DPNQVUFS, how is REASONING coded?
Correct Answer:
B. SFBTPOJOH
Explanation:
Each letter is shifted by +1 in alphabet. REASONING becomes SFBTPOJOH
Q.10
Medium
Capgemini
In a code, FAST = 6-1-19-20. How would SHORT be coded?
Correct Answer:
A. 19-8-15-18-20
Explanation:
Each letter is replaced by its position in alphabet (A=1, B=2... Z=26). SHORT = 19-8-15-18-20