i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Very basic aptitude test
Divided into two categories. cleared the 4.2LPA slab but not selected for 7.5LPA. If selected need to give another test
What people are saying about Capgemini
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
List is an ordered collection of elements, while a Dictionary is a collection of key-value pairs.
List maintains elements in a specific order, while Dictionary stores key-value pairs where keys are unique.
Accessing elements in a List is done by index, while accessing values in a Dictionary is done by key.
Example: List - [1, 2, 3], Dictionary - {'a': 1, 'b': 2, 'c': 3}
Decorators in Python are functions that modify the behavior of other functions or methods.
Decorators are denoted by the @ symbol followed by the decorator function name.
They are commonly used for adding functionality to existing functions without modifying their code.
Decorators can be used for logging, authentication, caching, and more.
Example: @staticmethod decorator in Python is used to define a method that is not bo
List comprehension is a concise way to create lists in Python. Regression is a statistical method to model relationships between variables.
List comprehension example: squares = [x**2 for x in range(10)]
Regression example: fitting a linear regression model to predict house prices based on square footage
Capgemini interview questions for popular designations
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Autopilot enrollment procedure involves registering for the service and setting up preferences.
Register for Autopilot service online or through a Tesla account
Provide necessary information such as contact details and payment method
Select preferences for Autopilot features like lane-keeping assist and adaptive cruise control
Complete any required training or verification process
Start using Autopilot once enrollment is co
Different types of detection logic in SCCM include file system detection, registry detection, and WMI detection.
File system detection: Checks for the existence of a file or folder on the target system.
Registry detection: Checks for a specific registry key or value on the target system.
WMI detection: Uses Windows Management Instrumentation to query information from the target system.
Custom script detection: Allows for t...
Queries in SCCM are used to retrieve information from the database based on specified criteria.
Queries in SCCM can be used to gather information about hardware inventory, software inventory, compliance status, etc.
Queries can be created using SQL-like syntax in the SCCM console.
Queries can be saved and reused for reporting or targeting specific groups of devices.
Examples of queries include finding all devices with a sp...
Creating an application in Intune involves uploading the app package, configuring deployment settings, and assigning the app to users or devices.
Upload the app package to Intune
Configure deployment settings such as installation behavior and app availability
Assign the app to users or devices for installation
Get interview-ready with Top Capgemini Interview Questions
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
FIT - Gap Analysis is a process used to identify the gaps between the current state and the desired future state of a system or process.
FIT - Gap Analysis involves comparing the current functionalities of a system with the desired functionalities to identify gaps.
It helps in understanding the areas where customization or configuration is needed to meet the requirements.
The analysis results in a detailed report outlinin...
Accounting entries in subcontracting process involve transfer of raw materials to subcontractor and receipt of finished goods.
Raw materials transferred to subcontractor are recorded as a debit to subcontracting expense account and credit to raw materials inventory account.
Receipt of finished goods from subcontractor is recorded as a debit to finished goods inventory account and credit to subcontracting expense account.
...
Assigning two types of purchase org to plant allows for different procurement processes and strategies to be implemented for different materials or categories.
Allows for segregation of procurement processes based on material type or category
Enables different purchasing strategies to be implemented for different materials
Facilitates better control and management of procurement activities for the plant
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
Docker is a platform for developing, shipping, and running applications in containers. Kubernetes is a container orchestration tool for managing containerized applications across a cluster of nodes.
Docker allows developers to package applications and dependencies into containers for easy deployment.
Kubernetes automates the deployment, scaling, and management of containerized applications.
Docker containers are lightweig...
Deploying an app in Kubernetes involves creating a deployment configuration, defining pods, services, and managing resources.
Create a deployment configuration file specifying the app's image, ports, and replicas
Define pods to run the app containers
Create services to expose the app internally or externally
Manage resources such as CPU and memory limits for optimal performance
Interfaces in Golang allow for defining behavior without specifying implementation details.
Interfaces are a collection of method signatures.
A type satisfies an interface if it implements all the methods in the interface.
Interfaces allow for polymorphism in Golang.
Example: type Writer interface { Write([]byte) (int, error) }
Example: type MyWriter struct {} func (mw MyWriter) Write(data []byte) (int, error) { return len(
Goroutines are lightweight threads managed by Go runtime, allowing concurrent execution of functions.
Goroutines are created using the 'go' keyword followed by a function call.
They are multiplexed onto multiple OS threads by the Go runtime.
Example: go func() { fmt.Println('Hello, goroutine!') }
Goroutines are used for concurrent programming in Go, enabling parallelism.
I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.
N0rmal hacker rank queationss
Servlet implement code is the code that defines the behavior of a servlet in a Java web application.
Servlet implement code is written in Java and typically extends the HttpServlet class.
It includes methods like doGet() and doPost() to handle HTTP GET and POST requests.
Servlet implement code can interact with databases, process form data, and generate dynamic web content.
JWT implementation methods involve encoding, decoding, and verifying tokens for secure authentication.
Use a library like jsonwebtoken to easily create and verify JWT tokens
When creating a token, include a payload with user information and a secret key for signing
To verify a token, decode it using the secret key and check the signature
Object-oriented programming concepts that focus on classes and objects.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features.
...
RDBMS stands for Relational Database Management System. It is a type of database management system that stores data in a structured format.
Organizes data into tables with rows and columns
Uses SQL for querying and managing data
Enforces relationships between tables using foreign keys
Examples include MySQL, PostgreSQL, Oracle
Microservices are a software development technique where applications are broken down into smaller, independent services that communicate with each other.
Each microservice is responsible for a specific function or feature
Microservices can be developed, deployed, and scaled independently
Communication between microservices is typically done through APIs
Examples: Netflix, Amazon, Uber
Some of the top questions asked at the Capgemini interview -
The duration of Capgemini interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 3.7k interviews
Interview experience
based on 41.4k reviews
Rating in categories
Consultant
55.1k
salaries
| ₹5.2 L/yr - ₹17.5 L/yr |
Associate Consultant
50.8k
salaries
| ₹3 L/yr - ₹11.8 L/yr |
Senior Consultant
46k
salaries
| ₹7.4 L/yr - ₹24.5 L/yr |
Senior Analyst
20.8k
salaries
| ₹2 L/yr - ₹7.5 L/yr |
Senior Software Engineer
20.1k
salaries
| ₹3.5 L/yr - ₹12.4 L/yr |
Wipro
Accenture
Cognizant
TCS