Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Capgemini Manager Interview Questions and Answers

Updated 8 Jun 2025

37 Interview questions

A Manager was asked 6mo ago
Q. What is your knowledge of PeopleSoft Technical?
Ans. 

PeopleSoft Technical involves development and customization of PeopleSoft applications using various tools and technologies.

  • PeopleSoft is an ERP software suite used for human resources, finance, and supply chain management.

  • Technical aspects include PeopleCode, a proprietary programming language for customization.

  • Application Designer is used for designing and modifying PeopleSoft applications.

  • Integration Broker fac...

A Manager was asked 7mo ago
Q. Tell me about your experience.
Ans. 

I have over 10 years of experience in management, leading teams to achieve strategic goals and improve operational efficiency.

  • Led a team of 15 in a project that increased sales by 30% within a year.

  • Implemented a new training program that reduced onboarding time by 25%.

  • Managed cross-functional teams to streamline processes, resulting in a 15% cost reduction.

  • Facilitated weekly meetings to enhance communication and t...

Manager Interview Questions Asked at Other Companies

Q1. There is a chairman of a conglomerate. He has been on the post fo ... read more
asked in HDFC Bank
Q2. what is FDI ,procedure how to settle the fund & why FDI need ... read more
asked in Axis Bank
Q3. How would you convince a school secretary to open an account with ... read more
Q4. Materials reached your premises during a factory holiday, and it' ... read more
Q5. What are kpi's?which are the kpi we use in daily basis
A Manager was asked 10mo ago
Q. What is a virtual method?
Ans. 

A virtual method is a method in object-oriented programming that is declared in a base class and can be overridden in derived classes.

  • Virtual methods allow for polymorphism, where a method can be called on an object and the specific implementation is determined at runtime based on the actual type of the object.

  • In C++, virtual methods are declared using the 'virtual' keyword in the base class and can be overridden ...

A Manager was asked 10mo ago
Q. What is the output of NVL('Job.id', '')?
Ans. 

The output of the NVL function when 'Job.id' is null or empty

  • NVL function returns the first non-null value from the list of arguments

  • If 'Job.id' is not null, the output will be 'Job.id'

  • If 'Job.id' is null or empty, the output will be an empty string

What people are saying about Capgemini

View All
thrivingsnapdragon
1d
works at
Accenture
Need feedback regarding One Finance BU at Capgemini
I am planning to join the One Finance Transformation team under Group IT at Capgemini. Can you please provide some insights if it is a good option to join in terms of learning, career progression and monetary benefits? Thanks.
Got a question about Capgemini?
Ask anonymously on communities.
A Manager was asked 10mo ago
Q. What is the result of Substr('Data Services', 5, 8)?
Ans. 

The Substr function extracts a substring from a given string based on specified starting position and length.

  • Substr function syntax: Substr(string, start_position, length).

  • In this case, 'Data Services' starts at index 5 (0-based), extracting 8 characters.

  • The result will be 'Services', as it starts from 'S' in 'Services'.

  • If start_position exceeds string length, it returns an empty string.

A Manager was asked 12mo ago
Q. How do you implement external CSS in IBM BAW?
Ans. 

External CSS can be implemented in IBM BAW by linking the CSS file in the HTML code of the coach view.

  • Create a CSS file with the desired styles

  • Upload the CSS file to a location accessible by IBM BAW

  • In the coach view, add a link to the external CSS file using the tag

A Manager was asked 12mo ago
Q. What is a multi-instance loop?
Ans. 

A multi instance loop is a loop that iterates over multiple instances of the same process or activity.

  • A multi instance loop is used in BPMN (Business Process Model and Notation) to model a repetitive task that needs to be performed multiple times.

  • Each iteration of the loop represents a separate instance of the process or activity.

  • The loop can be sequential, parallel, or mixed depending on the requirements of the p...

Are these interview questions helpful?
A Manager was asked 12mo ago
Q. How do you implement server-side pagination?
Ans. 

Server side pagination can be implemented by fetching a subset of data from the server based on page number and page size.

  • Implement pagination logic on the server side to limit the amount of data returned per request.

  • Use query parameters like 'page' and 'pageSize' to specify the page number and number of items per page.

  • Adjust the query to fetch the appropriate subset of data based on the page number and page size.

  • ...

A Manager was asked 12mo ago
Q. What is the difference between BW4HANA and BW on HANA?
Ans. 

