Upload Button Icon Add office photos

Filter interviews by

Walmart Software Engineer Interview Questions, Process, and Tips

Updated 4 Nov 2024

Top Walmart Software Engineer Interview Questions and Answers

View all 14 questions

Walmart Software Engineer Interview Experiences

31 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a for loop in cpp to print n natural numbers without using semicolon (;)
  • Ans. 

    Use recursion to print n natural numbers in C++ without semicolon.

    • Define a function to print natural numbers recursively.

    • Call the function inside main function with n as argument.

    • Base case: if n is less than 1, return.

    • Print n and call the function with n-1 as argument.

  • Answered by AI
  • Q2. A complex SQL query.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA and spring boot questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Coco eating banana (Leetcode)
  • Q2. Remove duplicate numbers from an array
  • Ans. 

    Remove duplicate numbers from an array of strings

    • Iterate through the array and use a Set to store unique values

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q3. Implement key-value structure
  • Ans. 

    Implement a key-value structure

    • Use a hashmap or dictionary data structure to store key-value pairs

    • Implement methods to add, retrieve, update, and delete key-value pairs

    • Consider handling collisions and implementing a hashing function

    • Example: HashMap keyValueMap = new HashMap<>()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

Skills evaluated in this interview

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 DuplicateYou have been given an integer array/list(ARR) of s ... 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

Software Engineer Interview Questions & Answers

user image Kalpit Bhanawat

posted on 5 Sep 2024

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

(2 Questions)

  • Q1. Graph question was asked
  • Q2. Tree Question was asked
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LinkedList add numbers

Round 2 - One-on-one 

(2 Questions)

  • Q1. Multithreaded question
  • Q2. More multithreading questions

Walmart interview questions for designations

 Senior Software Engineer

 (30)

 Software Engineer III

 (29)

 Software Development Engineer

 (4)

 Associate Software Engineer

 (2)

 Staff Software Engineer

 (1)

 Software Engineer Developer

 (1)

 Software Engineer II

 (1)

 Software QA Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • Graduated with a degree in Computer Science from XYZ University

    • Worked at ABC Company as a full-stack developer

    • Proficient in Java, Spring Boot, Angular, and SQL

    • Developed a customer management system for XYZ client

    • Passionate about learning new technologies and problem-solving

  • Answered by AI
  • Q2. What is sap security
  • Ans. 

    SAP security refers to the measures taken to protect SAP systems and data from unauthorized access and misuse.

    • SAP security involves setting up user roles and authorizations to control access to sensitive data

    • It includes implementing encryption, authentication, and audit trails to ensure data integrity

    • Regular security assessments and updates are necessary to protect against vulnerabilities

    • Examples of SAP security tools ...

  • Answered by AI

Get interview-ready with Top Walmart Interview Questions

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

I applied via Referral and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Coding test in Karat platform - 1 hr duration

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding round with Walmart SDE - asked to build a search functionality
Round 3 - One-on-one 

(1 Question)

  • Q1. Coding round - Javascript based
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding round - asked to find a bug in a code and make it run
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial round - basic questions about previous projects.

Software Engineer Jobs at Walmart

View all

Software Engineer Interview Questions & Answers

user image Namrata Khanal

posted on 27 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Singleton Class
  • Q2. Overiding and Overloading

Software Engineer interview

user image Drunken Engineer

posted on 27 Nov 2021

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare LC - Easy and Medium Questions based on arrays, linked list and graphs.

Round 2 - Technical 

(1 Question)

  • Q1. Technical Round based on your stream, if you are applying for Java developer then questions related to Java and LLD discussions
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous Project Discussion and Behavioral questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioral and Salary Negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structures and Algorithms , OOPS concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse linked list
  • Q2. Classes and objects difference
  • Ans. 

    Classes are blueprints for objects, while objects are instances of classes.

    • Classes define the properties and behaviors of objects

    • Objects are instances of classes that can hold data and perform actions

    • Classes can be used to create multiple objects with similar characteristics

    • Objects can interact with each other through methods and properties

  • Answered by AI

Walmart Interview FAQs

How many rounds are there in Walmart Software Engineer interview?
Walmart interview process usually has 2-3 rounds. The most common rounds in the Walmart interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Walmart Software Engineer 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 Walmart. The most common topics and skills that interviewers at Walmart expect are Information Technology, Data Structures, SQL, Computer science and Consulting.
What are the top questions asked in Walmart Software Engineer interview?

Some of the top questions asked at the Walmart Software Engineer interview -

  1. what will happen if I write without condition in for lo...read more
  2. Write query to find the top five employee sala...read more
  3. difference between graph and tr...read more

Tell us how to improve this page.

Walmart Software Engineer Interview Process

based on 17 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

People are getting interviews through

based on 12 Walmart interviews
Job Portal
Company Website
Campus Placement
Referral
67%
8%
8%
8%
9% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Walmart Software Engineer Salary
based on 765 salaries
₹10 L/yr - ₹40 L/yr
202% more than the average Software Engineer Salary in India
View more details

Walmart Software Engineer Reviews and Ratings

based on 65 reviews

3.8/5

Rating in categories

3.6

Skill development

3.5

Work-Life balance

3.8

Salary & Benefits

3.8

Job Security

3.7

Company culture

3.1

Promotions/Appraisal

3.3

Work Satisfaction

Explore 65 Reviews and Ratings
PRINCIPAL, SOFTWARE ENGINEER

Chennai

14-19 Yrs

Not Disclosed

SENIOR, SOFTWARE ENGINEER

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

STAFF, SOFTWARE ENGINEER

Chennai

10-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer III
1.7k salaries
unlock blur

₹14 L/yr - ₹47 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹22.6 L/yr - ₹70 L/yr

Software Engineer
765 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Software Development Engineer 3
238 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Assistant Team Leader
235 salaries
unlock blur

₹1.3 L/yr - ₹5 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Microsoft Corporation

4.1
Compare

Google

4.4
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