Capgemini — Interview Questions
Aptitude · Reasoning · English · CS — Corporate & Campus Interview Prep
55 Questions 7 Topics Take Test
Advertisement
Showing 41–50 of 55 questions
Q.41 Easy Capgemini
What is the missing number in this sequence: 5, 10, 20, 40, ?
A 50
B 60
C 70
D 80
Correct Answer:  D. 80
Explanation:

Each number is multiplied by 2. 5×2=10, 10×2=20, 20×2=40, 40×2=80

Take Test
Q.42 Easy Capgemini
In a sequence, each number is the sum of the previous two numbers. If the first two numbers are 1 and 1, what is the 7th number?
A 11
B 13
C 15
D 17
Correct Answer:  B. 13
Explanation:

Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13. The 7th number is 13.

Take Test
Q.43 Medium Capgemini
A vendor purchases apples at Rs. 50 per dozen and sells at Rs. 5 per apple. What is the profit percentage?
A 15%
B 18%
C 20%
D 25%
Correct Answer:  C. 20%
Explanation:

Cost per apple = 50/12 = Rs. 4.17. Selling price = Rs. 5. Profit = 5-4.17 = 0.83. Profit% = (0.83/4.17)×100 ≈ 20%.

Take Test
Q.44 Easy Capgemini
Which of the following is the odd one out based on the pattern?
5, 10, 20, 40, 80, 160, 320, ?
A 480
B 560
C 640
D 720
Correct Answer:  C. 640
Explanation:

Each number is multiplied by 2. The sequence is 5×2^n. The next number should be 320×2 = 640. This is a geometric progression with ratio 2.

Take Test
Q.45 Easy Capgemini
In a coding system, CAT = 3, DOG = 4, ELEPHANT = 8. What would SNAKE equal?
A 4
B 5
C 6
D 7
Correct Answer:  B. 5
Explanation:

The code represents the number of letters in the word. SNAKE has 5 letters, so SNAKE = 5.

Take Test
Advertisement
Q.46 Easy Capgemini
Select the word that best completes the analogy: Teacher is to Student as Doctor is to ___
A Patient
B Medicine
C Hospital
D Nurse
Correct Answer:  A. Patient
Explanation:

A teacher instructs a student, similarly a doctor treats a patient. The relationship is one of professional service provider to recipient.

Take Test
Q.47 Easy Capgemini
Choose the option with the correct spelling:
A Occassion
B Occation
C Occasion
D Ocasion
Correct Answer:  C. Occasion
Explanation:

The correct spelling is 'Occasion' with double 'c' and double 's'. This is a common spelling error in English.

Take Test
Q.48 Easy Capgemini
In SQL, which keyword is used to remove duplicate rows from query results?
A UNIQUE
B DISTINCT
C REMOVE
D DELETE
Correct Answer:  B. DISTINCT
Explanation:

The DISTINCT keyword in SQL removes duplicate rows from the result set. Example: SELECT DISTINCT column FROM table;

Take Test
Q.49 Medium Capgemini
What is the time complexity of binary search algorithm?
A O(n)
B O(n²)
C O(log n)
D O(1)
Correct Answer:  C. O(log n)
Explanation:

Binary search has a time complexity of O(log n) because it divides the search space by half in each iteration. This works only on sorted arrays.

Take Test
Q.50 Medium Capgemini
A train travels from City A to City B at 60 km/h and returns from B to A at 40 km/h. If the total journey time is 10 hours, what is the distance between City A and City B?
A 240 km
B 300 km
C 280 km
D 320 km
Correct Answer:  A. 240 km
Explanation:

Let distance = d km. Time A to B = d/60 hours, Time B to A = d/40 hours. Total time: d/60 + d/40 = 10. LCM(60,40)=120, so (2d + 3d)/120 = 10, giving 5d/120 = 10, thus d = 240 km.

Take Test
IGET
iget AI
Online · Ask anything about exams
Hi! 👋 I'm your iget AI assistant.

Ask me anything about exam prep, MCQ solutions, study tips, or strategies! 🎯
UPSC strategy SSC CGL syllabus Improve aptitude NEET Biology tips