i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
It is online test. In this test there is question of apti and also coding and from 5g question.
There are two questions asked and time is enough to solve 60 minutes
A palindrome number is a number that remains the same when its digits are reversed.
Convert the number to a string
Reverse the string
Check if the reversed string is equal to the original string
Create a function to add two numbers
Define a function that takes two parameters as input
Inside the function, add the two numbers together and return the result
Example: function addNumbers(num1, num2) { return num1 + num2; }
Binary search code implementation in Python
Define a function that takes a sorted array and a target value as input
Initialize two pointers, low and high, to the start and end of the array respectively
While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target
If array[mid] is equal to target, return mid
If array[mid] is less than target, update low to mid + 1
If array[mid]...
A program to check if a given name is a palindrome or not.
Convert the name to lowercase to handle case-insensitivity
Remove any spaces or special characters from the name
Reverse the name and compare it with the original name to check for palindrome
malloc and calloc are functions in C programming used for dynamic memory allocation.
malloc function is used to allocate a single block of memory of a specified size.
calloc function is used to allocate multiple blocks of memory of a specified size, initialized to zero.
Example: int *ptr = (int*)malloc(5 * sizeof(int));
Example: int *ptr = (int*)calloc(5, sizeof(int));
I would listen to their concerns, empathize with them, and work towards finding a solution to address their issues.
Listen actively to understand the root cause of their anger
Empathize with their situation and show understanding
Apologize for any inconvenience caused and assure them that you will work towards resolving the issue
Offer solutions or alternatives to address their concerns
Follow up with the customer to ensure
I applied via Campus Placement
Basic C questions and core subjects questions
1 easy and 1 medium question
What people are saying about Capgemini
Capgemini interview questions for designations
I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.
This round was easy . It has basic questions of English
Get interview-ready with Top Capgemini Interview Questions
I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.
Some aptitude and coding question
The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven different layers.
The OSI model stands for Open Systems Interconnection model.
It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has specific functions and communicates with the adjacent layers.
For example, the Physical layer de...
Unicasting sends data from one sender to one receiver, Multicasting sends data from one sender to multiple receivers, Broadcasting sends data from one sender to all receivers in the network.
Unicasting is one-to-one communication.
Multicasting is one-to-many communication.
Broadcasting is one-to-all communication.
Unicasting is used in TCP connections.
Multicasting is used in streaming video or audio to multiple users.
Broad...
ARP generates and sends packets to map IP addresses to MAC addresses in a network.
ARP request is broadcasted to all devices on the network
The device with the matching IP address responds with its MAC address
ARP table is updated with the IP-MAC mapping
ARP packets have source and destination MAC addresses, IP addresses, and ARP operation code
CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection. It is a network protocol used in Ethernet networks to avoid data collisions.
CSMA/CD is used in Ethernet networks to regulate access to the network medium.
Before sending data, a device using CSMA/CD listens to the network to check if it is busy.
If the network is clear, the device sends the data. If a collision is detected, the device stops transm...
There was 20 questions of english
Spoken english test there was 40 questions
based on 19 interviews
3 Interview rounds
based on 80 reviews
Rating in categories
Consultant
55.2k
salaries
| ₹5.2 L/yr - ₹17.5 L/yr |
Associate Consultant
50.8k
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Consultant
46.1k
salaries
| ₹7.5 L/yr - ₹24.5 L/yr |
Senior Analyst
20.6k
salaries
| ₹2 L/yr - ₹7.5 L/yr |
Senior Software Engineer
20.2k
salaries
| ₹3.5 L/yr - ₹12.1 L/yr |
Wipro
Accenture
Cognizant
TCS