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

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online UX Designer Job Interview Questions And Answers