UX Design MCQ 4 — Questions and Answers
Question 1: A team is designing an error message for a failed form submission. Which approach aligns with best UX writing practices?
- 'Error 500: submission failed.'
- 'Oops! Please check your internet connection and try again.' (Correct answer)
- 'The system encountered an unexpected validation exception.'
- 'Your request could not be processed at this time due to technical difficulties.'
Correct answer: 'Oops! Please check your internet connection and try again.'
Effective error messages use plain, friendly language, explain what went wrong, and guide the user on how to recover.
Question 2: What is the primary goal of conducting a card sorting exercise?
- Testing color preference among users
- Understanding how users mentally categorize and label content (Correct answer)
- Evaluating visual hierarchy in a prototype
- Measuring task completion time
Correct answer: Understanding how users mentally categorize and label content
Card sorting reveals users' mental models for grouping and labeling content, directly informing information architecture decisions.
Question 3: Which type of usability testing allows designers to gather data from many users quickly and remotely without a moderator?
- Contextual inquiry
- Unmoderated remote usability testing (Correct answer)
- Cognitive walkthrough
- Expert heuristic evaluation
Correct answer: Unmoderated remote usability testing
Unmoderated remote usability testing uses software to capture users completing tasks independently, enabling large sample sizes at lower cost.
Question 4: What does the term 'above the fold' mean in web design?
- Content that appears only in the website footer
- The portion of a webpage visible without scrolling (Correct answer)
- A print design technique applied to digital layouts
- Navigation items hidden inside a dropdown
Correct answer: The portion of a webpage visible without scrolling
'Above the fold' refers to the visible area of a webpage on initial load, before any scrolling—prime real estate for key content.
Question 5: When designing for accessibility, what does the acronym POUR stand for?
- Portable, Optimized, Usable, Readable
- Perceivable, Operable, Understandable, Robust (Correct answer)
- Performant, Organized, Unified, Responsive
- Predictable, Observable, Usable, Refined
Correct answer: Perceivable, Operable, Understandable, Robust
WCAG's four POUR principles—Perceivable, Operable, Understandable, and Robust—form the foundation of web accessibility standards.
Question 6: A designer notices users frequently misuse a 'Delete Account' button, placing it too close to 'Save Settings'. Which design pattern best prevents accidental deletions?
- Change the button color to red
- Add a confirmation dialog requiring explicit user action (Correct answer)
- Remove the Delete Account button entirely
- Increase the font size of the Save Settings button
Correct answer: Add a confirmation dialog requiring explicit user action
A confirmation dialog (e.g., 'Are you sure?') adds a deliberate step that prevents accidental destructive actions.
Question 7: In atomic design methodology, which element represents the smallest, indivisible UI component?
- Molecule
- Organism
- Atom (Correct answer)
- Template
Correct answer: Atom
In Brad Frost's atomic design system, atoms are the fundamental building blocks—basic HTML elements like buttons, inputs, and labels.
A team is designing an error message for a failed form submission.
Which approach aligns with best UX writing practices?