Upload Button Icon Add office photos

Walmart

Compare button icon Compare button icon Compare

Filter interviews by

Walmart Software Development Engineer 3 Interview Questions and Answers

Updated 7 Dec 2024

Walmart Software Development Engineer 3 Interview Experiences

5 interviews found

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

First Round DSA : 1 Find cycle in the graph and distance of each node to the cyclee

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. DSA -> generate permutation of a string "abc", no repeated characters
2. JAVA + DSA bit-> comparator, thread(race condition (synchronised), joins, singleton), BFS of a tree level order
3. Managerial

Software Development Engineer 3 Interview Questions Asked at Other Companies

asked in Fiserv
Q1. What are triggers , where can they be used ? What is a mutating t ... read more
asked in Tesco
Q2. Find overlapping interval to calculate final payment for store wo ... read more
asked in Fiserv
Q3. How to define a parameterized cursor in PLSQL , how to open and c ... read more
asked in Fiserv
Q4. What is Rownum ? Is expression Rownum >4 correct ?
asked in Tesco
Q5. Design a mook-my-show type of system for companies. Companies can ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Find Mirror of tree
  • Ans. 

    To find the mirror of a tree, we need to swap the left and right children of each node recursively.

    • Start from the root node of the tree

    • Swap the left and right children of the current node

    • Recursively call the mirror function on the left and right subtrees

  • Answered by AI
  • Q2. Find median in two sorted arrays
  • Ans. 

    Merge two sorted arrays and find the median

    • Merge the two arrays into one sorted array

    • Calculate the median based on the length of the merged array

    • Handle cases where the total length is even or odd

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be good in DS Algo

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java , Multithreading , polymorphism
  • Q2. DSA , probability

Walmart interview questions for designations

 Tech Lead Software Engineer 3

 (1)

 Software Development Engineer

 (1)

 Quality Engineer 3

 (2)

 System Engineer 3

 (1)

 Data Engineer 3

 (1)

 SDE (Software Development Engineer)

 (3)

 Software Development Engineer Intern

 (1)

 Senior Software Development Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Pollyfil for debounce
  • Ans. 

    Polyfill for debounce function in JavaScript

    • Implement a debounce function that delays invoking a function until after a certain amount of time has passed without it being called again

    • Use setTimeout to delay the execution of the function

    • Clear the timeout if the function is called again within the specified time frame

    • Return a function that can be called to trigger the debounced function

  • Answered by AI
  • Q2. Ds question in js

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

2 DSA questions and some MCQ on Java and Spring

Round 2 - Technical 

(2 Questions)

  • Q1. Longest palindromic substring
  • Ans. 

    A palindromic substring is a string that reads the same forwards and backwards.

    • Use dynamic programming to find the longest palindromic substring.

    • Start by considering each character as the center of a potential palindrome.

    • Expand outwards from each center to check for palindromes of odd and even lengths.

  • Answered by AI
  • Q2. Remove duplicates in place from a 1D array
  • Ans. 

    Remove duplicates from a 1D array of strings in place

    • Iterate through the array and use a HashSet to keep track of unique elements

    • Replace duplicates with null or an empty string to remove them in place

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Search min element in a rotated sorted array with duplicate elements
  • Ans. 

    Search for the minimum element in a rotated sorted array with duplicate elements.

    • Use binary search to find the minimum element in the rotated sorted array.

    • Handle the case where duplicate elements are present by adjusting the search conditions.

    • Consider cases where the array is not rotated or contains only one element.

  • Answered by AI
  • Q3. Ways of declaring singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created throughout the application.

    • Declare a private static instance variable of the class

    • Create a private constructor to prevent external instantiation

    • Provide a public static method to access the instance

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Behavioural questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good question but very simple to answer

Round 2 - Technical 

(2 Questions)

  • Q1. Cooding question
  • Q2. About project you did in colly

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on skill
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Scenerio based questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Linked List Intersection Point
  • Ans. 

    Find the intersection point of two linked lists.

    • Use two pointers to traverse the linked lists

    • Calculate the difference in length between the two lists

    • Move the pointer of the longer list ahead by the difference

    • Move both pointers simultaneously until they meet at the intersection point

  • Answered by AI
  • Q2. Basic Spring Boot
  • Q3. Stream and Java 8 Questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Was easy to crack infact was simple

Round 2 - Group Discussion 

Involve group of 8 and related to come and pros

Round 3 - Technical 

(1 Question)

  • Q1. What are software testing techniques
  • Ans. 

    Software testing techniques are methods used to ensure that software applications are functioning correctly and meeting requirements.

    • Black box testing: Testing the functionality of a software application without knowing its internal code.

    • White box testing: Testing the internal code and structure of a software application.

    • Unit testing: Testing individual units or components of a software application.

    • Integration testing:...

  • Answered by AI

Walmart Interview FAQs

How many rounds are there in Walmart Software Development Engineer 3 interview?
Walmart interview process usually has 1 rounds. The most common rounds in the Walmart interview process are Technical, One-on-one Round and Coding Test.
What are the top questions asked in Walmart Software Development Engineer 3 interview?

Some of the top questions asked at the Walmart Software Development Engineer 3 interview -

  1. Find median in two sorted arr...read more
  2. pollyfil for debou...read more
  3. Find Mirror of t...read more

Tell us how to improve this page.

Walmart Software Development Engineer 3 Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Google Interview Questions
4.4
 • 870 Interviews
DMart Interview Questions
3.9
 • 398 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
View all
Walmart Software Development Engineer 3 Salary
based on 256 salaries
₹15.6 L/yr - ₹46 L/yr
14% less than the average Software Development Engineer 3 Salary in India
View more details

Walmart Software Development Engineer 3 Reviews and Ratings

based on 16 reviews

3.3/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.6

Salary

3.9

Job security

2.6

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer III
1.8k salaries
unlock blur

₹14.5 L/yr - ₹47 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹23 L/yr - ₹80 L/yr

Software Engineer
738 salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

Software Development Engineer 3
256 salaries
unlock blur

₹15.6 L/yr - ₹46 L/yr

Business Development Associate
229 salaries
unlock blur

₹1.7 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Walmart with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Microsoft Corporation

4.0
Compare

Google

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