Filter interviews by
I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.
Coding test based on DP and 25 mcqs
Developed a web application for tracking inventory and sales data
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database management
The diameter of a tree is the longest path between two nodes in a tree.
The diameter of a tree can be calculated by finding the longest path between two nodes in the tree.
It is not necessarily the path between the root and a leaf node.
The diameter of a tree can be calculated using Depth First Search (DFS) or Breadth First Search (BFS) algorithms.
I applied via LinkedIn and was interviewed before May 2023. There were 4 interview rounds.
Backpropagation is a method used to train neural networks by adjusting the weights based on the error in the output.
Backpropagation involves calculating the gradient of the loss function with respect to the weights of the network.
The gradient is then used to update the weights in the opposite direction to minimize the error.
This process is repeated iteratively until the network converges to a solution.
Backpropagation i...
1 question on array (sorting related), 1 question on string (hard problem)
I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.
Design and code a scheduler for allocating meeting rooms based on input of room counts and timestamps.
Create a table with columns for room number, start time, and end time
Use SQL queries to check for available slots and allocate rooms
Consider edge cases such as overlapping meetings and room availability
Use a loop to continuously check for available slots and allocate rooms
Implement error handling for invalid input
What people are saying about Walmart
I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.
Program on 2-D Matrix with testcases
Create a program that performs operations on a 2-D matrix such as addition, multiplication, transpose, etc.
Write testcases to cover different scenarios like empty matrix, matrix with negative numbers, matrix with all zeros, etc.
Walmart interview questions for popular designations
I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.
Get interview-ready with Top Walmart Interview Questions
I applied via Job Portal and was interviewed before Jun 2023. There were 4 interview rounds.
Use SQL query to find the top 2 highest salaries in a table.
Use the ORDER BY clause to sort the salaries in descending order.
Use the LIMIT clause to limit the results to 2.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2;
To write power base 10 in logical coding, you can simply use the exponentiation operator or function.
Use the exponentiation operator '**' in Python to calculate power base 10.
In JavaScript, you can use the Math.pow() function to calculate power base 10.
In Java, you can use the Math.pow() function as well to calculate power base 10.
I applied via Naukri.com and was interviewed in Jul 2022. There were 4 interview rounds.
Speed distance time basic
Arrow functions do not have their own 'this' value, which is required in constructors.
Arrow functions do not have a 'this' binding, so 'this' will refer to the parent scope.
Constructors require 'this' to refer to the newly created object.
Using arrow functions in constructors can lead to unexpected behavior and errors.
CORS stands for Cross-Origin Resource Sharing and is a security feature implemented in web browsers.
CORS allows web servers to specify which origins are allowed to access their resources.
It is used to prevent unauthorized access to resources on a different domain.
CORS is implemented using HTTP headers such as Access-Control-Allow-Origin and Access-Control-Allow-Methods.
It is important to properly configure CORS to avoi...
Lexical scoping is a way of defining variable scope based on where they are declared in the code.
Variables declared inside a function have local scope and are not accessible outside the function.
Variables declared outside a function have global scope and can be accessed from anywhere in the code.
Nested functions can access variables declared in their parent function.
Example: function outer() { let x = 10; function inne...
Arrow functions have concise syntax, implicit return, and lexical this binding.
Shorter syntax than traditional function expressions
Implicit return of a single expression
Lexical this binding, avoiding the need for .bind() or self = this
Example: const double = (num) => num * 2;
Example: const names = ['Alice', 'Bob', 'Charlie']; const nameLengths = names.map(name => name.length);
I applied via Walmart Career and was interviewed before Jul 2023. There were 4 interview rounds.
DSA - Arrays & String Manipulation
DSA - Tree & Graph Manipulation
To bring more teens here, we need to create engaging and relevant experiences that appeal to their interests and preferences.
Develop partnerships with local schools and youth organizations to promote our offerings
Organize events and activities specifically designed for teens, such as workshops, competitions, and social gatherings
Utilize social media platforms and influencers to reach and engage with the teenage audienc...
I learned more tours helps save money
Some of the top questions asked at the Walmart interview -
The duration of Walmart interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 342 interviews
Interview experience
based on 2.5k reviews
Rating in categories
Software Engineer III
1.9k
salaries
| ₹14.5 L/yr - ₹47 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹23 L/yr - ₹70 L/yr |
Software Engineer
827
salaries
| ₹10 L/yr - ₹43 L/yr |
Software Development Engineer 3
274
salaries
| ₹15.6 L/yr - ₹46 L/yr |
Software Developer
249
salaries
| ₹12 L/yr - ₹46 L/yr |
Amazon
Reliance Retail
DMart
Future Group