Mobile UI performance issues are common in consumer apps such as Instagram, especially on animation-heavy screens. Interviewers ask this to evaluate whether you can debug performance systematically instead of guessing.
A mobile screen feels janky during scroll or animation. Walk through how you would diagnose and fix it.
Address these points:
The interviewer expects a structured debugging process, not platform-specific trivia. You should explain the rendering pipeline at a practical level, describe the signals you would inspect in profiling tools, and connect likely symptoms to targeted fixes.