Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Data Engineer Interview Questions and Answers for Experienced

Updated 9 Oct 2024

Walmart Data Engineer Interview Experiences for Experienced

3 interviews found

Data Engineer Interview Questions & Answers

user image Ankita Gulati

posted on 4 Oct 2024

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

Based on python and sql

Round 2 - Technical 

(2 Questions)

  • Q1. Related to spark
  • Q2. Dimensional Modelling

I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Round 1 was with manager, he asked questions about current project and some questions based on spark.
  • Q2. Lazy Evaluation, configuration for running a spark jobs
Round 2 - Technical 

(2 Questions)

  • Q1. This is where the nightmare started, 1 scenario based coding questions and 3 sql questions were asked. The questions were of hacker rank level, its not that I couldn't solve those but for a guy who have wo...
  • Q2. 1. Design and code a scheduler for allocating meeting rooms for the given input of room counts and timestamps: Input : No of rooms : 2 Time and dutation: 12pm 30 min Output: yes. Everytime th...
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared outside the job role. Too much expectations for experienced employees in coding

Data Engineer Interview Questions Asked at Other Companies for Experienced

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q2. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in LTIMindtree
Q3. 1) If you are given a card with 1-1000 numbers and there are 4 bo ... read more
asked in Sigmoid
Q4. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more
asked in Sigmoid
Q5. Zigzag Binary Tree Traversal Problem Statement Determine the zigz ... read more

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Mostly SQL advanced questions
  • Q2. Few Programming questions on Python
Round 3 - Technical 

(1 Question)

  • Q1. SQL, Python and Azure Questions
Round 4 - HR 

(1 Question)

  • Q1. Compensation and benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - For Data engineering, SQL is the most important skill that one need to have. Would advice honing that skill mostly.

Data Engineer Jobs at Walmart

View all

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Vanilla JS questions.
Round 2 - Technical 

(1 Question)

  • Q1. Basic React questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Past experiences and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basics good.
Promises, Callbacks, Async Await along with code is asked.
SImple React app to create from scratch.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions about JavaScript and React
Round 2 - Group Discussion 

Usually they judge on basis of your behaviour and attitude.

Round 3 - HR 

(1 Question)

  • Q1. Discussion about the CTC
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 mins and too many technical questions

Round 2 - Coding Test 

Too many technical questions

Data Analyst Interview Questions & Answers

Lowe's user image Sai Praveen Reddy Allam

posted on 6 Sep 2023

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. 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 - Coding Test 

Pandas, python, SQL based questions

Round 3 - Technical 

(1 Question)

  • Q1. Pandas, python, sql, business case study and logical reasoning
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql questions and python logics

Round 2 - Technical 

(2 Questions)

  • Q1. About sql and python
  • Q2. Hadoop and kinit

I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Internal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to indices in an array.

    • Hash function is used to convert the key into an index in the array

    • Collisions occur when two keys map to the same index, which can be resolved using separate chaining or open addressing

    • Load factor is the ratio of number of elements to the size of the array, and affects the performance of hash map

    • Operatio...

  • Answered by AI
  • Q2. Core Java Concepts
  • Q3. SQL queries to get 2nd highest salary
  • Ans. 

    SQL query to get 2nd highest salary

    • Use ORDER BY and LIMIT to get the highest salary

    • Use subquery to exclude the highest salary and get the 2nd highest

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1

  • Answered by AI
  • Q4. Authentication and Authorisation
  • Q5. Data structures and algorithms questions
  • Q6. Questions on design side

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience giving interview at Lowe's. Recruitment process is very smooth.

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 before Jan 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Related to power BI dashboards and reports
  • Q2. Dax and power query related questions
Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions related to profile background
  • Q2. Salary expectations , last drawn salary and previous work experience
Round 4 - Salary discussion 

(1 Question)

  • Q1. Expected salary was asked and whether it is negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to work along with good work culture and the also the company policies are good

Walmart Interview FAQs

How many rounds are there in Walmart Data Engineer 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 Data Engineer 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, Python, Monitoring, Computer science and Business Intelligence.
What are the top questions asked in Walmart Data Engineer interview for experienced candidates?

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

  1. 1. Design and code a scheduler for allocating meeting rooms for the given input...read more
  2. This is where the nightmare started, 1 scenario based coding questions and 3 sq...read more
  3. Static allocation in spark. 10TB of file needs to be processed in spark, what c...read more

Tell us how to improve this page.

Walmart Data Engineer Interview Process for Experienced

based on 2 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
DMart Interview Questions
3.9
 • 411 Interviews
Vishal Mega Mart Interview Questions
3.7
 • 161 Interviews
Croma Interview Questions
4.0
 • 133 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Reliance Digital Interview Questions
4.1
 • 126 Interviews
Reliance Trends Interview Questions
4.2
 • 106 Interviews
JioMart Interview Questions
3.9
 • 94 Interviews
MedPlus Interview Questions
3.6
 • 82 Interviews
Future Group Interview Questions
4.3
 • 78 Interviews
View all
Walmart Data Engineer Salary
based on 211 salaries
₹10 L/yr - ₹38.3 L/yr
103% more than the average Data Engineer Salary in India
View more details

Walmart Data Engineer Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.3

Salary

3.8

Job security

3.1

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 24 Reviews and Ratings
Staff, Data Engineer

Bangalore / Bengaluru

5-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer III
1.9k salaries
unlock blur

₹14.5 L/yr - ₹47 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹19 L/yr - ₹70 L/yr

Software Engineer
800 salaries
unlock blur

₹10.2 L/yr - ₹43 L/yr

Software Development Engineer 3
307 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Software Developer
298 salaries
unlock blur

₹12 L/yr - ₹46 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.0
Compare

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Future Group

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview