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 Data Analyst Intern Interview Questions, Process, and Tips

Updated 2 Apr 2024

Top Capgemini Data Analyst Intern Interview Questions and Answers

View all 10 questions

Capgemini Data Analyst Intern Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-
Round 1 - Coding Test 

They will ask you to code some basic coding question.

Round 2 - Technical 

(1 Question)

  • Q1. They will ask you some basic questions in sql, java

I applied via Campus Placement and was interviewed in Mar 2022. 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 - Pseudo code, verbal, gaming 

(1 Question)

  • Q1. Questions will be related to ds, pseudo code and logical reasoning
Round 3 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Exceptional handling in java
  • Ans. 

    Exceptional handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Java provides try-catch blocks to handle exceptions

    • Multiple catch blocks can be used to handle different types of exceptions

    • Finally block is used to execute code regardless of whether an exception is thrown or not

  • Answered by AI
  • Q3. Primary key, unique key, candidate key in sql
  • Q4. Oops concepts in java
  • Ans. 

    Oops concepts are fundamental to Java programming and include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of a class and only exposes necessary information.

    • Abstraction focuses on t...

  • Answered by AI
  • Q5. Memory management and hash map in java
  • Ans. 

    Memory management and hash map are important concepts in Java programming.

    • Memory management is the process of allocating and deallocating memory in a program.

    • Java uses automatic memory management through garbage collection.

    • Hash map is a data structure that stores key-value pairs and uses hashing to retrieve values efficiently.

    • Java's HashMap class implements the Map interface and provides constant-time performance for b...

  • Answered by AI
  • Q6. List all languages in sql
  • Ans. 

    List of SQL languages

    • MySQL

    • Oracle

    • PostgreSQL

    • Microsoft SQL Server

    • SQLite

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Data Analyst Intern interview:
  • Pseudo code
  • Data Structures
  • Any programming language
  • MySQL
Interview preparation tips for other job seekers - Technical assessment consists of four rounds data structure and pseudo code, logical ability, gaming and finally behavioral questions each round is an elimination round
Once clearing it we get mail regarding tr round
Interviewer asked questions related to skills I mentioned in resume
Don't lie in resume
They can easily find out
After 20 days i got message that i got selected
Go through capgemini technical assessment video in YouTube
To get better understanding

Skills evaluated in this interview

Data Analyst Intern Interview Questions Asked at Other Companies

Q1. Water Jug Problem Statement You have two water jugs with capaciti ... read more
Q2. Insertion Sort in a Linked List Given a singly linked list with ' ... read more
Q3. What is the difference between loc and iloc in data science, and ... read more
Q4. What do you mean by MTD ? How to create it
asked in WNS
Q5. You have 3 jars each with labels, one jar is labeled Apples, one ... read more

I applied via Campus Placement and was interviewed in Oct 2021. 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 - Psudo code round, verbal, gaming 

(1 Question)

  • Q1. Question from pseudo code, ds and grammar are asked
Round 3 - Technical 

(8 Questions)

  • Q1. Tell me about yourself
  • Q2. Exception handling in java
  • Ans. 

    Exception handling in Java allows for the handling of errors and exceptions that may occur during program execution.

    • Java provides try-catch blocks to handle exceptions.

    • The try block contains the code that may throw an exception.

    • The catch block catches and handles the thrown exception.

    • Multiple catch blocks can be used to handle different types of exceptions.

    • The finally block is optional and is executed regardless of whe...

  • Answered by AI
  • Q3. Memory management in java
  • Ans. 

    Memory management in Java involves automatic garbage collection and manual memory allocation.

    • Java uses automatic garbage collection to free up memory

    • Developers can manually allocate memory using the 'new' keyword

    • Java also has a 'finalize' method to clean up resources before garbage collection

    • Memory leaks can occur if objects are not properly released

  • Answered by AI
  • Q4. What is Hash map in java
  • Ans. 

    Hash map is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • Hash map uses hashing to store and retrieve values based on keys

    • It allows null values and null keys

    • It is not synchronized and not thread-safe

    • Example: HashMap map = new HashMap<>();

    • map.put("apple", 1); int value = map.get("apple");

  • Answered by AI
  • Q5. Primary key and candidate key difference
  • Ans. 

    Primary key uniquely identifies a record while candidate key can also uniquely identify a record but may not be chosen as primary key.

    • Primary key is a column or set of columns that uniquely identifies each record in a table

    • Candidate key is a column or set of columns that can also uniquely identify each record in a table

    • A table can have multiple candidate keys but only one primary key

    • Primary key cannot have null values ...

  • Answered by AI
  • Q6. Super key and foreign key difference
  • Ans. 

    Super key is a set of attributes that uniquely identifies a record, while foreign key is a reference to a primary key in another table.

    • Super key is a combination of one or more attributes that uniquely identifies a record in a table.

    • Foreign key is a field in a table that refers to the primary key of another table.

    • Super key can have additional attributes that are not necessary for uniqueness.

    • Foreign key establishes a re...

  • Answered by AI
  • Q7. List all languages in Sql and explain
  • Ans. 

    List of SQL languages and their brief explanation

    • SQL (Structured Query Language) is a standard language for managing relational databases

    • T-SQL (Transact-SQL) is a proprietary extension of SQL used by Microsoft SQL Server

    • PL/SQL (Procedural Language/Structured Query Language) is Oracle Corporation's proprietary extension of SQL

    • MySQL is an open-source relational database management system that uses SQL

    • PostgreSQL is an ope...

  • Answered by AI
  • Q8. And some questions related to project