BW4HANA is a separate product designed for HANA database, while BW on HANA is the traditional BW system running on HANA database.

  • BW4HANA is a completely new product built on the HANA database, offering enhanced performance and flexibility.

  • BW on HANA is the traditional BW system that has been optimized to run on the HANA database.

  • BW4HANA allows for more agile data modeling and integration with modern technologies l...

A Manager was asked 12mo ago
Q. What is a composite provider?
Ans. 

A composite provider is a type of data provider in SAP BW that combines data from multiple InfoProviders into a single virtual InfoProvider.

  • Combines data from multiple InfoProviders

  • Acts as a virtual InfoProvider

  • Allows for complex reporting and analysis by combining data sources

Capgemini Manager Interview Experiences

62 interviews found

Manager Interview Questions & Answers

user image T.RAJASEKHAR REDDY

posted on 21 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. . ,...... ,..... ...... ...... Na
  • Q2. .,..... ..... ...... ..... Na

Manager Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. What is virtual method
  • Ans. 

    A virtual method is a method in object-oriented programming that is declared in a base class and can be overridden in derived classes.

    • Virtual methods allow for polymorphism, where a method can be called on an object and the specific implementation is determined at runtime based on the actual type of the object.

    • In C++, virtual methods are declared using the 'virtual' keyword in the base class and can be overridden in de...

  • Answered by AI
  • Q2. Interface vs abstract class
  • Ans. 

    Interfaces define contracts for classes to implement, while abstract classes can provide partial implementations.

    • Interfaces allow multiple inheritance, abstract classes do not

    • Abstract classes can have constructor, interfaces cannot

    • Interfaces are used for defining types, abstract classes are used for code reusability

    • Example: Interface - Comparable, Abstract class - Animal

  • Answered by AI

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between bw4hana and bw on Hana
  • Ans. 

    BW4HANA is a separate product designed for HANA database, while BW on HANA is the traditional BW system running on HANA database.

    • BW4HANA is a completely new product built on the HANA database, offering enhanced performance and flexibility.

    • BW on HANA is the traditional BW system that has been optimized to run on the HANA database.

    • BW4HANA allows for more agile data modeling and integration with modern technologies like m...

  • Answered by AI
  • Q2. What is a composite provider
  • Ans. 

    A composite provider is a type of data provider in SAP BW that combines data from multiple InfoProviders into a single virtual InfoProvider.

    • Combines data from multiple InfoProviders

    • Acts as a virtual InfoProvider

    • Allows for complex reporting and analysis by combining data sources

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous project experience
  • Q2. Any projects which you were leading
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Anonymous

posted on 6 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Substr('Data Services', 5, 8)
  • Ans. 

    The Substr function extracts a substring from a given string based on specified starting position and length.

    • Substr function syntax: Substr(string, start_position, length).

    • In this case, 'Data Services' starts at index 5 (0-based), extracting 8 characters.

    • The result will be 'Services', as it starts from 'S' in 'Services'.

    • If start_position exceeds string length, it returns an empty string.

  • Answered by AI
  • Q2. Output of nvl('Job.id', '')
  • Ans. 

    The output of the NVL function when 'Job.id' is null or empty

    • NVL function returns the first non-null value from the list of arguments

    • If 'Job.id' is not null, the output will be 'Job.id'

    • If 'Job.id' is null or empty, the output will be an empty string

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Brief Introduction?
  • Ans. 

    Experienced manager with a proven track record in leading teams and achieving business goals.

    • Over 10 years of management experience

    • Strong leadership and communication skills

    • Successful track record in meeting targets and KPIs

    • Ability to motivate and inspire team members

    • Experience in strategic planning and decision-making

    • Example: Led a team of 20 employees to exceed sales targets by 15% in the last quarter

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for opportunities to expand my skill set

    • Seeking a new challenge to keep me motivated

    • Interested in exploring different industries for career growth

  • Answered by AI

Manager Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview was completely relevant basis my previous experience mentioned in my CV.
  • Q2. It was friendly conversation with the interviewer
Round 2 - Technical 

(1 Question)

  • Q1. More relevant on zero trust architecture and on cloud security
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations

Manager Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to leave your current firm

Manager Interview Questions & Answers

user image Anonymous

