Open In App

Samsung Interview Experience for Research intern

Exam pattern :

Coding Round ( 3 questions):



I have did all three problems completely and then got shortlisted for interview on the next week   

Interview Pattern : 



Round 1:

Question: Find a number a square root  of that number till there is no integer square root of that number

Example : Input 81 
Output :  3 
Example : Input 729
Output : 3
Example input :  99 
output:  -1

So he asked me to explain all approaches from brute force to the optimal solution, which he was expecting me to do in O(logn), and use different methods for each implementations(different methods in same code). He was satisfied with all implementations and code quailty.

But I was not slected to the role (total shortlist for interveiw are 12 and selected were 10) 
 

Article Tags :