Interview Preparation Tips

Topics to prepare for Capgemini Data Analyst Intern interview:
  • SQL Server
  • Java
  • Python
Interview preparation tips for other job seekers - My interview process :
First I registered myself in the link provided by the college and then I got mail for attending technical assessment, It consists of four rounds namely Data Structure& Pseudo Code, logical ability,gaming round and finally Behavioral questions round each round is elimination after clearing all those rounds.I was assigned to attend my technical interview after clearing that I got a message in Capgemini what's up saying ,I am selected to be a part of Capgemini Technology Service India Limited .
Don't lie in resume
Before attending any exam see related videos in YouTube to perform better

Skills evaluated in this interview

Interview questions from similar companies

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

It was a training+ internship

Round 2 - Technical 

(1 Question)

  • Q1. NUmber of groups and group wise projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Andhra University and was interviewed in Aug 2022. 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 - Aptitude Test 

Aptitude test was the basics asked in every exam

Round 3 - Technical 

(2 Questions)

  • Q1. What is difference between 4stroke and 2 stroke engine?
  • Ans. 

    4-stroke engines have 4 strokes per cycle, while 2-stroke engines have 2 strokes per cycle.

    • 4-stroke engines are more fuel-efficient and produce less pollution than 2-stroke engines.

    • 2-stroke engines are simpler and lighter than 4-stroke engines.

    • 4-stroke engines have separate intake, compression, power, and exhaust strokes, while 2-stroke engines combine intake and compression, and power and exhaust strokes.

    • Examples of 4...

  • Answered by AI
  • Q2. What is a bevel gear? Give an example
  • Ans. 

    A bevel gear is a type of gear used to transmit power between shafts at an angle.

    • Bevel gears have conical shapes and are used to change the direction of rotation.

    • They are commonly used in automobiles, airplanes, and power plants.

    • An example of a bevel gear is the ring and pinion gear in a car's differential.

    • Another example is the bevel gear used in a hand drill to transmit power from the motor to the chuck.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong , be calm and you can crack the interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Case Study 

Python sql powerbi excel

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

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume screening Self introduction Roles and responsibilities
Round 2 - Assignment 

Given task Statics standard deviations Attrition Average of given table values and Given graph economi graph and poverty graph base on that need to gave answers 30 qustion and 60 min time duration

Round 3 - Technical 

(2 Questions)

  • Q1. Versant test should be need to attend Hirepro will have interview prosess in YouTube will check and prepare mid level hard
  • Q2. We can goo for online prosess how it is
Round 4 - One-on-one 

(1 Question)

  • Q1. Manger Level round they will ask KPI NPS AHT standard deviations Service Level handling Root cause Analysis Weighted average Same product how will calculate Totall Swer % how will get Many of like bpi <20 ...
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and update structure of our role and responsibilities
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions from your CV
Round 2 - Technical 

(2 Questions)

  • Q1. Question on transformers
  • Q2. Comparison of transfer learning and fintuning.
  • Ans. 

    Transfer learning involves using pre-trained models on a different task, while fine-tuning involves further training a pre-trained model on a specific task.

    • Transfer learning uses knowledge gained from one task to improve learning on a different task.

    • Fine-tuning involves adjusting the parameters of a pre-trained model to better fit a specific task.

    • Transfer learning is faster and requires less data compared to training a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one easy question and asked what will be the output
  • Q2. Leetcode 2 sum question

Interview Preparation Tips

Interview preparation tips for other job seekers - I was pretty much sure that I would pass L1 round and hoping for L2 round. I was interviewing for Generative AI Engineer. It was full 1 hr. The interviewer was less experienced than me. He asked me about my current work and focused more on previous work. I gave 80% correct answers and still did not make it. Don't know what they were expecting from me. Then I thought, maybe they are just taking the interview for the name sake. Sometimes, rejections are baseless.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The first round was easy which consist of basic aptitude questions including java,c,cpp,dbms,sql,reasoning,etc

Round 2 - Technical 

(1 Question)

  • Q1. Explain Data Analysis Life Cycle

Capgemini Interview FAQs

How many rounds are there in Capgemini Data Analyst Intern interview?
Capgemini interview process usually has 2-3 rounds. The most common rounds in the Capgemini interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Capgemini Data Analyst Intern interview?

Some of the top questions asked at the Capgemini Data Analyst Intern interview -

  1. What is Hash map in j...read more
  2. List all languages in Sql and expl...read more
  3. Super key and foreign key differe...read more

Tell us how to improve this page.

Capgemini Data Analyst Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Capgemini Data Analyst Intern Salary
based on 5 salaries
₹1 L/yr - ₹4 L/yr
6% less than the average Data Analyst Intern Salary in India
View more details
Consultant
55.2k salaries
unlock blur

₹5.1 L/yr - ₹17.6 L/yr

Associate Consultant
50.9k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.1k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.8k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20.1k salaries
unlock blur

₹3.5 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.8
Compare

TCS

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