Build a react native registration screen with form validation
Mobile Engineer Interview Questions
3,455 mobile engineer interview questions shared by candidates
Would I be prepared to do handyman duties
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?
tell me two things that you learned from various of projects
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.
Which of the following statements are true about CFSocket: (choose any combination or just one)
Given a NSArray of 100 CA layers, a loop modifies the position of each of those 100 layers. What’s the problem?
Viewing 41 - 50 interview questions