Capegemini Consulting India Private Limited interview experience Real time questions & tips from candidates to crack your interview

Technical Lead

Capegemini Consulting India Private Limited
upvote
share-icon
2 rounds | 10 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, Algorithms, System Design, Aptitude, Java, OOPS
Tip
Tip

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application process
Where: Other
Eligibility: Above 3 years of experience
Resume Tip
Resume tip

Tip 1 : Have at least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date28 Aug 2021
Coding problem5

This round had 1 simple question related to Basic Programming and Maths and then I was asked some concepts revolving around Java , Spring Boot and OOPS.

1. Pascal's Triangle

Easy
20m average time
80% success
0/40
Asked in companies
GrabIBMInca Infotech Technologies Private Limited

You are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N.

A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pascal's triangle contains the values of the binomial coefficient. For example in the figure below.

For example, given integer N= 4 then you have to print.

1  
1 1 
1 2 1 
1 3 3 1

Here for the third row, you will see that the second element is the summation of the above two-row elements i.e. 2=1+1, and similarly for row three 3 = 1+2 and 3 = 1+2.
Try solving now

2. Spring Boot Question

What is the starter dependency of the Spring boot module?

3. Spring Boot Question

What does the @SpringBootApplication annotation do internally?

4. Spring Boot Question

Can we override or replace the Embedded tomcat server in Spring Boot?

5. OOPS Question

Difference between Abstract class and Interface

02
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date31 Aug 2021
Coding problem5

This round focused more on concepts from DBMS, OOPS and Selenium. The interviewer was more aligned towards the fundamentals and asked the core concepts rather than some advanced questions.

1. DBMS Question

What is the difference between Cluster and Non-Cluster Index?

2. OOPS Question

What is Garbage collector in JAVA?

3. DBMS Question

Difference between the DELETE and TRUNCATE command in a DBMS.

4. Selenium Question

Explain the difference between driver.close() and driver.quit() command in Selenium?

5. Selenium Question

Explain the difference between findElement() and findElements() in Selenium.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Associate Consultant
1 rounds | 2 problems
Interviewed by Capegemini Consulting India Private Limited
0 views
0 comments
0 upvotes
Servicenow Developer
2 rounds | 2 problems
Interviewed by Capegemini Consulting India Private Limited
786 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
554 views
0 comments
0 upvotes
Data Analyst
3 rounds | 4 problems
Interviewed by Capegemini Consulting India Private Limited
426 views
0 comments
0 upvotes