Walmart SDE 3

walmart logo
walmart
sde 3Rejected
January 17, 202420 reads

Summary

I recently interviewed for an SDE 3 position at Walmart, which unfortunately resulted in a rejection after facing challenging DSA problems and SQL concepts.

Full Experience

I had an interview for an SDE 3 role at Walmart. The first round was a technical round focused on Data Structures and Algorithms. I was asked to find the minimum element in a sorted rotated array, which I was able to answer correctly. The second DSA question involved finding the right view of a binary tree, assuming a normal binary tree. I struggled with this one and couldn't come up with a proper answer. Additionally, there were questions on MySQL covering topics like what an index is in SQL and why indexing makes queries faster. Overall, I was rejected from this opportunity.

Interview Questions (4)

Q1
Find Minimum in Rotated Sorted Array
Data Structures & AlgorithmsMedium

Given a sorted rotated array, find the minimum element.

Q2
Binary Tree Right Side View
Data Structures & AlgorithmsMedium

Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom. For this question, only assume a normal binary tree.

Q3
What is an Index in SQL?
Other

Explain what an index is in SQL.

Q4
Why is SQL Indexing Faster?
Other

Explain why indexing makes SQL queries faster.

Preparation Tips

Based on this experience, my key takeaways are to prepare thoroughly for binary tree problems and to deepen my understanding of the internal workings of SQL, not just basic syntax.

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!