Upload Button Icon Add office photos

Genpact

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Genpact Consultant Interview Questions, Process, and Tips

Updated 20 Feb 2025

Top Genpact Consultant Interview Questions and Answers

  • Q1. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Q2. What schema type was used in your previous project? And explain why it was used?
  • Q3. Which SCD type you worked on before and explain on that?
View all 44 questions

Genpact Consultant Interview Experiences

61 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 2 Jun 2021

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Programming Logic.
  • Q2. Spark Basics.
  • Q3. Hive basics
  • Q4. SQL
  • Q5. Scala

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a moderate interview and I had good experience with interviewer. Since I am from the Data Engineering background. So, I was asked basic spark and hadoop conceptual questions. Also the interviewer tested my programming logic by making me write some pseudo code. HR discussion also went fine and they Offered a good CTC higher than my expected.

Consultant Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Dot net and SQL related questions they asked and asked about my previous company projects knowledge and experience.
  • Q2. It was one technical round.And maximum it’s related with projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about some dot net skills whatever you worked in projects and bit prepare about SQL thoroughly.

Consultant Interview Questions Asked at Other Companies

asked in Deloitte
Q1. How would you pass an entry for travel expenses incurred and paid ... read more
asked in Accenture
Q2. There is an international bank (US based) that has been operating ... read more
asked in EXL Service
Q3. You have 20 red balls, 14 blue balls. You draw out balls, 2 at a ... read more
Q4. If a policy is billed monthly and is an annual policy and due to ... read more
asked in BCG
Q5. “there is a company in the telecom sector and has a product “X” – ... read more

Consultant Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2021

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2020

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are projects worked for latest client.
  • Q2. Reason for leaving the present company.
  • Q3. Pricing and output Determinations in SAP SD.
  • Ans. 

    Pricing and output determinations in SAP SD

    • Pricing procedure is defined in customizing and assigned to sales document type

    • Condition types are used to define pricing elements

    • Output determination is used to determine which documents are to be printed or sent electronically

    • Output types are assigned to sales document types and delivery document types

  • Answered by AI
  • Q4. Questions related to IDOC.
  • Q5. Basic controls of sales document type and item category.
  • Ans. 

    Sales document type and item category controls

    • Sales document type controls the document flow and determines the fields that are required to be filled in the sales order

    • Item category controls the item level data and determines the pricing, account assignment, and delivery relevance

    • Both controls are configured in customizing and can be assigned to different sales document types

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to your resume points.

Skills evaluated in this interview

Genpact interview questions for designations

 Solution Consultant

 (1)

 Management Consultant

 (1)

 Freelance Consultant

 (1)

 Principle Consultant

 (1)

 Lead Consultant

 (30)

 Principal Consultant

 (16)

 Technical Consultant

 (12)

 Senior Consultant

 (7)

Consultant Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2021

I applied via Referral and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Javascript output based questions+theory questions
  • Q2. React js questions on projects and concepts
  • Q3. Html5 and css3 questions on latest features ,flex,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was for front end ,So put projects on resume that u did in past make your resume and concepts strong

Get interview-ready with Top Genpact Interview Questions

Consultant Interview Questions & Answers

user image Anonymous

posted on 1 May 2022

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

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

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

Consultant Jobs at Genpact

View all

Consultant Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Scd type 2
  • Q2. Questions on how to give conditions between sessions to run after first session succeeded
  • Ans. 

    Use task scheduling or conditional statements to run subsequent sessions after successful completion of first session.

    • Use task scheduler like cron job to schedule subsequent sessions

    • Use conditional statements like if-else to check for success of first session before running subsequent sessions

    • Use try-catch block to handle any errors in first session and prevent subsequent sessions from running

    • Pass success/failure statu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 3 rounds 2 are technology rounds 3rd round is HR ROUND ZOOM VIDEO CALL ALL. MODERATE INTERVIEW NOT TOO CRITICAL. OK TO DO

Consultant Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2022

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Introduce, explain project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep to topic, introuce short, explain more on project

Consultant Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2021

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. PI questions and related to my previous experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident in every interview , you will see the difference. Because key to crack any interview is how confident you are while answering interview's questions.

SO JUST BE CONFIDENT WHAT YOU SPEAK.

Consultant Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2021

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering
Contribute & help others!
anonymous
You can choose to be anonymous

Genpact Interview FAQs

How many rounds are there in Genpact Consultant interview?
Genpact interview process usually has 2-3 rounds. The most common rounds in the Genpact interview process are Technical, One-on-one Round and HR.
How to prepare for Genpact Consultant 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 SQL, Troubleshooting, Production Support, Javascript and Purchase.
What are the top questions asked in Genpact Consultant interview?

Some of the top questions asked at the Genpact Consultant interview -

  1. What happens if Treat source row property as "Update" at session level but at t...read more
  2. What schema type was used in your previous project? And explain why it was us...read more
  3. Which SCD type you worked on before and explain on th...read more
How long is the Genpact Consultant interview process?

The duration of Genpact Consultant interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Schneider Electric

No Jobs

SALARIES

Worldwide Media

REVIEWS

Genpact

No Reviews

JOBS

Visionet Systems

No Jobs

JOBS

Genpact

No Jobs

JOBS

Genpact

No Jobs

SALARIES

Genpact

SALARIES

Genpact

SALARIES

Societe Generale Global Solution Centre

Tell us how to improve this page.

Genpact Consultant Interview Process

based on 47 interviews

4 Interview rounds

  • Technical Round
  • HR Round - 1
  • Personal Interview1 Round
  • HR Round - 2
View more

Consultant Interview Questions from Similar Companies

TCS Consultant Interview Questions
3.7
 • 57 Interviews
Atos Consultant Interview Questions
3.9
 • 25 Interviews
IBM Consultant Interview Questions
4.0
 • 19 Interviews
View all
Genpact Consultant Salary
based on 5.1k salaries
₹5.5 L/yr - ₹22 L/yr
12% less than the average Consultant Salary in India
View more details

Genpact Consultant Reviews and Ratings

based on 499 reviews

3.8/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.3

Salary

3.9

Job security

3.5

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 499 Reviews and Ratings
SAP Winshuttle Evolve Consultant

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Explore more jobs
Process Developer
36.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
27.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
20k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Management Trainee
19.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
7.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Genpact with

Accenture

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview