Samsung interview experience Real time questions & tips from candidates to crack your interview

SDE - 2

Samsung
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, LLD, HHD, OOPS concepts, JAVA
Tip
Tip

Tip 1 : Practice DSA questions as much as you can
Tip 2 : Be prepared to explain the project you're working on
Tip 3 : Always explain what you're trying to do while writing code in interview

Application process
Where: Linkedin
Eligibility: No Criteria
Resume Tip
Resume tip

Tip 1 : Mention truth about your skills
Tip 2 : Mention only relevant experiences

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date12 May 2022
Coding problem1

It was coding round and they asked 1 DSA question and asked about my projects inn current company.

1. Find All Triplets With Zero Sum

Moderate
30m average time
50% success
0/80
Asked in companies
MicrosoftFacebookDunzo

You are given an array Arr consisting of n integers, you need to find all the distinct triplets present in the array which adds up to zero.

An array is said to have a triplet {arr[i], arr[j], arr[k]} with 0 sum if there exists three indices i, j and k such that i!=j, j!=k and i!=k and arr[i] + arr[j] + arr[k] = 0.

Note :
1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then (2, -3, 1), (-3, 2, 1) etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
Problem approach

Tip 1: Talk through the solution while writing code
Tip 2: Dry run your code with different inputs
Tip 3: Try to optimise or ask hints if you're not able to optimise your code

Try solving now
02
Round
Easy
Video Call
Duration60 Minutes
Interview date12 May 2022
Coding problem1

I was asked to design a food delivery app.

1. System Design Question

Design a food delivery app similar as Swiggy.
Requirements:
List of restaurants
Respective restaurants menu
Cart
Payment

Design schema to store things and flow of how application should work technically

Problem approach

Tip 1 : Ask whatever questions you've in mind
Tip 2 : Keep interviewer engaged with what you're thinking
Tip 3 : Don't only explain. But keep it as discussion

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Samsung
2588 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 8 problems
Interviewed by Samsung
1299 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 7 problems
Interviewed by Samsung
1830 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 7 problems
Interviewed by Samsung
2084 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
5 rounds | 12 problems
Interviewed by Walmart
29892 views
8 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Amazon
6765 views
1 comments
0 upvotes
company logo
SDE - 2
6 rounds | 8 problems
Interviewed by Amazon
5280 views
0 comments
0 upvotes