Would I be prepared to do handyman duties
Mobile Lead Interview Questions
1,288 mobile lead interview questions shared by candidates
Write code to ignore duplicates in a string of characters. The interviewer was very specific with the language i was supposed to use(Java)
Here's some broken code, describe what's wrong with it: NSMutableArray * objects; // .... fills out objects with ReadyForDeletionObject objects for (uint i=0; i<[objects count]; i++) { ReadyForDeletionObject * object = [objects objectAtIndex: i]; if (object.shouldBeRemoved) { [objects removeObjectAtIndex: i]; } }
Identify and provide two uses cases for and against using HTMl5 over a native mobile application.
An objective C question: what function or method could be used to print out all available methods for any object at run time?
Nate and Pete were simple, standard interview questions. Andy is tough, asked some questions that I've never been asked. Hardest one was, if you were in charge of the evacuation strategy for Atlanta and a major disaster hits, what would you do?
tell me two things that you learned from various of projects
How experienced are you at drawing geriatrics?
Collaborative Programming, question in both round was something related to Hash.
Given a linked list that looks like this: Node * head; class Node { Node * next; } create a "reverse()" function that lives *within* the Node class that reverses the order of the linked list.
Viewing 21 - 30 interview questions