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

Research Intern

Samsung R&D Institute
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, OOPS, DBMS, Operating Systems, System Design
Tip
Tip

Tip 1 : One should give ample time to DSA, rushing it won't do any benefit. 
Tip 2 : Consistency is the key, make sure that you're consistent and keep putting effort. 
Tip 3 : Keep revising the core subjects of CSE i.e. OS, DBMS, Computer Networks

Application process
Where: Campus
Eligibility: 8 CGPA
Resume Tip
Resume tip

Tip 1 : Know your resume at the back of your hand. 
Tip 2 : Don't copy-paste projects, the interviewers know sense it pretty quickly if they see a cookie-cutter code.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 minutes
Interview date20 Oct 2021
Coding problem2

The selection process is fairly simple and consists of just one coding round, having 2 problems, based on basic concepts of Data Structures And Algorithms. The time limit was 1 hour. There were various sets having different questions, but the difficulty level was uniform for all sets.

The 2 questions in my set were:

Given two binary strings, find and return the sum of those two numbers represented by those strings.
Check If Two Nodes Are Cousins

1. Add binary strings

Easy
15m average time
85% success
0/40
Asked in companies
FacebookMicrosoftSamsung R&D Institute

You have been given two binary strings ‘A’ and ‘B’. Your task is to find the sum of both strings in the form of a binary string.

Binary strings are the representation of integers in the binary form. For example, the binary strings of 9 and 16 are “1001” and “10000” respectively.

Problem approach

The idea is to start from the last characters of two strings and compute the digit sum one by one. If the sum becomes more than 1, then store carry for the next digits.

Try solving now

2. Check If Two Nodes Are Cousins

Moderate
10m average time
90% success
0/80
Asked in companies
IBMSamsung R&D InstituteAmazon

You are given an arbitrary binary tree consisting of N nodes, where each node is associated with a certain value, and two node values, a and b, you need to check if these nodes are cousins.

Two nodes are cousins of each other if they are at the same level and have different parents. Two nodes are said to be at the same level if the distance of both the nodes from the root node is the same.

A binary tree (BT) is a data structure in which each node has at most two children.

For the given binary tree:

alt txt

4 and 7 are cousins of each other since they are at the same level and have different parents, 3 and 2 respectively.
Try solving now
02
Round
Medium
Telephonic
Duration50 minutes
Interview date5 Dec 2021
Coding problem1

Asked me about my projects and research internships.

1. System Design Question

Design a recommendation system for stock prediction of a company

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 - Intern
2 rounds | 5 problems
Interviewed by Samsung R&D Institute
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Samsung R&D Institute
0 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Samsung R&D Institute
1092 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Samsung R&D Institute
1033 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Research Intern
3 rounds | 6 problems
Interviewed by Samsung
2207 views
1 comments
0 upvotes
company logo
Research Intern
1 rounds | 3 problems
Interviewed by Samsung
803 views
0 comments
0 upvotes