Filter interviews by
I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur 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 at Netaji Subhas Institute of Technology (NSIT) and was interviewed before Sep 2022. There were 3 interview rounds.
Coding test had medium-hard leetcode questions
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
C is a general-purpose programming language developed by Dennis Ritchie in 1972.
C is used for developing operating systems, embedded systems, and system software.
It is a compiled language and has a low-level memory access.
C is the predecessor of many modern programming languages like C++, Java, and Python.
A loop is a programming structure that repeats a set of instructions until a certain condition is met.
Loops are used to iterate over a collection of data or to repeat a set of instructions a certain number of times.
There are three types of loops in most programming languages: for, while, and do-while.
Example: for (int i = 0; i < 10; i++) { // do something }
Samsung Research interview questions for designations
I was interviewed in Aug 2017.
Top trending discussions
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
It contains 35 question
The project is a web application that helps users track their daily water intake and reminds them to stay hydrated.
Users can input their daily water consumption and set goals for themselves.
The application sends notifications to remind users to drink water throughout the day.
Users can view their water intake history and track their progress over time.
Code to identify even numbers
Use the modulo operator (%) to check if a number is divisible by 2
If the remainder is 0, then the number is even
Example: int num = 6; if(num % 2 == 0) { // num is even }
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Strong communication and teamwork skills
Experience with programming languages such as Java, Python, and C++
I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.
Prepare thoroughly for aptitude...
Code for multiplication operation in programming languages
Use the * operator in most programming languages to perform multiplication
Example: int result = num1 * num2;
Remember to handle overflow cases if working with large numbers
My semester subjects include Computer Science, Mathematics, and Economics.
Computer Science - Programming, Algorithms, Data Structures
Mathematics - Calculus, Linear Algebra, Statistics
Economics - Microeconomics, Macroeconomics, Econometrics
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Experience with programming languages such as Java, Python, and C++
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Strong communication and teamwork skills
I applied via LinkedIn
The probability of bit error in a binary symmetric channel can be calculated using the formula P = 1/2 * erfc(sqrt(Eb/N0)), where erfc is the complementary error function.
Probability of bit error in a binary symmetric channel is influenced by the signal-to-noise ratio (Eb/N0).
The error function erfc is used to calculate the probability of bit error.
The formula for calculating the probability of bit error is P = 1/2 * e
I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.
I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2023. There were 4 interview rounds.
2 coding questions of medium level
based on 2 interviews
Interview experience
based on 24 reviews
Rating in categories
Software Engineer
1.6k
salaries
| ₹7 L/yr - ₹22 L/yr |
Lead Engineer
635
salaries
| ₹10 L/yr - ₹39.8 L/yr |
Senior Software Engineer
535
salaries
| ₹7.8 L/yr - ₹33 L/yr |
Chief Engineer
377
salaries
| ₹14 L/yr - ₹51 L/yr |
Engineer
320
salaries
| ₹6.7 L/yr - ₹22 L/yr |
Microsoft Research
IBM Research
Intel
TCS