i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Coding questions on java
I applied via campus placement at MES College of Engineering, Malapuram and was interviewed in Dec 2024. There was 1 interview round.
What people are saying about Capgemini
A constructor is a special type of method that is automatically called when an object is created in a class.
Constructors have the same name as the class they belong to.
They are used to initialize the object's state.
Constructors can have parameters to customize the initialization process.
Example: public class Car { public Car(String color) { this.color = color; } }
An object is a self-contained entity that consists of data and methods to manipulate that data.
Objects are instances of classes in object-oriented programming.
They have attributes (data) and methods (functions) to operate on the data.
Example: In a car simulation program, a 'Car' object may have attributes like 'color' and 'speed', and methods like 'accelerate' and 'brake'.
Capgemini interview questions for designations
I applied via Campus Placement
Basic aptitude and pseudo codes
Bsic coding questions- easy to solve
Delete and truncate are SQL commands used to remove data from a table.
DELETE is a DML command used to remove specific rows from a table based on a condition.
TRUNCATE is a DDL command used to remove all rows from a table, resetting auto-increment values.
DELETE is slower as it logs individual row deletions, while TRUNCATE is faster as it deallocates data pages.
Example: DELETE FROM table_name WHERE condition;
Example: TRUN
Get interview-ready with Top Capgemini Interview Questions
I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Sep 2024. There was 1 interview round.
Spark and MapReduce are both distributed computing frameworks used for processing large datasets.
Spark is a fast and general-purpose cluster computing system that provides in-memory processing capabilities.
MapReduce is a programming model for processing and generating large data sets with a parallel, distributed algorithm on a cluster.
Spark is known for its speed and ease of use, while MapReduce is more traditional and...
I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in May 2024. There were 3 interview rounds.
It consists of pseudo code, analytical , puzzle, behaviour, English grammar etc
OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability for objects of different classes to respond to the same message in different ways.
Abstraction: Hiding th...
Abstract method is a method without implementation, must be overridden in subclass.
Abstract method has no implementation and must be overridden in subclass
Other methods have implementation and can be directly called
Abstract methods are declared using 'abstract' keyword
Example: abstract void draw();
Swapping two numbers without using a third variable in a program.
Use bitwise XOR operation to swap two numbers without using a third variable.
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Verbal and some pseudo code and gaming
It was communication assessment
Some of the top questions asked at the Capgemini Software Engineer interview -
The duration of Capgemini Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 222 interviews
6 Interview rounds
based on 1.4k reviews
Rating in categories
Consultant
55.1k
salaries
| ₹5.1 L/yr - ₹17.5 L/yr |
Associate Consultant
50.9k
salaries
| ₹3 L/yr - ₹11.8 L/yr |
Senior Consultant
46.1k
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Senior Analyst
20.8k
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Software Engineer
20.1k
salaries
| ₹3.5 L/yr - ₹12.5 L/yr |
Wipro
Accenture
Cognizant
TCS