UX Designer Question:
Download Questions PDF

Suppose a product manager in your company reports that the application is crashing. What do you do?

Answer:

This is a great question in any programming language and is really designed to see how you problem solve. You're not given much information, but some interviews will slip you more details of the issue as you go along. Start simple:

☛ get the exact steps to reproduce it.
☛ find out the device, iOS version.
☛ do they have the latest version?
☛ get device logs if possible.

Once you can reproduce it or have more information then start using tooling. Let's say it crashes because of a memory leak, I'd expect to see someone suggest using Instruments leak tool. A really impressive candidate would start talking about writing a unit test that reproduces the issue and debugging through it.

Other variations of this question include slow UI or the application freezing. Again the idea is to see how you problem solve, what tools do you know about that would help and do you know how to use them correctly.

Download UX Designer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what's your preference when writing UI's? Xib files, Storyboards or programmatic UIView?Explain me what is the best way to improve User Experience (UX) without changing the interface?