Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Software Engineer Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Walmart Software Engineer Interview Questions and Answers

View all 15 questions

Walmart Software Engineer Interview Experiences

29 interviews found

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

I was interviewed before Mar 2024.

Round 1 - Coding Test 

Level Order Processing
Ancestral finding in tree

Round 2 - Coding Test 

Question on stack and Queue and Hashmap

Round 3 - One-on-one 

(1 Question)

  • Q1. LLD Round (Design meeting scheduler)
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

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

Walmart interview questions for designations

 Senior Software Engineer

 (32)

 Software Engineer III

 (30)

 Associate Software Engineer

 (2)

 Software Development Engineer

 (1)

 Software Engineer II

 (1)

 Software Support Engineer

 (1)

 Staff Software Engineer

 (1)

 Software QA Engineer

 (1)

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

Get interview-ready with Top Walmart Interview Questions

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

Software Engineer Jobs at Walmart

View all
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 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
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

Software Engineer Interview Questions & Answers

user image cherma prabhu

posted on 18 Jan 2025

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

Questions will be on data structures.

Round 2 - System Design 

(1 Question)

  • Q1. System design of web apps
  • Ans. 

    System design of web apps involves planning the architecture, components, and interactions of a web application.

    • Understand the requirements and constraints of the web app

    • Identify the key components such as frontend, backend, database, and APIs

    • Design the architecture considering scalability, performance, security, and maintainability

    • Choose appropriate technologies and frameworks for each component

    • Consider factors like l...

  • 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 Coding Test, Technical 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 27 interviews

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • One-on-one Round
View more
Walmart Software Engineer Salary
based on 738 salaries
₹12.4 L/yr - ₹45 L/yr
203% more than the average Software Engineer Salary in India
View more details

Walmart Software Engineer Reviews and Ratings

based on 66 reviews

3.7/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.8

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 66 Reviews and Ratings
Staff, Software Engineer

Bangalore / Bengaluru

9-13 Yrs

Not Disclosed

STAFF, SOFTWARE ENGINEER

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

STAFF, SOFTWARE ENGINEER

Bangalore / Bengaluru

9-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer III
1.8k salaries
unlock blur

₹14.5 L/yr - ₹47 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹23 L/yr - ₹80 L/yr

Software Engineer
738 salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

Software Development Engineer 3
256 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Business Development Associate
229 salaries
unlock blur

₹1.7 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Microsoft Corporation

4.0
Compare

Google

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