Open In App
Related Articles

Samsung Interview Experience | Set 6 (For Internship at Samsung Research Institute)

Improve Article
Improve
Save Article
Save
Like Article
Like

There were total 2 rounds.

Round 1:
There were 60 MCQs(20 English + 20 Logical reasoning + 20 Data Interpretation ) to be solved in 1 hour.

Round 2:
I got 3 coding questions.
1) Given two numbers. I have to find the number of bit which are required to change in binary conversion of 1st number so that It get converted into second number.
I have to simply compare the bits of both the numbers and whenever the bit is different insrease count by 1 and return count at the end.

2) Find Excel column name from a given column number

3) Given a string, I have to find the number of patterns of 1[0]1
where [0] represents any number of zero(minimum requirement is one 0)
there should not be any other character except 0 in the [0] sequence.
eg. 100001abc101
Ans- 2
eg. 1001ab010abc01001
Ans- 2

Both the rounds were hosted by cocubes.com
I solved all the three problems & got selected for the internship.
I thanks geeksforgeeks for this success.

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.

Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 16 Jul, 2019
Like Article
Save Article
Previous
Next
Similar Reads