Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart SDE (Software Development Engineer) Interview Questions, Process, and Tips

Updated 21 Jun 2022

Top Walmart SDE (Software Development Engineer) Interview Questions and Answers

Walmart SDE (Software Development Engineer) Interview Experiences

3 interviews found

Round 1 - Technical 

(5 Questions)

  • Q1. Prototypical Inheritance
  • Q2. Why we can't use arrow function in constructor
  • Ans. 

    Arrow functions do not have their own 'this' value, which is required in constructors.

    • Arrow functions do not have a 'this' binding, so 'this' will refer to the parent scope.

    • Constructors require 'this' to refer to the newly created object.

    • Using arrow functions in constructors can lead to unexpected behavior and errors.

  • Answered by AI
  • Q3. Explain details about CORS
  • Ans. 

    CORS stands for Cross-Origin Resource Sharing and is a security feature implemented in web browsers.

    • CORS allows web servers to specify which origins are allowed to access their resources.

    • It is used to prevent unauthorized access to resources on a different domain.

    • CORS is implemented using HTTP headers such as Access-Control-Allow-Origin and Access-Control-Allow-Methods.

    • It is important to properly configure CORS to avoi...

  • Answered by AI
  • Q4. Explain with an example about Lexical Scoping
  • Ans. 

    Lexical scoping is a way of defining variable scope based on where they are declared in the code.

    • Variables declared inside a function have local scope and are not accessible outside the function.

    • Variables declared outside a function have global scope and can be accessed from anywhere in the code.

    • Nested functions can access variables declared in their parent function.

    • Example: function outer() { let x = 10; function inne...

  • Answered by AI
  • Q5. Advantages of arrow function
  • Ans. 

    Arrow functions have concise syntax, implicit return, and lexical this binding.

    • Shorter syntax than traditional function expressions

    • Implicit return of a single expression

    • Lexical this binding, avoiding the need for .bind() or self = this

    • Example: const double = (num) => num * 2;

    • Example: const names = ['Alice', 'Bob', 'Charlie']; const nameLengths = names.map(name => name.length);

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Walmart SDE (Software Development Engineer) interview:
  • OOPS
  • Javascript
  • Data Structures
Interview preparation tips for other job seekers - Learn the basic concepts of javascripts even if you explain you have to write some example code for the explanation.

Skills evaluated in this interview

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked data structures and algorithms in 1st round
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot core Java microservices algo lld hld
Round 3 - Hm 

(1 Question)

  • Q1. Hld for ticket management ..like ticket management in Zomato
Round 4 - HR 

(1 Question)

  • Q1. Sal negotiation + basic communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA must can't think apart from it so be prepared for DSA everything will be pretty smooth

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more
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 - One-on-one 

(1 Question)

  • Q1. Orages spoling question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for coding and Java ( or one language)

Interview questions from similar companies

I applied via Other and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself for more technical

I applied via Walk-in and was interviewed before Oct 2021. 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. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. How it will work or what is the type of XYZ
  • Ans. 

    The type of XYZ is a software platform that utilizes machine learning algorithms to analyze data and provide insights.

    • XYZ is a software platform

    • It uses machine learning algorithms to analyze data

    • It provides insights based on the analyzed data

    • Examples of use cases include fraud detection, predictive maintenance, and customer segmentation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Reliance Retail Associate interview:
  • How to sale
Interview preparation tips for other job seekers - HR ROUND IS FINE
BUT THE WORK PRESSURE IS HIGH
BURN YOUR BLOOD AND SALE THE XYZ

I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Internal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to indices in an array.

    • Hash function is used to convert the key into an index in the array

    • Collisions occur when two keys map to the same index, which can be resolved using separate chaining or open addressing

    • Load factor is the ratio of number of elements to the size of the array, and affects the performance of hash map

    • Operatio...

  • Answered by AI
  • Q2. Core Java Concepts
  • Q3. SQL queries to get 2nd highest salary
  • Ans. 

    SQL query to get 2nd highest salary

    • Use ORDER BY and LIMIT to get the highest salary

    • Use subquery to exclude the highest salary and get the 2nd highest

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Answered by AI
  • Q4. Authentication and Authorisation
  • Q5. Data structures and algorithms questions
  • Q6. Questions on design side

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience giving interview at Lowe's. Recruitment process is very smooth.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 DS questions, 1 SQL question
  • Q2. Details of projects worked, containerization, APIs
  • Ans. 

    I have worked on multiple projects involving containerization and developing APIs.

    • Developed microservices using Docker containers for easy deployment and scalability

    • Created RESTful APIs using Node.js and Express framework

    • Integrated third-party APIs for data retrieval and processing

    • Utilized Kubernetes for container orchestration and management

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Python - ML/DS pipeline
  • Q2. Java- Springboot framework

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Passionate about learning new technologies and solving complex problems

  • Answered by AI
  • Q2. Sort the array in one loop
  • Ans. 

    Use quicksort algorithm to sort array in one loop

    • Use quicksort algorithm to partition array and sort elements

    • Choose a pivot element and rearrange elements around pivot in one loop

    • Repeat process for subarrays until entire array is sorted

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Javascript questions
Round 2 - Technical 

(1 Question)

  • Q1. React redux questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 4 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 

(2 Questions)

  • Q1. Related to power BI dashboards and reports
  • Q2. Dax and power query related questions
Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions related to profile background
  • Q2. Salary expectations , last drawn salary and previous work experience
Round 4 - Salary discussion 

(1 Question)

  • Q1. Expected salary was asked and whether it is negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work along with good work culture and the also the company policies are good

Walmart Interview FAQs

How many rounds are there in Walmart SDE (Software Development Engineer) interview?
Walmart interview process usually has 2-3 rounds. The most common rounds in the Walmart interview process are One-on-one Round, Technical and Resume Shortlist.
What are the top questions asked in Walmart SDE (Software Development Engineer) interview?

Some of the top questions asked at the Walmart SDE (Software Development Engineer) interview -

  1. Why we can't use arrow function in construc...read more
  2. explain with an example about Lexical Scop...read more
  3. Explain details about C...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
DMart Interview Questions
3.9
 • 410 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 159 Interviews
Croma Interview Questions
4.0
 • 132 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Reliance Digital Interview Questions
4.1
 • 123 Interviews
Reliance Trends Interview Questions
4.2
 • 106 Interviews
JioMart Interview Questions
3.9
 • 94 Interviews
MedPlus Interview Questions
3.6
 • 82 Interviews
Future Group Interview Questions
4.3
 • 78 Interviews
View all
Walmart SDE (Software Development Engineer) Salary
based on 52 salaries
₹15 L/yr - ₹40 L/yr
6% less than the average SDE (Software Development Engineer) Salary in India
View more details

Walmart SDE (Software Development Engineer) Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

3.1

Skill development

2.6

Work-life balance

3.4

Salary

3.7

Job security

3.3

Company culture

2.9

Promotions

2.5

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer III
1.9k salaries
unlock blur

₹14.5 L/yr - ₹47 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹19 L/yr - ₹70 L/yr

Software Engineer
800 salaries
unlock blur

₹10.2 L/yr - ₹43 L/yr

Software Development Engineer 3
307 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Software Developer
298 salaries
unlock blur

₹12 L/yr - ₹46 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.0
Compare

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Future Group

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