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 Interview Questions and Answers for Freshers

Updated 1 Jul 2025
Popular Designations

309 Interview questions

A Frontend Developer Intern was asked 2d ago
Q. What are HTML, CSS, and JavaScript?
Ans. 

HTML, CSS, and JavaScript are core technologies for building web pages and applications, each serving a unique purpose.

  • HTML (HyperText Markup Language) structures the content of web pages. Example: <h1>Title</h1>

  • CSS (Cascading Style Sheets) styles the appearance of web pages. Example: body { background-color: blue; }

  • JavaScript adds interactivity and dynamic behavior to web pages. Example: alert('Hello,...

View all Frontend Developer Intern interview questions
An Associate Consultant was asked 1w ago
Q. Could you elaborate on the functionality of the system?
Ans. 

The system streamlines processes, enhances communication, and improves decision-making through data integration and analysis.

  • Data Integration: Combines information from various sources for a unified view, e.g., integrating CRM and ERP systems.

  • User Interface: Provides an intuitive dashboard for easy navigation and access to key metrics, e.g., real-time sales data.

  • Reporting Tools: Generates automated reports to trac...

View all Associate Consultant interview questions
A sr. Automation Test Engineer was asked 2w ago
Q. What is your experience with Selenium and Java?
Ans. 

I have extensive experience using Selenium with Java for automated testing, ensuring high-quality software delivery.

  • Proficient in writing test scripts using Selenium WebDriver in Java.

  • Implemented Page Object Model (POM) for better test maintenance and readability.

  • Utilized TestNG for managing test cases and generating reports.

  • Integrated Selenium tests with CI/CD pipelines using Jenkins.

  • Experience in handling dynami...

An UI Developer was asked 3w ago
Q. What is a tuple in Python, and is it mutable?
Ans. 

A tuple in Python is an immutable sequence type used to store collections of items.

  • Tuples are defined using parentheses: example: my_tuple = (1, 2, 3)

  • They are immutable, meaning once created, their elements cannot be changed.

  • Tuples can contain mixed data types: example: mixed_tuple = (1, 'hello', 3.14)

  • They support indexing and slicing: example: my_tuple[1] returns '2'

  • Tuples can be nested: example: nested_tuple = (...

View all UI Developer interview questions

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.
An UI Developer was asked 3w ago
Q. What is React?
Ans. 

React is a popular JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

  • Component-Based: React allows developers to build encapsulated components that manage their own state, making code reusable and easier to maintain.

  • Virtual DOM: React uses a virtual DOM to optimize rendering, updating only the parts of the UI that have changed, which improv...

View all UI Developer interview questions
An UI Developer was asked 3w ago
Q. What do you know about machine learning?
Ans. 

Machine learning is a subset of AI that enables systems to learn from data and improve over time without explicit programming.

  • Machine learning algorithms can be supervised (e.g., predicting house prices) or unsupervised (e.g., clustering customer data).

  • Common algorithms include decision trees, neural networks, and support vector machines.

  • Applications range from image recognition (e.g., facial recognition) to natur...

View all UI Developer interview questions
A Senior Software Engineer was asked 1mo ago
Q. Write SQL queries demonstrating the use of GROUP BY and HAVING clauses.
Ans. 

SQL's GROUP BY and HAVING clauses are used to aggregate data and filter grouped results based on specific conditions.

  • GROUP BY is used to arrange identical data into groups. Example: SELECT department, COUNT(*) FROM employees GROUP BY department;

  • HAVING is used to filter records after aggregation. Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 10;

  • GROUP BY can be used wit...

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A HR Intern was asked 1mo ago
Q. What is the difference between a compiler and an interpreter?
Ans. 

Compilers translate entire programs into machine code, while interpreters execute code line-by-line at runtime.

  • Compiler translates the entire source code before execution, e.g., C, C++.

  • Interpreter translates code line-by-line during execution, e.g., Python, JavaScript.

  • Compilers generally produce faster executable programs due to pre-translation.

  • Interpreters allow for easier debugging and testing of code in real-ti...

View all HR Intern interview questions
A Senior Analyst was asked 1mo ago
Q. What is machine language?
Ans. 

Machine language is the lowest-level programming language, consisting of binary code that a computer's CPU can directly execute.

  • Machine language is composed of binary digits (0s and 1s).

  • It is specific to a computer's architecture, meaning different CPUs have different machine languages.

  • Examples include instructions like 'ADD', 'SUB', which are represented in binary.

  • Machine language is not human-readable, making it...

View all Senior Analyst interview questions
A Senior Analyst was asked 1mo ago
Q. Tell me about C++.
Ans. 

C++ is a powerful, high-performance programming language that supports object-oriented, generic, and functional programming paradigms.

  • Object-Oriented: C++ supports classes and objects, enabling encapsulation and inheritance. Example: class Animal { ... };

  • Standard Template Library (STL): C++ includes a rich library of templates for data structures and algorithms. Example: std::vector<int> vec;

  • Memory Managemen...

View all Senior Analyst interview questions

Capgemini Interview Experiences for Freshers

627 interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the golden rules of accounting?
  • Ans. 

    The golden rules of accounting guide the recording of financial transactions, ensuring accuracy and consistency.

    • 1. Debit what comes in, credit what goes out. Example: When a company purchases inventory, it debits inventory and credits cash.

    • 2. Debit the receiver, credit the giver. Example: If a company receives cash from a customer, it debits cash and credits accounts receivable.

    • 3. Debit all expenses and losses, credit ...

  • Answered by AI
  • Q2. What are the journal entries in accounting?
  • Ans. 

    Journal entries are the foundational records in accounting that capture all financial transactions.

    • A journal entry consists of a date, accounts affected, amounts, and a description.

    • Example: Debit Cash $1,000 and Credit Sales Revenue $1,000 for a sale.

    • Each entry must maintain the accounting equation: Assets = Liabilities + Equity.

    • Journal entries can be simple (one debit and one credit) or compound (multiple debits and c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For fresher bright future and right path to. Build career.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude test mine was for cloud infrastructure so questions on cloud

Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding skills learnt in engineering
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions to assess holistic knowledge on cloud and deployment
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. What is html CSS javascript
  • Ans. 

    HTML, CSS, and JavaScript are core technologies for building web pages and applications, each serving a unique purpose.

    • HTML (HyperText Markup Language) structures the content of web pages. Example: <h1>Title</h1>

    • CSS (Cascading Style Sheets) styles the appearance of web pages. Example: body { background-color: blue; }

    • JavaScript adds interactivity and dynamic behavior to web pages. Example: alert('Hello, Worl...

  • Answered by AI

Architect Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Cloud migration steps
  • Q2. Aws service and database
Round 2 - Technical 

(2 Questions)

  • Q1. Aws sqs details
  • Q2. Posrgresql disadvantages
  • Ans. 

    PostgreSQL, while powerful, has some disadvantages like complexity, performance issues, and limited support for certain features.

    • Complexity: PostgreSQL's extensive features can lead to a steep learning curve for new users.

    • Performance: In certain scenarios, such as read-heavy workloads, it may perform slower than other databases like MySQL.

    • Resource Intensive: PostgreSQL can require more memory and CPU resources compared...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. SQL query was asked
  • Q2. College project explanation
  • Ans. 

    Developed a web-based application for managing college events, enhancing organization and participation.

    • Utilized HTML, CSS, and JavaScript for front-end development.

    • Implemented a backend using Node.js and Express for server-side logic.

    • Integrated a MongoDB database to store event details and user registrations.

    • Created a user-friendly interface for event creation and management.

    • Enabled real-time notifications for upcomin...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular routing
  • Q2. What are pipes in angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view

    • They can be used to filter, sort, or transform data in various ways

    • Examples include date pipe, currency pipe, and uppercase/lowercase pipe

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

(2 Questions)

  • Q1. Which version of java you use?
  • Ans. 

    I use Java version 8 for Angular development.

    • I use Java 8 for its compatibility with Angular frameworks and libraries.

    • Java 8 introduced features like lambda expressions and streams which are useful in Angular development.

    • Example: I use Java 8 to write backend services for my Angular applications.

  • Answered by AI
  • Q2. What are the new features in java 8?
  • Ans. 

    Java 8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces provide a way to define interfaces with a single abstract method.

    • Streams allow you to process collections of objects in a functional style.

    • Default methods allow you to add new methods to interfaces wit...

  • Answered by AI

Skills evaluated in this interview

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

It comprises 30 questions divided into two sections, with the final section being gamified.

Round 2 - Technical 

(1 Question)

  • Q1. Candidates who have been shortlisted from the first round are invited to participate in the second round, which includes 30 questions related to VLSI Verilog code output and technical questions from the co...
Round 3 - HR 

(1 Question)

  • Q1. Second round shortlisted students are invited to attend the interview..my slot is 3 pm but the
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy to clear and should be confident

Round 2 - Coding Test 

Easy to clear and should be worked on it

Round 3 - Technical 

(2 Questions)

  • Q1. What is the best memory of the volunteers in the ngo
  • Q2. DBMS question and the SQL and python
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Strings related in java
  • Q2. Multithreading in java
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Date of joining
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write terraform code for vpc and subnet
  • Ans. 

    Terraform code for creating VPC and subnet

    • Define VPC resource with CIDR block

    • Create subnet within VPC with CIDR block

    • Associate subnet with VPC

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Are you comfortable working in hybrid mode?
  • Ans. 

    Yes, I am comfortable working in hybrid mode.

    • I have experience working in both on-premises and cloud environments.

    • I am familiar with managing hybrid infrastructure setups.

    • I am comfortable with integrating and troubleshooting hybrid systems.

    • I have strong communication skills to collaborate with teams working in different environments.

  • Answered by AI

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini interview for freshers?
Capgemini interview process for freshers usually has 2-3 rounds. The most common rounds in the Capgemini interview process for freshers are Technical, HR and Resume Shortlist.
How to prepare for Capgemini interview for freshers?
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 Accounting, Finance, Excel, HR and HR Operations.
What are the top questions asked in Capgemini interview for freshers?

Some of the top questions asked at the Capgemini interview for freshers -

  1. In a dark room,there is a box of 18 white and 5 black gloves. You are allowed t...read more
  2. How can you cut a rectangular cake in 8 symmetric pieces in three cut...read more
  3. One question of sorting for a list of people belonging to different cities and...read more
What are the most common questions asked in Capgemini HR round for freshers?

The most common HR questions asked in Capgemini interview are for freshers -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Tell me about yourse...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.

Overall Interview Experience Rating

4/5

based on 320 interview experiences

Difficulty level

Easy 30%
Moderate 66%
Hard 3%

Duration

Less than 2 weeks 65%
2-4 weeks 23%
4-6 weeks 6%
6-8 weeks 2%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 836 Interviews
View all

Capgemini Reviews and Ratings

based on 46.2k reviews

3.7/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.0

Salary

3.8

Job security

3.7

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 46.2k Reviews and Ratings
Api Automation Tester

Pune

4-6 Yrs

₹ 1-6 LPA

Tosca Automation Engineer

Bangalore / Bengaluru

4-6 Yrs

₹ 1-5.5 LPA

ServiceNow HRSD Consultant

Kolkata

2-5 Yrs

Not Disclosed

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