Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Interview Questions and Answers for Experienced

Updated 15 Jun 2025
Popular Designations

85 Interview questions

An Analyst II was asked 1mo ago
Q. What are some techniques that can be used to optimize campaign performance?
Ans. 

Optimizing campaign performance involves data analysis, A/B testing, and targeted strategies to enhance engagement and ROI.

  • Utilize A/B testing to compare different ad creatives and identify which performs better.

  • Segment your audience based on demographics or behavior to tailor messages effectively.

  • Analyze campaign data regularly to identify trends and adjust strategies accordingly.

  • Implement retargeting strategies ...

View all Analyst II interview questions
An Analyst II was asked 1mo ago
Q. How do you maintain CPC?
Ans. 

Maintaining CPC involves strategic analysis, optimization, and continuous monitoring of advertising campaigns to ensure cost-effectiveness.

  • Regularly analyze campaign performance metrics to identify trends and areas for improvement.

  • Utilize A/B testing to determine the most effective ad creatives and targeting strategies.

  • Adjust bidding strategies based on performance data to optimize cost per click.

  • Implement negativ...

View all Analyst II interview questions
A Software Development Engineer 3 was asked 1mo ago
Q. How would you scale a service by 1000x?
Ans. 

Scaling a service 1000x involves optimizing architecture, infrastructure, and processes for increased demand.

  • 1. **Microservices Architecture**: Break down monolithic applications into smaller, independent services for better scalability.

  • 2. **Load Balancing**: Distribute incoming traffic across multiple servers to prevent overload on a single server.

  • 3. **Database Sharding**: Split databases into smaller, more manag...

View all Software Development Engineer 3 interview questions
A Big Data Engineer was asked 3mo ago
Q. How do you convert SQL queries to PySpark?
Ans. 

Converting SQL queries to PySpark involves translating SQL syntax into DataFrame operations.

  • Use `spark.sql()` for executing SQL queries directly on DataFrames.

  • For SELECT statements, use `df.select('column_name')`.

  • For WHERE clauses, use `df.filter('condition')`.

  • JOIN operations can be performed using `df1.join(df2, 'key')`.

  • GROUP BY can be achieved with `df.groupBy('column_name').agg({'agg_column': 'agg_function'})`.

View all Big Data Engineer interview questions
A Store Human Resource Manager was asked 3mo ago
Q. Please provide a brief introduction about yourself.
Ans. 

Experienced HR professional with a passion for fostering a positive workplace culture and driving employee engagement.

  • Over 5 years of experience in human resources management in retail environments.

  • Skilled in recruitment and talent acquisition, successfully filling over 100 positions in the last year.

  • Implemented employee training programs that increased staff retention by 20%.

  • Strong background in conflict resoluti...

View all Store Human Resource Manager interview questions
A Store Human Resource Manager was asked 3mo ago
Q. Tell me about your previous experience.
Ans. 

I have extensive experience in HR management, focusing on recruitment, employee relations, and training in retail environments.

  • Managed recruitment processes, successfully filling over 50 positions in a year.

  • Implemented employee training programs that improved staff retention by 20%.

  • Handled employee relations issues, resolving conflicts and fostering a positive work environment.

  • Developed performance appraisal syste...

View all Store Human Resource Manager interview questions
A Software Engineer III was asked 6mo ago
Q. Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
Ans. 

Calculate the amount of water that can be trapped between bars after rainfall using heights of bars.

  • Use two pointers to traverse the array from both ends towards the center.

  • Maintain two variables to track the maximum height from the left and right.

  • At each step, calculate trapped water based on the minimum of the two maximum heights.

  • Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6.

View all Software Engineer III interview questions
Are these interview questions helpful?
A Software Engineer2 was asked 6mo ago
Q. Given an array containing only 0s, 1s, and 2s, sort the array in-place.
Ans. 

Use Dutch National Flag algorithm to sort the array in one pass.

  • Initialize three pointers low, mid, high at start, iterate through array

  • If arr[mid] is 0, swap arr[low] and arr[mid], increment low and mid

  • If arr[mid] is 1, increment mid

  • If arr[mid] is 2, swap arr[mid] and arr[high], decrement high

  • Continue until mid crosses high

View all Software Engineer2 interview questions
A Catalog Analyst was asked 6mo ago
Q. When do you use pivot tables, VLOOKUP, HLOOKUP, and XLOOKUP?
Ans. 

Pivot table for summarizing data, vlookup for finding values in a table, hlookup for horizontal lookup, xlookup for advanced lookup.

  • Pivot table is used to summarize and analyze large datasets.

  • VLOOKUP is used to find a value in a table by row.

  • HLOOKUP is used to find a value in a table by column.

  • XLOOKUP is a more advanced version of VLOOKUP and HLOOKUP, allowing for more flexibility in searching for data.

  • Example: Us...

View all Catalog Analyst interview questions
A Catalog Analyst was asked 6mo ago
Q. What do you know about the catalog analyst role?
Ans. 

Catalog Analyst role involves managing product data, ensuring accuracy and consistency in catalogs.

  • Responsible for creating, updating, and maintaining product catalogs

  • Ensuring accuracy and consistency of product data

  • Analyzing catalog performance and making recommendations for improvements

  • Collaborating with cross-functional teams such as marketing, sales, and product development

  • Knowledge of data management systems ...

View all Catalog Analyst interview questions

Walmart Interview Experiences for Experienced

134 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What do you know about catalog analyst role?
  • Ans. 

    Catalog Analyst role involves managing product data, ensuring accuracy and consistency in catalogs.

    • Responsible for creating, updating, and maintaining product catalogs

    • Ensuring accuracy and consistency of product data

    • Analyzing catalog performance and making recommendations for improvements

    • Collaborating with cross-functional teams such as marketing, sales, and product development

    • Knowledge of data management systems and t...

  • Answered by AI
  • Q2. Any 5 excel shortcuts
  • Ans. 

    Five useful Excel shortcuts for efficient data analysis.

    • Ctrl + C: Copy selected cells

    • Ctrl + V: Paste copied cells

    • Ctrl + Z: Undo previous action

    • Ctrl + Shift + Arrow Key: Select entire data range in a direction

    • Ctrl + Home: Move to cell A1

  • Answered by AI
  • Q3. When do you use pivot table, vlookup, hlookup, xlookup?
  • Ans. 

    Pivot table for summarizing data, vlookup for finding values in a table, hlookup for horizontal lookup, xlookup for advanced lookup.

    • Pivot table is used to summarize and analyze large datasets.

    • VLOOKUP is used to find a value in a table by row.

    • HLOOKUP is used to find a value in a table by column.

    • XLOOKUP is a more advanced version of VLOOKUP and HLOOKUP, allowing for more flexibility in searching for data.

    • Example: Use piv...

  • Answered by AI
  • Q4. Questions from resume

Interview Preparation Tips

Topics to prepare for Walmart Catalog Analyst interview:
  • Advanced Excel

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA: Trapping Rain Water Leeetcode
  • Ans. 

    Calculate the amount of water that can be trapped between bars after rainfall using heights of bars.

    • Use two pointers to traverse the array from both ends towards the center.

    • Maintain two variables to track the maximum height from the left and right.

    • At each step, calculate trapped water based on the minimum of the two maximum heights.

    • Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6.

  • Answered by AI
  • Q2. Dynamic Programming Question
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java Basics - Stack vs heap memory, Advanced java concepts, Design patterns
  • Q2. Spring Boot, JPA, Bean lifecycle, Stereotypes, Multithreading, String pool
Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume projects, Caching
  • Q2. Kafka

Interview Preparation Tips

Topics to prepare for Walmart Software Engineer III interview:
  • Java
  • Spring Boot
  • DSA
Interview preparation tips for other job seekers - Focus more on Java & Srping Boot concepts
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Cost optimization in Big Query
  • Ans. 

    Cost optimization in Big Query involves optimizing query performance, storage usage, and data transfer costs.

    • Utilize partitioned tables to reduce query costs by scanning only relevant partitions

    • Use clustering to organize data within partitions and improve query performance

    • Optimize queries by using efficient SQL syntax and avoiding unnecessary operations

    • Leverage caching to reduce repeated query costs

    • Monitor and analyze ...

  • Answered by AI
  • Q2. Different ways if ingesting data in big query.
  • Ans. 

    Various ways to ingest data in BigQuery include batch loading, streaming, and using third-party tools.

    • Batch loading: Uploading data in bulk using tools like Cloud Storage or Data Transfer Service.

    • Streaming: Sending data in real-time using APIs like Dataflow or Pub/Sub.

    • Third-party tools: Using tools like Talend or Informatica for data ingestion.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Sahana Sahana

posted on 15 Jun 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Tell. Me. about your self
  • Q2. Why. are. You. leaving. Your. Current. Job
  • Q3. Why. are. You. leaving your current job
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking for a role that offers more opportunities for advancement.

    • Seeking new challenges: My current position has become routine, and I'm eager to tackle new problems.

    • Alignment with career goals: I want to work in a company that shares my values and vision for the future.

    • Desire to ...

  • Answered by AI
  • Q4. How. did. You learn. about the. Opening
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Interviewer asked two leetcode medium question and asked to solve on leetcode itself. Approach as well as optimization of the solution. Lasted around 1 hr.
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, aws, Multithreading. One question related to custom sorting. Had to sort list of string using custom English alphabet. Then further asked to modify it in O(1) time complexity. Interviewer wa...
Round 3 - Behavioral 

(1 Question)

  • Q1. Segment was divided into two sections one for technical and one for non-technical. Lasted around 1.5 hr
Round 4 - HR 

(1 Question)

  • Q1. Talked about basic hr questions like why walmart, why the swich and so on. Explained about walmart. Lasted around 15 min.
Round 5 - Salary discussion 

