Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare
4.0

based on 6.9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Software Developer Intern Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top Samsung Software Developer Intern Interview Questions and Answers

  • Q1. Remove Consecutive Duplicates For a given string(str), remove all the consecutive duplicate characters. Example: Input String: "aaaa" Expected Output: "a" Input String: " ...read more
  • Q2. Longest Increasing Subsequence For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the ...read more
  • Q3. Move All Negative Numbers To Beginning You are given an array 'ARR' consisting of 'N' integers. You need to rearrange the array elements such that all negative numbers ap ...read more
View all 58 questions

12 Samsung Software Developer Intern Interview Experiences

61 questions found

Sort by: Popular
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Easy Binary search and tree questions were asked

2

Technical Round (2 Questions)

  • Q1. Binary search on rotated array
  • Q2. ACID in dbms was asked

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 27 Dec 2021

I was interviewed in Nov 2021.

2 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 70 minutes
Round difficulty - Medium

It was held at 7:00 pm. STL functions were not allowed. But STL containers like queues were allowed. One question was easy-medium, one was medium and one was hard. Everyone got different sets of questions. Make sure you solve all the questions from Samsung online Test, as they tend to repeat. Only 2 sample test cases were visible and Other Test Cases were hidden.

  • Q1. Game of Stones Given the count of total stones in a game. Two-player ‘Ale’ and ‘Bob’ are playing the game. Your task is to find who will win the game if both th...read more
  • Q2. Largest Number in Binary Tree You have been given a Binary Tree of 'N' nodes where the nodes have integer values. Your task is to find the largest numbe...read more
  • Q3. Bridges In A Graph Given an undirected graph of V vertices and E edges. Your task is to find all the bridges in the given undirected graph. A bridge in any grap...read more
2

Coding Test Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

The interviewer was very friendly. It started at 10:00 AM and lasted for 60 minutes. It was the only technical interview and NO HR interview was there. The video was kept on with screen sharing.

  • Q1. Sum of Digits Ninja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less ...read more
  • Q2. Sum Of Squares Of First N Natural Numbers You are given an integer 'N'. You need to find the sum of squares of the first 'N' natural numbers. Fo...read more
  • Q3. Convert A Given Binary Tree To Doubly Linked List Given a Binary Tree, convert this binary tree to a Doubly Linked List. A Binary Tree (BT) is a data structure ...read more
  • Q4. Output Question class A{    int n;    public :    void fun(A *a){        if(n == a->n){      ...read more

Interview Preparation Tips

Eligibility criteriaCircuital Branches(CSE, ECE,EE) having CGPA more than 7Samsung interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Objected Oriented Programming, DBMS, SQL, Operating SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never mention anything in RESUME in which you're not confident
Tip 2 : For on-campus opportunities try to maintain a good CGPA. Try to maintain at least 7.5 CGPA
Tip 3 : While practicing questions please make sure you make notes if them, it will be mostly required if your interview is scheduled in 1-2 days.
Tip 4 : Never submit questions just for the sake of increasing the count on problems solved. Try to think of one problem from a different perspective. 
Tip 5 : Please give timed contests it will be helpful in clearing ONLINE TESTS. Please note Interviews are easier than Online Tests and mostly standard questions are asked.

Application resume tips for other job seekers

Tip 1 : Mention only those things you feel confident
Tip 2 : If you're DSA heavy mention ranking if any, the number of problems solved. And if you're development heavy include projects and 2-3 lines about each project.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with top interview questions

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed in Dec 2020.

2 Interview Rounds

1

Video Call Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

This round was scheduled in the evening hours and all the participants were required to fill a form which was shared 15 minutes prior to the start of the online coding round. This form was filled out probably for the security reasons and to ensure that no one disinterested participant gives the test.

  • Q1. Triplets with Given Sum You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds...read more
  • Q2. BST to greater tree Given a binary tree with 'N' number of nodes, convert it to a Greater Tree such that data of every node of the original BST is chang...read more
2

Assignment Round (1 Question)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. Assignment Was given a assignment to be completed within 7 days. I completed the assignment within 4 days and all the implementations were optimal and server wa...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaabove 8 cgpa, CS/IT branches allowedSamsung interview preparation:Topics to prepare for the interview - Recursion, Dynamic programming, OOPS, Sysytem Design, TreesTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 3 major web dev project
Tip 2 : Practice from interview bit

Application resume tips for other job seekers

Tip 1 : Resume should not be more than 1 page
Tip 2 : Be precise and honest

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Nov 2020.

2 Interview Rounds

1

Video Call Round (3 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This was the only technical round held for shortlisted students. Students were divided in multiple batches and each batch was interviewed by a panel of one Technical and one HR interviewer. This round was scheduled on Samsung's internal video conferencing platform which was accessible through windows machine only. This round was based on data structures, algorithms and computer science subject's questions. My interview was scheduled at 2:00pm. Interviewers were very friendly and overall environment was positive.

  • Q1. Delete a Node from Linked List You have been given a linked list of integers. Your task is to write a function that deletes a node from a given position, 'P...read more
  • Q2. Rotate matrix by 90 degrees You are given a square matrix of non-negative integers 'MATRIX'. Your task is to rotate that array by 90 degrees in an anti-...read more
  • Q3. OS Questions What are semaphores? What is memory management unit? What is a deadlock? What are the necessary conditions for a deadlock to occur? What is demand ...read more
2

HR Round (1 Question)

Round duration - 10 Minutes
Round difficulty - Easy

In this round, basic HR questions were asked. Questions were behavioural and very easy to answer. It happened via a telephonic call and lasted approximately 10 minutes.

  • Q1. Basic HR Questions What did you like most about the job description? Describe the workplace where you’ll be most happy and productive. Tell about what Samsung R...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from J.C. Bose University of Science and Technology, YMCA. I applied for the job as SDE - Intern in NoidaEligibility criteriaCGPA of 8 and aboveSamsung interview preparation:Topics to prepare for the interview - Data Structures, Dynamic Programming, Operating System, DBMS, OOPS, Computer Networking, SQL, BacktrackingTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice a lot of programming problems. Participate in competitive programming contests. 
Tip 2 : Make sure you have your computer science fundamentals very clear and maintain a decent CGPA. 
Tip 3 : Do couple of real problem solving projects.

Application resume tips for other job seekers

Tip 1 : Maintain a precise and self speaking one page resume.
Tip 2 : Avoid adding non-technical achievements (eg. 1st position in dancing, singing competition etc.)

Final outcome of the interviewSelected

Skills evaluated in this interview

Samsung interview questions for designations

 Software Developer

 (40)

 Embedded Software Developer

 (1)

 Frontend Developer Intern

 (1)

 SDE Intern

 (1)

 Intern

 (8)

 Developer

 (1)

 Software Engineer

 (49)

 Summer Intern

 (2)

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Oct 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

The round had 2 coding problems to solve with varying difficulty. Each candidate had a different set of questions. The round was around 2 pm. The webcam was turned on to keep an eye on candidates.

  • Q1. Count Leaf Nodes You are given a Binary tree. You have to count and return the number of leaf nodes present in it. A binary tree is a tree data structure in whi...read more
  • Q2. 0 - 1 Knapsack A thief is robbing a store and can carry a maximum weight of ‘W’ into his knapsack. There are 'N' items available in the store and the we...read more
2

Face to Face Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was my first face to face interview and I was very nervous. It was at 10 am in the morning. However, my interviewer was very friendly and asked for my introduction in the beginning. He also gave me hints whenever I felt stuck.

  • Q1. Longest Increasing Subsequence For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elemen...read more
  • Q2. Merge Two Sorted Linked Lists You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the hea...read more
  • Q3. Basic Interview Questions I was asked to explain any one project out of my resume in details. It included the problem statement, technologies used and challenge...read more
3

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was my last round and I hoped it to go good just like the other rounds. The interviewer was very straight to point and professional. The interview lasted for 30 minutes.

  • Q1. Basic HR Questions

    What is your Interest?

    What you want to join this organization?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Motilal Nehru National Institute of Technology, Allahabad. Eligibility criteriaAbove 8 CGPASamsung interview preparation:Topics to prepare for the interview - C++, Data Structures and Algorithms, Operating Systems, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare Data structures properly. It is not important part of the process. Also, understand the famous algorithms for sorting and searching. 
Tip 2 : Do around 5-6 questions in a day. Analyze as them properly. participating in Competitive Coding Contest at Leetcode helps a lot in increasing the speed.
Tip 3 : Prepare your resume well with mentioning only those skills which you are confident about.

Application resume tips for other job seekers

Tip 1 : Have only those skills and projects which are related to your project.
Tip 2 : Don't fake anything on the resume. It really leaves a negative impression if the interviewer gets to know that it is faked.
Tip 3 : Try to have a crisp and short resume mentioning only necessary details.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 15 Sep 2021

I was interviewed in Sep 2020.

3 Interview Rounds

1

Coding Test Round (3 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Online Coding Round held on CoCubes Platform 
Duration: 70 mins Camera and Mic enabled

Tip: 1) CoCubes platform does allow to use in-built library functions. So one cannot use even in-built sort function.
2) Make sure you write the most optimal code in terms of time complexity.

Questions were put from a question bank so they were different to each candidate. 
Shortlisting for next round was done based on time taken, code readability and hidden test cases clearance.
Around 6 students were selected for next round.

  • Q1. Ceil from BST Ninja is given a binary search tree and an integer. Now he is given a particular key in the tree and returns its ceil value. Can you help Ninja so...read more
  • Q2. 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...read more
  • Q3. Minimum insertions to make a string palindrome A palindrome string is one that reads the same backward as well as forward. Given a string 'STR', you nee...read more
2

Video Call Round (7 Questions)

Round duration - 50 minutes
Round difficulty - Medium

Technical Interview held over Skype video call. Interviewer was friendly.
Timing: Around 11 am

I was asked to share my screen and code of any preferred editor.

  • Q1. Merge Sort Linked List You are given a Singly Linked List of integers. Sort the Linked List using merge sort. Merge Sort is a Divide and Conquer algorithm. It d...read more
  • Q2. Reverse Linked List You are given a Singly Linked List of integers. You need to reverse the Linked List by changing the links between nodes. Input Format : The ...read more
  • Q3. Implement a priority queue Ninja is given a task to implement a priority queue using Heap data structure. The Ninja is busying preparing for the tournament., So...read more
  • Q4. Insertion in AVL Tree Ninja has to implement an ‘AVL_TREE’ from scratch. He is given ‘N’ values, representing the values of nodes to be inserted. Ninja has to i...read more
  • Q5. Longest Palindromic Substring You are given a string (STR) of length N. Your task is to find the longest palindromic substring. If there is more than one palind...read more
  • Q6. Puzzle How do we measure forty-five minutes using two identical wires, each of which takes an hour to burn? We have matchsticks with us. The wires burn non-unif...read more
  • Q7. OS Questions

    Questions related to virtual memory and cache implementation.

3

Video Call Round (5 Questions)

Round duration - 32 minutes
Round difficulty - Hard

Technical Interview held over Skype video call. Round stared with "Tell me about yourself ?" question and then the interviewer reviewed my resume and asked some project related question. Then he moved to coding & OOPS related questions.

For coding problems I was asked to share my screen and code in my preferred editor. For each question optimized solution was expected by the interviewer.

  • Q1. Remove Consecutive Duplicates For a given string(str), remove all the consecutive duplicate characters. Example: Input String: "aaaa" Expected Output:...read more
  • Q2. Maximum subsequence sum such that no three are consecutive You are given an array A of length N consisting of positive integers. Your task is to print the maxim...read more
  • Q3. Longest Substring Without Repeating Characters Given a string 'S' of length 'L', return the length of the longest substring without repeating ch...read more
  • Q4. Aptitude Question

    How many rectangles and squared are there in a chessboard.
     

  • Q5. OOPS Questions Design a class of shapes Some basic oops questions, singleton design patterns , cons & des calling seq , dangling objects/pointers , diamond ...read more

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 7.5 CGPASamsung interview preparation:Topics to prepare for the interview - DBMS, OS, OOPS, Dynamic Programming, Trie DS, Graphs, Standard AlgorithmsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do prepare OOPS, OS and DBMS
Tip 2 : Solve must do interview questions of GFG
Tip 3 : Participate in codeforces & leetcode contests
Tip 4 : Prepare for HR type questions

Application resume tips for other job seekers

Tip 1 : Have at least two good projects
Tip 2 : Don't write false things on resume. Write what you know and feel confident about !!
Tip 3 : Mention your technical achievements

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 18 Oct 2021

I was interviewed before Oct 2020.

1 Interview Round

1

Coding Test Round (2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

Round 1 was of 2 hours duration. 1 hour for MCQs (60 MCQs) and 1 hour for coding questions(3 Coding Questions). MCQs were aptitude based (Verbal + Data Interpretation + Quantitative Aptitude).

  • Q1. Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1...read more
  • Q2. Minimum Jumps Bob lives with his wife in a city named Berland. Bob is a good husband, so he goes out with his wife every Friday to ‘Arcade’ mall. ‘Arcade’ is a ...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from NATIONAL INSTITUTE OF TECHONOLGY, Hamirpur. I applied for the job as SDE - Intern in DelhiEligibility criteria7 CGPASamsung interview preparation:Topics to prepare for the interview - Graph, Tree, Array, LinkedList , Dynamic ProgrammingTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Revise properly
Tip 2 : Strong DS algo
Tip 3 : try all the standard question of each topic

Application resume tips for other job seekers

Tip 1 : One page
Tip 2 : 2-3 projects
Tip 3 : Mention your achivemnts
Tip 4 : mention your cgpa

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 15 Sep 2021

I was interviewed in Oct 2020.

1 Interview Round

1

Face to Face Round (7 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was a face to face round held on Cisco webex.
This round was completely on DS-Algo and OOPS.
The level of the questions asked was from medium level to hard level.

  • Q1. Stack using queue Implement a Stack Data Structure specifically to store integer data using two Queues. There should be two data members, both being Queues to s...read more
  • Q2. Remove Duplicates from String You are given a string (STR) of length N, consisting of only the lower case English alphabet. Your task is to remove all the dupli...read more
  • Q3. Palindrome Linked List You are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise ret...read more
  • Q4. Word Search You are given a two-dimensional grid having 'N' rows and 'M' columns, consisting of upper case characters. You are also given a wor...read more
  • Q5. Merge Sort Given a sequence of numbers ‘ARR’. Your task is to return a sorted sequence of ‘ARR’ in non-descending order with help of the merge sort algorithm. E...read more
  • Q6. DBMS

    QUESTIONS ON: :

    Normalization Techniques
    Transactions
    B/B+ Trees

  • Q7. Operating System

    Questions on:

    LRU
    Memory Management

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - Intern in NoidaEligibility criteria8 CGPASamsung interview preparation:Topics to prepare for the interview - Resume, C++, Data Structures and Algorithms, Projects, OOPS, Operating System, Database management system, System DesignTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare your resume well. 
Tip 2 : Deploy your projects so that the interviewer can view it. Also provide a hyperlink on your resume.
Tip 3 : Be thorough with Data Structures and Algorithms. Also prepare well topics such as OS,DBMS.

Application resume tips for other job seekers

Tip 1 : Deploy your projects so that the interviewer can view it. Also provide a hyperlink on your resume
Tip 2 : It's not important to have fancy projects. Only mention those on which you're confident.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed before Sep 2020.

2 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Easy

The round was taken on Cocubes platform with video enabled . The time I chose was 3:00 P.M.

  • Q1. Make Maximum Number Given a linked list such that each node represents a digit. Construct the maximum number possible from the given digits. You just need to pr...read more
2

Coding Test Round (2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

The coding problems were medium and it was held online on Cocubes at 4:00 PM

  • Q1. Maximum sum path from the leaf to root You are given a binary tree of 'N' nodes. Your task is to find the path from the leaf node to the root node which...read more
  • Q2. Check Graph is Bipartite or not Given a graph, check whether the graph is bipartite or not. Your function should return true if the given graph's vertices c...read more

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaAbove 8 CGPASamsung interview preparation:Topics to prepare for the interview - Dynamic Programming, Greedy Techniques, Data Structures, OOPs, DBMS, Graph TheoryTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare OS, DBMS and OOPs also
Tip 2 : Do Competitive Coding Contest from CodeForces.
Tip 3 : Do leetcode 2 months before interviews.

Application resume tips for other job seekers

Tip 1 : Have some good coding profiles on various platforms
Tip 2 : Mention some projects or past experience relevant to your stream

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed before Sep 2020.

3 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 180 minutes
Round difficulty - Easy

The round had 3 problems to solve. There were multiple sets and each candidate had a different set of problems to solve.
- Timing: Afternoon (2pm - 5 pm)
- Environment: In a college environment with invigilators present to avoid any bad practices.

  • Q1. Find Path You are given a tree with 'N' nodes with 'N' - 1 distinct edge. You are also given two nodes 'N1' and 'N2'. You have t...read more
  • Q2. Count Leaf Nodes You are given a Binary tree. You have to count and return the number of leaf nodes present in it. A binary tree is a tree data structure in whi...read more
2

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was a pen and a paper round. We were required to solve a problem with pen and paper. Also, we were not allowed to use an inbuilt data structure and algorithm.

  • Q1. Shortest Path in a Binary Maze Given a maze in the form of a binary rectangular matrix of size M*N, where each element can either be 0 or 1, the task is to find...read more
3

Face to Face Round (2 Questions)

Round duration - 20 minutes
Round difficulty - Easy

It was the first and only face to face interview. The round was majorly about Data structures and algorithms. Some people were also asked some standard puzzles.

  • Q1. Power of Two You have been given an integer 'N'. Your task is to return true if it is a power of two. Otherwise, return false. An integer 'N' is...read more
  • Q2. Reverse the String You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string....read more

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Netaji Subhas University Of Technology. Eligibility criteria7+ CGPASamsung interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Object-Oriented Programming, Operating Systems, Competitive Programming, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Competitive programming plays a major role when you are appearing for coding rounds as a fresher. In the coding rounds, you won't get direct problems copied from Geeksforgeeks or Leetcode. You would be required to use your logical thinking to go ahead in the process. This is where competitive programming helps.

Tip 2 : Coding rounds are all about Coding + Timing. Most people fail to excel due to the pressure of a timer ticking on your head. So, instead of just solving problems, try to participate in timed contests. This will help you be used to the pressure of the timer.

Tip 3 : Many big companies like Microsoft, Amazon, and even Google expect you to be good at standard problems. So, once you are done with coding round by your logical skills and competitive programming, you must be well versed with some standard problems in order to excel.

Tip 4 : Patience is the key to success. The internships and placements are a little luck-based. You may fail despite being an amazing programmer due to the pressure of situations. It's important to give yourself time, stay calm, and learn from your mistakes. 

Tip 5 : Do at least 1 good project for internship and 2 good projects for placement interviews.

Tip 6 : Your practice is not defined by the number of problems you solve. It is defined by how you solve the problem. Memorizing 500 problems may not get you a job. But understanding the concept and DSA behind 200 problems may make you excel and help you get a job at Google.

Application resume tips for other job seekers

Tip 1 : Make it short, crisp, and simple. It is always good to have a 1 pager resume. 

Tip 2 : Resume must comprise of the following: Educational Qualifications, Technical skills, Projects, Work experience (if any), Achievements. Other than this, you may include some extra co-curricular achievements.

Tip 3 : Keep a balance in your resume. A resume having 6-7 projects and no DSA skills are not good. Similarly, a resume full of competitive programming achievements is not good. A resume must have both in a balanced way. 3-4 projects is more than sufficient.

Final outcome of the interviewSelected

Skills evaluated in this interview

Samsung Interview FAQs

How many rounds are there in Samsung Software Developer Intern interview?
Samsung interview process usually has 2 rounds. The most common rounds in the Samsung interview process are Coding Test and Technical.
What are the top questions asked in Samsung Software Developer Intern interview?

Some of the top questions asked at the Samsung Software Developer Intern interview -

  1. Binary search on rotated ar...read more
  2. ACID in dbms was as...read more

Tell us how to improve this page.

Samsung Software Developer Intern Salary
based on 6 salaries
₹4.6 L/yr - ₹14 L/yr
47% more than the average Software Developer Intern Salary in India
View more details

Samsung Software Developer Intern Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

4.2

Skill development

5.0

Work-Life balance

4.5

Salary & Benefits

4.7

Job Security

4.7

Company culture

4.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 3 Reviews and Ratings
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Software Engineer
1.1k salaries
unlock blur

₹6.8 L/yr - ₹24.1 L/yr

Assistant Manager
1k salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Manager
558 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
500 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Xiaomi

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview