Capgemini — Interview Questions
Aptitude · Reasoning · English · CS — Corporate & Campus Interview Prep
Showing 1–10 of 55 questions
in Stored Procedures
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
Easy
Capgemini
In a mixture of 60 liters, the ratio of milk to water is 3:2. How much water is present?
Correct Answer:
A. 24 liters
Explanation:
Ratio = 3:2, so total parts = 5. Water = (2/5) × 60 = 24 liters
Q.4
Easy
Capgemini
A work can be completed by 5 men in 12 days. How many days will it take for 8 men to complete the same work?
Correct Answer:
A. 7.5 days
Explanation:
Work = 5 × 12 = 60 man-days. Time for 8 men = 60/8 = 7.5 days
Q.5
Easy
Capgemini
What is 25% of 80% of 500?
Correct Answer:
A. 100
Explanation:
80% of 500 = 400. 25% of 400 = 100
Q.6
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.7
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.8
Easy
Capgemini
The sum of three consecutive numbers is 81. What is the middle number?
Correct Answer:
C. 27
Explanation:
Let numbers be x-1, x, x+1. Sum = 3x = 81, so x = 27
Q.9
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.10
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