Mobile App Design Mobile App Design MCQ 5 — Questions and Answers
Question 1: A mobile app refreshes its feed every time the user returns to it from the background, losing their scroll position. Which design principle is being violated?
- Progressive disclosure
- State preservation (Correct answer)
- Visual continuity
- Lazy loading
Correct answer: State preservation
State preservation means the app should remember and restore the user's position and context when they return, not restart the experience from scratch.
Question 2: What is 'haptic feedback' used for in mobile app design?
- Increasing screen brightness during interactions
- Providing tactile confirmation of actions through device vibration (Correct answer)
- Speeding up animations to feel more responsive
- Sending a push notification after an action is completed
Correct answer: Providing tactile confirmation of actions through device vibration
Haptic feedback uses the device's vibration motor to give users physical confirmation that an action has been registered, enhancing perceived responsiveness.
Question 3: Which approach is most effective when designing a mobile onboarding flow?
- Present all app features in a multi-screen tutorial before allowing access
- Delay sign-up and let users experience core value before requesting an account (Correct answer)
- Require users to complete a profile before showing any content
- Display a full terms of service screen on first launch
Correct answer: Delay sign-up and let users experience core value before requesting an account
Letting users experience the app's value before requiring sign-up reduces friction and increases the likelihood they will complete registration.
Question 4: What is the 'rule of thirds' applied to mobile screen layout?
- Using three typefaces to create visual variety
- Dividing the screen into a 3x3 grid to place key elements at intersection points (Correct answer)
- Ensuring no more than three items appear in any navigation menu
- Allocating one third of the screen to ads and two thirds to content
Correct answer: Dividing the screen into a 3x3 grid to place key elements at intersection points
The rule of thirds divides the layout into a 3x3 grid and places important elements near the four intersection points, creating natural visual balance.
Question 5: When a user submits a form with errors, what is the best practice for displaying validation messages?
- Show a single summary alert listing all errors at the top of the screen
- Highlight each invalid field with an inline error message directly beneath it (Correct answer)
- Clear all fields and ask the user to start over
- Display errors only after the user taps outside the form
Correct answer: Highlight each invalid field with an inline error message directly beneath it
Inline error messages placed directly below the relevant field let users fix mistakes in context without losing their place in the form.
Question 6: What is 'dark mode' implementation best practice in mobile app design?
- Simply inverting all colors using a CSS filter or OS inversion setting
- Designing a distinct color palette with reduced luminance surfaces and adjusted contrast (Correct answer)
- Converting all background colors to pure black (#000000) only
- Applying a semi-transparent dark overlay on top of the light-mode UI
Correct answer: Designing a distinct color palette with reduced luminance surfaces and adjusted contrast
True dark mode requires a purpose-built palette with dark (not pure black) surfaces, re-evaluated contrast ratios, and adjusted color saturation.
Question 7: What does the 'thumb zone' heatmap tell a mobile designer?
- Which areas of the screen receive the most sunlight glare outdoors
- The regions of a phone screen that are easy, hard, or impossible to reach with the thumb (Correct answer)
- The locations where users most commonly hold their thumbs while reading
- Hotspots where accidental touches most frequently occur
Correct answer: The regions of a phone screen that are easy, hard, or impossible to reach with the thumb
The thumb zone heatmap shows reachability zones on a phone screen, guiding designers to place frequent actions in the easy-reach (green) zone and less-used controls higher up.
A mobile app refreshes its feed every time the user returns to it from the background, losing their scroll position.
Which design principle is being violated?