Open In App

Walmart Labs Interview (Experienced – 3.10 Years )

Improve
Improve
Like Article
Like
Save
Share
Report

1st Round (DS and Algorithm Round)

1. Related to current Project.
2. https://www.geeksforgeeks.org/search-in-row-wise-and-column-wise-sorted-matrix/
Also asked to write the full code.
3. Clone an undirected Graph
https://www.geeksforgeeks.org/clone-an-undirected-graph/


2nd Round (Project Discussion and DS)

1. Interviewer was asking questions related to my current project. Had a very long discussion on current design of the Project. Was asking questions if we want to improve the design how we can do that. Asked a question where 2 Micro-services were communicating to each other.
2. https://stackoverflow.com/questions/52787803/given-a-node-how-long-will-it-take-to-burn-the-whole-binary-tree


3rd Round ( HLD Round)

1. There are 2 APIs – one to UPDATE a document/table and another to GET the document. Traffic of GET call is 10X times of UPDATE call.How will you design a system that is Scalable, Available and eventual consistent. What are changes we have to in DB layer, Application layer. Which DB we will use.
2. There is a button in UI, when someone presses we store the count and userId of that person. Which Data-Structure we will use to get the top 10 userIds which pressed the button maximum time in decreasing order.


4th Round (Hiring Manager Round)

1. Questions related to current Project.
2. My Role in the Project.
3. Some more questions related to my interests, what kind of work I am expecting.
4. and more behavioural questions


Last Updated : 15 May, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads