Upload Button Icon Add office photos
Engaged Employer

i

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

Hy-Vee Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hy-Vee Software Engineer Interview Questions and Answers

Updated 12 Jan 2024

Hy-Vee Software Engineer Interview Experiences

2 interviews found

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

I applied via Instahyre and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Programming problems

Round 2 - Technical 

(1 Question)

  • Q1. More about your technical skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Interaction with the higher management people
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Programming problems

Round 2 - Technical 

(1 Question)

  • Q1. More about your technical skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Interaction with the higher management people
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Lowe's user image Asish Kumar Mahapatra

posted on 17 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java tricky question related to collections
Round 2 - Technical 

(1 Question)

  • Q1. HLD discussion related to current project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 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 - HR 

(1 Question)

  • Q1. Why TJX vs a tech company (HireVue)
Round 3 - One-on-one 

(4 Questions)

  • Q1. Two rounds with two different engineers. Questions based on personal projects, working in teams, Why TJX Interviewers were very kind and understanding. They really took the time to get to know you, which...
  • Q2. Why TJX vs tech companies
  • Q3. Team project questions and how you collaborated with others
  • Q4. Questions specific to resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Linked List Intersection Point
  • Ans. 

    Find the intersection point of two linked lists.

    • Use two pointers to traverse the linked lists

    • Calculate the difference in length between the two lists

    • Move the pointer of the longer list ahead by the difference

    • Move both pointers simultaneously until they meet at the intersection point

  • Answered by AI
  • Q2. Basic Spring Boot
  • Q3. Stream and Java 8 Questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

I like to choose topics java, c, python, html etc

Round 2 - Coding Test 

About java, python, c, c++, html and about coding language

Round 3 - Group Discussion 

Hoe to built skill discussion about problem and how solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresher here so i don't want to give any tips to any one

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic javascript questions and node js questions and problem solving skills
Round 2 - Technical 

(1 Question)

  • Q1. Architecture of the projects/products worked. integration between the two systems and in depth/ES6 features on JavaScript
  • Ans. 

    I have worked on projects with scalable architecture and integrated multiple systems using ES6 features in JavaScript.

    • Developed a microservices-based architecture for a healthcare platform using Node.js and React

    • Integrated payment gateway systems with e-commerce websites using REST APIs

    • Implemented ES6 features like arrow functions, template literals, and destructuring for cleaner code

    • Used Webpack for bundling and Babel...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Technical knowledge on architecture and AWS
Round 4 - HR 

(1 Question)

  • Q1. How was i managed work in previous employer. and achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in basic and be careful before answering. because questions is going to based on your previous questions.

Skills evaluated in this interview

I applied via Job Portal and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Problem solving - Understanding of data structure & algorithm
Round 2 - One-on-one 

(1 Question)

  • Q1. System design = Low level design round
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round - Team fitment, current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DS & Algo. Prepare well with system design concepts

I applied via Approached by Company and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Javascript questions
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared what have u mentioned in resume
Round 1 - Coding Test 

Array and Linkedlist related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts, DBMS, questions related to personal projects
  • Q2. The ones i remember- Dbms: What is normalization? Different forms of normalization. Some joins related questions. Oops: access modifiers, abstract classes
  • Ans. 

    Questions on DBMS and OOPs concepts

    • Normalization is the process of organizing data in a database to reduce redundancy and dependency.

    • Different forms of normalization include 1NF, 2NF, 3NF, BCNF, and 4NF.

    • Join is used to combine rows from two or more tables based on a related column between them.

    • Access modifiers in OOPs are public, private, protected, and default.

    • Abstract classes are classes that cannot be instantiated a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of Oops should be clear

Skills evaluated in this interview

Hy-Vee Interview FAQs

How many rounds are there in Hy-Vee Software Engineer interview?
Hy-Vee interview process usually has 4 rounds. The most common rounds in the Hy-Vee interview process are Coding Test, Technical and One-on-one Round.

Tell us how to improve this page.

Hy-Vee Software Engineer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
Hy-Vee Software Engineer Salary
based on 5 salaries
₹14 L/yr - ₹20.5 L/yr
93% more than the average Software Engineer Salary in India
View more details

Hy-Vee Software Engineer Reviews and Ratings

based on 9 reviews

1.3/5

Rating in categories

1.9

Skill development

1.9

Work-life balance

1.8

Salary

1.4

Job security

1.3

Company culture

1.2

Promotions

1.4

Work satisfaction

Explore 9 Reviews and Ratings
Product Owner
9 salaries
unlock blur

₹19 L/yr - ₹28 L/yr

Software Engineer
5 salaries
unlock blur

₹14 L/yr - ₹20.5 L/yr

Principal Software Engineer
5 salaries
unlock blur

₹28 L/yr - ₹45 L/yr

Software Engineer2
5 salaries
unlock blur

₹17 L/yr - ₹20.5 L/yr

Software Developer
4 salaries
unlock blur

₹8.2 L/yr - ₹24.2 L/yr

Explore more salaries
Compare Hy-Vee with

Walmart

3.8
Compare

Target

4.2
Compare

Kroger

1.3
Compare

Costco Wholesale

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