posted on 7 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is POSC for sap EWM
  • Ans. 

    POSC (Point of Sale Cockpit) is a user interface in SAP EWM for managing and monitoring warehouse activities.

    • POSC provides a centralized view of warehouse operations such as inbound and outbound processes.

    • Users can monitor key performance indicators (KPIs) and make real-time decisions to optimize warehouse efficiency.

    • POSC integrates with other SAP modules like SAP ERP for seamless data flow and visibility.

    • Example: Usin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please learn SAP EWM master data

Skills evaluated in this interview

Manager Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. MSCRM Selenium Scrum Master
  • Q2. Team handling and experince
Round 2 - Behavioral 

(1 Question)

  • Q1. Client round for MSCRM 365

Manager Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about your self. My previous job roles and responsibilities
  • Ans. 

    I have over 5 years of experience in management roles, overseeing teams and projects to successful completion.

    • Managed a team of 15 employees in a retail setting

    • Developed and implemented strategies to increase sales by 20%

    • Responsible for training new hires and conducting performance evaluations

    • Collaborated with cross-functional teams to launch new product lines

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about your self.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Manager Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Python twist program
First they asked basic questions and slightly move advance level.
Programming part it's easy for experience person.
First round they take technical questions like difference between list and tuple,
Monkey chunk
Memory management concept
OOPs concepts
Lastly scan CV to ask previous project works and roles responsibility

Round 3 - Technical 

(2 Questions)

  • Q1. Python basic List tuple difference Library Module OOPs concepts Threading concept File Handling API integration Database concept Some basic programming
  • Q2. Some DSA like sorting algorithm Anonymous function Generator concept Decorator

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice python programming
Read some Blog and prepare basic and move on advance to crack any interview.

Capgemini Interview FAQs

How many rounds are there in Capgemini Manager interview?
Capgemini interview process usually has 2-3 rounds. The most common rounds in the Capgemini interview process are Technical, One-on-one Round and HR.
How to prepare for Capgemini Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Capgemini. The most common topics and skills that interviewers at Capgemini expect are Management, Monitoring, Project Management, SOC and Operations.
What are the top questions asked in Capgemini Manager interview?

Some of the top questions asked at the Capgemini Manager interview -

  1. what are the types of instances and which is the lowest cost instance? ex spot,...read more
  2. can u recover an aws keypair if lost , what do you do if lo...read more
  3. What are the ways that you access aws cloud without using cons...read more
What are the most common questions asked in Capgemini Manager HR round?

The most common HR questions asked in Capgemini Manager interview are -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. What are your salary expectatio...read more
How long is the Capgemini Manager interview process?

The duration of Capgemini Manager interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 58 interview experiences

Difficulty level

Easy 8%
Moderate 88%
Hard 4%

Duration

Less than 2 weeks 38%
2-4 weeks 38%
4-6 weeks 15%
6-8 weeks 4%
More than 8 weeks 4%
View more

Manager Interview Questions from Similar Companies

Genpact Manager Interview Questions
3.8
 • 35 Interviews
TCS Manager Interview Questions
3.6
 • 8 Interviews
Wipro Manager Interview Questions
3.7
 • 7 Interviews
IBM Manager Interview Questions
4.0
 • 3 Interviews
View all
Capgemini Manager Salary
based on 17.2k salaries
₹10.8 L/yr - ₹38 L/yr
37% more than the average Manager Salary in India
View more details

Capgemini Manager Reviews and Ratings

based on 1.1k reviews

3.6/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

2.9

Salary

3.7

Job security

3.5

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 1.1k Reviews and Ratings
C, SQL, Unix - Manager

Gandhinagar,

Chennai

+1

6-9 Yrs

₹ 10-37 LPA

MongoDB - Manager

Chennai

5-9 Yrs

₹ 14-34.4 LPA

Manager, Data Governance

Hyderabad / Secunderabad

6-9 Yrs

₹ 14.7-35 LPA

Explore more jobs
Consultant
58.6k salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Associate Consultant
51.3k salaries
unlock blur

₹2.9 L/yr - ₹12.5 L/yr

Senior Consultant
50k salaries
unlock blur

₹7.8 L/yr - ₹26 L/yr

Senior Analyst
22.1k salaries
unlock blur

₹1.6 L/yr - ₹9.1 L/yr

Senior Software Engineer
21.5k salaries
unlock blur

₹3.5 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

3.6
Compare
write
Share an Interview