Open In App

Samsung Interview Preparation

Last Updated : 26 Jun, 2024
Summarize
Comments
Improve
Suggest changes
Like Article
Like
Save
Share
Report
News Follow

Here, you can find all the technical resources (articles, coding problems, subjective problems, video tutorials and interview experiences) that are helpful in preparing for "Samsung Interview" !!

Company's Wikipedia URL: Samsung

Company's Website URL: www.samsung.com

Popular Articles

Count number of bits to be flipped to convert A to B

Swap two nibbles in a byte

Total number of possible Binary Search Trees with n keys

Minimum Initial Points to Reach Destination

Dynamic Programming | Set 11 (Egg Dropping Puzzle)

Find a triplet that sum to a given value

Largest Sum Contiguous Subarray

Next Greater Element

Given only a pointer/reference to a node to be deleted in a singly linked list, how do you delete it?

Find the middle of a given linked list in C and Java

Implement two stacks in an array

Delete all occurrences of a given key in a linked list

Heap Sort

Stack Data Structure (Introduction and Program)

Multiply two polynomials

Show All Articles

Popular Coding Problems

Kadane's Algorithm

Longest Increasing Subsequence

Next larger element

Permutations of a given string

Power of 2

Finding middle element in a linked list

Root to leaf path sum

Detect Loop in linked list

Left View of Binary Tree

Merge two sorted linked lists

Show All Coding Problems

Recent Interview Experiences

Samsung Topics for Interview Preparation

Samsung Innovation Campus Hackathon Experience

Samsung Interview Experience For SDE (On-Campus)

Samsung Interview Experience

Samsung R & D Institute Noida Interview Experience For Engineer - 1 (On-Campus)

List of Companies in the Samsung Group

Samsung SRI-D Interview Experience (On-Campus) 2024

Samsung SDS Interview Experience for SDE Intern

Samsung R&D Banglore Interview Experience For SDE Internship

Samsung R&D Noida Interview Experience for Internship (On-Campus) 2023

Show All Interview Experiences


Previous Article
Next Article

Similar Reads

Samsung Interview Experience | On-campus for Samsung Research Institute,Bangalore
SRI Bangalore visited my Institute for FTE as Network Software Engineer roles There were a total of 4 rounds: 1 Online Coding Round, 2 Technical F2F rounds, 1 HR round. Online Coding Round It was held on Samsung's own platform. There was 1 Question which had to be done in 3 hours The question was based on unbounded binary search Here's the exact qu
3 min read
Samsung Interview Experience | On-campus for Samsung R&D, Bangalore
Samsung R&D Bangalore visited our campus for FTEs for Network Software Engineer profile. Written round: The test consisted of 1 coding question which had to be done in 3 hours and only 5 submissions were allowed to pass all the test cases. The question was to print the vertices that form a cycle in a directed graph in sorted order. Also, the st
3 min read
Samsung Interview Experience | On-campus 2019 for Samsung Research Institute, Delhi
Campus: NIT Raipur Round 1: Online Coding Round You’ll be given a grid as below: 0 1 0 2 0 --> Non highlighted part 0 2 2 2 1 0 2 1 1 1 1 0 1 0 0 0 0 1 2 2 1 1 0 0 1 x x S x x -->highlighted yellow In the grid above, 1: This cell has a coin. 2: This cell has an enemy. 0: It contains nothing. The highlighted(yellow) zone is the control zone. S
4 min read
Samsung Interview Experience | (On-Campus for Samsung Research Institute, Noida)
Round 1: It was a 3 hours coding round and the maximum number of submissions allowed was 10, but we could compile it as much as we want. There were 50 test cases and to qualify for the interview round, all 50 test cases had to be passed (Even passing 49 Test Cases was not accepted but students having passed test cases more than 50% were offered int
3 min read
Samsung Interview Experience | On-campus 2019 for Samsung Research Institute, Noida
Round 1:  1st round of Samsung R&D, Noida was an online round . You have to pass all 50 test cases of the given question in 3 hours. The question was: Samsung wants to explore some of the rare elements for its semiconductor manufacturing. Scientists use one vehicle to explore the region in order to find the rare elements. The vehicle can move o
3 min read
Samsung Interview Experience for Internship at Samsung Research Institute
CGPA requirement: 7.0 ,branch - CSE ECE EEE ICE There was a total of 3 rounds. First-round: Online test, in this section 3 coding questions were given of easy to medium difficulty, time given was 70mins. Shortlisted were only the ones who got all 3 solved perfectly. Second round: Interview 1, it was a technical interview round, started off with an
1 min read
Samsung Interview Experience | Set 3 (Samsung Research Institute, Bangalore)
General Questions asked for SDE-1 in Samsung Research India Bangalore: 1. client server architecture 2. L value R value reference 3. OOPs concepts 4. MFC COM DCOM definition 5. big n small endian --> how to know a m/c is small or big endian? 6. Templates --> V v v interested in this 7. STL 8. Function pointers : how and y ? 9. Virtual n friend fxn
2 min read
Samsung Interview Experience | Set 4 (Samsung Research Institute, Delhi)
I am an off-campus hire. Please find my interview experience below: 1) Initially two written test were conducted: a. First is aptitude (25 Arithmetic Aptitude + 25 Data Interpretation). The questions were easy but time consuming. In this round, both speed and accuracy matters. We have to solve around 35 questions to clear this test. So, we have to
2 min read
Samsung Interview Experience | Set 6 (For Internship at Samsung Research Institute)
There were total 2 rounds. Round 1: There were 60 MCQs(20 English + 20 Logical reasoning + 20 Data Interpretation ) to be solved in 1 hour. Round 2: I got 3 coding questions. 1) Given two numbers. I have to find the number of bit which are required to change in binary conversion of 1st number so that It get converted into second number. I have to s
1 min read
Samsung Interview Experience | Set 7 (On-Campus for Samsung Research Institute)
There were total of three rounds: 1. Written Test One question (time: 3Hrs) The questions were as follow: A company sells its products with a unique serial number on it. Company has has found that there are some products that don’t sell well which are identified to have ominous numbers in the serial number of the product. So if a serial number of t
2 min read
Samsung Interview Experience | Set 8 (On-Campus for Samsung Research Institute, Noida)
Samsung visited our campus. I. Written test : Online test consisting of a coding question, which was to be solved in 3 hours. Given an integer ‘K’ and a tree in string format. We had to print the sum of all elements at Kth level from root. For example:- 0 / \ 5 7 / \ / \ 6 4 1 3 \ 9 Tree was given in the form: (node value(left subtree)(right subtre
2 min read
Samsung Interview Experience | Set 9 (On-Campus for Samsung Research Institute, Noida)
First Round : Coding Round Second Round : Tech + HR interview First Round : it was quite simple, the question was similar to , given a level K , you have to find out the sum of data of all the nodes at level K in a binary tree. it was bit tricky the input is in the form (P(C()())(C()())) P is for Parent, C is for child. if parent has one child : (P
2 min read
Samsung Interview Experience | Set 10 (On-Campus for Samsung Research Institute, Noida)
I. Written test : Same question asked in Set 8.(lucky for us)3 hrs were given to solve the question. Just keep in mind that dont submit the solution too early.They maintain record of all the submission time and they will ask that how you were able to solve the question so quickly.(They asked me) They had installed their own software.Only visual stu
4 min read
Samsung Interview Experience | Set 11 (On-Campus for Samsung R&D)
Written round: One programming question of 3 hours duration. There were two rounds : tech PI and HR round. A. Tech. PI : Firstly,interviewer went through my whole resume.He started asking questions from project done during summer internship.Questions were: 1. What is he project about? 2. Difference between 3G and 4G. 3. What is the aim of this rese
2 min read
Samsung Software - Competency Test (Samsung R&D Bangalore) Experience > 1 yrs
Round 1:   If your body Temperature is above 36 degree, You have to go back .(I don't know why?) Round 2:  we have to complete One Question within 4 hrs. There were 50 test cases, 5 test cases are visible and other 45 are in backend. Yor are not allowed to use any library functions such as Array List, Stack, Queue..... c/c++ java -allowed language,
3 min read
Samsung Topics for Interview Preparation
Table of Content Easy LevelMedium LevelEasy LevelProgram to find sum of prime numbers between 1 to nCount number of bits to be flipped to convert A to BHeap SortQueue | Set 2 (Linked List Implementation)Stack Data Structure (Introduction and Program)Swap two nibbles in a byteFind the middle of a given linked list in C and JavaWrite a program to pri
2 min read
Samsung Interview Experience | Set 34 (On-Campus for R&D Noida)
The process consisted of following round: 1) ROUND-1 : It was a 3 hours coding round and the maximum number of submissions allowed was 10 , but we could compile it as much as we want. NOTE: 1) There were 50 test cases and to qualify for the interview round, all 50 test cases had to be passed (Even passing 49 Test Cases was not accepted). 2) Those w
3 min read
Samsung Interview Experience | Set 36 (On-Campus)
Samsung Bangalore came to our campus to recruit for a software development engineer role. The following process took place. Round 1: Online test. The question was to calculate the shortest time taken from source to destination in outer space. We had n bidirectional warm holes in between which could be used for faster travel. STL or any other extra
4 min read
Samsung R&D Interview Experience | Set 37 (For developer profile)
Samsung R&D Bengaluru, visited our campus for full time recruitment. There were 5 rounds in total. 1) Online coding round 2) GD 3) Technical round 1 4) Technical round 2 5) HR Round 1: Online Coding round This was a 3 hours coding round in which we had to code 1 problem having 10 test cases. Only those students were selected for the next round
6 min read
Samsung R&D Bangalore (SRIB) Interview Experience | On- Campus for Internship 2021
Samsung R&D Bangalore (SRIB) visited our campus NIT Jalandhar for virtual on-boarding for Internship Opportunities. There were 3 rounds in total. 1) Online Coding Skill Assessment Round 2) Online Technical Interview 1 3) Online Technical Interview 2 Round 1: Online Coding Skill Assessment Round The coding round was hosted on cocubes.com in whic
5 min read
Samsung Prism Interview Experience
Samsung R&D Bangalore has started a student program, called PRISM, which offers students a chance to work on real-world projects, interact with top technical experts and provide hands-on experience in core technology domains. In this article, I will be highlighting the entire recruitment process in depth. The program is currently limited to sel
2 min read
Samsung Bangalore(SRIB) On-campus Interview Experience
Eligible branches – CSE, ECE, EI, EE B.Tech with 7+ CGPA. There were 4 rounds: Round 1: 3hrs Online Coding Round Round 2: Technical Round 1st Round 3: Technical Round 2nd Round 4: HR Round Round 1: It was a 3-hour long online contest and there was only one problem with 50 test cases. In order to qualify this round, your code needs to pass all the t
5 min read
Samsung Research Institute Bangalore Interview Experience | On-Campus 2021
Samsung Research Institute Bangalore visited our campus (NITRR) for internships(2 months) in September 2021. There were 3 rounds in total : Online coding round (day1)Technical round 1(day2)Technical round 2(day 3) Round 1: Online Coding round This was a 1 hour 10 minutes coding round in which we had to code 3 problems having 2 visible test cases an
3 min read
Samsung R&D - Bangalore Interview | Hiring -2019
Samsung R&D Bangalore conducted an on-campus interview. First Online round was conducted and shortlisted student were eligible for an interview which had 3 rounds: 2 technical and an HR . Profile: Network Software Engineer roles Online Round: This round had single question to be solved in 3 hrs. Question link: https://www.geeksforgeeks.org/find
3 min read
SAMSUNG R&D - BANGALORE (SRIB) | INTERVIEW EXPERIENCE - 2019 | ON-CAMPUS
Recently, Samsung Bangalore visited our college campus for the profile of Network Engineer. Round 1: Online coding round The very first round consisted of 1 coding question having 50 test cases to be solved within 3 hours. The languages that could be used were C, C++, and JAVA. They provided their own platform to solve and submit the solution code.
5 min read
Samsung Delhi Interview Experience | On Campus NIT Agartala | August 2019
Round 1: It was a 3 Hour Coding Test in which you need to solve a single Coding Question in C, C++ or Java. The Question may be from any paradigm of algorithm and the constraints were not that large. You can Solve this question by looking at all possibilities also. My Question Was: This There are 50 test cases and you need to pass all the test case
5 min read
Samsung R&D Bangalore Interview Experience (On-Campus 2019)
Round 1: It was a 3 hour long online contest and there was only one problem. Question :- Given a graph tell if graph is bi-parted if yes then print any one color all node. There where 10 test cases and no STL were allowed to use. Those who cleared all test case were allowed to sit in next round. Total 90 student applied and 3 student got selected f
2 min read
Samsung Bangalore (SRIB) Interview Experience | For Internship
There was an online round which was conducted on cocubes. It had three coding questions.(Time limit 90 minutes). Online Round 1. Find the missing number from given series in array. https://www.geeksforgeeks.org/find-the-missing-number/ 2. Given a binary tree, write a function that returns true if every node's data value is equal to the sum of data
3 min read
Samsung Research Institute, Noida Interview Experience (Software Engineer)
Online Test (Test Duration was 3 hours): The Online Test had 1 programming question. I suggest you to solve the previous year questions asked by Samsung as there is high probability of the same question being asked. The question was burst balloon to maximize the coins. Round 1 (Technical PI): The Panel consisted of Two interviewers. First, they ask
3 min read
Samsung R&D Institute Interview Experience
There were 3 rounds in total. Online coding round Technical round HR Round 1 Online Coding round: This was a 3 hours coding round in which we had to code 1 problem having 50 test cases. Only those students were selected for the next round who passed all the test cases. Note: You can compile your code as many numbers of times as you want, but a maxi
3 min read
Practice Tags :
three90RightbarBannerImg