Pregunta de entrevista de iFIT

Interview Question: Take a fixed string from inside a mobile application, perform basic string manipulation to it, and display it in a mobile app when a button is pushed.

Respuesta de la entrevista

Anónimo

4 de dic de 2020

I broke down the string manipulations into individual functions such that they could be unit tested individually, and let Android Studio take care of most of the app design/functionality. They didn't care what platform you did the app in, though (they use Xamarin).