i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Company Website and was interviewed before Aug 2022. There were 4 interview rounds.
The 1st round is aptitude in which they ask about basic mathematics and English questions
I applied via Indeed and was interviewed before Sep 2022. There were 5 interview rounds.
General Aptitude Questions
OOP, Basic coding concepts
Union combines and removes duplicates, Union All combines without removing duplicates.
Union merges the result sets of two or more SELECT statements and removes duplicates
Union All merges the result sets of two or more SELECT statements without removing duplicates
Union is slower than Union All as it involves removing duplicates
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 F
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to represent multiple underlying forms.
Examples include method overloading and method overriding in object-oriented programming.
Some common HTML tags include <div>, <p>, <a>, <img>, <h1>, <ul>, <li>, <table>, <tr>, <td>.
<div> - defines a division or section in an HTML document
<p> - defines a paragraph
<a> - defines a hyperlink
<img> - defines an image
<h1> - defines a heading
<ul> - defines an unordered list
<li> - defines a list item
<table> -...
I applied via Approached by Company and was interviewed before Aug 2022. There were 5 interview rounds.
Has to focus on reasoning then come on basic aptitude not much difficult to crack
Will have one question related to fibonocci or reverse string or related topics
another comes from the project perspective
What people are saying about Capgemini
Puzzles and technical questions
Capgemini interview questions for designations
I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.
Program to merge an unsorted list
Capgemini is a global leader in consulting, technology services and digital transformation.
Capgemini is a multinational corporation headquartered in France.
It provides consulting, technology services, and digital transformation.
Capgemini operates in over 40 countries and has around 200,000 employees worldwide.
I prefer locations with a good work-life balance, access to outdoor activities, and a vibrant tech community.
Good work-life balance is important to me
Access to outdoor activities like hiking and biking
Vibrant tech community for networking and growth opportunities
Get interview-ready with Top Capgemini Interview Questions
I applied via Campus Placement and was interviewed before Aug 2022. There was 1 interview round.
AC is alternating current, constantly changing direction. DC is direct current, flowing in one direction.
AC changes direction periodically, while DC flows in one direction constantly
AC is used in household appliances, while DC is used in electronics like computers
AC is generated by power plants, while DC is used in batteries
Factorial using recursion is a function that calls itself to calculate the factorial of a given number.
Define a function that takes an integer parameter n
Base case: if n is 0, return 1
Recursive case: return n * factorial(n-1)
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120
I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.
C programming language coding interview
C programming language coding interview
I was interviewed in Aug 2021.
Round duration - 40 minutes
Round difficulty - Easy
This round had 1 programming question, and I was grilled on the questions for OS.
Given a list of integers of size N
, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X
is the firs...
The task is to find the Next Greater Element for each element in a list of integers.
Iterate through the list of integers from right to left
Use a stack to keep track of elements for which the Next Greater Element is not yet found
Pop elements from the stack until a greater element is found or the stack is empty
Round duration - 40 minutes
Round difficulty - Easy
This was the second round and there were 2 programming questions and some questions on DBMS , OS and Unix.
Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.
The first line contains an integer 'T...
The task is to find the Kth largest element in a given list of numbers for each test case.
Read the number of test cases 'T'
For each test case, read the number of elements 'N' and the value of 'K'
Sort the array in descending order and output the Kth element
Given an array of integers ARR
of length N
and an integer Target
, your task is to return all pairs of elements such that they add up to the Target
.
The first line ...
The task is to find all pairs of elements in an array that add up to a given target.
Iterate through the array and for each element, check if the target minus the element exists in a hashmap.
If it exists, print the pair (current element, target - current element).
If no pair is found, print (-1, -1).
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.
I applied via Monster and was interviewed before Apr 2022. There were 4 interview rounds.
It’ a mcq based online exam. Easy to crack.
There are two questions. One easy and the other being a bit hard
Some of the top questions asked at the Capgemini Senior Software Engineer interview -
The duration of Capgemini Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 134 interviews
5 Interview rounds
based on 2k reviews
Rating in categories
Consultant
55.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Consultant
50.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
46.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
20.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
20.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Wipro
Accenture
Cognizant
TCS