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

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 Freshers

Updated 7 Apr 2025

Top Capgemini Interview Questions and Answers for Freshers

View all 340 questions

Capgemini Interview Experiences for Freshers

Popular Designations

592 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are the components of Power bi
  • Ans. 

    Power BI components include Power Query, Power Pivot, Power View, Power Map, and Power Q&A.

    • Power Query: Used for data extraction and transformation.

    • Power Pivot: Used for data modeling and analysis.

    • Power View: Used for interactive data visualization.

    • Power Map: Used for geographical data visualization.

    • Power Q&A: Allows users to ask questions in natural language and get answers from data.

  • Answered by AI
  • Q2. What is mean by DAX
  • Ans. 

    DAX stands for Data Analysis Expressions and is a formula language used in Power BI for creating custom calculations.

    • DAX is used to create custom calculations in Power BI, similar to Excel formulas.

    • It can be used to create calculated columns, measures, and calculated tables.

    • DAX functions can be used to manipulate data, perform calculations, and create complex expressions.

    • Examples of DAX functions include SUM, AVERAGE,

  • Answered by AI
  • Q3. What is mean by M language
  • Ans. 

    M language is a powerful data transformation language used in Power Query in Power BI.

    • M language is used to transform and clean data in Power BI.

    • It is a functional language with a wide range of functions and operators.

    • M language is case-sensitive and uses a step-by-step approach to data transformation.

    • Examples of M language functions include Table.TransformColumns and List.Transform.

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Power BI Developer Interview Questions and Answers

Q1. What are the components of Power bi
View answer (1)

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)

Interview Questions & Answers

user image Suvadip Mandal

posted on 7 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I gave test in hackerrank and where gave basic questions.

Round 2 - Coding Test 

Basic programming questions asked

Round 3 - Technical 

(2 Questions)

  • Q1. Introduction yourself
  • Ans. 

    I am a dedicated and experienced software engineer with a passion for creating innovative solutions.

    • Over 5 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills and ability to work in a team environment

    • Experience with Agile development methodologies

    • Developed a mobile application for tracking fitness goals

  • Answered by AI
  • Q2. Data structure questions
Round 4 - HR 

(2 Questions)

  • Q1. Introduction myself
  • Q2. Gaving rating various parameter.
  • Ans. 

    Rating various parameters is essential for evaluating performance and identifying areas for improvement.

    • Consider factors such as code quality, efficiency, scalability, and maintainability.

    • Use a rating scale (e.g. 1-5) to quantify each parameter.

    • Collect feedback from team members and stakeholders to ensure a comprehensive evaluation.

    • Regularly review and update ratings to track progress and address any issues.

    • Provide con...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. Basic java, spring, microservice
  • Q2. Java 8 question

Interview Preparation Tips

Interview preparation tips for other job seekers - They just take interviews and do not get back to you. Have attended atleast 15 interviews with them but no response. For namesake or for some records they are taking.

Top Capgemini Java Developer Interview Questions and Answers

Q1. Is Java platform-independent, if yes why?
View answer (6)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Frontend Developer Intern Interview Questions & Answers

user image Digvijay Raghuwanshi

posted on 29 Sep 2024

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

(2 Questions)

  • Q1. Pass components
  • Q2. Route guards authentication purpose
  • Ans. 

    Route guards are used in frontend development to control access to certain routes based on authentication status.

    • Route guards are used to prevent unauthorized access to certain routes in a frontend application.

    • They can be used to check if a user is authenticated before allowing access to a specific route.

    • Common types of route guards include CanActivate, CanActivateChild, CanDeactivate, and CanLoad.

    • Example: A route guar...

  • Answered by AI

Skills evaluated in this interview

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)

Capgemini interview questions for popular designations

 Analyst

 (427)

 Consultant

 (404)

 Software Engineer

 (321)

 Senior Consultant

 (289)

 Associate Consultant

 (259)

 Software Developer

 (156)

 Senior Analyst

 (151)

 Senior Software Engineer

 (142)

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

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

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

Round 1 - Coding Test 

1.Sort by salary from employee list using stream.
2.Concat two array and remove duplicate.
3.

Round 2 - Technical 

