I applied through a recruiter. I interviewed at Samsung Electronics (Chennai) in Jul 2017
Interview
The interview was online and the interviewer asked me to write a program which I have done but the complexity of the program was O(n^2) and he asked me to do it in O(n) which I was not able to. And then he told me to wrap up the interview and I was not able to understand how he is able to judge me by asking only one question. However, I thought okay, no problem and I have asked him about the solution of the problem and I was surprised to hear his it because it was also O(n^2) but since he is an interviewer I can't argue with him.
Interview questions [1]
Question 1
Problem was to create an array from one input array where every element in output array is the next biggest element from that element.
I applied through college or university. I interviewed at Samsung Electronics (Bengaluru) in Sep 2013
Interview
4 Rounds. 1. Aptitude 2. Technical - Programming language and concepts related questions
3. Technical - Interviewer explained some project of the company and asked how we can improve it. 4. HR
Interview questions [1]
Question 1
Basic C++ concept related questions, Linked Lists- addition,deletion of node and search implementation related coding questions.
I applied online. I interviewed at Samsung Electronics (Mountain View, CA) in Mar 2017
Interview
Got a phone interview two weeks after I applied. Phone interview was simple. It includes some basic algorithm concepts and knowledge about python (I told him I am familiar with Python).
Invited to the on-site interview a few days later and scheduled it one week later. There were five white-board interviews, about one hour each. Four of them were Leetcode questions(medium to hard) or similar. One was just asking some ideas about the technology field.
Rejected one week after the on-site interview.
Interview questions [1]
Question 1
1. Merge k sorted linked-list
2. Search in rotated sorted array
3. Design LRU system