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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, OOPS, Web development, DBMS, Standard Coding Practices.
Tip
Tip

Tip 1 : Daily practice is needed for an interview to be cracked.
Tip 2 : If you are joining as a fresher, you must have basic knowledge of DBMS, OOPS, and Data Structures. This will increase your chances of getting shortlisted for the job.
Tip 3 : Always try to get a strong base of any one technology that you have been working on. Eg, Java( Backend), React Js(Front end), etc

Application process
Where: Campus
Eligibility: Graduation percentage should be more than 65%.
Resume Tip
Resume tip

Tip 1 : Always mention projects in your resume, so that interviewer should know that you have experience in that particular tech. 
Tip 2 : Don't write in too much detail, just brief summary of you and your experiences.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date12 Feb 2020
Coding problem1

There were basically 3 sections in the first round.
Section 1 - It consists of aptitude questions (Quant and LR/DI)
Section 2 - Writing a short paragraph of 200 words on the topic given.
Section 3 - It consists of pseudo-code MCQs.

Test environment was good and it was in the morning shift only.

1. MCQ Questions

Most of the MCQs were of moderate level, and some of the hard levels too.
Quant and DI/LR was asked in the MCQ section

Number Of MCQs - 25

02
Round
Medium
Face to Face
Duration20 minutes
Interview date12 Feb 2020
Coding problem2

This round consists of a face-to-face interview. In this round, I was asked about the basics of DS ALGO, DBMS, and oops concepts.
 

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
SAP LabsHCL TechnologiesWalmart

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now

2. Technical Questions

Tell us about your final year projects.

Extracurricular activities that u have done in your college.

 

 

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
Software Engineer
2 rounds | 3 problems
Interviewed by Capegemini Consulting India Private Limited
0 views
0 comments
0 upvotes
Software Engineer
2 rounds | 7 problems
Interviewed by Capegemini Consulting India Private Limited
677 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
554 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
569 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes