Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 4 interview rounds.
20 Verbal 20Logical 2 programs
I was interviewed in Mar 2021.
I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.
Capgemini Engineering interview questions for designations
Get interview-ready with Top Capgemini Engineering Interview Questions
I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Sep 2019. There was 1 interview round.
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jun 2019. There were 4 interview rounds.
I was interviewed before Mar 2021.
Round duration - 45 minutes
Round difficulty - Easy
Technical round with questions on Programming and core Java concepts.
Determine if a given singly linked list of integers forms a cycle.
A cycle in a linked list occurs when a node's next reference points back to a previous node in...
Detect if a singly linked list forms a cycle by checking if a node's next reference points back to a previous node.
Use two pointers, one moving at double the speed of the other, to detect a cycle in the linked list.
If the fast pointer catches up to the slow pointer, there is a cycle.
Keep track of visited nodes to detect a cycle efficiently.
Given a singly linked list with integer data and an integer K
, write a function to remove the Kth node from the end of the linked list.
The lin...
Remove the Kth node from the end of a singly linked list.
Use two pointers to find the Kth node from the end
Adjust pointers to remove the Kth node
Handle edge cases like deleting the head node or if K is out of bounds
There are four types of access modifiers in Java: public, private, protected, and default.
Public: accessible from any other class.
Private: accessible only within the same class.
Protected: accessible within the same package and subclasses.
Default: accessible only within the same package.
Java objects are stored in memory as references to memory locations where the actual object data is stored.
Java objects are stored in the heap memory.
Each object is allocated memory on the heap using the 'new' keyword.
Object references are stored on the stack.
Objects can be garbage collected when no longer referenced.
Round duration - 45 minutes
Round difficulty - Easy
Technical round with questions on DSA mainly.
Time complexities for sorting algorithms vary from O(n^2) to O(n log n).
Bubble Sort - O(n^2)
Selection Sort - O(n^2)
Insertion Sort - O(n^2)
Merge Sort - O(n log n)
Quick Sort - O(n log n)
Heap Sort - O(n log n)
You are provided with an array of integers. The task is to sort the array in ascending order using the quick sort algorithm.
Quick sort is a divide-and-conquer algorithm. It ...
To achieve NlogN complexity in the worst case, we can implement the randomized quick sort algorithm.
Randomly select the pivot element to reduce the chances of worst-case scenarios.
Implement a hybrid approach like Introsort which switches to heap sort when the recursion depth exceeds a certain limit.
Use median-of-three partitioning to select a good pivot element.
Optimize the algorithm by choosing the right partitioning ...
You are given a sequence of numbers, ARR
. Your task is to return a sorted sequence of ARR
in non-descending order using the Merge Sort algorithm.
The Merge Sort...
Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.
Understand the Merge Sort algorithm which involves dividing the array into two halves, sorting each half, and then merging them back together.
Recursively apply the Merge Sort algorithm until the base case of having single elements in the array is reached.
Merge the sorted halves to produce the final sorted array in non-descending order.
...
Serial port transmits data one bit at a time, while parallel port transmits multiple bits simultaneously.
Serial port sends data sequentially, while parallel port sends data in parallel
Serial port uses fewer wires compared to parallel port
Examples of serial ports include RS-232, USB, and Ethernet ports, while examples of parallel ports include printer ports
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Top trending discussions
The duration of Capgemini Engineering Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 16 interviews
4 Interview rounds
based on 196 reviews
Rating in categories
1-18 Yrs
Not Disclosed
1-8 Yrs
Not Disclosed
4-20 Yrs
Not Disclosed
Senior Software Engineer
2.1k
salaries
| ₹5.7 L/yr - ₹22.3 L/yr |
Technical Lead
1.5k
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Software Engineer
1.4k
salaries
| ₹3 L/yr - ₹11.3 L/yr |
Network Engineer
450
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Senior Technical Lead
371
salaries
| ₹14.1 L/yr - ₹34.5 L/yr |
TCS
Infosys
Wipro
HCLTech