Filter interviews by
Clear (1)
I applied via Approached by Company and was interviewed in Feb 2022. There were 4 interview rounds.
Given a tree and a node, print all ancestors of Node
Start from the given node and traverse up the tree
While traversing, keep track of the parent nodes
Print the parent nodes as you traverse up until reaching the root
Graph
Use a graph data structure to represent people as nodes and friend relations as edges
Each person can be represented as a node with their unique identifier
Friend relations can be represented as directed edges between nodes
This allows for efficient traversal and retrieval of friend connections
Reverse a linked list
Iterate through the linked list and change the direction of the pointers
Use three pointers to keep track of the previous, current, and next nodes
Recursively reverse the linked list
Code to find median of datapoints in two sorted arrays
Use binary search to find the median index
Divide the arrays into two halves based on the median index
Compare the middle elements of the two halves to determine the median
Custom stack with methods to return min and max elements
Implement a stack using an array or linked list
Track the minimum and maximum elements using additional variables
Update the minimum and maximum variables during push and pop operations
Implement methods to return the minimum and maximum elements
I applied via Job Portal and was interviewed before Apr 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
What people are saying about Walmart
I applied via Referral and was interviewed before Nov 2022. There were 4 interview rounds.
Data structures and algorithms, leetcode medium level.
Java with data structures and algorithms round
Walmart interview questions for designations
I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 3 interview rounds.
Get interview-ready with Top Walmart Interview Questions
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
Design a Java-like Garbage Collector with minimal configurations.
Choose a garbage collection algorithm (e.g. mark-and-sweep, copying, generational)
Determine the heap size and divide it into regions (e.g. young, old, permanent)
Implement a root set to keep track of live objects
Set thresholds for garbage collection (e.g. occupancy, time)
Implement the garbage collection algorithm and test for memory leaks
Microservices are implemented using RESTful APIs and message brokers for asynchronous communication.
RESTful APIs are used for synchronous communication between microservices.
Message brokers like Kafka or RabbitMQ are used for asynchronous communication.
Microservices communicate with each other using HTTP requests and responses.
Each microservice has its own database and communicates with other microservices through APIs...
I follow the MVC design pattern as it separates concerns and promotes code reusability.
MVC separates the application into Model, View, and Controller components.
Model represents the data and business logic.
View represents the user interface.
Controller handles user input and updates the model and view accordingly.
MVC promotes code reusability and maintainability.
Example: Ruby on Rails framework follows MVC pattern.
Medium level coding test based on knapsack.
Design Google calendar
Tranpose a matrix
I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.
Some of the top questions asked at the Walmart Software Engineer III interview -
The duration of Walmart Software Engineer III interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 31 interviews
4 Interview rounds
based on 138 reviews
Rating in categories
Software Engineer III
1.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
799
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer 3
264
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
244
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon
Flipkart
Microsoft Corporation