Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Samsung SDS Team. If you also belong to the team, you can get access from here

Samsung SDS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Samsung SDS Software Developer Intern Interview Questions and Answers

Updated 15 May 2024

Samsung SDS Software Developer Intern Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online HackerRank 2 coding and 30 MCQ based test

Round 2 - Technical 

(1 Question)

  • Q1. Questions like sorting techniques and their worst case time complexity comparison, hashmap, grid question based on dfs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude + Coding Round (Easy)

Round 3 - One-on-one 

(3 Questions)

  • Q1. Interview with basic oops, SQL, DSA
  • Q2. What is OOPS, Ranking in DBMS.
  • Ans. 

    OOPS stands for Object-Oriented Programming System. Ranking in DBMS refers to the ordering of data in a database table.

    • OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Ranking in DBMS refers to the process of arranging data in a specific order based on certain criteria, such as numerical values or alphabetical order.

    • Examples ...

  • Answered by AI
  • Q3. Questions from Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take inter offer if you have PPO from other company. They hired 150 interns in 2023 and selected only 22 for PPO and that too with joinings being late. They have a Advanced Samsung Software Test to get PPO, but in 2023 80 interns cleared it and they hired only 23.

Skills evaluated in this interview

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell about yourself
  • Q2. Tell about the projects you have done
  • Q3. Verbal approach for 2 sum problem

I applied via Campus Placement and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) Firstly they asked questions related to projects. 2) Basics of java - oops concepts, exception handling, garbage collections. 3) DS/Algo - searching sorting algos, time complexities. 4) BDMS basic quest...

Interview Preparation Tips

Topics to prepare for Samsung SDS Software Developer Intern interview:
  • Core Java
  • DBMS
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - This round was for internship program at Samsung SDS and after internship there happens a software test of high level and on the basis of that FTE is offered.
So for clearing intership round you just need to have your basics right.

Samsung SDS interview questions for designations

 Intern

 (2)

 Software Engineer

 (1)

 SQL Developer

 (1)

 Senior Software Tester

 (1)

 Devops Engineer

 (1)

 Sde1

 (1)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Coding question and general questions
Round 3 - HR 

(1 Question)

  • Q1. Intro, ready to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - After rejected by 4 companies I get placed in Samsung

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was apti round with good apti questions and also code debugging

Round 2 - Technical 

(3 Questions)

  • Q1. About polymorphism ,code polymorphism and inheritance
  • Ans. Coded it in cpp in notepad
  • Answered Anonymously
  • Q2. 3 apti question and also discussion on resume
  • Q3. Angle between hands of clock on 10:25? Trains traveling towards eachother give speed where will they collide?
  • Ans. 

    Angle between hands of clock at 10:25 is 147.5 degrees. Trains will collide at midpoint of their initial positions.

    • To calculate angle between hands of clock, use formula: |(30*H)-(11/2)*M|

    • For 10:25, H=10 and M=25, so angle = |(30*10)-(11/2)*25| = 147.5 degrees

    • When two trains are traveling towards each other, their relative speed is added to get the collision speed.

    • The collision point is the midpoint of their initial po...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General resume based
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident it depends on interviewer what he would ask
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical MCQ questions on core computer science subjects were asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to find whether the given linked list has loop in it?
  • Q2. Explain osi model with example of browser.

I appeared for an interview in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was a Coding round with 2 programming questions which need to solved in 60 minutes in any of the languages (C/C++/Java/Python)

  • Q1. 

    Ninja and the Maze Problem Statement

    Ninja is stuck in a maze represented as a 2D grid. He can move in four directions (Up, Down, Left, Right) until he hits a wall ('1'). Once stopped, he can choose a new...

  • Ans. 

    The problem involves determining if a ninja can reach the destination in a maze by moving in four directions until hitting a wall.

    • Create a function that takes in the maze, starting point, and destination coordinates as input.

    • Implement a recursive algorithm to explore all possible paths in the maze.

    • Check if the destination can be reached from the starting point by moving in four directions.

    • Return 'True' if a path exists

  • Answered by AI
  • Q2. 

    Kth Largest Element Problem

    Given an array containing N distinct positive integers and a number K, determine the Kth largest element in the array.

    Example:

    Input:
    N = 6, K = 3, array = [2, 1, 5, 6, 3, ...
  • Ans. 

    Find the Kth largest element in an array of distinct positive integers.

    • Sort the array in non-increasing order and return the Kth element.

    • Use a priority queue or quick select algorithm for efficient solution.

    • Ensure the array contains distinct positive integers for accurate result.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was in the morning at around 10 a.m conducted on Skype.

  • Q1. 

    Median of Two Sorted Arrays

    Given two sorted arrays A and B of sizes N and M, find the median of the merged array formed by combining arrays A and B. If the total number of elements, N + M, is even, the m...

  • Ans. 

    Find the median of two sorted arrays by merging them and calculating the median of the combined array.

    • Merge the two sorted arrays into one sorted array.

    • Calculate the median of the merged array based on the total number of elements.

    • If the total number of elements is even, take the mean of the two middle elements as the median.

  • Answered by AI
  • Q2. 

    Distance Between Two Nodes in a Binary Tree

    Given a binary tree and the values of two distinct nodes, determine the distance between these two nodes in the tree. The distance is defined as the minimum num...

  • Ans. 

    Calculate the distance between two nodes in a binary tree.

    • Traverse the tree to find the paths from the root to each node

    • Find the lowest common ancestor of the two nodes

    • Calculate the distance by summing the distances from each node to the common ancestor

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

A HR Round in which the interviewer discussed about me and some things about my resume (Achievements, Projects etc.)

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteria7 CGPAAccolite interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, Trees, GraphsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 20-30 Questions for each topic in DSA
Tip 2 : Try to make some projects which solve real world problems.
Tip 3 : Try to host your project, so that interviewer can try the project hands on.

Application resume tips for other job seekers

Tip 1 : Never put anything which you don't know on your resume
Tip 2 : Keep your resume up to the point. Don't overfill it with things like your full address OR your interests. It is not required.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Google updates and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. There are three technical rounds one round will be tough
Round 3 - HR 

(2 Questions)

  • Q1. They didn't ask me anything
  • Q2. Will give U false promises and showoff about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA , but with that knowledge try for any product based company not only one in limelight you can try any other but not Accolite, because though you clear all those 3 rounds and get hired , there is nothing in this company other than false promises and mere showoff. They are either terminating or extending the internship for of no reason amid doing projects, and also you will not get the work you are trained and desired for , they will use U for QA testing rather being hired as developer

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

This round contains only 1 coding question which you have to solve in the language selected by you at the time of registration.
(Note: One can have to attempt the question in C language is he/she had selected C++ language at the time of registration).

  • Q1. 

    Topological Sort Problem Statement

    Given a Directed Acyclic Graph (DAG) consisting of V vertices and E edges, your task is to find any topological sorting of this DAG. You need to return an array of size ...

  • Ans. 

    Topological sort of a Directed Acyclic Graph (DAG) is found by ordering the vertices in such a way that for every directed edge u -> v, u comes before v in the ordering.

    • Use Depth First Search (DFS) to find the topological ordering of the vertices.

    • Start by visiting a vertex and recursively visit its neighbors before adding it to the result array.

    • Maintain a visited array to keep track of visited vertices and a stack t...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

This is a technical interview which was held on google meet. The interviewer helps me to be comfortable. He first asked me some basic questions on OOPS concepts like function overloading and overriding. Then he asked me to explain any of my project and also put some question around it. After that he asked me one DSA question and share a google docs on which I have to code it. Then we dry run the code and he was satisfied with the solution.

  • Q1. 

    Distinct Occurrences Problem Statement

    You are given two strings 'A' and 'B' of lengths 'N' and 'M' respectively. Your task is to determine how many distinct ways string 'B' occurs as a subsequence in str...

  • Ans. 

    Count the number of distinct occurrences of one string as a subsequence in another string.

    • Iterate through string A and string B to find all occurrences of B as a subsequence in A.

    • Use dynamic programming to keep track of the number of distinct occurrences.

    • Handle edge cases such as empty strings or strings of different lengths.

    • Example: For strings A='aabbcc' and B='abc', there are 3 distinct occurrences of B in A.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

This round is also a Technical Interview round. The main focus of interviewer was on OOPS concepts. Around 30mins he came up with OOPS questions only like abstract class, inheritance, interfaces, exception handling and alot of other topics. Then he asked some DBMS concepts like normalization and some SQL queries for which I gave him satisfactory answer. He also asked questions around Data structures like what are queues, stack, hashmap etc. In the end he asked one DSA question around Linked List.

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge, return -1 if no merging occurs.

    • Traverse both lists to find their lengths and the difference in lengths

    • Move the pointer of the longer list ahead by the difference

    • Traverse both lists simultaneously until they meet at the merging point

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen Institute Of Technology. Eligibility criteriaB.E/B.Tech , M.tech ,MCA , M.Sc in CS/IT and Circuit BranchesAccolite interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, DBMS, OOPS, Arrays, Dynamic Programming ,Trees, StringsTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice previous year interview questions.
Tip 2 : They focus on OOPS concept so be clear in those. 
Tip 3 : Should stand on your resume, whatever written there should be completely clear to you.

Application resume tips for other job seekers

Tip 1 : Resume should be of one page with experience, projects, skills, education, certifications(not mandatory) columns in it. 
Tip 2 : It is ok to have few things on resume but do not provide false information or points on which you cannot stand on if asked.

Final outcome of the interviewSelected

Skills evaluated in this interview

Samsung SDS Interview FAQs

How many rounds are there in Samsung SDS Software Developer Intern interview?
Samsung SDS interview process usually has 2 rounds. The most common rounds in the Samsung SDS interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Samsung SDS Software Developer Intern interview?

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

  1. What is OOPS, Ranking in DB...read more
  2. 1) Firstly they asked questions related to projects. 2) Basics of java - oops c...read more
  3. Questions like sorting techniques and their worst case time complexity comparis...read more

Tell us how to improve this page.

Samsung SDS Software Developer Intern Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Altimetrik Interview Questions
3.8
 • 217 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 140 Interviews
View all
Samsung SDS Software Developer Intern Salary
based on 8 salaries
₹2 L/yr - ₹13.5 L/yr
At par with the average Software Developer Intern Salary in India
View more details

Samsung SDS Software Developer Intern Reviews and Ratings

based on 4 reviews

2.0/5

Rating in categories

2.0

Skill development

4.5

Work-life balance

3.2

Salary

2.8

Job security

2.3

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 4 Reviews and Ratings
Assistant Manager
280 salaries
unlock blur

₹6.5 L/yr - ₹26.5 L/yr

Senior Executive
205 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Manager
113 salaries
unlock blur

₹9.6 L/yr - ₹36 L/yr

Senior Manager
82 salaries
unlock blur

₹15.9 L/yr - ₹45 L/yr

Software Engineer
60 salaries
unlock blur

₹11 L/yr - ₹17 L/yr

Explore more salaries
Compare Samsung SDS with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview