Samsung Interview Experience | Set 13 (Off-Campus )
Round 1
1 coding question ( 3 hour ): m-coloring problem with m=2. You have to run all 10 test cases to qualify.
Round 2: Face to face Interview (30 min) after 2 weeks of written test.
- Software Design patters
- Factory pattern
- Singleton pattern
- Discussion on projects done in college
- Spring framework
- MVC model
- Hibernate
Basically this round was based on Resume.
All above things were mentions in my resume so he asked.
Round 3: Face to face Interview (45 min)
1. Discussion on the coding round question. He asked me to code it again and time complexity.
2. Test if a number is power of 2 or not in one line code.
3. egg droping puzzle
https://www.geeksforgeeks.org/puzzle-set-35-2-eggs-and-100-floors/
4. Extended previous puzzle
https://www.geeksforgeeks.org/dynamic-programming-set-11-egg-dropping-puzzle/
5. Implement sizeof operator
https://www.geeksforgeeks.org/implement-your-own-sizeof/
Round 4: HR (20 min)
- Discussion on interviews.
- Why I want to leave current job.
- Why samsung.
Overall It was easy.
You just have to be confident.
Thanks
If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above
Please Login to comment...