I applied through an employee referral. The process took 1 day. I interviewed at Samsung R&D Institute Bangladesh (Dhaka) in Apr 2023
Interview
3 hour coding round. A single problem is given to solve. There was a custom software used to see and submit the solution. The problem can be in a range of difficulty.
Interview questions [1]
Question 1
A dynamic programming problem of basic difficulty.
I applied online. The process took 4 weeks. I interviewed at Samsung R&D Institute Bangladesh in Nov 2023
Interview
I took part in the SRBD contest. After that I got a mail and submitted my CV. Then I got a mail to attend the onsite coding test. The coding test was 3 hours long with one BFS problem.
Interview questions [2]
Question 1
What is a static method, and how does it differ from an instance method?
Given an unsorted array of integers, find the length of the longest increasing subsequence.
A subsequence is a sequence that can be derived from an array by deleting some or no elements without changing the order of the remaining elements.