Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Interview Questions and Answers for Freshers

Updated 15 Jun 2025
Popular Designations

29 Interview questions

A Sdet Engineer was asked 6mo ago
Q. Explain Inheritance in C++
Ans. 

Inheritance in C++ allows a class to inherit properties and behavior from another class.

  • Inheritance allows for code reusability by creating a new class based on an existing class.

  • Derived class inherits attributes and methods from the base class.

  • Types of inheritance include single, multiple, multilevel, and hierarchical.

  • Example: class Animal is a base class, class Dog is a derived class inheriting from Animal.

View all Sdet Engineer interview questions
A Software Engineer was asked 10mo ago
Q. Write a for loop in C++ to print n natural numbers without using a semicolon (;).
Ans. 

Use recursion to print n natural numbers in C++ without semicolon.

  • Define a function to print natural numbers recursively.

  • Call the function inside main function with n as argument.

  • Base case: if n is less than 1, return.

  • Print n and call the function with n-1 as argument.

View all Software Engineer interview questions
An Associate was asked 12mo ago
Q. Write SQL queries to find the second highest salary.
Ans. 

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;

View all Associate interview questions
An Associate was asked 12mo ago
Q. Write code to calculate the power of a base 10 number.
Ans. 

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.

View all Associate interview questions
A Pharmacy Technician was asked
Q. How do you problem solve?
Ans. 

I approach problem solving by breaking down the issue, analyzing possible solutions, and implementing the best course of action.

  • Identify the problem and gather relevant information

  • Brainstorm potential solutions

  • Evaluate each solution based on feasibility and effectiveness

  • Implement the chosen solution and monitor outcomes

  • Adjust the approach if needed

View all Pharmacy Technician interview questions
A Software engineer 3 (in data engineering team) was asked
Q. Describe the design of the Walmart search API.
Ans. 

Design Walmart search API

  • Define search parameters (e.g. product name, category, price range)

  • Implement search algorithm (e.g. keyword matching, relevance ranking)

  • Integrate with Walmart's product database

  • Provide filtering and sorting options

  • Ensure scalability and performance

  • Include error handling and logging

A Floor Associate was asked
Q. Tell me about your experience creating charts and pivot tables in Excel.
Ans. 

Creating charts and pivot tables in Excel helps visualize data and summarize large datasets efficiently.

  • To create a chart, select your data range and choose 'Insert' > 'Chart' to visualize trends.

  • Pivot tables summarize data; select your data range, go to 'Insert' > 'PivotTable', and drag fields to rows/columns.

  • Example: Use a pivot table to analyze sales data by product category and region.

  • Charts can be custo...

View all Floor Associate interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Can you provide an example of working code that handles edge cases effectively?
Ans. 

Working code with edge cases is code that has been tested with extreme inputs to ensure it functions correctly.

  • Edge cases are inputs that are unlikely to occur but can cause unexpected behavior if not handled properly.

  • Examples of edge cases include empty inputs, null values, and inputs at the limits of the data type's range.

  • Working code with edge cases should be thoroughly tested to ensure it functions correctly i...

View all Senior Software Engineer interview questions
A Senior Engineering Manager was asked
Q. Design calculator app
Ans. 

Design a calculator app with basic arithmetic operations.

  • Include basic arithmetic operations like addition, subtraction, multiplication, and division.

  • Design a user-friendly interface with large buttons for numbers and operations.

  • Allow users to input numbers using both keypad and touch screen.

  • Implement error handling for division by zero and other invalid inputs.

View all Senior Engineering Manager interview questions
A Senior Engineering Manager was asked
Q. System Design round - Designing solution
Ans. 

Design a scalable and fault-tolerant system for a social media platform

  • Use microservices architecture to break down the system into smaller, independent services

  • Implement load balancing to distribute traffic evenly across servers

  • Utilize caching mechanisms to improve performance and reduce database load

  • Implement redundancy and failover mechanisms to ensure high availability

  • Use monitoring and alerting tools to detec...

View all Senior Engineering Manager interview questions

Walmart Interview Experiences for Freshers

43 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Few DSA related questions
  • Q2. Mid level SQL questions
Round 2 - Coding Test 

SQL, python, PySpark basic to mid level questions.

Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic project related questions
  • Q2. Some prior experience questions

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Newspaper Ad

Round 1 - Coding Test 

DSA, Fundamentals, Principles

Round 2 - Technical 

(1 Question)

  • Q1. Explain Inheritance in C++
  • Ans. 

    Inheritance in C++ allows a class to inherit properties and behavior from another class.

    • Inheritance allows for code reusability by creating a new class based on an existing class.

    • Derived class inherits attributes and methods from the base class.

    • Types of inheritance include single, multiple, multilevel, and hierarchical.

    • Example: class Animal is a base class, class Dog is a derived class inheriting from Animal.

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why am I interested in joining the program?
  • Ans. 

    I am passionate about making a positive impact through sports development.

    • Passionate about using sports as a tool for social change

    • Believe in the power of sports to empower individuals and communities

    • Excited about the opportunity to contribute to AFDP Intern's mission

  • Answered by AI
  • Q2. Tell me about a time where you faced a difficult problem, and how did you solve it.
  • Ans. 

    I faced a difficult problem when a project deadline was moved up, and I had to quickly reorganize tasks to meet the new timeline.

    • Identified the critical tasks that needed to be completed first

    • Communicated with team members to delegate tasks and ensure everyone was on the same page

    • Adjusted my own schedule and priorities to focus on the most important tasks

    • Stayed organized and focused to meet the new deadline

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your work ethic?
  • Ans. 

    I have a strong work ethic characterized by dedication, reliability, and a commitment to excellence.

    • I prioritize tasks and manage my time effectively to ensure deadlines are met.

    • I am proactive in seeking out opportunities for growth and improvement.

    • I am always willing to go the extra mile to achieve the best results.

    • I communicate openly and honestly with colleagues and supervisors to ensure clarity and alignment on goa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a for loop in cpp to print n natural numbers without using semicolon (;)
  • Ans. 

    Use recursion to print n natural numbers in C++ without semicolon.

    • Define a function to print natural numbers recursively.

    • Call the function inside main function with n as argument.

    • Base case: if n is less than 1, return.

    • Print n and call the function with n-1 as argument.

  • Answered by AI
  • Q2. A complex SQL query.

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 Aptitude Section English and Logical Reasoning and some Calculation Related

Round 2 - One-on-one 

(1 Question)

  • Q1. Just Overview about My Exp , Why Nightshift, Why you left your Previous Company Just Basics
Round 3 - HR 

(1 Question)

  • Q1. About Walmart, When was it Started, Where Hq is Located? When was there first Hypermarket Open (Year) ? Why Nightshift why HR ?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was complete Shitshow, Just to Close one position. We had Aptitude, 3 one -on- one Rounds 60 candidate came Experienced and College freshers. Few of us Travelled from different part of India just for one candidate getting selected. There was no Professional they called both College fresher and Experienced Candidates. Whats the Point? It was like a Campus Driver very bad experience and Luck was also a Factor some Panel Members who took interview were chill and some were Psychos who rejected Candidates In the First Round Itself.

Interview Questions & Answers

user image Jagmeet Singh

posted on 6 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Sort the linklist dp problem forgot that
Round 2 - One-on-one 

(1 Question)

  • Q1. Both are dp problem asked about some java concepts
Round 3 - HR 

(1 Question)

  • Q1. Design the ecom platform only basic one and some project question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for java as well as data structure round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. They ask about Excel

Associate Interview Questions & Answers

user image K Kavith

posted on 21 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About study and work experience
  • Ans. Yes open digree and no experience on that time
  • Answered by K Kavith
  • Q2. About place ment where from i came

Software Developer Interview Questions & Answers

user image Abhinav Anand

posted on 25 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy: 20 MCQs and 2 Coding question of easy difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Reverst linkedlist in group K 2. String manipulation ques 3. SQL ques on dense rank

FA Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2024

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Fa 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

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 freshers?
Walmart interview process for freshers usually has 2-3 rounds. The most common rounds in the Walmart interview process for freshers are Technical, One-on-one Round and Coding Test.
How to prepare for Walmart interview for freshers?
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 Monitoring, Information Technology, Analytics, Computer science and Open Source.
What are the top questions asked in Walmart interview for freshers?

Some of the top questions asked at the Walmart interview for freshers -

  1. How can improve the sales and marketing what is your projection What is the rep...read more
  2. what do think about women's educati...read more
  3. Write a for loop in cpp to print n natural numbers without using semicolon ...read more
What are the most common questions asked in Walmart HR round for freshers?

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

  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.1/5

based on 24 interview experiences

Difficulty level

Easy 21%
Moderate 74%
Hard 5%

Duration

Less than 2 weeks 65%
2-4 weeks 29%
4-6 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
 • 450 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 175 Interviews
Titan Company Interview Questions
4.3
 • 166 Interviews
Croma Interview Questions
3.9
 • 154 Interviews
Reliance Digital Interview Questions
4.1
 • 144 Interviews
Lowe's Interview Questions
4.1
 • 136 Interviews
Reliance Trends Interview Questions
4.1
 • 111 Interviews
JioMart Interview Questions
3.9
 • 102 Interviews
Trent Interview Questions
4.0
 • 91 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
Software Engineer III

Bangalore / Bengaluru

3-6 Yrs

₹ 18.9-44.1 LPA

SOFTWARE ENGINEER III

Bangalore / Bengaluru

3-6 Yrs

₹ 15-47 LPA

SOFTWARE ENGINEER III

Bangalore / Bengaluru

3-8 Yrs

₹ 15-47 LPA

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.1 L/yr - ₹60 L/yr

Software Engineer
933 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