Genpact
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
posted on 9 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
General question around data engineering
My project structure follows a modular approach with separate folders for data ingestion, processing, and storage.
Separate folders for data ingestion, processing, and storage
Use of version control for tracking changes
Documentation for each module and process
Unit tests for data pipelines
Logging and monitoring for tracking data flow
DAG stands for Directed Acyclic Graph, a data structure used to represent dependencies between tasks in a workflow.
DAG is a collection of nodes connected by directed edges, where each edge represents a dependency between tasks.
It is acyclic, meaning there are no cycles or loops in the graph.
DAGs are commonly used in data processing pipelines to ensure tasks are executed in the correct order.
Example: In a DAG representi...
I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.
Supervised learning uses labeled data to train the model, while unsupervised learning uses unlabeled data.
Supervised learning requires a target variable to be predicted, while unsupervised learning does not.
In supervised learning, the model learns from labeled training data, whereas in unsupervised learning, the model finds patterns in unlabeled data.
Examples of supervised learning include regression and classification...
Object Oriented Programming in Python focuses on creating classes and objects to organize code and data.
Python supports classes, objects, inheritance, polymorphism, and encapsulation.
Classes are blueprints for creating objects, which are instances of classes.
Inheritance allows a class to inherit attributes and methods from another class.
Polymorphism enables objects to be treated as instances of their parent class.
Encap...
To find delta between two tables in SQL, use the EXCEPT or MINUS operator.
Use the EXCEPT operator in SQL to return rows from the first table that do not exist in the second table.
Use the MINUS operator in SQL to return distinct rows from the first table that do not exist in the second table.
Exception handling in Python allows for graceful handling of errors and preventing program crashes.
Use try-except blocks to catch and handle exceptions.
Multiple except blocks can be used to handle different types of exceptions.
Finally block can be used to execute code regardless of whether an exception was raised or not.
Custom exceptions can be defined by creating a new class that inherits from the built-in Exception c
Decorators in Python are functions that modify the behavior of other functions.
Decorators are defined using the @decorator_name syntax before the function definition.
They can be used for logging, timing, authentication, etc.
Example: @staticmethod decorator in Python makes a method static.
Spark is a distributed computing system that provides an interface for programming clusters with implicit data parallelism.
Spark is built on the concept of Resilient Distributed Datasets (RDDs), which are fault-tolerant collections of objects.
It supports various programming languages such as Scala, Java, Python, and R.
Spark provides high-level APIs for distributed data processing, including transformations and actions.
...
Lazy evaluation is a strategy used by Spark to delay the execution of transformations until an action is called.
Lazy evaluation improves performance by optimizing the execution plan
Transformations in Spark are not executed immediately, but rather recorded as a lineage graph
Actions trigger the execution of the transformations and produce a result
Lazy evaluation allows Spark to optimize the execution plan by combining an...
Left join returns all records from the left table and the matching records from the right table.
Inner join returns only the matching records from both tables.
Left join includes all records from the left table, even if there are no matches in the right table.
Inner join excludes the non-matching records from both tables.
Left join is used to retrieve all records from one table and the matching records from another table.
I...
based on 1 interview
Interview experience
Process Developer
36.2k
salaries
| ₹1 L/yr - ₹6.8 L/yr |
Process Associate
28k
salaries
| ₹0.9 L/yr - ₹6.5 L/yr |
Assistant Manager
19.8k
salaries
| ₹5 L/yr - ₹14 L/yr |
Management Trainee
19.3k
salaries
| ₹1.6 L/yr - ₹8.5 L/yr |
Manager
7.4k
salaries
| ₹5.7 L/yr - ₹24 L/yr |
Accenture
Capgemini
TCS
Cognizant