Samsung
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Culture in the context of profession and workplace refers to the shared values, beliefs, behaviors, and norms that shape the work environment.
Culture influences how employees interact, communicate, and collaborate.
It sets the tone for the work environment and impacts employee engagement and productivity.
Culture can be reflected in the company's mission, vision, and core values.
It can also be seen in the organization's ...
I was interviewed in Sep 2020.
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.
Given a Binary Search Tree (BST) and an integer, write a function to return the ceil value of a particular key in the BST.
The ceil of an integer is defined as the s...
Given a Binary Search Tree (BST) and a specified range [min, max], your task is to remove all keys from the BST that fall outside this range. The BST should remain vali...
Determine the minimal number of characters needed to insert into a given string STR
to transform it into a palindrome.
STR = "abcaa"
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.
You are given a singly linked list of integers. Your task is to sort the linked list using the merge sort algorithm.
Merge Sort is a divide and conq...
Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.
The first line of input is an intege...
Ninja has been tasked with implementing a priority queue using a heap data structure. However, he is currently busy preparing for a tournament and has requested yo...
Create an AVL tree from scratch. You will be provided with ‘N’ values representing node values you need to insert into the AVL tree. After inserting all values, return the root of ...
You are provided with a string STR
of length N
. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...
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.
For a given string str
, remove all the consecutive duplicate characters.
Input String: "aaaa"
Expected Output: "a"
Inp...
Given an array A
of length N
consisting of positive integers, your task is to determine the maximum subsequence sum where no three consecutive el...
Given a string S
of length L
, determine the length of the longest substring that contains no repeating characters.
"abac...
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
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
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Nov 2021. There were 2 interview rounds.
Logical reasoning, digital design, analog systems
To reverse a substring, we can use string manipulation techniques.
Identify the substring to be reversed
Extract the substring from the main string
Reverse the substring using built-in functions or loops
Replace the original substring with the reversed substring in the main string
To swap variables passing by reference, use a temporary variable to store the value of one variable and then assign it to the other.
Declare a temporary variable of the same type as the variables being swapped
Assign the value of the first variable to the temporary variable
Assign the value of the second variable to the first variable
Assign the value of the temporary variable to the second variable
Samsung interview questions for popular designations
I was interviewed before Mar 2021.
Round duration - 70 Minutes
Round difficulty - Medium
This online coding round, consisted of 3 DSA problems and we were supposed to solve them in 70 mins.
Programming Languages allowed: C, C++, JAVA
Note: Python was not available.
Given a binary tree with 'N' nodes and a specific node in this tree, you need to determine and return a sorted list of the values of the node's cousins. The cousin...
Your task is to determine the maximum possible sum of a simple path between any two nodes (possibly the same) in a given binary tree of 'N' nodes with integer values.
You are provided with a gold mine, represented as a 2-dimensional matrix of size N x M with N rows and M columns. Each cell in this matrix contains a positive integer represent...
Round duration - 45 Minutes
Round difficulty - Medium
This was the first technical round and those who cleared the online coding assessment round were eligible for this round. This round consisted of questions from DSA, CS Fundamentals, my projects and questions related to frontend.
What are the various formatting tags in HTML? What is DOM? What is the significance of and tag in HTML?
Given a string str
of size N
, your task is to recursively remove consecutive duplicates from this string.
T (number of test cases)
N (length of the ...
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Design and implement a Trie (prefix tree) to perform the following operations:
insert(word)
: Add a string "word" to the Trie.search(word)
: Verify if the string "w...Round duration - 45 Minutes
Round difficulty - Medium
This was the second technical round and those who cleared the previous interview round were eligible for this round. This round consisted of questions from DSA, CS Fundamentals majorly OOPS, and my projects. How can we club two or more rows or columns into a single row or column in an HTML table?
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Tip 1 : You should be proficient in one of the 2 languages: C++, Java
Tip 2 : For each of the 4 pillars of OOPS, focus on 4 important aspects i.e. definition, use case, real-world eg., advantages.
Tip 3 : Learn about general design patterns like, Singelton, Factory, Builder etc.
Tip 1 : Mentions your past experiences.
Tip 2 : Mention at least 2 projects.
Get interview-ready with Top Samsung Interview Questions
I was interviewed before Oct 2020.
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).
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...
Tip 1 : Revise properly
Tip 2 : Strong DS algo
Tip 3 : try all the standard question of each topic
Tip 1 : One page
Tip 2 : 2-3 projects
Tip 3 : Mention your achivemnts
Tip 4 : mention your cgpa
The last project team I handled had a size of 10 members.
The team consisted of 10 members with diverse skill sets.
We had a project manager, team leads, and individual contributors.
Each member had specific roles and responsibilities.
We collaborated closely to achieve project goals.
Regular team meetings and communication channels were established.
Examples of projects handled by the team include developing a new smartphon...
I am a highly motivated and experienced professional with a strong background in technology and innovation.
I have a Bachelor's degree in Computer Science and have been working in the technology industry for over 10 years.
I have a deep understanding of software development and have successfully led multiple projects from conception to completion.
I am skilled in problem-solving and have a proven track record of finding i...
My biggest weakness is that I tend to be a perfectionist, which sometimes leads to spending too much time on a task.
I have a tendency to overanalyze and overthink things.
I often spend more time than necessary on a task to ensure it is perfect.
I sometimes struggle with prioritizing tasks due to my desire for perfection.
I am working on finding a balance between striving for excellence and being efficient.
Seeking new challenges and growth opportunities.
Desire for career advancement
Lack of professional development
Company restructuring or downsizing
Relocation or commute difficulties
Incompatibility with company culture or values
I applied via Referral and was interviewed before Mar 2022. There were 3 interview rounds.
Tell me about yourself & accomplishments
I applied via Indeed and was interviewed in Oct 2021. There were 2 interview rounds.
posted on 6 Feb 2022
I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.
Top trending discussions
The duration of Samsung interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 388 interviews
Interview experience
based on 7.1k reviews
Rating in categories
Sales Executive
1.1k
salaries
| ₹1 L/yr - ₹6.9 L/yr |
Assistant Manager
1k
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Software Engineer
860
salaries
| ₹6.2 L/yr - ₹25 L/yr |
Manager
535
salaries
| ₹10 L/yr - ₹32.9 L/yr |
Senior Engineer
478
salaries
| ₹4.3 L/yr - ₹18 L/yr |
Apple
LG Electronics
Sony
Xiaomi