Exam Covering Advanced UI/UX Concepts, Accessibility Auditing, Prototyping Interactions, Mobile
Ergonomics, Design Systems, and User Research Methods with Complete Solutions for 2026.
Questions 1–150: Multiple Choice with Answers & Explanations
Section 1: Advanced UI Principles (Q1–20)
Q1. Which Gestalt principle explains why a border around a group of elements suggests they belong
together?
A) Common region
B) Similarity
C) Proximity
D) Continuity
Answer: A) Common region
Explanation: A bounding box or background color creates perceived grouping.
Q2. What is the "paradox of choice" in UI design?
A) More choices always increase satisfaction
B) Too many choices can lead to decision paralysis and dissatisfaction
C) Users always want infinite options
D) Choice quantity has no effect
Answer: B) Too many choices can lead to decision paralysis
Explanation: Limit options; curate recommendations.
Q3. Which button state indicates it has been clicked but not yet released?
A) Hover
B) Focus
C) Active
D) Disabled
Answer: C) Active (or :active in CSS)
Explanation: Provides immediate tactile feedback.
Q4. What is the purpose of a "loading spinner" vs. "skeleton screen"?
A) Spinner is always better
B) Skeleton screen reduces perceived wait time by showing content structure
C) Both are identical
D) Spinner shows content layout
Answer: B) Skeleton screen mimics final layout, reducing cognitive load
Explanation: Spinner indicates wait; skeleton indicates progress.
,Q5. What is "infinite scroll" trade-off?
A) Always good for usability
B) Great for discovery but hinders footer access and navigation
C) No trade-offs
D) Only for mobile
Answer: B) Hinders footer and specific item re-finding
Explanation: Consider pagination for task-oriented users.
Q6. What is "pull to refresh" gesture typically used for?
A) Deleting content
B) Refreshing content (e.g., email, feed)
C) Navigating back
D) Zooming
Answer: B) Refreshing content
Explanation: Common mobile pattern (e.g., Twitter, email).
Q7. What is "swipe to delete" pattern?
A) Horizontal swipe reveals delete button
B) Tap to delete
C) Long press to delete
D) Double tap to delete
Answer: A) Horizontal swipe reveals action
Explanation: Common in iOS and Android lists.
Q8. What is "long press" typically used for?
A) Simple click
B) Revealing context menu or additional options
C) Refreshing
D) Scrolling
Answer: B) Revealing context menu
Explanation: Mobile pattern (e.g., copy/paste, app rearrange).
Q9. What is "haptic feedback" in UI?
A) Visual effect
B) Vibration or tactile response to confirm action
C) Sound effect
D) Animation
Answer: B) Tactile feedback
Explanation: Improves perceived responsiveness.
Q10. What is "undo snackbar"?
A) A food item
B) Temporary message with undo action after delete/move
, C) Permanent error
D) A loading indicator
Answer: B) Transient feedback allowing action reversal
Example: Gmail "Email moved to trash. Undo?"
Q11. What is "bottom sheet" in mobile UI?
A) Modal that slides up from bottom
B) Top bar menu
C) Side drawer
D) Pop-up alert
Answer: A) Modal bottom sheet
Explanation: Common for share sheets, filters, actions.
Q12. What is "floating action button" (FAB)?
A) Button that moves randomly
B) Circular button floating above content for primary action
C) A ghost button
D) A disabled button
Answer: B) Circular FAB (Material Design)
Example: Compose button in Gmail.
Q13. What is "tooltip" best practice?
A) Appears on hover only; disappears when mouse moves
B) Persistent always
C) Blocks interaction
D) Only on mobile
Answer: A) Transient, hover-triggered, non-modal help text
Explanation: For desktop; mobile requires tap/hold.
Q14. What is "coach mark"?
A) A sports symbol
B) A first-time user hint overlay pointing to features
C) A permanent label
D) An error message
Answer: B) Onboarding hint
Example: "Tap here to compose a message" with arrow.
Q15. What is "empty state" design?
A) A bug
B) What users see when no data exists (e.g., "No messages yet")
C) A loading screen
D) A 404 page