Glassdoor users rated their interview experience at Samsung Electronics as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Accountant and rated their interviews as the hardest, whereas interviews for Accountant and roles were rated as the easiest.
First was technical online assessment of 3hrs.
It was pure DSA. Here we have to run the 50 testcases.
Then was round 2 . That's a mixture of DSA and projects.
ROund 3 was HR round, Where they asked behavioural questions.
Interview questions [1]
Question 1
Swap two numbers, different approach
number of meeting rooms 1
number of meeting rooms 2
it was good they conduct 1 apti round then tech round and final HR round
the interview process is happend in our college campus only it is good experience they also asked about sql queries and resume based technical and about project questions
The interview process was highly focused on problem-solving and strong DSA fundamentals. Questions involved advanced graph algorithms, shortest paths, DFS/BFS variations, DP on graphs, and optimization techniques. Interviewers expected in-depth explanations, clean code, edge-case handling, and efficient time complexity analysis throughout multiple technical rounds.
Interview questions [1]
Question 1
One of the main OA questions was a hard DSA problem involving graphs and optimization, which could be solved using multiple approaches. During the interview, I explained my complete thought process starting from the brute-force idea to optimized solutions. We discussed different methods, their trade-offs, time complexities, edge cases, and why one approach was more efficient than the others.