Upload Button Icon Add office photos

Filter interviews by

Walmart Interview Questions, Process, and Tips for Experienced

Updated 31 Dec 2024

Top Walmart Interview Questions and Answers for Experienced

View all 72 questions

Walmart Interview Experiences for Experienced

Popular Designations

137 interviews found

Software Engineer 3 - Data Engineering Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2022

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Round was for 1 hour with 2 medium level leetcode programming questions and data engineering related skillset discussion

Round 2 - Technical 

(2 Questions)

  • Q1. Data Engineering specific questions (PySpark, architecture, streaming jobs, batch and streaming jobs, spark internals discussion, scenario based discussion, optimization techniques and tuning the process)
  • Q2. Python specific questions such as packaging, design patterns and language specific questions. Developing, distribution and deployment of packages, best practices and scenario based LLD
Round 3 - One-on-one 

(1 Question)

  • Q1. This is hiring manager round basically discussion about role responsibilities, how well we fit into their team, aspirations and behavioral related discussion. Some discussions will be based on type of work...

Interview Preparation Tips

Topics to prepare for Walmart Software Engineer 3 - Data Engineering interview:
  • Apache Spark
  • Python
  • Pandas
  • Azure
  • SQL
  • Programming
Interview preparation tips for other job seekers - Be sure and prepared with data engineering skillsets and revisit fundamentals this will help you to solve some scenario based questions or discussions. Data teams heavily rely on Python language, hence make sure you have solid experience in handling messy and unstructured data also revise some advanced concepts in Python not just list, dictionaries. My experience has more weightage on Spark, if it's same for you expect performance optimization and tuning, spark internals related both scenario and technical questions. All the best!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. SQL questions Business analysis questions Project related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Management related questions Scenario based Work culture and all
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Detailed interview on core Java Spring mvc
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial questions What was your tough task in previous company, how you handled it
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Data structures and algorithms, leetcode medium level.

Round 3 - Coding Test 

Java with data structures and algorithms round

Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions

Top Walmart Software Engineer III Interview Questions and Answers

Q1. What would be the ideal data structure to represent people and friend relations in facebook
View answer (3)

Software Engineer III Interview Questions asked at other Companies

Q1. Find the highest floor, from where if an egg is dropped will not break. k floor building and n eggs are given.
View answer (2)

Walmart interview questions for popular designations

 Software Engineer

 (31)

 Senior Software Engineer

 (30)

 Software Engineer III

 (29)

 Software Developer

 (22)

 Data Scientist

 (9)

 Data Engineer

 (8)

 Associate

 (7)

 Analyst

 (6)

I was interviewed in Apr 2021.

Interview Questionnaire 

9 Questions

  • Q1. How can you tune the hyper parameters of XGboost,Random Forest,SVM algorithm?
  • Ans. 

    Hyperparameters of XGBoost, Random Forest, and SVM can be tuned using techniques like grid search, random search, and Bayesian optimization.

    • For XGBoost, important hyperparameters to tune include learning rate, maximum depth, and number of estimators.

    • For Random Forest, important hyperparameters to tune include number of trees, maximum depth, and minimum samples split.

    • For SVM, important hyperparameters to tune include ke...

  • Answered by AI
  • Q2. What do these hyper parameters in the above mentioned algorithms actually mean?
  • Ans. 

    Hyperparameters are settings that control the behavior of machine learning algorithms.

    • Hyperparameters are set before training the model.

    • They control the learning process and affect the model's performance.

    • Examples include learning rate, regularization strength, and number of hidden layers.

    • Optimizing hyperparameters is important for achieving better model accuracy.

  • Answered by AI
  • Q3. Difference between Ridge and LASSO and their geometric interpretation.
  • Ans. 

    Ridge and LASSO are regularization techniques used in linear regression to prevent overfitting.

    • Ridge adds a penalty term to the sum of squared errors, which shrinks the coefficients towards zero but doesn't set them exactly to zero.

    • LASSO adds a penalty term to the absolute value of the coefficients, which can set some of them exactly to zero.

    • The geometric interpretation of Ridge is that it adds a constraint to the size...

  • Answered by AI
  • Q4. How to fit a time series model? State all the steps you would follow.
  • Ans. 

    Steps to fit a time series model

    • Identify the time series pattern

    • Choose a suitable model

    • Split data into training and testing sets

    • Fit the model to the training data

    • Evaluate model performance on testing data

    • Refine the model if necessary

    • Forecast future values using the model

  • Answered by AI
  • Q5. RNN,CNN and difference between these two.
  • Ans. 

    RNN and CNN are neural network architectures used for different types of data.

    • RNN is used for sequential data like time series, text, speech, etc.

    • CNN is used for grid-like data like images, videos, etc.

    • RNN has feedback connections while CNN has convolutional layers.

    • RNN can handle variable length input while CNN requires fixed size input.

    • Both can be used for classification, regression, and generation tasks.

  • Answered by AI
  • Q6. Two Case studies related to optimisation. One was cost optimization and other one was Revenue optimization. What data would you look at to solve all these. How would you form the objective function.
  • Ans. 

    Answering a question on data and objective function for cost and revenue optimization case studies.

    • For cost optimization, look at data related to expenses, production costs, and resource allocation.

    • For revenue optimization, look at data related to sales, customer behavior, and market trends.

    • Objective function for cost optimization could be minimizing expenses while maintaining quality.

    • Objective function for revenue opt...

  • Answered by AI
  • Q7. Live coding on Time Series Modelling
  • Q8. There were some HR questions as well like how would you make someone understand the difference between a classification problem and a prediction problem.
  • Q9. Where do you see yourself in 3 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - I was asked questions from almost every field in Data Science. One has to be very technically sound and has to have clear understanding of all the ML algorithms.

If you don't know something,better to mention it clearly.

All the very best!

Skills evaluated in this interview

Top Walmart Data Scientist Interview Questions and Answers

Q1. Technical QuestionHow can you tune the hyper parameters of XGboost algorithm?
View answer (2)

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Get interview-ready with Top Walmart Interview Questions

Content Strategist Interview Questions & Answers

user image Sheebani Borkotoky

posted on 23 Mar 2022

Round 1 - One-on-one 

(1 Question)

  • Q1. My qualification? Knowledge about computers?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have faith in yourself and believe that everything happens for the best . When facing an interview be honest and confident .

Content Strategist Interview Questions asked at other Companies

Q1. How would you differentiate content strategy for B2B and B2C clients?
View answer (1)

Jobs at Walmart

View all

I applied via Walk-in and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Formal ,gromming, shoes, neetness

Floor Associate Interview Questions asked at other Companies

Q1. Any marketing experience
View answer (1)

Program Manager interview

user image Career Swami

posted on 27 Nov 2021

BDA Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2021

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1) About your self
  • Q2. 2) What was your working profile in last company
  • Q3. 3) How you do Develop business in this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Before interview you must take all information about the company.

BDA Interview Questions asked at other Companies

Q1. 1-Sell fish to a Brahmin , 2-Sale byjus product to customer parents are well educated father Govt employee and mother is a teacher kid scores 95% marks in exams you have to sale the product to these kid, 3-what’s is photosynthesis, 4-someti... read more
View answer (9)

Interview Questionnaire 

4 Questions

  • Q1. Sort algorithm , programming
  • Q2. Dot net basics
  • Q3. Top3rd highest salary using linq
  • Q4. How do you manage your team if 1 person out of team is not performing well

Interview Preparation Tips

Interview preparation tips for other job seekers - Do practice around data structure programming.

Top Walmart Senior Software Engineer Interview Questions and Answers

Q1. Sum of DigitsNinja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less than 10. Ninja wants to find what will be the value of ‘N’ after applying this op... read more
View answer (3)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Walmart Interview FAQs

How many rounds are there in Walmart interview for experienced candidates?
Walmart interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Walmart interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Walmart interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Walmart. The most common topics and skills that interviewers at Walmart expect are SQL, Information Technology, Computer science, Monitoring and Data Structures.
What are the top questions asked in Walmart interview for experienced candidates?

Some of the top questions asked at the Walmart interview for experienced candidates -

  1. 1. Design and code a scheduler for allocating meeting rooms for the given input...read more
  2. How can you tune the hyper parameters of XGboost,Random Forest,SVM algorith...read more
  3. What do these hyper parameters in the above mentioned algorithms actually mea...read more
How long is the Walmart interview process?

The duration of Walmart interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Walmart Interview Process for Experienced

based on 55 interviews in last 1 year

Interview experience

4.1
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Walmart

People are getting interviews through

based on 85 Walmart interviews
Job Portal
Referral
WalkIn
Company Website
Campus Placement
Recruitment Consultant
40%
13%
8%
8%
4%
1%
26% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.9k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Oracle Interview Questions
3.7
 • 873 Interviews
Google Interview Questions
4.4
 • 825 Interviews
Cisco Interview Questions
4.2
 • 390 Interviews
Adobe Interview Questions
4.0
 • 246 Interviews
Intel Interview Questions
4.2
 • 217 Interviews
View all

Walmart Reviews and Ratings

based on 2.3k reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-Life balance

3.8

Salary & Benefits

3.8

Job Security

3.7

Company culture

3.2

Promotions/Appraisal

3.5

Work Satisfaction

Explore 2.3k Reviews and Ratings
SOFTWARE ENGINEER III

Bangalore / Bengaluru

2-4 Yrs

₹ 18.72-45 LPA

Senior, Software Engineer

Bangalore / Bengaluru

4-7 Yrs

₹ 5-45 LPA

Data Engineer III

Bangalore / Bengaluru

3-8 Yrs

₹ 30-32 LPA

Explore more jobs
Software Engineer III
1.7k salaries
unlock blur

₹14 L/yr - ₹47 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹21.7 L/yr - ₹80 L/yr

Software Engineer
762 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Assistant Team Leader
236 salaries
unlock blur

₹1.3 L/yr - ₹4.9 L/yr

Software Development Engineer 3
230 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Microsoft Corporation

4.1
Compare

Google

4.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview