Update appNew update is available. Click here to update.
SDE - 2
Samsung
upvote
share-icon
3 rounds | 4 Coding problems
views
0 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, java
Tip
Tip

Tip 1 - Practice Atleast 250 Questions from geeks from geeks and coding ninjas
Tip 2 - Ex- Do atleast 2 good projects

Application process
Where: Referral
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume and be confident.

Interview rounds
01
Round
Easy
Online Coding Test
Duration60 minutes
Interview date20 May 2022
Problems2
Circular Tour

You have been given a circular path. There are N petrol pumps on this path that are numbered from 0 to N - 1 (Both inclusive). Each petrol pump has two values associated with it:

view more
Problem approach

Approach is to store the value of the capacity in some variable whenever the capacity becomes less than zero.

In this case You have to traverse the array only once as compared to previous method which traverses the each index twice.

Try solving now
Remove BST keys outside the given range

Given a Binary Search Tree (BST) and a range [min, max], remove all keys which are outside the given range. The modified tree should also be BST.

Input format:

view more
Problem approach

Traverse the tree in the inorder traversal. If the Binary search tree is traversed in inorder traversal the keys are traversed in increasing order. So while traversing the keys in the inorder traversal. If the key lies in the range print the key else skip the key.

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date21 May 2022
Problems1
Next Greater Element

You are given an array arr of length N. You have to return a list of integers cont...

view more
Problem approach

A tricky method is to replace all elements using one traversal of the array. The idea is to start from the rightmost element, move to the left side one by one, and keep track of the maximum element. Replace every element with the maximum element.

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date31 May 2022
Problems1
Basic HR Questions

He asked me some typical questions like why I am looking for a new job, what do you expect from this job and a few more.

He then told me that he is offering me the job and wants me to join ASAP for which he was ready to buy out from my current company.

Start a Discussion
Similar interview experiences
company logo
SDE - Intern
3 rounds | 4 problems
Interviewed by Samsung
429 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 7 problems
Interviewed by Samsung
618 views
0 comments
0 upvotes
company logo
Lead Software Engineer
3 rounds | 6 problems
Interviewed by Samsung
68 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 8 problems
Interviewed by Samsung
68 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
8813 views
7 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
5835 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
2139 views
0 comments
0 upvotes