Upload Button Icon Add office photos

Filter interviews by

Genpact Java Developer Interview Questions and Answers

Updated 30 Aug 2024

Genpact Java Developer Interview Experiences

5 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. No one showed up to interview
  • Q2. Even they don’t responded to my mails

Interview Preparation Tips

Interview preparation tips for other job seekers - Respect other people time
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What are oops concept?
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and s

  • Answered by AI

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 1You have been given an integer array/list(ARR) of size N ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious SubsequenceYou are given an array ‘ARR’ of 'N' ... read more
asked in Deloitte
Q4. Convert Bst To The Greater Sum TreeYou have been given a Binary S ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Core java questions

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 oops spring spring boot rest api
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 spring stream api java oops rest api
Round 3 - HR 

(1 Question)

  • Q1. It was salary negotiation round which went good with a FAKE promise that the offer will be rolled out the next day which was also the last working day , they didnt roll the offer out with a lame excuse .

Interview Preparation Tips

Interview preparation tips for other job seekers - Few Recruiters spoiling company image, hiding facts , giving fake assurity with 100% confidence

Genpact interview questions for designations

 Senior Java Developer

 (1)

 Java Software Developer

 (1)

 Fullstack Java Developer

 (1)

 Java Programmer

 (1)

 Fullstack Java Application Developer

 (1)

 Developer

 (1)

 Java Engineer Lead

 (1)

 Software Developer

 (13)

I applied via Naukri.com and was interviewed in Oct 2022. There were 3 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 - Aptitude Test 

Arthematic reasoning quetions, problem solving question s

Round 3 - Group Discussion 

About any topic and Subject type quetions

Interview Preparation Tips

Topics to prepare for Genpact Java Developer interview:
  • Valuble of time
Interview preparation tips for other job seekers - General quetions and Company details , Salary, His feedback

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. What improvements to interfaces were introduced in Java 8 that were missing in Java 7, specifically regarding static and default methods?
  • Q2. Explain internal working of HashMap ? How to synchronize it ?
  • Q3. Given a list of employees with their ratings, how can you sort the employees based on their ratings using the Java 8 Streaming API?
  • Q4. Will the program compile if the parent class throws a runtime exception while the child class throws an arithmetic exception?
  • Q5. In a Spring Boot application with two databases, how can you configure JDBC to specify which database to use?
  • Q6. How to use a jetty server in your spring boot application ?
  • Q7. Difference between @RequestParam and @PathVariable ?
  • Q8. How would you handle a scenario where one microservice is awaiting a response from another microservice that is taking an extended time to respond?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics about Java 8 , Core Java , Springboot , Microservices and MySql.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Create one Spring boot controller from end to end. No need to create a spring boot project we just want to see the structure and end to end implementation.
  • Q2. Write a java 8 program to get the characters from a string whose count is 2 or more than 2 e.g. input: baseball , output: b, a, l.
  • Q3. Why you left your previous organization.
  • Q4. What is the functional interface
  • Q5. What are the OOPS concepts. and some questions related to inheritance.
  • Q6. Asked about the project mentioned in CV (Client project) and asked its architecture.
  • Q7. Various SQL join types
Round 2 - HR 

(3 Questions)

  • Q1. Are you ready to relocate to job location
  • Q2. Why are you leaving your previous organization.
  • Q3. Expectation about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your basics strong, and keep hands on problems.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Java 8 , java 11 and java 17 features?
  • Ans. 

    Java 8 introduced lambda expressions, Java 11 added local-variable syntax for lambda parameters, and Java 17 included sealed classes and pattern matching.

    • Java 8 introduced lambda expressions for functional programming.

    • Java 11 added local-variable syntax for lambda parameters to simplify code.

    • Java 17 included sealed classes to restrict inheritance and pattern matching for instanceof checks and type casts.

  • Answered by AI
  • Q2. Dispatcher servlet, design patterns
  • Q3. @SpringbootApplication annotation, actuators
  • Q4. String Coding question with java 8 features such as lambda function and stream api
  • Q5. Number of words in a string
  • Ans. 

    Count the number of words in a given string.

    • Split the string by spaces and count the number of resulting elements.

    • Handle edge cases like multiple spaces or empty strings.

    • Consider punctuation marks as part of words unless specified otherwise.

  • Answered by AI
  • Q6. Microservice design patterns
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between hashmap and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.

    • HashMap is generally preferred for non-thread-safe applications, while HashTable is used in mul

  • Answered by AI
  • Q2. Static block related questions
  • Q3. Arraylist and linkedlist question

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java basics on various OOPS cincept
  • Q2. Unit test code

Interview Preparation Tips

Topics to prepare for TCS Java Developer interview:
  • Spring Boot
  • REST API
  • java 8
Interview preparation tips for other job seekers - Spring Boot annotations, exception handling, and Hibernate.

Genpact Interview FAQs

How many rounds are there in Genpact Java Developer interview?
Genpact interview process usually has 1-2 rounds. The most common rounds in the Genpact interview process are Technical, HR and Resume Shortlist.
How to prepare for Genpact Java Developer 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 Java, Microservices, Spring Boot, Spring and Hibernate.
What are the top questions asked in Genpact Java Developer interview?

Some of the top questions asked at the Genpact Java Developer interview -

  1. What are oops conce...read more
  2. Java 8 spring stream api java oops rest ...read more
  3. Java 8 oops spring spring boot rest ...read more

Tell us how to improve this page.

Genpact Java Developer Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 2 Genpact interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Genpact Java Developer Salary
based on 144 salaries
₹3 L/yr - ₹12 L/yr
32% more than the average Java Developer Salary in India
View more details

Genpact Java Developer Reviews and Ratings

based on 17 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-Life balance

4.1

Salary & Benefits

3.9

Job Security

4.1

Company culture

4.0

Promotions/Appraisal

3.6

Work Satisfaction

Explore 17 Reviews and Ratings
Consultant, Java Developer

Bangalore / Bengaluru

1-3 Yrs

₹ 4.5-5.5 LPA

Genpact Hiring !! Java Developer-Mumbai

Goregaon,

Mumbai

6-11 Yrs

Not Disclosed

Consultant, Java Developer

Hyderabad / Secunderabad

1-3 Yrs

₹ 4.2-6.4 LPA

Explore more jobs
Process Developer
36k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Process Associate
27.8k salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Assistant Manager
19.7k salaries
unlock blur

₹4.9 L/yr - ₹14 L/yr

Management Trainee
19k salaries
unlock blur

₹1.6 L/yr - ₹8.5 L/yr

Manager
7.4k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Explore more salaries
Compare Genpact with

Accenture

3.9
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview