Design an algorithm where you can detect a winning Tic-Tac-Toe game. Note: I heard anecdotally that their approach might instead focus on some card game (e.g. Poker or Blackjack or whatever), so be ready for shenanigans like this.
Mobile Developer Ios Interview Questions
2,733 mobile developer ios interview questions shared by candidates
Based of many Hacker Rank tests. alternate contents of two strings
They asked a lot of questions about testing, CI and CD. asked a bit about tableViews/collectionViews and how they load and reuse cells. questions about singleton, caching, Realm database (cause I mentioned it earlier). About design patterns in code. about MVC and MVVM. About automation of the release to the App store. And generally all concepts of swift and iOS development.
Nothing unexpected.
Technical Coding Test Question: Given a string as input, check if it is a palindrome. (A palindrome is a sequence of characters which reads the same backward or forward. e.g., “abccba” - Palindrome “aabbcc” - Not a palindrome)
Sure. That’s what’s the training for. We will teach you how to build applications before advertising you on the market. Now how do you feel about adding more experience to your CV to meet 5 years of required experience?
Build a react native registration screen with form validation
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?
Viewing 31 - 40 interview questions