Upload Button Icon Add office photos

Genpact

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Genpact Senior Software Engineer Interview Questions and Answers

Updated 24 Jun 2025

6 Interview questions

A Senior Software Engineer was asked
Q. What is the difference between throw and throw exception?
Ans. 

throw is used to throw an exception while throw exception is used to throw a specific exception.

  • throw is used to throw any type of exception while throw exception is used to throw a specific type of exception.

  • throw exception is followed by the type of exception that needs to be thrown.

  • throw can be used to throw any object while throw exception can only be used to throw an exception object.

  • Example: throw new Except...

A Senior Software Engineer was asked
Q. What is a singleton pattern and how do you implement it?
Ans. 

Singleton pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.

  • Create a private constructor to restrict instantiation of the class

  • Create a private static instance of the class

  • Create a public static method to access the instance

  • Ensure thread safety if necessary

  • Examples: Database connection, Logger, Configuration settings

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
A Senior Software Engineer was asked
Q. Explain SOLID principles.
Ans. 

SOLID principles are a set of five design principles that help in creating maintainable and scalable software.

  • S - Single Responsibility Principle: A class should have only one reason to change.

  • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

  • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

  • I - Interface Segregation Princip...

A Senior Software Engineer was asked
Q. How do you handle exceptions in stored procedures?
Ans. 

Handle exceptions in stored procedures by using TRY-CATCH blocks.

  • Use TRY-CATCH blocks to catch and handle exceptions

  • Log the error message and severity level

  • Rollback the transaction if necessary

  • Rethrow the error if it cannot be handled

  • Use RAISERROR to raise custom error messages

What people are saying about Genpact

View All
a digital marketer
3d
Do you think they're gonna work on employees' work-life balance, OR for just publicity?
Infosys, Infosys, TCS, Genpact Revise Workplace Policies Infosys is sending a warning mail, if an employee overshoots the daily limit while working remotely, the system triggers a notification Genpact introduced a new policy to log in before 11 am But will these companies really change, or is it just a show to mask their issues?
FeedCard Image
Got a question about Genpact?
Ask anonymously on communities.
A Senior Software Engineer was asked
Q. Write a query to delete duplicate rows from a table.
Ans. 

Query to delete duplicate rows from a table

  • Use GROUP BY clause to group the rows by their unique values

  • Use HAVING clause to filter out the groups with count greater than 1

  • Use DELETE statement to delete the duplicate rows

A Senior Software Engineer was asked
Q. What are indexes in the database? what is the difference between clustered and non-clustered indexes?
Ans. 

Indexes are used to improve database performance. Clustered indexes determine the physical order of data, while non-clustered indexes do not.

  • Indexes are used to speed up data retrieval operations in a database.

  • Clustered indexes determine the physical order of data in a table, while non-clustered indexes do not.

  • A table can have only one clustered index, but multiple non-clustered indexes.

  • Clustered indexes are gener...

Genpact Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What are design patterns?
  • Q2. What does GenAI means?

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. What are indexes in the database? what is the difference between clustered and non-clustered indexes?
  • Ans. 

    Indexes are used to improve database performance. Clustered indexes determine the physical order of data, while non-clustered indexes do not.

    • Indexes are used to speed up data retrieval operations in a database.

    • Clustered indexes determine the physical order of data in a table, while non-clustered indexes do not.

    • A table can have only one clustered index, but multiple non-clustered indexes.

    • Clustered indexes are generally ...

  • Answered by AI
  • Q2. Write a query to delete duplicate rows from a table.
  • Ans. 

    Query to delete duplicate rows from a table

    • Use GROUP BY clause to group the rows by their unique values

    • Use HAVING clause to filter out the groups with count greater than 1

    • Use DELETE statement to delete the duplicate rows

  • Answered by AI
  • Q3. Class A { public string A() { return "hello"; } } what is wrong with above code?
  • Q4. What is a singleton pattern and how to implement it?
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.

    • Create a private constructor to restrict instantiation of the class

    • Create a private static instance of the class

    • Create a public static method to access the instance

    • Ensure thread safety if necessary

    • Examples: Database connection, Logger, Configuration settings

  • Answered by AI
  • Q5. How do you handle exceptions in stored procedures?
  • Ans. 

    Handle exceptions in stored procedures by using TRY-CATCH blocks.

    • Use TRY-CATCH blocks to catch and handle exceptions

    • Log the error message and severity level

    • Rollback the transaction if necessary

    • Rethrow the error if it cannot be handled

    • Use RAISERROR to raise custom error messages

  • Answered by AI
  • Q6. Explain SOLID principles.
  • Ans. 

    SOLID principles are a set of five design principles that help in creating maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: C...

  • Answered by AI
  • Q7. Difference between throw and throw exception?
  • Ans. 

    throw is used to throw an exception while throw exception is used to throw a specific exception.

    • throw is used to throw any type of exception while throw exception is used to throw a specific type of exception.

    • throw exception is followed by the type of exception that needs to be thrown.

    • throw can be used to throw any object while throw exception can only be used to throw an exception object.

    • Example: throw new Exception("...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to give quite a few interviews to be prepared.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Company Website and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Assignment 

Python assignment

Round 2 - Technical 

(1 Question)

  • Q1. Basic python questions and coding questions. Oops concepts and writing inheritence code.
Round 3 - HR 

(1 Question)

  • Q1. Just salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study all concepts of python well along with its examples... And practice coding questions well.

What people are saying about Genpact

View All
a digital marketer
3d
Do you think they're gonna work on employees' work-life balance, OR for just publicity?
Infosys, Infosys, TCS, Genpact Revise Workplace Policies Infosys is sending a warning mail, if an employee overshoots the daily limit while working remotely, the system triggers a notification Genpact introduced a new policy to log in before 11 am But will these companies really change, or is it just a show to mask their issues?
FeedCard Image
Got a question about Genpact?
Ask anonymously on communities.

I appeared for an interview before Oct 2021.

Round 1 - Aptitude Test 

There are technical and objective questions

Round 2 - Group Discussion 

They asked about projects and asked to speak on any topics.

Round 3 - HR 

(2 Questions)

  • Q1. What is the preferred location? Where do I want to see myself in 5 years?
  • Ans. 

    I envision myself in a leadership role, driving innovative projects and mentoring junior engineers while contributing to impactful solutions.

    • I see myself leading a team of engineers, fostering collaboration and innovation.

    • I aim to specialize in cloud technologies, contributing to scalable solutions.

    • I want to mentor junior developers, sharing knowledge and best practices.

    • I aspire to contribute to open-source projects, e...

  • Answered by AI
  • Q2. What are expectations from the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep basic knowledge of data structure. Solve Objectives questions.

I applied via Monster and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About MVC and .NET framework
  • Q2. Questions on Rest API, Core services and WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be strong in basic .NET framework

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on string manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys conducts easy interview and most of the questions are straight forward
Are these interview questions helpful?

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is the most challenging part you worked on KTA development.
  • Ans. 

    The most challenging part of KTA development was integrating with legacy systems.

    • Integrating with legacy systems required extensive testing and debugging.

    • The lack of documentation for legacy systems made integration even more difficult.

    • Ensuring data consistency between KTA and legacy systems was a major challenge.

    • Customizing KTA workflows to fit with legacy systems was time-consuming.

    • Working with stakeholders to unders...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Reason for your job change

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your positive and attend the interview

Interview Questionnaire 

1 Question

  • Q1. Very basic java and react (mostly theory )

Interview Preparation Tips

Interview preparation tips for other job seekers - Average Joe can clear it

I applied via Referral and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Simple code to be written and ran to show the expected output

Round 3 - Technical 

(1 Question)

  • Q1. Questions from practical experience
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain concepts in which you have practical knowledge

Genpact Interview FAQs

How many rounds are there in Genpact Senior Software Engineer interview?
Genpact interview process usually has 1 rounds. The most common rounds in the Genpact interview process are Technical.
How to prepare for Genpact Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Genpact. The most common topics and skills that interviewers at Genpact expect are Python, SQL, .NET, Argus and C#.
What are the top questions asked in Genpact Senior Software Engineer interview?

Some of the top questions asked at the Genpact Senior Software Engineer interview -

  1. What are indexes in the database? what is the difference between clustered and ...read more
  2. what is a singleton pattern and how to implement ...read more
  3. How do you handle exceptions in stored procedur...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

4-6 weeks 100%
View more
Genpact Senior Software Engineer Salary
based on 385 salaries
₹11.1 L/yr - ₹24 L/yr
5% more than the average Senior Software Engineer Salary in India
View more details

Genpact Senior Software Engineer Reviews and Ratings

based on 29 reviews

4.2/5

Rating in categories

3.7

Skill development

4.4

Work-life balance

3.7

Salary

4.3

Job security

4.0

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 29 Reviews and Ratings
Process Developer
38k salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Process Associate
29k salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Management Trainee
22.2k salaries
unlock blur

₹4.2 L/yr - ₹8.6 L/yr

Assistant Manager
21.6k salaries
unlock blur

₹6 L/yr - ₹13.4 L/yr

Manager
8.5k salaries
unlock blur

₹11 L/yr - ₹19.1 L/yr

Explore more salaries
Compare Genpact with

Accenture

3.7
Compare

Capgemini

3.7
Compare

TCS

3.6
Compare

Cognizant

3.7
Compare
write
Share an Interview