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
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Basic Java questions include OOPS concept , structure of program , how the code runs , binary search , sorting Basic programs interviewer can ask you if you are fresher,DataBase knowledge, SQL
Tip
Tip

Tip 1 : be sure of what you are writing in your resume- precise and concise 
Tip 2 : Speak yourself in front of the mirror
Tip 3 : practise mock interviews

Application process
Where: Campus
Eligibility: CGPA required and graduation
Resume Tip
Resume tip

Tip 1 : Write less but accurate 
Tip 2 : Don’t prepare thing that you wrote on Resume ..
Be smart to answer every question confidently

Interview rounds

01
Round
Medium
Coding Test - Pen and paper
Duration90 minutes
Interview date22 Nov 2019
Coding problem1

Aptitude test

1. Operating System Question

Basics should be clear

Problem approach

Tip 1 : Don’t go into depth
Tip 2 : be sure what you are speaking 
Tip 3 : also be confident for answering the questions that you don’t know

02
Round
Medium
Face to Face
Duration30 minutes
Interview date22 Nov 2019
Coding problem3

1. Search In Rotated Sorted Array

Moderate
30m average time
65% success
0/80
Asked in companies
InformaticaDelhiveryGoldman Sachs

Aahad and Harshit always have fun by solving problems. Harshit took a sorted array consisting of distinct integers and rotated it clockwise by an unknown amount. For example, he took a sorted array = [1, 2, 3, 4, 5] and if he rotates it by 2, then the array becomes: [4, 5, 1, 2, 3].

After rotating a sorted array, Aahad needs to answer Q queries asked by Harshit, each of them is described by one integer Q[i]. which Harshit wanted him to search in the array. For each query, if he found it, he had to shout the index of the number, otherwise, he had to shout -1.

For each query, you have to complete the given method where 'key' denotes Q[i]. If the key exists in the array, return the index of the 'key', otherwise, return -1.

Note:

Can you solve each query in O(logN) ?
Problem approach

Just say about the logic

Try solving now
Easy
10m average time
90% success
0/40
Asked in companies
EcomExpressIndus Valley PartnersMAQ Software

You have given two positive integers N and K. Your task is to print a series of numbers i.e subtract K from N until it becomes 0 or negative then add K until it becomes N. You need to do this task without using any loop.

For Example:
For  N = 5 , K = 2 
Series = [ 5, 3, 1, -1, 1, 3, 5]
Try solving now

3. Count Inversions

Moderate
40m average time
55% success
0/80
Asked in companies
Hewlett Packard EnterpriseBNY MellonGrab

For a given integer array/list 'ARR' of size 'N' containing all distinct values, find the total number of 'Inversions' that may exist.

An inversion is defined for a pair of integers in the array/list when the following two conditions are met.

A pair ('ARR[i]', 'ARR[j]') is said to be an inversion when:

1. 'ARR[i] > 'ARR[j]' 
2. 'i' < 'j'

Where 'i' and 'j' denote the indices ranging from [0, 'N').
Try solving now
03
Round
Medium
HR Round
Duration30 minutes
Interview date22 Nov 2019
Coding problem1

My interview and aptitude test was on same date .
I was very nervous but sone how I managed .
Go through the company profile as well before giving any interview 
Be aware of what is in trend !!

1. Basic HR questions

Tell me about yourself -common question always asked
Don’t tell what is written in Resume
Family related questions
Location related questions

Problem approach

Tip 1 : Speak in front of the mirror 
Tip 2 : speak what you know only
Tip 3 : Confidence is must

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