Upload Button Icon Add office photos

Filter interviews by

Hyundai AutoEver Senior Java Developer Interview Questions and Answers

Updated 27 Feb 2023

Hyundai AutoEver Senior Java Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2023. 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 - Coding Test 

First round was a written test and Java/Spring boot questions were given to solve. 30 mins 40 questions. Above Average questions.

Round 3 - Technical 

(3 Questions)

  • Q1. 2nd round was one to one technical round where project details and many technicalities around Java, Spring JPA, hibernate, SQL , vulnerability mgmt was asked and tested.
  • Q2. Spring JPA was the main topic of discussion
  • Q3. Security vulnerabilities is another topic discussed in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Finally HR round was conducted and they negotiated salary details. It's been more than a week but no response either from the consultancy/company. I've emailed and called. But ZERO response. HR people should at least have the courtesy to inform the candidates about the decision. I spent nearly a day for the interview process (which I don't regret) but there should be some kind of responsibility from the management for informing the candidates. I've cleared all rounds but still waiting for the confirmation.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

It was medium level java coding questions along with springboot, mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. ArrayList vs LinkedList
  • Ans. 

    ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.

    • ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.

    • LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.

    • Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...

  • Answered by AI
  • Q2. HashMap working
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It allows null keys and values.

    • HashMap does not maintain insertion order.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say this company is full of fraudster specially their HR ' Anurita Bisht' she is very unprofessional, non ethical, and stupid i would say. I had cleared all their rounds inspite of that didn't hear back for managerial round there was drive happend for that where 6-7 candidates got selected after that they didn't provide any further update on MR round and for HR discussion.
This was very unprofessional that you guys conduct drive and didn't provide any update even after the selection. Totally waste of time specially their HRs are worst no response on call or emails.

I think this company is full of jokers and they made joke with job seekers candidate they have speciality in wasting canddates valuable time. I think legal action should be taken against such type of worst organization and HRs like Anurita Bisht (if I would say any worst word exist then she deserve that).

Very terrible experience i had, if you guys want to save your time and carrier please don't ever attend their interviews or drives these jokers will feel you worst moments.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

1 Assignment which you need to solve in front of the interviewer

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on Java Streams
  • Q2. Questions on springboot
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hierarchy of collection framework,
  • Ans. 

    Collection framework in Java provides a hierarchy of interfaces and classes to store and manipulate groups of objects.

    • Interfaces: Collection, List, Set, Queue, Map

    • Classes: ArrayList, LinkedList, HashSet, TreeSet, HashMap, TreeMap

    • Collections class provides utility methods for working with collections

  • Answered by AI
  • Q2. Questions on Spring boot, microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - very unprofessional Resourcing/ HR team. Even after clearing all the rounds of interview , they don't release the offer letter. False promises.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. 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 - Technical 

(4 Questions)

  • Q1. Java 8 features
  • Q2. JPA implementation
  • Ans. 

    JPA implementation is a Java specification for mapping Java objects to relational databases.

    • JPA stands for Java Persistence API.

    • It provides a set of annotations and APIs for managing relational data in Java applications.

    • JPA allows developers to write database-independent code.

    • It supports object-relational mapping (ORM) and provides features like entity mapping, query language, and transaction management.

    • Popular JPA imp...

  • Answered by AI
  • Q3. JDBC Connection steps
  • Ans. 

    JDBC Connection steps

    • Load the JDBC driver class

    • Establish a connection to the database using the DriverManager class

    • Create a statement object to execute SQL queries

    • Execute the SQL query and retrieve the results

    • Process the results

    • Close the statement and connection

  • Answered by AI
  • Q4. Lambda expression
Round 3 - Coding Test 

Coding questions and core java concepts needs to be brush up

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Spring bean lifecycle

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Junit vs Mockito Spring boot related questions AWS related questions Java Related Questions Coding on find the smallest second number
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. What is oops and its feature
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Features of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation allows objects to hide their internal state and require all interaction to be performed through an object's methods.

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphis...

  • Answered by AI
  • Q2. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Questions on Spring security Questions on Api desgin patterns
  • Q2. Questions on kafka interview streaming

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Un-professional interviewer.
2.Came late to the interview.
3.Started reading my cv in the interview session. And he was very rude.
4. That's when I realized this company is not for me.
5. I managed to answer most of questions.
6. He gave tricky program where the fail-fast scenario will occur.
I wrote a program and program was behaving correctly as per collection fail-fast. When I asked him you should be knowing the solution tell me the solution I want to learn then he was like you can try later.
7. Shame on you. Why the hell you send unprofessional to the interview.

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Explain Project and the architecture?
  • Ans. 

    The project is a Java-based web application with a microservices architecture.

    • The project is built using Java and follows a microservices architecture.

    • The application is designed to be scalable and modular.

    • Each microservice is responsible for a specific task or functionality.

    • The architecture allows for easy maintenance and updates.

    • Examples of microservices include user management, payment processing, and inventory mana

  • Answered by AI
  • Q2. Explain OOPs concept with your current Project?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects.

    • My current project is built using OOPs concepts.

    • I have used classes and objects to represent real-world entities.

    • Inheritance and polymorphism are used to achieve code reusability and flexibility.

    • Encapsulation is used to hide the implementation details of the classes.

    • Abstraction is used to provide a simplified view of the complex system.

    • For example, I have a...

  • Answered by AI
  • Q3. What is N tier and 2 tier architecture?
  • Ans. 

    N tier and 2 tier architecture are software architecture patterns used in designing applications.

    • 2 tier architecture involves a client and a server, where the client directly communicates with the server.

    • N tier architecture involves multiple layers of servers, where each layer communicates with the layer above and below it.

    • 2 tier architecture is simpler and faster, but less scalable and secure than N tier architecture.

    • ...

  • Answered by AI
  • Q4. Core Data Structure and Algorithm Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at Core Java you can easily crack the Interview.

** Dont expect more than 30% hike on your current CTC. If you are expecting more than 30% percent dont go for the interview or else you can clearly told your salary expectation in PRE HR.
Your experience and skill set no worth at for the company

Skills evaluated in this interview

Hyundai AutoEver Interview FAQs

How many rounds are there in Hyundai AutoEver Senior Java Developer interview?
Hyundai AutoEver interview process usually has 3 rounds. The most common rounds in the Hyundai AutoEver interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Hyundai AutoEver Senior Java Developer interview?

Some of the top questions asked at the Hyundai AutoEver Senior Java Developer interview -

  1. 2nd round was one to one technical round where project details and many technic...read more
  2. Security vulnerabilities is another topic discussed in det...read more
  3. Spring JPA was the main topic of discuss...read more

Tell us how to improve this page.

Hyundai AutoEver Senior Java Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Consultant
51 salaries
unlock blur

₹6.5 L/yr - ₹19.5 L/yr

Associate Consultant
27 salaries
unlock blur

₹4.6 L/yr - ₹7.7 L/yr

Assistant Manager
25 salaries
unlock blur

₹8 L/yr - ₹17.3 L/yr

Senior Consultant
22 salaries
unlock blur

₹14 L/yr - ₹26 L/yr

Senior Executive
9 salaries
unlock blur

₹7 L/yr - ₹9 L/yr

Explore more salaries
Compare Hyundai AutoEver with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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