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

Analyst

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: DBMS, Dynamic Programming, Analytical Reasoning, graphs, trees
Tip
Tip

Tip 1 : Analyze question carefully
Tip 2 : Once question is attempted it wouldn't be accessed again. 
Tip 3 : it would be easy to cross if you do carefully

Application process
Where: Campus
Eligibility: Above 60%
Resume Tip
Resume tip

Tip 1 : List all the projects
Tip 2 : Do not list anything that is fake.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration180 minutes
Interview date21 Sep 2021
Coding problem2

Timing: Day time
Environment: easy to grasp
Interviewer: polite

1. MCQ Questions

Combination of english ,gaming ,mental ability and analytical reasoning.

 

Number Of MCQs - 90

2. Subarray With Given Sum

Moderate
15m average time
85% success
0/80
Asked in companies
Thought WorksAdobeInfo Edge India (Naukri.com)

Given an array ARR of N integers and an integer S. The task is to find whether there exists a subarray(positive length) of the given array such that the sum of elements of the subarray equals to S or not. If any subarray is found, return the start and end index (0 based index) of the subarray. Otherwise, consider both the START and END indexes as -1.

Note:

If two or more such subarrays exist, return any subarray.

For Example: If the given array is [1,2,3,4] and the value of S is equal to 7. Then there are two possible subarrays having sums equal to S are [1,2,3] and [3,4].

Problem approach

Tip 1 : You don't need to read input or print anything. The task is to complete the function subarraySum() which takes arr, N and S as input parameters and returns an arraylist containing the starting and ending positions of the first such occurring subarray from the left where sum equals to S.
Tip 2 : The two indexes in the array should be according to 1-based indexing
Tip 3 : If no such subarray is found, return an array consisting only one element that is -1.

Try solving now
02
Round
Easy
Video Call
Duration30 minutes
Interview date2 Nov 2021
Coding problem1

Very easy.

1. Minimum Jumps

Moderate
25m average time
75% success
0/80
Asked in companies
DirectiMakeMyTripOYO

Bob lives with his wife in a city named Berland. Bob is a good husband, so he goes out with his wife every Friday to ‘Arcade’ mall.

‘Arcade’ is a very famous mall in Berland. It has a very unique transportation method between shops. Since the shops in the mall are laying in a straight line, you can jump on a very advanced trampoline from the shop i, and land in any shop between (i) to (i + Arr[i]), where Arr[i] is a constant given for each shop.

There are N shops in the mall, numbered from 0 to N-1. Bob's wife starts her shopping journey from shop 0 and ends it in shop N-1. As the mall is very crowded on Fridays, unfortunately, Bob gets lost from his wife. So he wants to know, what is the minimum number of trampoline jumps from shop 0 he has to make in order to reach shop N-1 and see his wife again. If it is impossible to reach the last shop, return -1.

Problem approach

Tip 1 : You don't need to read input or print anything.
Tip 2 : Your task is to complete function minJumps() which takes the array arr and it's size N as input parameters and returns the minimum number of jumps. If not possible return -1.
Tip 3 : Can be done in O(N) time complexity

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
Analyst
3 rounds | 3 problems
Interviewed by Capegemini Consulting India Private Limited
618 views
0 comments
0 upvotes
Analyst
3 rounds | 3 problems
Interviewed by Capegemini Consulting India Private Limited
631 views
0 comments
0 upvotes
Analyst
3 rounds | 6 problems
Interviewed by Capegemini Consulting India Private Limited
669 views
0 comments
0 upvotes
Analyst
2 rounds | 6 problems
Interviewed by Capegemini Consulting India Private Limited
786 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Analyst
3 rounds | 4 problems
Interviewed by Ernst & Young (EY)
2196 views
1 comments
0 upvotes
company logo
Analyst
2 rounds | 7 problems
Interviewed by Dunzo
875 views
0 comments
0 upvotes
company logo
Analyst
3 rounds | 9 problems
Interviewed by HCL Technologies
0 views
0 comments
0 upvotes