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

Senior Analyst

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: DS, Algorithms, OOPS, Python, SQL, Database Management System, Problem Solving, Dynamic Programming
Tip
Tip

Tip 1 : Start with basics of programming don’t jump into complex and advanced stuff quickly.
Tip 2 : Practise what learned each day and try doing capstones on your own.

Application process
Where: Campus
Eligibility: 6 CGPA and above
Resume Tip
Resume tip

Tip 1 : Have some projects on the resume and be confident to answer in and out about those projects.
Tip 2 : Don’t fake skills in the resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration30 minutes
Interview date5 Aug 2020
Coding problem1

Online Test (Aptitude, Logical and Verbal Reasoning) with 90 minutes duration. With an essay writing in the last as a part of verbal reasoning.

1. Puzzle

Cup:LIP :: LIP::BIRD:?

Problem approach

Tip 1 : practice reasoning and apti beforehand
Tip 2 : don't jump into questions that take much time

02
Round
Medium
Online Coding Interview
Duration30 Minutes
Interview date7 Aug 2020
Coding problem1

Pseudocodes

1. DS Question

Which of the following data structures is non linearStack, array, graph, linked list

Problem approach

Graph as in non linear data structure, data are hierarchical and can be traversed in one go but at a time only one element is reachable.

03
Round
Medium
Online Coding Test
Duration75 minutes
Interview date7 Aug 2020
Coding problem2

Coding round

1. Spiral Matrix

Easy
0/40
Asked in companies
GE (General Electric)AmazonSalesforce

You are given a N x M matrix of integers, return the spiral path of the matrix

Example Of Spiral Path

Spiral Path

Problem approach

Create and initialize variables k – starting row index, m – ending row index, l – starting column index, n – ending column index
Run a loop until all the squares of loops are printed.
In each outer loop traversal print the elements of a square in a clockwise manner.
Print the top row, i.e. Print the elements of the kth row from column index l to n, and increase the count of k.
Print the right column, i.e. Print the last column or n-1th column from row index k to m and decrease the count of n.
Print the bottom row, i.e. if k < m, then print the elements of m-1th row from column n-1 to l and decrease the count of m
Print the left column, i.e. if l < n, then print the elements of lth column from m-1th row to k and increase the count of l

Try solving now

2. One Odd Occurring

Easy
13m average time
95% success
0/40
Asked in companies
Nagarro SoftwareCapegemini Consulting India Private LimitedJUSPAY

Given an array ‘ARR’ of ‘N’ integers, where all the elements occur an even number of times and only one number occurs an odd number of times.


Find and return the number which occurs an odd number of times.


For example:
'N' = 5, 'ARR' = [1, 2, 3, 2, 3]
Output: 1

Except for number 1, all numbers occur an even number of times.
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
Associate Consultant
1 rounds | 2 problems
Interviewed by Capegemini Consulting India Private Limited
0 views
0 comments
0 upvotes
Software Engineer
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
553 views
0 comments
0 upvotes
Senior Analyst
3 rounds | 5 problems
Interviewed by Capegemini Consulting India Private Limited
504 views
0 comments
0 upvotes
Data Analyst
3 rounds | 4 problems
Interviewed by Capegemini Consulting India Private Limited
425 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Senior Analyst
4 rounds | 3 problems
Interviewed by Ernst & Young (EY)
3322 views
1 comments
0 upvotes
company logo
Senior Analyst
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
1081 views
0 comments
0 upvotes
company logo
Senior Analyst
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
1208 views
0 comments
0 upvotes