I applied online. I interviewed at Walmart (Bengaluru) in Feb 2020
Interview
Process was smooth. HR team was really helpful. They assigned a room to each candidate and interviewer was coming there by themselves.
They offered free lunch to every candidate.
Interview questions [1]
Question 1
Round1 :
1.Little bit discussion about previous projects.
2. Reason to use particular technologies in project. (like in my case why mongodb used)
3. Find unique pairs of sum in array of unsorted array.
e.g - array a[]= [4,3,1,2,5]
print pairs whose sum is 5.
answer = (1,4), (2,3)
4. In Linked List, a node to be deleted. but in this i am not having refence of head node. I am having reference of that node which need to be deleted and order of linked list also remains same.
e.g - linked list as 1 -> 2-> 3-> 4-> 5->null
Node head reference is at 3 , not at first element, delete 3 from list.
5. What is Singelton Class in java? How to create ?
6. Internal working of Hashmap.
Round 2 :
1. Detailed discussion about project.
2. If my server is capable of handling 10 requests at a time and 100 hits come together, how to handle in that case?
3. Binary Tree DS Questions - Find Height of tree
4. Level Order Traversal Of Binary Tree
5. What improvements you have brought in your project.
6. Name some of key challenges, which you fixed.
Round 3 :
1. Little Discussion On Project.
2. Design Messenger System.
3. Stateful vs Stateless.
4. What is Caching?
5. How redis store data? Why you use it in your project.
6. Rest v/s Soap
7. Why Walmart?
I applied through a recruiter. The process took 5 weeks. I interviewed at Walmart (Sunnyvale, CA) in Jun 2019
Interview
First is a phone coding interview. Then the recruiter helped me to set up the onsite interview. It is a 4-round interview. Three are coding and one is about BH questions. It tooks more than 2 weeks to get the result. I asked for some feedbacks twice but no one replied to me anymore.
I applied online. The process took 1 day. I interviewed at Walmart (Bengaluru) in Jun 2019
Interview
I applied through instahyre. And i was called for a F2F discussion.
First round was to develop event management system. Time alloted was 90 minutes.
Second round was to design lift system, How will you implement tail command of unix in java, Find the first occurence of element in a sorted array where elements can be duplicated.
Few project specific questions were asked.
Next round was mainly focused on the coding round that we had. HashMap equals hashcode,
N meetings in 1 room problem,
Garbage collection techniques in java
Print even and odd number using thread
Which datastructure is used to implement buckets in hashmap
I was told that I have average knowledge in java. And they are looking for ones with good knowledge
Interview questions [1]
Question 1
ZigZag Traversal of binary tree
Stock span problem
Lock & key problem
N meetings in 1 room
Bottom view of tree
Design questions
Lift system
Java based question
Garbage collection
Print even and odd using thread
Hashmap internals