Update appNew update is available. Click here to update.
SDE - Intern
Walmart
upvote
share-icon
4 rounds | 6 Coding problems
views
149 views
comment
0 comments
upvote
1 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 1.5 months
Topics: OOPS, Compiler Design, Operating System, Computer Networks and DBMS
Tip
Tip

Tip 1 : Be clear with the basics
Tip 2 : Be familiar with design patterns and system design problems
Tip 3 : Be thorough with the skills mentioned in your resume

Application process
Where: Company Website
Eligibility: 70 percent or above in B.Tech, Class X and XII and No backlogs at the time of interview
Resume Tip
Resume tip

Tip 1: Don't lie on your resume
Tip 2: You should be thorough with whatever skill in mentioned on your resume.

Interview rounds
01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date1 Aug 2022
Problems2
Balanced parentheses

Given an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses.

Note :

view more
Problem approach

This was a function problem. We need to complete the function ispar() that takes a string as a parameter and returns a boolean value true if brackets are balanced else returns false. The printing is done automatically by the driver code.

Try solving now
K Largest Element

You are given an unsorted array containing ‘N’ integers. You need to find ‘K’ largest elements from the given array. Also, you need to return the elements in non-decreasing order.

Input Forma...
view more
Problem approach

Completed the function kLargest() that takes the array, N and K as input parameters and returns a list of k largest element in descending order.

Try solving now
02
Round
Easy
Online Coding Test
Duration60 Minutes
Interview date15 Aug 2022
Problems2
Print All Possible Paths From Top Left Corner To Bottom Right Corner Of A 2-D Matrix

You are given an ‘M*N’ Matrix, You need to print all possible paths from its top left corner to the bottom right corner if given that you can either move right i.e from (i,j) to (i,...

view more
Problem approach

Completed the function numberOfPaths() which takes m and n as input parameter and returns count all the possible paths.
The answer was very large, so computed the answer modulo 10^9 + 7.

Try solving now
Word Break

You are given a list of “N” strings A. Your task is to check whether you can form a given target string using a combination of one or more strings of A.

Note :
view more
Problem approach

Completed wordBreak() function which takes a string and list of strings as a parameter and returns 1 if it is possible to break words, else return 0.
No need to read any input or print any output as it was done by driver code.

Try solving now
03
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date16 Aug 2022
Problems1
Min Jumps
view more
Problem approach

No need to read input or print anything. Your task is to complete function minJumps() which takes the array arr and it's size N as input parameters and returns the minimum number of jumps. If not possible returned -1.

Try solving now
04
Round
Easy
HR Round
Duration30 minutes
Interview date15 Sep 2022
Problems1
Basic HR Question

Where do you see yourself after 5 years?

Start a Discussion
Similar interview experiences
company logo
SDE - 1
5 rounds | 6 problems
Interviewed by Walmart
2696 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 4 problems
Interviewed by Walmart
612 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Walmart
317 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 6 problems
Interviewed by Walmart
8 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Trilogy Innovations
16838 views
0 comments
0 upvotes
company logo
SDE - Intern
5 rounds | 6 problems
Interviewed by Josh Technology Group
10658 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
6414 views
4 comments
0 upvotes