Faster and better experience!
i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I appeared for an interview in Jan 2025.
HashMap is unordered, uses hashing for key-value pairs. TreeMap is ordered, uses Red-Black tree for key-value pairs.
HashMap uses hashing to store key-value pairs, allowing for O(1) retrieval time on average.
TreeMap uses Red-Black tree to store key-value pairs, maintaining order based on keys.
HashMap allows one null key and multiple null values, while TreeMap does not allow null keys.
Example: HashMap<String, Integer&...
Eureka Server is a service registry for microservices in a cloud environment.
Eureka Server is part of Netflix OSS and allows microservices to register themselves and discover other services.
It helps in load balancing and failover of services by keeping track of available instances.
Eureka Server uses a REST API for communication between services and the server.
Example: Microservices A, B, and C register themselves with ...
Exception handling in SpringBoot involves using @ExceptionHandler, @ControllerAdvice, and global exception handling.
Use @ExceptionHandler annotation in controller classes to handle specific exceptions.
Use @ControllerAdvice annotation to define global exception handling for all controllers.
Implement a custom exception handler class to handle exceptions globally.
Use ResponseEntity to return custom error messages and stat...
Calculate average salary of employees in each department using Java 8 Stream.
Use Java 8 Stream to group employees by department
Calculate average salary for each department using Stream's 'collect' method
Use 'Collectors.averagingDouble' to calculate average salary
Circuit Breaker is a design pattern used in software development to prevent cascading failures in distributed systems.
Circuit Breaker monitors the health of a service and stops sending requests if the service is not responding properly.
It helps in improving the resilience of the system by providing a fallback mechanism when a service is down.
Circuit Breaker can be configured with thresholds for error rates or response ...
Docker is a platform for developing, shipping, and running applications in containers. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.
Docker allows developers to package applications and dependencies into containers for easy deployment and scalability.
Kubernetes helps in automating the deployment, scaling, and management of containerized applications...
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Program using Java 8 features to filter a list of strings starting with 'A' and convert them to uppercase.
Use Java 8 stream API to filter the strings starting with 'A'.
Use map() function to convert the filtered strings to uppercase.
Collect the results into a new list using collect() function.
To connect two databases in Spring Boot, you can configure multiple data sources and use JPA to interact with them.
Configure multiple data sources in application.properties or application.yml file
Define multiple DataSource beans in your configuration class
Use @Primary annotation to specify the primary data source
Use @Qualifier annotation to specify which data source to use in a specific repository or service
Use @Transa...
An index in MySQL is a data structure that improves the speed of data retrieval operations on a database table.
Indexes are used to quickly locate rows in a table without having to search every row.
They can be created on one or more columns in a table.
Indexes can be unique, which means that the indexed columns must contain unique values.
Examples of indexes include primary keys, unique keys, and regular indexes.
Post mapping is used to create or update data, while get mapping is used to retrieve data. Yes, data can be updated using post mapping.
Post mapping is used to create or update data in the server, while get mapping is used to retrieve data from the server.
Post mapping is typically used for operations that modify data, such as creating a new resource or updating an existing one.
Get mapping is used for operations that do ...
Design patterns in microservices architecture help in solving common problems and improving scalability, maintainability, and flexibility.
Service Registry pattern - used for service discovery and registration, such as Netflix Eureka
Circuit Breaker pattern - prevents cascading failures by failing fast and providing fallback mechanisms, like Hystrix
API Gateway pattern - acts as a single entry point for clients to access ...
SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Classes should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with obje...
Spring Boot simplifies the development of Spring applications by providing out-of-the-box configurations and reducing boilerplate code.
Spring Boot provides a quick and easy way to set up a Spring application with minimal configuration.
It includes embedded servers like Tomcat, Jetty, or Undertow, eliminating the need for deploying WAR files.
Auto-configuration feature in Spring Boot automatically configures the applicati...
What people are saying about Capgemini
Capgemini interview questions for designations
Microservices architecture allows for modular, scalable, and flexible development compared to monolithic architecture.
Microservices break down applications into smaller, independent services that communicate through APIs.
Each microservice can be developed, deployed, and scaled independently, leading to faster development cycles and easier maintenance.
Monolithic architecture involves building an entire application as a ...
Get interview-ready with Top Capgemini Interview Questions
IOC stands for Inversion of Control in Spring, a design principle where the control of object creation and lifecycle is shifted to a container.
IOC is a design principle in which the flow of control is inverted compared to traditional programming.
In Spring, IOC is achieved through dependency injection, where objects are provided their dependencies rather than creating them themselves.
IOC helps in decoupling components, ...
HashMap is a data structure in Java collections that stores key-value pairs.
HashMap implements the Map interface and uses hashing to store elements.
It allows null values and one null key.
Example: HashMap<String, Integer> map = new HashMap<>();
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
Programmatical questions
Some of the top questions asked at the Capgemini Senior Java Developer interview -
The duration of Capgemini Senior Java Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 22 interviews
2 Interview rounds
based on 8 reviews
Rating in categories
Consultant
55.8k
salaries
| ₹5.2 L/yr - ₹18 L/yr |
Associate Consultant
50.7k
salaries
| ₹2.9 L/yr - ₹12 L/yr |
Senior Consultant
47.1k
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Senior Analyst
20.9k
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Senior Software Engineer
20.5k
salaries
| ₹3.5 L/yr - ₹12.9 L/yr |
Wipro
Accenture
Cognizant
TCS