i
Capgemini
Filter interviews by
A palindrome is a word, phrase, number, or sequence that reads the same backward as forward.
Examples of palindromic words: 'level', 'radar', 'civic'.
Examples of palindromic phrases: 'A man, a plan, a canal, Panama!'
Palindromes can also be numbers, e.g., 121, 1331.
They are often used in puzzles and word games.
Local variables are defined within a function, while global variables are accessible throughout the entire program.
Local variables are declared inside a function or block and can only be accessed within that function.
Global variables are declared outside of all functions and can be accessed from any part of the program.
Example of a local variable: function example() { let localVar = 5; console.log(localVar); ...
C is a high-level programming language known for its efficiency and control, widely used in system and application software development.
Developed in the early 1970s at Bell Labs.
Supports procedural programming and low-level memory manipulation.
Used for system programming, embedded systems, and application development.
Example: A simple C program to print 'Hello, World!': #include <stdio.h> int main() { pr...
I prefer a location that fosters collaboration, innovation, and work-life balance, ideally in a tech hub.
Proximity to tech companies: Being near industry leaders like Google or Amazon can provide networking opportunities.
Access to talent: Locations with a strong tech community can facilitate collaboration and knowledge sharing.
Work-life balance: Areas with good amenities and recreational options can enhance overal...
What people are saying about Capgemini
Group employees by salary using data structures to organize and summarize employee information effectively.
Data Structure: Use a dictionary or map to group employees by their salary, where the key is the salary and the value is a list of employees.
Example: For employees with salaries 50000, 60000, and 50000, the output would be {50000: [Employee1, Employee3], 60000: [Employee2]}.
Iterate through the employee list: ...
This program identifies the least occurring character in a given string, considering case sensitivity and ignoring spaces.
Count Characters: Use a dictionary to count occurrences of each character in the string.
Ignore Spaces: Ensure that spaces are not counted when determining the least occurring character.
Find Minimum: Iterate through the dictionary to find the character with the minimum count.
Return Result: Outpu...
Pseudocode for a basic DSA question
Start by defining the problem statement and input/output requirements
Identify the key data structures and algorithms needed to solve the problem
Write step-by-step instructions in pseudocode to solve the problem
Test the pseudocode with sample inputs to ensure correctness
The main method in Java cannot be overridden, but it can be overloaded in subclasses.
The main method is static, so it belongs to the class, not instances.
Overriding requires an instance of the superclass, which is not applicable for static methods.
You can overload the main method, e.g., public static void main(String[] args, int num) {}
When you run a Java application, the JVM looks for the main method with the exa...
POST creates resources, while PUT updates existing ones. Both are HTTP methods used in RESTful APIs.
POST is used to create a new resource on the server. Example: POST /users creates a new user.
PUT is used to update an existing resource. Example: PUT /users/1 updates the user with ID 1.
POST can result in multiple resources being created, while PUT is idempotent, meaning repeated calls have the same effect.
POST does...
EMR stands for Electronic Medical Record, a digital version of a patient's paper chart.
EMR is used by healthcare providers to store patient information electronically.
It includes medical history, diagnoses, medications, treatment plans, immunization dates, allergies, radiology images, and laboratory test results.
EMRs can be accessed and shared by authorized providers and staff across different healthcare organizat...
I appeared for an interview in Feb 2025.
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Coding questions on java
I appeared for an interview in Jun 2025, where I was asked the following questions.
Microservices communicate through APIs, messaging queues, and event-driven architectures for efficient data exchange.
RESTful APIs: Microservices expose endpoints for HTTP requests, allowing services to communicate over the web. Example: A user service and an order service can interact via REST APIs.
gRPC: A high-performance RPC framework that uses Protocol Buffers for serialization, enabling efficient communication betw...
I applied via Campus Placement and was interviewed in Dec 2024. There was 1 interview round.
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, DBMS (Database Management System) is software for managing databases, and SQL (Structured Query Language) is a language used to communicate with databases.
OOPs focuses on creating objects that contain data and methods to manipulate that data.
DBMS is a software system that allows users to interact with a database, storing and r...
I applied via Campus Placement
Basic aptitude and pseudo codes
Bsic coding questions- easy to solve
I appeared for an interview in May 2025, where I was asked the following questions.
I applied via Campus Placement 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...
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 248 interview experiences
Difficulty level
Duration
based on 1.6k reviews
Rating in categories
Consultant
58.6k
salaries
| ₹8.9 L/yr - ₹16.5 L/yr |
Associate Consultant
51.2k
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Senior Consultant
50k
salaries
| ₹12.4 L/yr - ₹21 L/yr |
Senior Analyst
22.1k
salaries
| ₹3.1 L/yr - ₹7.5 L/yr |
Senior Software Engineer
21.6k
salaries
| ₹4.7 L/yr - ₹12.9 L/yr |
Wipro
Accenture
Cognizant
TCS