Skip to content
Related Articles
Open in App
Not now

Related Articles

Samsung Interview Experience | Set 13 (Off-Campus )

Improve Article
Save Article
Like Article
  • Difficulty Level : Hard
  • Last Updated : 28 Jun, 2021
Improve Article
Save Article
Like Article

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

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!