Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HGS Team. If you also belong to the team, you can get access from here

HGS Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 6.8k Reviews

Filter interviews by

HGS Java Developer Interview Questions and Answers

Updated 5 Aug 2024

HGS Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

A person ability in a particular skills or field of knowledge

Round 2 - HR 

(4 Questions)

  • Q1. Tell me about your self ?
  • Ans. 

    I am a passionate Java Developer with 5 years of experience in developing web applications and strong knowledge of Java technologies.

    • 5 years of experience in Java development

    • Proficient in developing web applications

    • Strong knowledge of Java technologies

  • Answered by AI
  • Q2. What are strength ?
  • Ans. 

    Strengths are qualities or attributes that make an individual or team effective in achieving goals.

    • Physical strength: Ability to lift heavy objects or perform physically demanding tasks.

    • Emotional strength: Resilience in facing challenges and managing stress.

    • Intellectual strength: Problem-solving skills and critical thinking abilities.

    • Interpersonal strength: Effective communication and teamwork skills.

    • Adaptability: Abil...

  • Answered by AI
  • Q3. Why are interested in this job?
  • Ans. 

    I am passionate about Java development and excited about the opportunity to work on challenging projects.

    • I have a strong background in Java programming and enjoy solving complex problems.

    • I am eager to contribute my skills and expertise to a dynamic team.

    • I am interested in this job because it offers the chance to work on cutting-edge technologies and make a real impact.

  • Answered by AI
  • Q4. Tell me about your studying
  • Ans. 

    I have a Bachelor's degree in Computer Science and have taken various online courses to further my knowledge in Java development.

    • Bachelor's degree in Computer Science

    • Online courses in Java development

    • Continuous learning and staying updated with latest technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job is very good important in life

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about latest project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept they asked
  • Q2. They asked spring boot
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a query for inner join
  • Ans. 

    An inner join query combines rows from two or more tables based on a related column between them.

    • Use the SELECT statement to specify the columns you want to retrieve

    • Use the FROM clause to specify the tables you want to join

    • Use the INNER JOIN keyword to perform an inner join based on a common column

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between HashMap and HashTable ?
  • 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, making it thread-safe.

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

    • HashMap is faster than HashTable as it is non-synchronized, but HashTable is preferred...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 6 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 

In aptitude test any company in first step

Round 3 - Coding Test 

In any language code is most important .in any Developer

Round 4 - Technical 

(1 Question)

  • Q1. In resume language for the technical round
Round 5 - Group Discussion 

Comunication technology is most important

Round 6 - HR 

(2 Questions)

  • Q1. It is last round of
  • Q2. Any questions for HR

Interview Preparation Tips

Topics to prepare for Infosys BPM Java Developer interview:
  • C language and core java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was good and mostly apptitude

Round 2 - Coding Test 

Two questions needs to be solved

Round 3 - Technical 

(2 Questions)

  • Q1. About machine learning algorithms
  • Q2. Describe daTa analytics tools
  • Ans. 

    Data analytics tools are software programs used to analyze and visualize large sets of data to extract valuable insights.

    • Data visualization tools like Tableau and Power BI help in creating interactive charts and graphs.

    • Statistical analysis tools like R and Python with libraries like Pandas and NumPy are used for advanced data analysis.

    • Machine learning platforms like TensorFlow and scikit-learn are used for predictive a...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self intro about me
  • Q2. Explanation about their company

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic questions of aptitude and some coding questions.

Round 3 - Technical 

(3 Questions)

  • Q1. What is OOPS concepts?
  • Ans. 

    OOPS concepts are the principles of Object-Oriented Programming that help in creating modular and reusable code.

    • Encapsulation: Binding data and methods together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms.

    • Abstraction: Hiding implementation details and showing only functionality.

    • Examples: Class, Object, Inheritan

  • Answered by AI
  • Q2. What is string?
  • Ans. 

    String is a sequence of characters.

    • In Java, String is a class that represents a sequence of characters.

    • Strings are immutable, meaning their values cannot be changed once created.

    • String literals are enclosed in double quotes, e.g. "Hello World".

    • Strings can be concatenated using the + operator, e.g. "Hello" + "World".

    • Strings have many built-in methods for manipulation, such as length(), substring(), and indexOf().

  • Answered by AI
  • Q3. Write the logic of palindrome?
  • Ans. 

    Palindrome is a word, phrase, number, or other sequence of characters that reads the same backward as forward.

    • Remove all non-alphanumeric characters from the string

    • Convert the string to lowercase

    • Reverse the string

    • Compare the reversed string with the original string

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

General knowledge ,appitude

Interview Preparation Tips

Interview preparation tips for other job seekers - We write the code of the java programming

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Spring Boot, Hibernate, Spring MVC

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with basics and spring latest topics along with database knowledge

HGS Interview FAQs

How many rounds are there in HGS Java Developer interview?
HGS interview process usually has 2 rounds. The most common rounds in the HGS interview process are HR and Aptitude Test.
How to prepare for HGS 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 HGS. The most common topics and skills that interviewers at HGS expect are EJB, Hibernate, J2Ee, JDBC and JSP.

Tell us how to improve this page.

Fast track your campus placements

View all
Senior Process Consultant
1.9k salaries
unlock blur

₹1.5 L/yr - ₹4.7 L/yr

Process Consultant
1.6k salaries
unlock blur

₹1.1 L/yr - ₹4.8 L/yr

Process Associate
878 salaries
unlock blur

₹1.3 L/yr - ₹4.5 L/yr

Customer Relation Officer
746 salaries
unlock blur

₹0.7 L/yr - ₹6.1 L/yr

Senior Process Associate
529 salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Explore more salaries
Compare HGS with

WNS

3.4
Compare

Teleperformance

3.9
Compare

Concentrix Corporation

3.8
Compare

Genpact

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