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 | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Oops concepts, DBMS, C++, Web development, Operating System
Tip
Tip

Tip 1 : implementation of oops concept in real life.
Tip 2 : Practice questions based on recursion and don't ignore basic or simple questions
Tip 3 : If you don't have time for preparation then try to focus on existing knowledge rather than trying to learn something new because coding needs practice not cramming of code or logic.

Application process
Where: Campus
Eligibility: 0 backlog, current course% - 60%,1 year gap allowed
Resume Tip
Resume tip

Tip 1 : Don't mention some random projects which you are not sure about or copied from Google or somewhere else.
Tip 2 : Interviewer will ask anything from your resume so be prepared for it.
Follow the current or updated resume format

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date19 Dec 2021
Coding problem2

Assessment test contains different sections - mcq coding round, behavioral test,personality based test, workstyle report, english.
The app was user friendly

1. N-th Fibonacci Number

Moderate
40m average time
70% success
0/80
Asked in companies
HCL TechnologiesHCL TechnologiesOracle

You are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

Since the answer can be very large, return the answer modulo 10^9 +7.

Fibonacci number is calculated using the following formula:
F(n) = F(n-1) + F(n-2), 
Where, F(1) = F(2) = 1.
For Example:
For ‘N’ = 5, the output will be 5.
Try solving now

2. All prime numbers

Moderate
0/80
Asked in companies
Livekeeping (An IndiaMART Company)BarclaysMicrosoft

Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive).

Try solving now
02
Round
Medium
Video Call
Duration25 Minutes
Interview date25 Feb 2022
Coding problem2

It was a TR+HR round 
Questions based on resume were asked like difference between an id and a class selector, static and dynamic website, basics of Artificial Intelligence,oops concepts etc.

1. Technical Questions

Difference between dynamic and static website, id and a class, what is artifical intelligence and its usage, oops concepts etc.

2. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
Morgan StanleyDunzoOYO

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.


Example:
In the given linked list, there is a cycle, hence we return true.

Sample Example 1

Problem approach

Traverse the linked list using two pointers.
Move one pointer eg slow by one and another pointer eg fast by two.
If these pointers meet at the same node then there is a loop. If pointers do not meet then linked list doesn’t have a loop.

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
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