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
Journey
I was admitted to B.Tech IT and learned various concepts like DSA and all. I was advised that DSA. is a must for getting placed, so I started practicing it on a daily basis.
Application story
I saw this opportunity on the company website and I applied. After a few days, I got a mail from HR about selecting my resume for the interview and the interview process.
Why selected/rejected for the role?
I think my skills and knowledge were up to the mark, and they found me a valuable candidate. Moreover, my communication skills added up to my numbers.
Preparation
Duration: 4 months
Topics: Data Structures, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Code More till you like it
Tip 2 : Study Data Structures & Algorithms

Application process
Where: Referral
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Skills Relevant to Job Description 
Tip 2 : Do not put false things on a resume, in-depth knowledge of everything there on the resume

Interview rounds

01
Round
Medium
Video Call
Duration60 mins
Interview date16 Jan 2021
Coding problem1

1. Path Queries

Moderate
25m average time
70% success
0/80
Asked in companies
MakeMyTripLido LearningCapegemini Consulting India Private Limited

You are given a weighted, undirected graph with ‘V’ vertices numbered from 1 to ‘V’ and ‘E’ bidirectional edges.

You have to answer ‘Q’ queries. Every query has two integers, ‘u’, ‘v’, representing the vertices. Your task is to print the shortest distance between ‘u’ and ‘v’ and print -1 if there is no path.

For example:

altImage

For the given graph, we have to find the shortest distance between vertices 1 and 3. 
The shortest distance between 1 and 3 is 2 (via 1 <-> 2<-> 3). Hence, the answer is 2.
Try solving now
02
Round
Medium
Video Call
Duration60 mins
Interview date23 Jan 2021
Coding problem2

1. Majority element

Easy
15m average time
85% success
0/40
Asked in companies
AmazonInfo Edge India (Naukri.com)HCL Technologies

You have been given an array/list 'ARR' consisting of 'N' integers. Your task is to find the majority element in the array. If there is no majority element present, print -1.

Note:
A majority element is an element that occurs more than floor('N' / 2) times in the array.
Problem approach

Return Middle element of the array that is return A[n/2].

Try solving now

2. Subarray with distinct integers

Easy
10m average time
90% success
0/40
Asked in companies
OlaAirtelCoditas

You are given an array/list 'ARR' consisting of 'N' integers and an integer 'B'. A non-empty subarray of 'ARR' is good if it contains exactly 'B' distinct integers.

Your task is to return the number of good subarrays in the given array/list.

Example:

For 'ARR' = [1, 2, 1, 3, 2, 4] and 'B' = 3, one of the good subarrays which contains three distinct integers is [1, 2, 1, 3]. 

Note:

An array 'C' is a subarray of array 'D' if it can be obtained by deletion of several elements(possibly zero) from the beginning and the end from array 'D'.
Try solving now

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
676 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
553 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