i
Samsung SDS
Filter interviews by
Clear (1)
Online HackerRank 2 coding and 30 MCQ based test
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
Aptitude + Coding Round (Easy)
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 ...
I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jan 2022. There was 1 interview round.
Samsung SDS interview questions for designations
Top trending discussions
I was interviewed before Sep 2016.
posted on 9 Nov 2021
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
You are provided with an array or list of integers named ARR
of size N
. The task is to determine two things:
Count the number of elements with odd and even occurrences in an array of integers.
Iterate through the array and use a hashmap to store the count of each element.
After counting, iterate through the hashmap to determine odd and even occurrences.
Return the counts of elements with odd and even occurrences.
You are given a singly linked list where each node contains an integer value and a reference to the next node or NULL if it is the last node. The task is to remov...
Remove nodes in a singly linked list with a greater value on the right.
Traverse the linked list and compare each node's value with the values of nodes to its right.
If a node has a greater value on the right, remove it from the linked list.
Update the references of the previous node to skip the removed node.
Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI
Tip 1 : Do not lie at all
Tip 2 : Have some projects listed
I was interviewed in Feb 2021.
Round duration - 90 minutes
Round difficulty - Medium
It is from 12 to 1:30 pm. Environment was very friendly and interviewer was very nice.
Given the first term A
, the common ratio R
, and an integer N
, your task is to find the Nth term of a geometric progression (GP) series.
The general...
Calculate the Nth term of a geometric progression series modulo 10^9 + 7.
Use the formula A * R^(N-1) to find the Nth term of the GP series.
Remember to calculate the result modulo 10^9 + 7.
Handle multiple test cases efficiently to stay within the time limit.
Round duration - 90 minutes
Round difficulty - Easy
Very friendly environment
Tip 1 : Practice DS algorithm
Tip 2 : Practice as many question you can
Tip 3 : Also practice different MCQ question
Tip 1 : Write only things you know
Tip 2 : Be truthful with your resume
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
posted on 16 Sep 2021
I was interviewed in Dec 2020.
Round duration - 45 Minutes
Round difficulty - Easy
This round was held on Google Meet Video Call at 10 A.M.
There were 2 Interviewers and they were very helpful.
Given an array containing N
distinct positive integers and a number K
, determine the Kth largest element in the array.
N = 6, K = 3, array = [2, 1, 5, 6, 3, ...
Find the Kth largest element in an array of distinct positive integers.
Sort the array in non-increasing order and return the Kth element.
Handle multiple test cases efficiently.
Ensure all elements in the array are distinct.
An E-R Diagram for Uber would include entities like User, Driver, Ride, Payment, and Location.
Entities: User, Driver, Ride, Payment, Location
Relationships: User requests Ride, Driver provides Ride, Payment for Ride
Attributes: User ID, Driver ID, Ride ID, Payment ID, Location ID
Example: User (1) requests Ride (A) from Location (X) to Location (Y) with Driver (Z) providing the Ride and Payment (123) made for the Ride.
Given a binary tree with 'N' nodes, identify the path from a leaf node to the root node that has the maximum sum among all root-to-leaf paths.
All the possibl...
Find the path from a leaf node to the root node with the maximum sum in a binary tree.
Traverse the binary tree from leaf nodes to the root while keeping track of the sum of each path.
Compare the sums of all paths and return the path with the maximum sum.
Use recursion to traverse the tree efficiently.
Consider edge cases such as when the tree is empty or has only one node.
Round duration - 30 Minutes
Round difficulty - Easy
The round was 2nd technical round conducted through Google Meet.
There were 2 interviewers and they were helpful.
Timing was from 11:10 A.M - 12:00 P.M
Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., starting from the least significant digit to ...
Add two numbers represented as linked lists and return the sum as a linked list.
Traverse both linked lists simultaneously while keeping track of carry from previous sum
Create a new linked list to store the sum digits
Handle cases where one list is longer than the other by adding remaining digits with carry
Remember to handle the case where there is a carry after adding all digits
Round duration - 15 Minutes
Round difficulty - Easy
Timing was 12:30 P.M. to 1:00 P.M.
It was held on Google Meet and HR was helpful.
Tip 1 : Contribute time for course subjects also like OS,DBMS,OOPS.
Tip 2 : Start practicing on Leetcode and InterviewBit 1 month before your Placement Drive and try solving approx 300+ questions.
Tip 3 : Regularly Participate in Coding Contests on CodeForces and try to be Expert.
Tip 1 : Don't try to lie in resume as questions can be asked on the same in depth.
Tip 2 : Mention atleast 1 project or past work experience.
Some of the top questions asked at the Samsung SDS Software Developer Intern interview -
based on 3 interviews
Interview experience
based on 4 reviews
Rating in categories
Assistant Manager
280
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
209
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
111
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Manager
82
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
59
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech