Walmart interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Walmart
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Practiced Leetcode top 50 questions under the frequently asked questions section for the company. Prepared for the system design round by reading and giving mock interviews to practice effective communication.
Tip
Tip

Tip 1 : Consistency is the key, the interview questions are from the frequently asked interview questions from Leetcode.
Tip 2 : Practice system design questions throughly, keep asking questions to yourself.
Tip 3 : Time yourself for each coding question, and record your interview to know the mistakes.

Application process
Where: Company Website
Eligibility: 7+ or 3.0+ GPA
Resume Tip
Resume tip

Tip 1 : Mention precise numbers on the job description and functionalities to describe the work experience/project impact.
Tip 2 : Keep your resume as simple as possible. Do not over mention stuff that you can't speak when asked.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration110 Minutes
Interview date18 Mar 2022
Coding problem1

Complete the assessment in 72hrs from the email received time.

1. Longest Palindromic Substring

Moderate
20m average time
80% success
0/80
Asked in companies
WalmartIBMSamsung

You are given a string ('STR') of length 'N'. Find the longest palindromic substring. If there is more than one palindromic substring with the maximum length, return the one with the smaller start index.

Note:
A substring is a contiguous segment of a string.

For example : The longest palindromic substring of "ababc" is "aba", since "aba" is a palindrome and it is the longest substring of length 3 which is a palindrome, there is another palindromic substring of length 3 is "bab" since "aba" starting index is less than "bab", so "aba" is the answer.

Problem approach

The problem was straight forward. It is a leetcode top asked question.

Try solving now
02
Round
Medium
Face to Face
Duration45 Minutes
Interview date1 Apr 2022
Coding problem1

An assignment was shared 1 day before the round. We are expected to solve the problem, write a code to fulfil all the test cases for the problem statement.

1. System Design Question

Build a movie booking ticketing system using Java. Develop the backend application without any userinterface.

Problem approach

I assumed the theater seating pattern and declared a matrix of that size from the user input, and then read a CSV file as an input for the booking tickets. We need to show if the booking is successful for the given request based on the seating availability, and other edge cases.

03
Round
Medium
Face to Face
Duration45 minutes
Interview date12 Apr 2022
Coding problem1

Technical Round, I was asked one coding question.

1. Word Search - l

Moderate
30m average time
60% success
0/80
Asked in companies
OlaGoldman SachsIBM

You are given a 2D board('N' rows and 'M' columns) of characters and a string 'word'.


Your task is to return true if the given word exists in the grid, else return false. The word can be constructed from letters of sequentially adjacent cells, where adjacent cells are horizontally or vertically neighboring.


Note:
The same letter cell should not be used more than once.
For Example:
For a given word “design” and the given 2D board 
[[q’, ‘v’, ‘m’, ‘h’],
 [‘d’, ‘e’, ‘s’, ‘i’],
 [‘d’, ‘g’, ‘f’, ‘g’],
 [‘e’, ‘c’, ‘p’, ‘n’]]

The word design can be formed by sequentially adjacent cells as shown by the highlighted color in the 2nd row and last column.

board

Problem approach

I had given the brute force approach initially, The interviewer asked me to optimize, I had given the approach however couldn't produce the solution 100%, the interviewer was ok with it.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Walmart
1951 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 4 problems
Interviewed by Walmart
2992 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Walmart
1254 views
1 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 6 problems
Interviewed by Walmart
1672 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10216 views
2 comments
0 upvotes