(5 Questions)

  • Q1. What are the Design patterns have you used?
  • Ans. 

    I have used design patterns such as Singleton, Factory, and Observer in my projects.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and

  • Answered by AI
  • Q2. Difference between throw , throws and throwable ?
  • Ans. 

    throw is a keyword used to throw an exception, throws is used in method signature to declare exceptions thrown, and Throwable is a superclass for all exceptions and errors.

    • throw is used to throw an exception in a try-catch block

    • throws is used in method signature to declare exceptions that the method can throw

    • Throwable is a superclass for all exceptions and errors in Java

  • Answered by AI
  • Q3. How do you write custom exception?
  • Ans. 

    Custom exceptions can be written by creating a new class that extends the Exception class.

    • Create a new class that extends the Exception class

    • Add a constructor to the custom exception class

    • Throw the custom exception using 'throw new CustomException(message)'

  • Answered by AI
  • Q4. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of ke...

  • Answered by AI
  • Q5. Feature of micro services
  • Ans. 

    Microservices are a software development technique that structures an application as a collection of loosely coupled services.

    • Each service is self-contained and can be developed, deployed, and scaled independently

    • Promotes flexibility, scalability, and resilience in software development

    • Allows for different technologies to be used for different services

    • Enables teams to work on different services simultaneously

    • Facilitates

  • Answered by AI

Skills evaluated in this interview

Top Capgemini Consultant Interview Questions and Answers

Q1. What are the different file replication strategies in Azure blob storage ?
View answer (1)

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Get interview-ready with Top Capgemini Interview Questions

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

(2 Questions)

  • Q1. Questions related to sql
  • Q2. Project which u have worked on

Data Engineering Analyst Interview Questions asked at other Companies

Q1. Product Of Array Except Self Problem Statement You are provided with an integer array ARR of size N. You need to return an array PRODUCT such that PRODUCT[i] equals the product of all the elements of ARR except ARR[i]. Example: Input: T = 2... read more
View answer (1)

Jobs at Capgemini

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Knowledge on basic things which are available

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain about java
  • Ans. 

    Java is a high-level programming language known for its portability, security, and versatility.

    • Java is an object-oriented language, allowing for the creation of reusable code and modular programs.

    • It is platform-independent, meaning Java programs can run on any device with a Java Virtual Machine (JVM).

    • Java is used for developing a wide range of applications, from web applications to mobile apps.

    • Java has a strong communi...

  • Answered by AI

Skills evaluated in this interview

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic grammer and essay writing and gamification round

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to give Introduction
  • Q2. Few questions on resume

Top Capgemini Analyst Interview Questions and Answers

Q1. N-th Fibonacci Number Problem Statement 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. Formula: F(n) = F(n-... read more
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement 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. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Work experience, salary expectation
Round 2 - Technical 

(3 Questions)

  • Q1. Golden rules of accounting
  • Ans. 

    Golden rules of accounting are basic principles that guide the process of recording financial transactions.

    • The three golden rules of accounting are: Debit the receiver, Credit the giver; Debit what comes in, Credit what goes out; Debit expenses and losses, Credit income and gains.

    • These rules help maintain the balance in the accounting equation: Assets = Liabilities + Equity.

    • For example, when a company receives cash fro...

  • Answered by AI
  • Q2. Matching concept
  • Q3. P to P cycle

Accounts Receivable Associate Interview Questions asked at other Companies

Q1. Reconciliation? Accounts receivable means? Accounting Golden rules? Collection means?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

1.30 hrs basic qualitative and quantitive aptitude test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Java oops concepts
  • Q2. Java inheritance with real-world example
  • Ans. 

    Java inheritance allows a subclass to inherit attributes and methods from a superclass.

    • Subclass can access superclass methods and variables

    • Subclass can override superclass methods

    • Subclass can add new methods and variables

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Leadership qualities
  • Q2. Previously faced hard situations and how did I overcome

Skills evaluated in this interview

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 (525)

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 (223)

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, Excel, Finance, 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
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 Freshers

based on 287 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all

Capgemini Reviews and Ratings

based on 43.5k 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.4

Work satisfaction

Explore 43.5k Reviews and Ratings
Associate Consultant

Bangalore / Bengaluru

2-6 Yrs

₹ 3.5-9 LPA

Explore more jobs
Consultant
56k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹2.9 L/yr - ₹12 L/yr

Senior Consultant
47.3k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
21.1k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.6k salaries
unlock blur

₹3.5 L/yr - ₹12.9 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview