Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
3 questions medium leetcode
Depth First Search (DFS) pseudo code
Initialize a stack to keep track of nodes to visit
Start with the initial node and push it onto the stack
While the stack is not empty, pop a node from the stack and visit its neighbors
Push unvisited neighbors onto the stack
Repeat until all nodes are visited
BFS (Breadth First Search) algorithm pseudo code
Start by enqueueing the starting node
While the queue is not empty, dequeue a node and process it
Enqueue all adjacent nodes that have not been visited yet
Repeat until all nodes have been visited
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The position of the slow pointer at this point will be the middle of the linked list.
I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.
3 Questions
Easy to medium level
Topics :- Arrays, priority queue, trees, linked Lists, Dp
I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.
Coding test had medium-hard leetcode questions
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
BFS, DFS, Trees, Permutation
Samsung Research interview questions for popular designations
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
I am a passionate software engineering student with experience in Java, Python, and web development.
Currently pursuing a degree in Computer Science
Proficient in Java, Python, and web development technologies like HTML, CSS, JavaScript
Completed internships at XYZ company working on backend development projects
You should hire me because of my strong technical skills, passion for learning, and ability to work well in a team.
Strong technical skills in programming languages such as Java, Python, and C++
Proven ability to quickly learn new technologies and adapt to new environments
Experience working in collaborative team environments, such as group projects or internships
Passion for software development and a desire to continuous
Yes, I am willing to relocate for the right opportunity.
I am open to relocating for a Software Engineer Intern Trainee position.
I understand that relocation may be necessary for career growth.
I am excited about the opportunity to explore new locations and experiences.
I am flexible and adaptable to new environments.
I was interviewed in Jan 2022.
Round duration - 70 minutes
Round difficulty - Medium
3 Questions were there, with medium-level difficulty, those who solved all three questions only got selected for interviews.
Dr. Stephen wants to distribute chocolates fairly among K children. He has N boxes of chocolates arranged in a row, each containing a different number of chocolat...
Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...
Round duration - 60 minutes
Round difficulty - Easy
The interviewer asked for my introduction , then asked me to explain the project . He then asked how i developed the website from scratch i.e. he asked me about the life cycle of development of the project and some more follow up questions regarding technologies used. He then asked few questions on Operating system and OOPS and asked me to code and explain some concepts of OOPS. He then asked me one coding questions.
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...
Tip 1 : Must do Previously asked Interviews as well as Online Test Questions.
Tip 2 : Prepare OS, DBMS, OOPs, Computer Networks well.
Tip 3 : Prepare well for one project mentioned in the resume, the interviewer may ask any question related to the project, especially about the networking part of the project.
Tip 1 : Have at least one project in the resume.
Tip 2 : Must mention every skill and certificate in the resume.
Tip 3 : Must have known every strong and intermediate skill mentioned in resume.
I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.
Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.
Software testing involves executing a program or application with the intent of finding errors.
It is done to ensure that the software meets the specified requirements and is of high quality.
Testing can be done manually or using automated tools.
Types of testing include functional,...
Pointers in C are variables that store the memory address of another variable.
Pointers are declared using the * symbol.
They can be used to access and manipulate data stored in memory.
Pointers can be used to pass values by reference.
Example: int *ptr; ptr = # *ptr = 10; // num now equals 10
Arrays in C are also implemented using pointers.
Function overloading is the ability to have multiple functions with the same name but different parameters.
Functions with the same name but different parameters can be defined in the same scope.
The compiler determines which function to call based on the number and types of arguments passed.
Function overloading is commonly used in object-oriented programming languages like C++ and Java.
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
3 Medium Level DSA Questions
2 On graphs
1 on DP
I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.
Top trending discussions
The duration of Samsung Research interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 15 interviews
Interview experience
based on 992 reviews
Rating in categories
Software Engineer
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
639
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
548
salaries
| ₹0 L/yr - ₹0 L/yr |
Chief Engineer
377
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
322
salaries
| ₹0 L/yr - ₹0 L/yr |
Microsoft Research
IBM Research
Intel
TCS