GAQM Certified User Experience (UX) Designer (CUED) — Questions and Answers
Question 1: Which design practice ensures that error messages in forms are accessible to all users?
- Using red text exclusively to highlight errors
- Placing all errors at the bottom of the form after submission
- Displaying errors in a pop-up alert dialog
- Associating error messages with form fields programmatically and not relying only on color to indicate errors (Correct answer)
Correct answer: Associating error messages with form fields programmatically and not relying only on color to indicate errors
Accessible form errors must be programmatically linked to fields (using aria-describedby), clearly worded, and not communicated by color alone.
Question 2: What is 'kerning' in typography?
- The height of capital letters
- The vertical spacing between paragraphs
- The line thickness of a typeface
- The adjustment of space between specific character pairs (Correct answer)
Correct answer: The adjustment of space between specific character pairs
Kerning is the manual adjustment of spacing between specific letter pairs to improve visual balance and readability.
Question 3: What embodies the design of the user interface's front end?
- Visual design (Correct answer)
- Interaction design
- User research
- Information architecture
Correct answer: Visual design
Visual design is the aspect of UX that specifically focuses on the aesthetics and look-and-feel of the user interface's front end. It involves selecting appropriate colors, typography, imagery, and layout to create an beautiful and intuitive visual experience. While interaction design and information architecture are crucial, visual design directly shapes what the user sees and interacts with.
Question 4: Which ARIA attribute announces dynamic content changes to screen reader users?
- aria-expanded
- aria-label
- aria-hidden
- aria-live (Correct answer)
Correct answer: aria-live
aria-live creates a 'live region' that causes screen readers to announce content updates automatically when they occur.
Question 5: Which is a good Contextual UX example?
- Personalization
- All of the above (Correct answer)
- Google maps turning dark at nights
- Playing songs suitable to mood of the day
Correct answer: All of the above
Contextual UX involves designing experiences that adapt and respond to the user's current situation, environment, and needs. Personalization, Google Maps adjusting to night mode, and playing mood-appropriate music are all excellent examples. These features leverage context (user preferences, time of day, emotional state) to provide a more relevant and seamless user experience.
Question 6: What does the concept of 'situational disability' refer to in inclusive design?
- A cognitive condition that affects form completion speed
- A design pattern that only applies to elderly users
- A legally recognized disability that qualifies for workplace accommodation
- A temporary impairment caused by context, like holding a phone with one hand while carrying groceries (Correct answer)
Correct answer: A temporary impairment caused by context, like holding a phone with one hand while carrying groceries
Situational disabilities arise from circumstances rather than permanent conditions, reminding designers that accessibility features help everyone in various contexts.
Question 7: What is the key advantage of remote unmoderated usability testing?
- It eliminates the need for a test plan
- It requires no participant incentives
- It can reach a larger, more diverse participant pool quickly (Correct answer)
- It provides richer qualitative insights than moderated testing
Correct answer: It can reach a larger, more diverse participant pool quickly
Remote unmoderated testing allows researchers to gather data from many participants across different locations without scheduling live sessions.
Question 8: What is the primary goal of Information Architecture (IA) in UX design?
- To make websites visually appealing
- To create color schemes for interfaces
- To write code for navigation menus
- To organize and structure content so users can find information easily (Correct answer)
Correct answer: To organize and structure content so users can find information easily
IA focuses on organizing and structuring content in a way that helps users navigate and find information efficiently.
Question 9: In a semi-structured interview, what is the role of a discussion guide?
- To define the success metrics for the study
- To record participant responses automatically
- To script exact questions that must be asked verbatim
- To outline key topics and questions while allowing flexible follow-up (Correct answer)
Correct answer: To outline key topics and questions while allowing flexible follow-up
A discussion guide provides a flexible framework of topics and prompts, allowing interviewers to probe emerging themes without being rigidly scripted.
Question 10: What does 'system status visibility' mean in Nielsen's 10 Usability Heuristics?
- The system always informs users about what is happening in a timely manner (Correct answer)
- Users can customize the interface appearance
- Users can view the source code of the interface
- All system errors are logged for developers
Correct answer: The system always informs users about what is happening in a timely manner
This heuristic states the system should always keep users informed about ongoing processes through appropriate feedback within a reasonable time.
Question 11: What is 'scope creep' in UX design projects?
- The process of narrowing design options through iterative testing
- Uncontrolled expansion of project requirements beyond the originally agreed boundaries (Correct answer)
- Gradual zooming in on design details during the refinement phase
- A technique for progressively adding features based on user feedback
Correct answer: Uncontrolled expansion of project requirements beyond the originally agreed boundaries
Scope creep occurs when new features or requirements are added to a project without adjusting timelines or resources, threatening quality and delivery.
Question 12: In responsive design, what is a 'breakpoint'?
- A navigation menu state
- A point where the design fails
- A type of animation trigger
- A screen width at which the layout changes to fit the device (Correct answer)
Correct answer: A screen width at which the layout changes to fit the device
A breakpoint is a specific viewport width at which CSS rules change to adapt the layout for different screen sizes.
Question 13: What distinguishes a prototype from a mockup in UX design?
- Mockups are tested with users; prototypes are reviewed only by designers
- Prototypes are created in code; mockups are made in design tools
- Prototypes are interactive and simulate user interactions; mockups are static visual representations (Correct answer)
- Mockups are black-and-white; prototypes use full color
Correct answer: Prototypes are interactive and simulate user interactions; mockups are static visual representations
A mockup is a static, detailed visual of the design, while a prototype adds interactivity to simulate how the product will behave.
Question 14: What does WCAG stand for in web accessibility?
- Wireless Content Access Gateway
- Web Compliance Auditing Group
- Web Component Architecture Guide
- Web Content Accessibility Guidelines (Correct answer)
Correct answer: Web Content Accessibility Guidelines
WCAG is a set of internationally recognized guidelines published by the W3C to make web content more accessible to people with disabilities.
Question 15: Which research artifact maps the full experience a user has with a product or service over time?
- Affinity diagram
- Sitemap
- Journey map (Correct answer)
- Flow diagram
Correct answer: Journey map
A journey map visualizes the end-to-end experience of a user, including touchpoints, emotions, and pain points across time.
Question 16: What does 'MVP' stand for in UX product development, and what is its purpose?
- Minimum Validated Prototype — a design tested with at least five participants
- Maximum Value Prototype — a high-fidelity simulation of the complete product
- Most Viable Prototype — a prototype chosen after user testing for development
- Minimum Viable Product — a version with just enough features to satisfy early users and gather learning (Correct answer)
Correct answer: Minimum Viable Product — a version with just enough features to satisfy early users and gather learning
An MVP is a product with the minimum set of features needed to launch, learn from real users, and validate assumptions before building the full product.
Question 17: Which color model is primarily used for digital screen displays?
- HSL only
- Pantone
- CMYK
- RGB (Correct answer)
Correct answer: RGB
RGB (Red, Green, Blue) is an additive color model used for digital screens where colors are created by combining light.
Question 18: What is the key distinction between a wireframe and a prototype?
- Wireframes show layout and structure; prototypes simulate interactivity (Correct answer)
- Prototypes are lower fidelity than wireframes
- Wireframes use color; prototypes do not
- Wireframes are only used for mobile designs
Correct answer: Wireframes show layout and structure; prototypes simulate interactivity
Wireframes are static structural blueprints, while prototypes simulate user interactions and flows to test usability.
Question 19: What is Fitts's Law used to predict in UX?
- User satisfaction with a given interface
- The ideal reading speed for on-screen text
- The time required to move to and click a target based on its size and distance (Correct answer)
- The number of clicks needed to complete a task
Correct answer: The time required to move to and click a target based on its size and distance
Fitts's Law states that the time to acquire a target is a function of the distance to and size of the target—larger, closer targets are faster to click.
Question 20: What distinguishes qualitative research from quantitative research in UX?
- Qualitative explores why users behave a certain way; quantitative measures how many do (Correct answer)
- Qualitative uses surveys; quantitative uses interviews
- Qualitative requires larger sample sizes
- Qualitative is faster; quantitative takes more time
Correct answer: Qualitative explores why users behave a certain way; quantitative measures how many do
Qualitative research uncovers motivations and behaviors through observation and interviews, while quantitative research measures and counts behaviors statistically.
Question 21: What is the 'Gulf of Evaluation' in Don Norman's model?
- The time required to complete a heuristic evaluation
- The difference between expert and novice evaluations of an interface
- The gap between the actual system state and how easily users can perceive and interpret it (Correct answer)
- The distance between the user and the screen
Correct answer: The gap between the actual system state and how easily users can perceive and interpret it
The Gulf of Evaluation is the difficulty users have in determining whether the system's state matches their goals after performing an action.
Question 22: What is the purpose of an 'interaction flow' in UX design documentation?
- To describe the CSS animations applied to interface elements
- To show the color and typography choices across user flows
- To map out the sequence of screens and transitions a user moves through to complete a task (Correct answer)
- To list all third-party APIs integrated into the product
Correct answer: To map out the sequence of screens and transitions a user moves through to complete a task
An interaction flow (or user flow) diagrams the steps and decision points users navigate through a product to achieve their goals.
Question 23: What is 'keyboard accessibility' in web design?
- Ensuring all functionality can be accessed and operated using only a keyboard (Correct answer)
- Testing a website's performance using automated keyboard inputs
- Providing a virtual on-screen keyboard for touch devices
- Adding keyboard shortcut labels to buttons
Correct answer: Ensuring all functionality can be accessed and operated using only a keyboard
Keyboard accessibility ensures that users who cannot use a mouse—including those with motor disabilities—can access all features using the Tab key and other keyboard controls.
Question 24: A team is designing an error message for a failed form submission. Which approach aligns with best UX writing practices?
- 'The system encountered an unexpected validation exception.'
- 'Oops! Please check your internet connection and try again.' (Correct answer)
- 'Your request could not be processed at this time due to technical difficulties.'
- 'Error 500: submission failed.'
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 25: What does 'atomic design' methodology refer to in UX and front-end design?
- A method for breaking down user research into individual data points
- A design-to-code handoff system based on component libraries
- A scientific approach to color theory and contrast ratios
- Building interfaces from small reusable components (atoms) that combine into larger elements (molecules, organisms, templates, pages) (Correct answer)
Correct answer: Building interfaces from small reusable components (atoms) that combine into larger elements (molecules, organisms, templates, pages)
Atomic design, developed by Brad Frost, organizes UI components hierarchically from atoms (basic elements) through molecules, organisms, templates, to pages.
Question 26: What is the goal of a 'design critique' session?
- To document design decisions for the engineering team
- To identify which designer produced the best solution
- To present final designs for stakeholder sign-off
- To give and receive structured feedback on design work to improve it (Correct answer)
Correct answer: To give and receive structured feedback on design work to improve it
A design critique is a structured review session where team members give specific, constructive feedback to improve designs before they move forward.
Question 27: What is the primary purpose of a 'card sorting' exercise in UX research?
- Evaluating prototype usability
- Understanding users' mental models for navigation (Correct answer)
- Testing color preferences
- Prioritizing visual hierarchy
Correct answer: Understanding users' mental models for navigation
Card sorting reveals how users naturally group and categorize information, helping designers build intuitive information architecture.
Question 28: What are the four core principles of WCAG, known by the acronym POUR?
- Performant, Organized, Universal, Reliable
- Perceivable, Operable, Understandable, Robust (Correct answer)
- Portable, Optimized, Understandable, Readable
- Private, Open, Usable, Responsive
Correct answer: Perceivable, Operable, Understandable, Robust
The POUR principles state that content must be Perceivable, Operable, Understandable, and Robust to be considered accessible.
Question 29: What is the primary goal of a contextual inquiry session?
- To rank design preferences
- To observe and interview users in their work environment (Correct answer)
- To test a prototype remotely
- To gather quantitative survey data
Correct answer: To observe and interview users in their work environment
Contextual inquiry combines observation and interviewing to understand users within their actual work or use context.
Question 30: In IA, what distinguishes global navigation from local navigation?
- Global navigation is for mobile; local navigation is for desktop
- Global navigation is site-wide and consistent; local navigation is specific to a section (Correct answer)
- Global navigation uses text links; local navigation uses icons
- Global navigation appears at the bottom of pages; local navigation appears at the top
Correct answer: Global navigation is site-wide and consistent; local navigation is specific to a section
Global navigation remains consistent across the entire site, while local navigation is scoped to a specific section or subsection.
GAQM Certified User Experience (UX) Designer (CUED)
The CUED certification validates expertise in user-centered design, covering user research, information architecture, interaction design, prototyping, usability testing, and accessibility standards for web and mobile platforms.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds