It was a test, the questions are based on the role.
Mobile Software Developer Interview Questions
428 mobile software developer interview questions shared by candidates
Implement a LinkedList in your language of choice. For me, it was Objective C. So the hiring manager typed this into a shared whiteboard/document browser window: LList * list = [[LList alloc] init]; [list insert:10]; [list insert:20]; [list insert:5]; [list insert:30]; [list insert:12];
twisters with palindrome strings
In 2nd interview the guy asked me to implement multiplication without using * , looks like the guy was not prepared enough for taking the interview . When they scheduled it for the first time he did not call me , they rescheduled saying something came up and he could not call. I implemented it and said it os not applicable for -ve integer , looks like the guy was not sure if (-5*-7)=35 (he said that is not always the case) , I replied saying that I know if one is +ve another is -ve answer is -ve else answer is +ve .
How well do you speak English?
Given Quadrant Q and Circle C, return all quadrants and their children which intersect, overlay, or envelop circle C. That was the only question. I only got through it with a lot of friendly encouragement and tips from interviewer.
what’s the difference between shallow copy & deep copy?
how could a iOS class call GCD’s dispatch_once API more than once?
One question I think I can share is "What was your worst project"
1) Online Test - aptitude & reasoning. Aptitude & reasoning - little tough. F2F 2) R1 -> java basics, coding questions., Android basics. 3) R2 -> java indepth concepts, Android, coding question. My projects. 4) R3 -> Manager round, gruelling on android and general design concepts, one question is related LRU cache design. My projects. 5) HR
Viewing 121 - 130 interview questions