Walmart | SDE2 | OFF CAMPUS

walmart logo
walmart
SDE IIRejected
February 23, 202525 reads

Summary

I applied for an SDE2 position at Walmart and successfully cleared three technical rounds involving MCQs and coding challenges, before ultimately being rejected after a hiring manager interview.

Full Experience

I applied for the SDE2 position at Walmart through Workday and received a call from the recruiter within 4-5 days.

1st Round: Cleared
This round consisted of two parts. First, I had 30 minutes to solve 25 MCQs covering Java, OOPs, DBMS, OS, and SQL concepts. Following that, I was given 40 minutes to solve two coding questions in Java.

2nd Round: Cleared
The interviewer was very friendly. After a brief introduction, we delved into two coding questions. The first was similar to Surrounded Regions, and the second was akin to Jump Game. I was provided a Google Doc link where I coded my solutions and explained my approach with various test cases.

3rd Round: Cleared
The interviewer in this round was less interactive and directly moved to the coding problems. The questions were similar to Product of Array Except Self and Binary Tree Level Order Traversal. For each problem, I was asked to discuss multiple approaches.

4th Round: Rejection
This was a hiring manager round where I was asked foundational questions, including some basic concepts related to HashMap. Although I felt I performed well and expected to clear this round, I was later informed of my rejection.

Interview Questions (5)

Q1
Surrounded Regions
Data Structures & AlgorithmsMedium

The problem was similar to LeetCode's Surrounded Regions. This typically involves capturing regions of 'O's that are not connected to the boarder by changing them to 'X's.

Q2
Jump Game
Data Structures & AlgorithmsMedium

The problem was similar to LeetCode's Jump Game. This problem usually asks to determine if you can reach the last index in an array, given a maximum jump length from each position.

Q3
Product of Array Except Self
Data Structures & AlgorithmsMedium

The problem was similar to LeetCode's Product of Array Except Self. The goal is to return an array answer where answer[i] is the product of all elements of nums except nums[i]. I was asked to provide and discuss many different approaches for this problem.

Q4
Binary Tree Level Order Traversal
Data Structures & AlgorithmsMedium

The problem was similar to LeetCode's Binary Tree Level Order Traversal. This involves traversing a binary tree level by level, collecting nodes at each depth. I was asked to provide and discuss many different approaches for this problem.

Q5
Basic HashMap Concepts
Data Structures & Algorithms

During the hiring manager round, I was asked basic conceptual questions related to HashMap. The specific questions were not detailed in the post, but covered fundamental aspects of the data structure.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!