Filter interviews by
A graph data structure can be used to solve a Rubix cube.
Each cubelet can be represented as a node in the graph.
Edges can be added between nodes to represent possible moves.
A search algorithm like BFS or DFS can be used to find the solution.
Dynamic programming solution to find if a given weight can be formed using an array of weights
Create a boolean array of size (given weight + 1) to store if a weight can be formed or not
Initialize the first element of the boolean array to true
Iterate through the array of weights and for each weight, iterate through the boolean array and mark true for all weights that can be formed using the current weight
Return the valu...
Stack data structure is suitable for implementing Redo and Undo operations.
Stack follows Last-In-First-Out (LIFO) order, which is ideal for undoing and redoing operations.
When an operation is performed, it can be pushed onto the stack for undoing later.
To redo an operation, the previously undone operations can be popped from the stack.
Stack provides efficient insertion and deletion at one end, making it suitable for un
A router is a networking device that forwards data packets between computer networks.
Routers operate at the network layer of the OSI model.
They use routing tables to determine the best path for data packets to travel.
Routers can connect multiple networks together, such as a home network to the internet.
They can also provide security by blocking unauthorized access to a network.
Examples of routers include Cisco, Netgear
Developed a web-based project management tool for a client
Used React.js for the frontend and Node.js for the backend
Implemented user authentication and authorization using JWT
Integrated with third-party APIs such as Google Drive and Trello
Implemented real-time notifications using WebSockets
Deployed the application on AWS EC2 instance
The internet is a global network of interconnected devices that communicate with each other using standardized protocols.
The internet is made up of millions of interconnected devices such as computers, servers, routers, and switches.
Data is transmitted across the internet using standardized protocols such as TCP/IP.
The internet is accessed through Internet Service Providers (ISPs) who provide users with a connection to...
Finding number of paths in tree with sum of node values equal to count using recursion.
Use recursion to traverse the tree and keep track of the sum of node values.
At each node, check if the current sum equals the desired count.
If yes, increment the path count.
Recursively traverse the left and right subtrees.
Return the total path count.
Example: Given a tree with values [10, 5, -3, 3, 2, null, 11], count the number of pa...
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.
Leetcode Medium - Arrays, HashMaps
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
Find subarray with given sum in an array of integers.
Use a sliding window approach to find subarray with sum equal to given sum.
Keep track of current sum and adjust window size accordingly.
Return the indices of the subarray if found, else return an empty array.
Leetcode Medium Question
Low Level Design in java
Walmart Labs interview questions for designations
I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.
Aptitude test to filter students for next round
Coding test Data structure Algorithm to filter for next round
Get interview-ready with Top Walmart Labs Interview Questions
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Apr 2023. There were 4 interview rounds.
1. Simple sliding window problem
2. Hard problem involved dynamic programming
I applied via Approached by Company and was interviewed before Feb 2023. There were 4 interview rounds.
Easy medium level leetcode problems
Reverse a linked list and discuss sorting algorithms.
To reverse a linked list, you can use a three-pointer approach.
Sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, etc.
Discuss the time complexity and space complexity of each sorting algorithm.
Provide examples of how each sorting algorithm works.
I applied via campus placement at International Institute of Information Technology (IIIT), Bangalore and was interviewed before Oct 2022. There were 4 interview rounds.
10 MCQs, 2 Coding questions
I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.
Top trending discussions
2 Interview rounds
based on 8 reviews
Rating in categories
Senior Software Engineer
25
salaries
| ₹14.4 L/yr - ₹50 L/yr |
Software Engineer
12
salaries
| ₹19.3 L/yr - ₹64.1 L/yr |
Software Engineer III
10
salaries
| ₹27.2 L/yr - ₹36 L/yr |
Software Developer
5
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Data Scientist
5
salaries
| ₹24 L/yr - ₹58 L/yr |
Amazon Development Centre India
Microsoft Corporation
IBM