Filter interviews by
Clear (1)
I applied via Campus Placement
First round was attribute resosning test, with few english, maths and coding questions, it was easy only.
Group disucssion on some general topic
I applied via Job Fair and was interviewed before Aug 2023. There were 3 interview rounds.
Basic questions were asked easy to solve
Mid level questions was asked
I applied via Referral and was interviewed before May 2022. There were 2 interview rounds.
Find the first non-repeating character in an array.
Use a hash table to store the frequency of each character.
Iterate through the array and check the frequency of each character.
Return the first character with a frequency of 1.
Capgemini Engineering interview questions for designations
Destructuring is a way to extract values from objects and arrays into distinct variables.
Destructuring can be used with arrays and objects
It allows you to extract values from nested objects and arrays
You can also set default values for variables that may not exist in the object or array
Example: const {name, age} = {name: 'John', age: 30};
Example: const [first, second] = ['one', 'two'];
Get interview-ready with Top Capgemini Engineering Interview Questions
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
ABOUT STRUCTERS,STORAGE CLASSES WITH FUNCTIONS RELATED
I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed before Mar 2022. There were 3 interview rounds.
Join is a SQL operation that combines rows from two or more tables based on a related column between them.
Join is used to retrieve data from multiple tables in a single query.
There are four types of joins: Inner Join, Left Join, Right Join, and Full Outer Join.
Inner Join returns only the matching rows from both tables.
Left Join returns all the rows from the left table and matching rows from the right table.
Right Join r...
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.
Comparable is an interface used for natural ordering while Comparator is an interface used for custom ordering.
Comparable is implemented by the class whose objects need to be sorted
Comparator is implemented by a separate class to define custom sorting logic
Comparable uses compareTo() method to compare objects
Comparator uses compare() method to compare objects
Example: String class implements Comparable interface for nat...
Memory is allocated to objects dynamically during runtime based on their size and type.
Memory allocation is done using the 'new' keyword in languages like Java and C++.
In languages like Python, memory allocation is handled automatically by the interpreter.
Memory allocation can also be done using functions like malloc() and calloc() in C.
Memory is released using the 'delete' keyword in languages like Java and C++.
Memory...
I am comfortable working with multiple languages and have experience in doing so.
I have experience working with languages such as Java, Python, C++, and JavaScript.
I am able to quickly adapt to new languages and learn them efficiently.
I understand the importance of proper documentation and commenting in code to ensure readability for others.
I have worked on projects that required integration of multiple languages, such...
To get unique elements from a list, use set() function.
Convert the list to a set using set() function
Convert the set back to list using list() function
Example: list(set(['apple', 'banana', 'apple', 'orange'])) will return ['apple', 'banana', 'orange']
Hash table is a data structure that maps keys to values using a hash function.
Hash function maps keys to indices in an array
Collisions can occur, which can be resolved using techniques like chaining or open addressing
Lookup, insertion, and deletion operations have an average time complexity of O(1)
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 17 interviews
4 Interview rounds
based on 196 reviews
Rating in categories
1-8 Yrs
Not Disclosed
4-20 Yrs
Not Disclosed
1-18 Yrs
Not Disclosed
Senior Software Engineer
2.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Network Engineer
450
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Lead
370
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech