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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Pseudocode, Data structure, SQL, Python, Algorithms,
Tip
Tip

Tip 1 : Do projects
Tip 2 : practice Data Structure question
Tip 3 : Practice Coding questions

Application process
Where: Campus
Eligibility: Above 6.5 CGPA
Resume Tip
Resume tip

Tip 1 : Internships or experience should be mentioned
Tip 2 : Mention projects

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date1 Aug 2019
Coding problem1

1. Count Number of Subsequences

Moderate
15m average time
85% success
0/80
Asked in companies
Tata CommunicationsAmazonHCL Technologies

Given an array of non-negative integers ‘A’ and an integer ‘P’, find the total number of subsequences of ‘A’ such that the product of any subsequence should not be more than ‘P’.

A subsequence is a sequence that can be derived from another sequence by deleting some or no elements without changing the order of the remaining elements.
Note
You need to print your answer modulo 10^9 + 7.
For Example
Let us take  A = [1,2,3] and P = 4. 
All the subsequences not having product more than ‘4’ are {1}, {2}, {3}, {1,2}, {1,3}. Therefore count is equal to ‘5’.
Problem approach

Step 1 : I first applied bubble sort. It was not good enough. 
Step 2 : Interviewer asked me to optimise the solution.
Step 3 : Then i gave solution with merge sort and interviewer was Happy.

Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date2 Aug 2019
Coding problem1

Timing is Morning.

1. OS Questions

What are semaphores? 
What is virtual memory?

Problem approach

Tip 1 : Read Galvin for OS thoroughly
Tip 2 : do practice for sql

03
Round
Medium
HR Round
Duration30 minutes
Interview date2 Aug 2019
Coding problem1

1. Basic HR Questions

Introduction, where do you see yourself after 5 years?,
Why Capgemini?

Problem approach

Tip 1 : Prepare each questions that are mostly asked by HR. 

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
632 views
0 comments
0 upvotes
Analyst
2 rounds | 3 problems
Interviewed by Capegemini Consulting India Private Limited
732 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
787 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