Mobile App Design Case Studies & Practical Application 4 — Questions and Answers
Question 1: A fintech startup wants to launch an MVP mobile app for expense tracking. Which feature set best defines a true MVP?
- Manual expense entry, categorization, and a simple monthly summary (Correct answer)
- AI-powered receipt scanning, bank sync, multi-currency support, and team sharing
- A landing page with a 'Coming Soon' sign-up form
- All planned features with placeholder UI for unbuilt ones
Correct answer: Manual expense entry, categorization, and a simple monthly summary
A true MVP delivers the core value proposition (track expenses) with minimal features to validate demand before investing in advanced capabilities.
Question 2: Instagram's Stories feature places user-generated content in a horizontal scroll at the top of the feed. Which design goal does this layout primarily serve?
- Surfacing ephemeral, time-sensitive content without disrupting the main feed (Correct answer)
- Making the app accessible on small screens
- Reducing server load by loading less content at once
- Complying with right-to-left reading patterns
Correct answer: Surfacing ephemeral, time-sensitive content without disrupting the main feed
The horizontal Stories rail creates a dedicated, scannable zone for ephemeral content that coexists with the persistent main feed without competing for the same space.
Question 3: A team is designing an app for elderly users (65+) in the US. Which design decision is most critical for this audience?
- Larger touch targets (minimum 48x48dp) and high-contrast text (WCAG AA or higher) (Correct answer)
- Dark mode support and gesture-based navigation
- Gamification elements and streaks to drive engagement
- Micro-animations and haptic feedback for every interaction
Correct answer: Larger touch targets (minimum 48x48dp) and high-contrast text (WCAG AA or higher)
Larger touch targets and high contrast directly address the motor and vision challenges common among elderly users.
Question 4: A shopping app shows users a product is 'Only 3 left in stock!' even when inventory is actually plentiful. From a UX ethics perspective, this is:
- A dark pattern — it manufactures urgency through deception to manipulate users (Correct answer)
- An acceptable nudge because scarcity is a valid persuasion technique
- A legal requirement to show inventory levels
- A recommended pattern for conversion optimization
Correct answer: A dark pattern — it manufactures urgency through deception to manipulate users
False scarcity is a manipulative dark pattern that exploits loss aversion through deliberate deception, violating user trust and ethical design principles.
Question 5: A team conducts tree testing on their app's navigation and finds users can only locate the 'Help' section 40% of the time. The correct next step is:
- Redesign the information architecture and label for the Help section, then retest (Correct answer)
- Move the Help section to the home screen permanently
- Add a persistent Help button to every screen as a workaround
- Accept the result since 40% is sufficient for a secondary feature
Correct answer: Redesign the information architecture and label for the Help section, then retest
Tree testing identifies navigation failures; the fix is to address the IA structure and labeling problem at its root, then validate the solution with another test.
Question 6: Google Maps shows a persistent blue dot for the user's current location even while routing. This design element primarily serves:
- Spatial orientation — anchoring the user's mental model of their position in real space (Correct answer)
- Visual hierarchy — making the map more colorful
- Accessibility — helping color-blind users identify their route
- Battery optimization by reducing GPS polling
Correct answer: Spatial orientation — anchoring the user's mental model of their position in real space
The persistent location dot maintains the user's spatial self-awareness, which is the core task of a navigation app.
Question 7: A mental health app case study found that users who received a personalized check-in message on day 3 had 55% higher week-2 retention. The scalable design solution is:
- Automated, contextually personalized push notifications triggered by user activity patterns (Correct answer)
- Hiring a team to manually write check-in messages for each user
- Sending the same generic message to all users on day 3
- Adding a mandatory day-3 survey that interrupts app usage
Correct answer: Automated, contextually personalized push notifications triggered by user activity patterns
Automation using activity patterns scales the personalization effect without requiring manual effort, achieving similar retention gains across all users.
A fintech startup wants to launch an MVP mobile app for expense tracking.
Which feature set best defines a true MVP?