Genpact
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.
Quantitative aptitude,data interpretation,reasoning(logical ability),english(verbal ability),computer science&programming
I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.
Testers focus on finding defects while developers focus on creating software.
Testers are responsible for testing the software and finding defects.
Developers are responsible for creating the software and fixing defects.
Testers use test cases and scenarios to ensure the software meets requirements.
Developers use programming languages and tools to create software.
Testers work closely with developers to ensure defects are ...
Tuple is an immutable sequence, while list is a mutable sequence in Python.
Tuple elements cannot be modified once assigned, while list elements can be modified.
Tuple uses parentheses () to enclose elements, while list uses square brackets [] to enclose elements.
Tuple is generally used for heterogeneous data types, while list is used for homogeneous data types.
Tuple is faster than list when accessing elements.
Tuple cons
To check if a key exists in a dictionary without raising a KeyError.
Use the 'in' keyword to check if the key exists in the dictionary.
Use the 'get' method to return a default value if the key does not exist.
Use the 'keys' method to get a list of all keys and check if the key is in the list.
Yes, we can create our custom exception in Python.
To create a custom exception, we need to create a class that inherits from the Exception class.
We can define our own message and error code for the custom exception.
We can raise the custom exception using the 'raise' keyword.
Custom exceptions can be used to handle specific errors in our code.
Example: class MyException(Exception): pass
Example: raise MyException('This is
What people are saying about Genpact
I applied via Recruitment Consultant
I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.
Standard Coding questing
I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.
I applied via Naukri.com
I applied via Naukri.com and was interviewed in Jul 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.
Hashmap is key-value pair collection while Hashset is a unique value collection.
Hashmap allows duplicate values but not duplicate keys while Hashset only allows unique values.
Hashmap uses key to access values while Hashset uses object reference.
Hashmap is faster for accessing values while Hashset is faster for checking if a value exists.
Example: Hashmap - {1: 'apple', 2: 'banana', 3: 'apple'}, Hashset - {'apple', 'bana
Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.
Hashmap uses an array to store the key-value pairs
The key is hashed to generate an index in the array
If multiple keys hash to the same index, a linked list is used to store them
Hashmap provides constant time complexity for insertion, deletion, and retrieval of values
Java's HashMap class is an implementation of
based on 3 reviews
Rating in categories
Process Developer
36.6k
salaries
| ₹1.2 L/yr - ₹6.8 L/yr |
Process Associate
28.1k
salaries
| ₹0.9 L/yr - ₹6.5 L/yr |
Assistant Manager
20.4k
salaries
| ₹4 L/yr - ₹14.6 L/yr |
Management Trainee
19.8k
salaries
| ₹1.6 L/yr - ₹8.5 L/yr |
Manager
7.5k
salaries
| ₹7 L/yr - ₹24 L/yr |
Accenture
Capgemini
TCS
Cognizant