(1 Question)

  • Q1. Walked me through the salary breakup. And no negotiation was there as they were pretty rigid about their offer and said with this you also get to work with such a big brand

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA, projects and oops concepts.
Be confident and back your answers.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Advanced SQL queries
  • Q2. Convert sql queries to pyspark
  • Ans. 

    Converting SQL queries to PySpark involves translating SQL syntax into DataFrame operations.

    • Use `spark.sql()` for executing SQL queries directly on DataFrames.

    • For SELECT statements, use `df.select('column_name')`.

    • For WHERE clauses, use `df.filter('condition')`.

    • JOIN operations can be performed using `df1.join(df2, 'key')`.

    • GROUP BY can be achieved with `df.groupBy('column_name').agg({'agg_column': 'agg_function'})`.

  • Answered by AI

Team Lead Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your profile
  • Ans. 

    Dynamic team leader with a proven track record in project management, team development, and strategic planning.

    • Over 5 years of experience leading diverse teams in high-pressure environments.

    • Successfully managed a project that increased efficiency by 30% through process optimization.

    • Skilled in conflict resolution, having mediated disputes that resulted in improved team cohesion.

    • Implemented training programs that enhance...

  • Answered by AI
  • Q2. What is your str strength
  • Ans. 

    My strength lies in effective communication and team collaboration, fostering a positive work environment and driving project success.

    • Strong interpersonal skills: I actively listen to team members, ensuring everyone feels heard and valued.

    • Conflict resolution: I mediate disputes by encouraging open dialogue, leading to quicker resolutions and a harmonious team dynamic.

    • Goal-oriented leadership: I set clear objectives and...

  • Answered by AI
Round 2 - Assignment 

General topic and current affairs and company topic

Round 3 - One-on-one 

(2 Questions)

  • Q1. Sales experience
  • Q2. Salary for month

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hard work

Software Engineer Interview Questions & Answers

user image Kalpit Bhanawat

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Graph question was asked
  • Q2. Tree Question was asked

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
  • Q1. 2 pointer approach
  • Q2. Dynamic prograaming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Brief Introduction
  • Ans. 

    Experienced HR professional with a passion for fostering a positive workplace culture and driving employee engagement.

    • Over 5 years of experience in human resources management in retail environments.

    • Skilled in recruitment and talent acquisition, successfully filling over 100 positions in the last year.

    • Implemented employee training programs that increased staff retention by 20%.

    • Strong background in conflict resolution, m...

  • Answered by AI
  • Q2. Previous Experience
  • Ans. 

    I have extensive experience in HR management, focusing on recruitment, employee relations, and training in retail environments.

    • Managed recruitment processes, successfully filling over 50 positions in a year.

    • Implemented employee training programs that improved staff retention by 20%.

    • Handled employee relations issues, resolving conflicts and fostering a positive work environment.

    • Developed performance appraisal systems th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific to the questions

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Walmart?
Ask anonymously on communities.

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 HR.
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 Information Technology, SQL, Computer science, Monitoring and Python.
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. Two Case studies related to optimisation. One was cost optimization and other o...read more
  2. 1. Design and code a scheduler for allocating meeting rooms for the given input...read more
  3. How can you tune the hyper parameters of XGboost,Random Forest,SVM algorith...read more
What are the most common questions asked in Walmart HR round for experienced candidates?

The most common HR questions asked in Walmart interview are for experienced candidates -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...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.

Overall Interview Experience Rating

4/5

based on 87 interview experiences

Difficulty level

Easy 19%
Moderate 73%
Hard 8%

Duration

Less than 2 weeks 69%
2-4 weeks 20%
4-6 weeks 5%
More than 8 weeks 6%
View more

Explore Interview Questions and Answers for Top Skills at Walmart

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
DMart Interview Questions
3.9
 • 448 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 173 Interviews
Titan Company Interview Questions
4.3
 • 166 Interviews
Croma Interview Questions
3.9
 • 153 Interviews
Reliance Digital Interview Questions
4.1
 • 143 Interviews
Lowe's Interview Questions
4.1
 • 136 Interviews
Reliance Trends Interview Questions
4.1
 • 110 Interviews
JioMart Interview Questions
3.9
 • 101 Interviews
Trent Interview Questions
4.0
 • 89 Interviews
View all

Walmart Reviews and Ratings

based on 2.8k reviews

3.6/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.7

Salary

3.5

Job security

3.5

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 2.8k Reviews and Ratings
Product Manager III

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Software Engineer III

Bangalore / Bengaluru

3-6 Yrs

₹ 17.8-43 LPA

STAFF, DATA SCIENTIST

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer III
2.1k salaries
unlock blur

₹23 L/yr - ₹41 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹34.3 L/yr - ₹60 L/yr

Software Engineer
939 salaries
unlock blur

₹19.1 L/yr - ₹35 L/yr

Software Developer
461 salaries
unlock blur

₹12 L/yr - ₹46 L/yr

Software Development Engineer 3
369 salaries
unlock blur

₹14.5 L/yr - ₹47.2 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.0
Compare

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Reliance Digital

4.1
Compare
write
Share an Interview