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
3.8

based on 39.5k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Interview Questions, Process, and Tips for Experienced

Updated 14 Jan 2025

Top Capgemini Interview Questions and Answers for Experienced

View all 1.2k questions

Capgemini Interview Experiences for Experienced

Popular Designations

1.9k interviews found

React Developer Interview Questions & Answers

user image dinesh verma

posted on 8 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React native easy questions
Round 2 - HR 

(1 Question)

  • Q1. Talk about salary

React Developer Interview Questions asked at other Companies

Q1. Covid VaccinationWe are suffering from the Second wave of Covid-19. The Government is trying to increase its vaccination drives. Ninja wants to help the Government to plan an effective method to help increase vaccination following safety me... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Day to day schedule
  • Ans. 

    As a Senior Consultant, my day to day schedule involves client meetings, project management, data analysis, and team collaboration.

    • Client meetings to discuss project requirements and updates

    • Project management tasks such as creating timelines and delegating tasks

    • Data analysis to identify trends and insights for client recommendations

    • Collaborating with team members to brainstorm solutions and share progress updates

  • Answered by AI

Top Capgemini Senior Consultant Interview Questions and Answers

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. -Difference between stream and parallel stream.
  • Ans. 

    Stream is sequential processing while parallel stream allows for parallel processing.

    • Stream processes elements sequentially

    • Parallel stream processes elements concurrently

    • Parallel stream can improve performance for large datasets

    • Example: List list = Arrays.asList("a", "b", "c"); Stream stream = list.stream(); Stream parallelStream = list.parallelStream();

Answered by AI
  • Q2. Use of callable. Use of stream with algo
  • Ans. 

    Callable is an interface representing a function that can be called. Streams are used with algorithms to perform operations on collections.

    • Callable interface in Java can be used to represent a function that can be called. It is often used in multithreading scenarios.

    • Streams in Java are used with algorithms to perform operations on collections. They provide a way to process elements in a declarative way.

    • Example: Using a...

  • Answered by AI
    Round 3 - Technical 

    (2 Questions)

    • Q1. Sort Map values to ascending using stream
    • Ans. 

      Sort Map values in ascending order using stream

      • Use the entrySet() method to get a set view of the mappings contained in the map

      • Use the stream() method to convert the set to a stream

      • Use the sorted() method to sort the stream based on the values

      • Use the collect() method to collect the sorted entries back into a map

    • Answered by AI
    • Q2. Transaction management in jpa
    • Ans. 

      Transaction management in JPA involves managing database transactions to ensure data consistency and integrity.

      • JPA provides support for transaction management through EntityTransaction interface.

      • Transactions can be managed programmatically using begin, commit, and rollback methods.

      • Transactions can also be managed declaratively using annotations like @Transactional.

      • Example: EntityManager entityManager = entityManagerFac...

    • Answered by AI

    Skills evaluated in this interview

    Top Capgemini Team Lead Interview Questions and Answers

    Q1. There are two teams ( team A and team B). Team A used delivered 150% and team B delivered 80%. Team B will help other team when required but team A won't. Which team is best team?
    View answer (2)

    Team Lead Interview Questions asked at other Companies

    Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
    View answer (3)

    QA Automation Interview Questions & Answers

    user image Anonymous

    posted on 13 Apr 2024

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

    I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

    Round 1 - Technical 

    (1 Question)

    • Q1. 1. Tell me About Yourself 2.Explain Frame work 3.opps Concept 4.waits in selenium 5. use of TestNG 6.reverse string java program

    Capgemini interview questions for popular designations

     Analyst

     (454)

     Consultant

     (390)

     Software Engineer

     (312)

     Senior Consultant

     (278)

     Associate Consultant

     (250)

     Senior Analyst

     (157)

     Software Developer

     (149)

     Senior Software Engineer

     (137)

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Internal working of Hash Map
    • Ans. 

      Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

      • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

      • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

      • Hash Map provides constant-time complexity O(1) for insertion,

    • Answered by AI
    • Q2. Comparable vs Comparator
    • Ans. 

      Comparable is an interface used for comparing objects, while Comparator is a separate class used for custom sorting.

      • Comparable interface is used to define the natural ordering of objects.

      • Comparator class is used to define custom ordering of objects.

      • Comparable interface is implemented by the class whose objects need to be compared.

      • Comparator class can be used to sort objects of classes that do not implement Comparable i

    • Answered by AI

    Skills evaluated in this interview

    Top Capgemini Associate Consultant Interview Questions and Answers

    Q1. Could you tell me, which tools do you have used in test management and defect tracking?
    View answer (9)

    Associate Consultant Interview Questions asked at other Companies

    Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
    View answer (15)

    Get interview-ready with Top Capgemini Interview Questions

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. OOPs and SOLID Principles
    Round 2 - HR 

    (1 Question)

    • Q1. Notice Period, Where do you stay?
    Round 3 - Managarial 

    (1 Question)

    • Q1. Career aspirations

    Top Capgemini Software Developer Interview Questions and Answers

    Q1. Split Array with equal sumsYou are given an array/list 'ARR' of size 'N'. You task is to find if there exists a triplet (i, j, k) such that 0 < i , i + 1 < j , j + 1 < k and k < 'N' - 1 and the sum of the subarrays [0, i - 1],[i... read more
    View answer (3)

    Software Developer Interview Questions asked at other Companies

    Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
    View answer (39)

    Jobs at Capgemini

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

    I applied via Referral and was interviewed in Jun 2023. There were 3 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 - Technical 

    (2 Questions)

    • Q1. Tell about Aircraft Avionics system.
    • Ans. 

      Aircraft avionics system refers to the electronic systems used in aircraft for communication, navigation, and monitoring.

      • Avionics systems include instruments like altimeters, GPS, radios, and autopilot systems.

      • These systems help pilots navigate, communicate with air traffic control, and monitor the aircraft's performance.

      • Avionics technology continues to advance with the integration of digital displays, satellite commun...

    • Answered by AI
    • Q2. Navigation system Air Traffic Control Transponder VOR LOC System
    Round 3 - Technical 

    (2 Questions)

    • Q1. What are the Control surfaces in Aircraft
    • Ans. 

      Control surfaces in aircraft are movable surfaces on the wings and tail that help control the aircraft's movement and attitude.

      • Control surfaces include ailerons, elevators, rudder, flaps, and spoilers

      • Ailerons are located on the trailing edge of the wings and control roll movement

      • Elevators are located on the horizontal tail and control pitch movement

      • Rudder is located on the vertical tail and controls yaw movement

      • Flaps a...

    • Answered by AI
    • Q2. Primary control surfaces are Aileron, Elevator, Rudder and Flaps. Secondary control surfaces are Aileron trim tabs,gear tabs, elevator trim tabs,rudder trim tabs.

    Technical Illustrator Interview Questions asked at other Companies

    Q1. 1 what difference between first angle and third angle projection?
    View answer (2)
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Java 8 features
    • Q2. Azure implementation

    Top Capgemini Software Engineer Interview Questions and Answers

    Q1. In a dark room,there is a box of 18 white and 5 black gloves. You are allowed to pick one and then you are allowed to keep it and check it outside. How many turns do you need to take in order for you to find a perfect pair?
    View answer (521)

    Software Engineer Interview Questions asked at other Companies

    Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
    View answer (170)
    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Introduction and projects

    Hardware Engineer Interview Questions asked at other Companies

    Q1. How many ways would one arrange sets of coloured balls, the first set all red, the next all blue, and the last all green, and all balls in a set are identical, in a line?
    View answer (2)
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. What do you know about UI components
    • Ans. 

      UI components are reusable elements that make up the user interface of a software application.

      • UI components are reusable elements like buttons, input fields, dropdown menus, etc.

      • They help in creating a consistent and user-friendly interface.

      • UI components can be customized and styled to fit the design of the application.

      • Examples include checkboxes, radio buttons, sliders, and tabs.

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Have a attitude like you know something
    Answer a question like you know everything

    Enovia Developer Interview Questions asked at other Companies

    Q1. What do you know about UI components
    View answer (1)

    Capgemini Interview FAQs

    How many rounds are there in Capgemini interview for experienced candidates?
    Capgemini interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Capgemini interview process for experienced candidates are Technical, HR and Resume Shortlist.
    How to prepare for Capgemini interview for experienced candidates?
    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 SQL, Troubleshooting, Javascript, Agile and Management.
    What are the top questions asked in Capgemini interview for experienced candidates?

    Some of the top questions asked at the Capgemini interview for experienced candidates -

    1. 1. What's the use of update sets and how do you move update set from one instan...read more
    2. Could you tell me, which tools do you have used in test management and defect t...read more
    3. How to achieve to different pricing procedure for sales order and billing docum...read more
    How long is the Capgemini interview process?

    The duration of Capgemini interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Capgemini Interview Process for Experienced

    based on 638 interviews in last 1 year

    Interview experience

    4
      
    Good
    View more

    People are getting interviews through

    based on 1.3k Capgemini interviews
    Job Portal
    Referral
    Company Website
    Campus Placement
    WalkIn
    Recruitment Consultant
    52%
    7%
    7%
    7%
    4%
    4%
    19% candidates got the interview through other sources.
    High Confidence
    ?
    High Confidence means the data is based on a large number of responses received from the candidates.

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.2k Interviews
    Accenture Interview Questions
    3.9
     • 8k Interviews
    Infosys Interview Questions
    3.7
     • 7.5k Interviews
    Wipro Interview Questions
    3.7
     • 5.5k Interviews
    Cognizant Interview Questions
    3.8
     • 5.5k Interviews
    Tech Mahindra Interview Questions
    3.6
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.7k Interviews
    Genpact Interview Questions
    3.9
     • 3k Interviews
    LTIMindtree Interview Questions
    3.9
     • 2.9k Interviews
    IBM Interview Questions
    4.1
     • 2.4k Interviews
    View all

    Capgemini Reviews and Ratings

    based on 39.5k reviews

    3.8/5

    Rating in categories

    3.7

    Skill development

    3.8

    Work-Life balance

    3.1

    Salary & Benefits

    3.9

    Job Security

    3.7

    Company culture

    2.9

    Promotions/Appraisal

    3.5

    Work Satisfaction

    Explore 39.5k Reviews and Ratings
    .NET Full Stack Lead

    Bangalore / Bengaluru

    7-10 Yrs

    Not Disclosed

    Software Engineer

    Pune

    2-5 Yrs

    ₹ 2.55-9 LPA

    Business Advisor - B

    Noida

    2-5 Yrs

    Not Disclosed

    Explore more jobs
    Consultant
    55.2k salaries
    unlock blur

    ₹5.2 L/yr - ₹18 L/yr

    Associate Consultant
    51.9k salaries
    unlock blur

    ₹2.9 L/yr - ₹11.8 L/yr

    Senior Consultant
    45.9k salaries
    unlock blur

    ₹7.5 L/yr - ₹25 L/yr

    Senior Analyst
    20.4k salaries
    unlock blur

    ₹2 L/yr - ₹7.5 L/yr

    Senior Software Engineer
    19.9k salaries
    unlock blur

    ₹3.5 L/yr - ₹12.5 L/yr

    Explore more salaries
    Compare Capgemini with

    Wipro

    3.7
    Compare

    Accenture

    3.9
    Compare

    Cognizant

    3.8
    Compare

    TCS

    3.7
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview