GAQM Certified User Experience (UX) Designer (CUED) — Questions and Answers
Question 1: What are the four core principles of WCAG, known by the acronym POUR?
- Performant, Organized, Universal, Reliable
- Portable, Optimized, Understandable, Readable
- Perceivable, Operable, Understandable, Robust (Correct answer)
- 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 2: What is lessened by the haptic feedback system in interaction design?
- Confusion (Correct answer)
- Coincidence
- Conviction
- Congestion
Correct answer: Confusion
Haptic feedback provides tactile sensations, such as vibrations, that confirm user actions or provide information without requiring visual attention. This immediate physical response helps users understand if their input was registered or if a specific event occurred. By providing clear, non-visual cues, haptic feedback reduces uncertainty and confusion about the system's state, enhancing the user's sense of control.
Question 3: What is tree testing used to evaluate in UX design?
- The accessibility of interactive elements for screen readers
- The findability of content within a proposed navigation structure (Correct answer)
- The visual design hierarchy of a page layout
- The load time of web pages across devices
Correct answer: The findability of content within a proposed navigation structure
Tree testing presents users with a text-only site structure and asks them to find specific items, evaluating how well the IA supports findability.
Question 4: What is the primary purpose of a 'card sorting' exercise in UX research?
- Testing color preferences
- Evaluating prototype usability
- Prioritizing visual hierarchy
- Understanding users' mental models for navigation (Correct answer)
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 5: What does 'atomic design' methodology refer to in UX and front-end design?
- Building interfaces from small reusable components (atoms) that combine into larger elements (molecules, organisms, templates, pages) (Correct answer)
- A scientific approach to color theory and contrast ratios
- A method for breaking down user research into individual data points
- A design-to-code handoff system based on component libraries
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 6: In UX research, what is a 'screener' questionnaire used for?
- Evaluating whether a prototype passes accessibility standards
- Filtering spam responses from surveys
- Identifying and recruiting research participants who meet specific criteria (Correct answer)
- Screening a product for dark patterns before launch
Correct answer: Identifying and recruiting research participants who meet specific criteria
A screener is a short questionnaire used during recruitment to ensure research participants match the target audience and study requirements.
Question 7: In UX design, what is a 'mental model'?
- A type of usability heuristic
- A diagram showing system architecture
- A wireframe of a user flow
- A user's internal understanding of how a system works (Correct answer)
Correct answer: A user's internal understanding of how a system works
A mental model is the user's internal representation of how a product or system works, shaped by prior experiences and expectations.
Question 8: 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 9: What is the goal of a 'design critique' session?
- To document design decisions for the engineering team
- To present final designs for stakeholder sign-off
- To identify which designer produced the best solution
- 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 10: What distinguishes a prototype from a mockup in UX design?
- Mockups are black-and-white; prototypes use full color
- 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)
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 11: What is the benefit of designing with 'sufficient target size' for interactive elements?
- It ensures text inside buttons never wraps to a second line
- It improves usability for users with motor impairments and on touch devices (Correct answer)
- It reduces the number of clicks needed to complete tasks
- It increases the visual weight of buttons to match design guidelines
Correct answer: It improves usability for users with motor impairments and on touch devices
Larger touch targets reduce mis-taps and help users with tremors, limited dexterity, or large fingers interact accurately with interfaces.
Question 12: What does WCAG stand for in web accessibility?
- Web Content Accessibility Guidelines (Correct answer)
- Web Component Architecture Guide
- Wireless Content Access Gateway
- Web Compliance Auditing Group
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 13: What does 'accessible name' mean for interactive UI elements?
- The label exposed to assistive technologies that identifies what an element is or does (Correct answer)
- The tooltip text displayed on hover for all interactive controls
- The file name of a UI component in a design system
- The variable name assigned to an HTML element in JavaScript
Correct answer: The label exposed to assistive technologies that identifies what an element is or does
An accessible name is the text string that assistive technologies announce for buttons, links, and form controls so users know their purpose.
Question 14: In the double diamond design process, what happens in the second diamond?
- Researchers conduct ethnographic studies in the field
- Designers develop and deliver a solution based on a defined problem (Correct answer)
- Designers discover and define the problem space
- Stakeholders review and approve design concepts
Correct answer: Designers develop and deliver a solution based on a defined problem
The double diamond model has two diamonds: the first (Discover/Define) narrows to the right problem; the second (Develop/Deliver) narrows to the right solution.
Question 15: Which is a good Contextual UX example?
- Personalization
- Playing songs suitable to mood of the day
- Google maps turning dark at nights
- All of the above (Correct answer)
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 16: In UX research, what is a screener used for?
- Recruiting participants who match the target user profile (Correct answer)
- Filtering usability test results
- Evaluating interface aesthetics
- Organizing research data
Correct answer: Recruiting participants who match the target user profile
A screener is a set of qualifying questions used to ensure research participants represent the intended user group.
Question 17: What is the purpose of a 'logical heading hierarchy' in accessible web design?
- It defines the order in which JavaScript functions execute
- It determines the visual font size of headings on the page
- It sets the SEO importance of page sections
- It helps screen reader users navigate page structure and understand content organization efficiently (Correct answer)
Correct answer: It helps screen reader users navigate page structure and understand content organization efficiently
A proper H1→H2→H3 heading hierarchy creates a navigable structure that screen reader users can browse to orient themselves within a page.
Question 18: What does 'design thinking' refer to in UX practice?
- A project management framework for design teams
- A method for evaluating design quality against business metrics
- A human-centered problem-solving framework with stages including empathize, define, ideate, prototype, and test (Correct answer)
- A visual design methodology for creating consistent interfaces
Correct answer: A human-centered problem-solving framework with stages including empathize, define, ideate, prototype, and test
Design thinking is an iterative, human-centered approach to problem-solving that emphasizes deep empathy with users, creative ideation, and rapid prototyping.
Question 19: Which of the following best describes an 'atomic design' system?
- A minimalist design style using only basic geometric shapes
- A design approach inspired by nuclear physics for breaking complex problems down
- A methodology that builds interfaces from small reusable components (atoms) up to full pages (Correct answer)
- A design system based on the periodic table metaphor for color organization
Correct answer: A methodology that builds interfaces from small reusable components (atoms) up to full pages
Atomic design, developed by Brad Frost, organizes UI components hierarchically: atoms → molecules → organisms → templates → pages.
Question 20: What is the purpose of providing text transcripts for audio-only content?
- To allow content to be played at double speed
- To replace the audio file on older browsers
- To improve search engine ranking of podcast pages
- To make the content accessible to deaf users and those in sound-sensitive environments (Correct answer)
Correct answer: To make the content accessible to deaf users and those in sound-sensitive environments
Transcripts ensure audio-only content is accessible to users who are deaf, hard-of-hearing, or unable to play audio in their current environment.
Question 21: Which of the following is accurate?
- Mockups - Intermediary design of the product <br> Wireframe - Basic design of the product <br> Prototype - Advanced design of the product
- Mockups - Paper & Pen sketch <br> Wireframe - Model with colors and visual UX <br> Prototype - Interactive model
- Wireframe - Paper & Pen sketch <br> Mockups - Model with colors and visual UX <br> Prototype - Interactive model (Correct answer)
- Wireframe - Basic design of the product <br> Mockups - Intermediary design of the product <br> Prototype - Advanced design of the product (Correct answer)
Correct answer: Wireframe - Paper & Pen sketch <br> Mockups - Model with colors and visual UX <br> Prototype - Interactive model
In UX design, these terms represent different stages of fidelity in product development. A wireframe is a basic, low-fidelity sketch (often paper-and-pen) outlining the layout and functionality. Mockups are mid-fidelity, static representations that include visual elements like colors and typography. A prototype is a high-fidelity, interactive model that simulates the final product's functionality, allowing for user testing.
Question 22: 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
- Most Viable Prototype — a prototype chosen after user testing for development
- Maximum Value Prototype — a high-fidelity simulation of the complete product
- 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 23: Which ARIA attribute announces dynamic content changes to screen reader users?
- aria-expanded
- aria-live (Correct answer)
- aria-label
- aria-hidden
Correct answer: aria-live
aria-live creates a 'live region' that causes screen readers to announce content updates automatically when they occur.
Question 24: 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)
- 'Your request could not be processed at this time due to technical difficulties.'
- 'The system encountered an unexpected validation exception.'
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: Who developed the concept of 'dark patterns' in UX design?
- Luke Wroblewski
- Jared Spool
- Harry Brignull (Correct answer)
- Don Norman
Correct answer: Harry Brignull
Harry Brignull coined the term 'dark patterns' in 2010 to describe deceptive UI techniques designed to trick users into unintended actions.
Question 26: Which UX technique involves creating a fictional representation of a target user to guide design decisions?
- Persona creation (Correct answer)
- Heuristic evaluation
- Card sorting
- A/B testing
Correct answer: Persona creation
Personas are fictional characters built from research data that represent user types to keep design decisions user-centered.
Question 27: A mobile app uses a bottom navigation bar with 6 icons. What UX guideline does this violate?
- The proximity principle
- Bottom navigation best practices limiting items to 3-5 (Correct answer)
- Miller's Law (7±2 rule)
- Fitt's Law
Correct answer: Bottom navigation best practices limiting items to 3-5
Bottom navigation bars should contain 3-5 destinations; 6 icons cause clutter and make tapping targets too small on mobile.
Question 28: What does 'responsive design' primarily ensure?
- That a website loads quickly on all devices
- That a website's layout adapts to different screen sizes and resolutions (Correct answer)
- That all user interactions receive instant feedback
- That a website passes accessibility audits automatically
Correct answer: That a website's layout adapts to different screen sizes and resolutions
Responsive design uses flexible grids, fluid images, and CSS media queries to ensure a consistent, optimized experience across different screen sizes.
Question 29: In color theory, what are 'analogous colors'?
- Colors that appear identical under different lighting conditions
- Black, white, and gray tones
- Colors that are opposite each other on the color wheel
- Colors that are adjacent to each other on the color wheel (Correct answer)
Correct answer: Colors that are adjacent to each other on the color wheel
Analogous colors sit next to each other on the color wheel (e.g., blue, blue-green, green) and create harmonious, low-contrast palettes often found in nature.
Question 30: What is 'skeuomorphic design'?
- Design that mimics the appearance of real-world objects (Correct answer)
- A grid-based layout system
- A minimalist flat design approach
- An accessibility-focused design style
Correct answer: Design that mimics the appearance of real-world objects
Skeuomorphic design makes digital elements look like their real-world counterparts, such as a notes app that resembles a paper notepad.
Question 31: Which of the following is not a shortened version of user experience design?
- UXD
- UX
- UED
- UD (Correct answer)
Correct answer: UD
Common shortened versions for User Experience Design include UX (most prevalent), UED (User Experience Design), and UXD (User Experience Design). 'UD' typically stands for 'User-Centered Design' or 'Universal Design,' which are related but distinct concepts within the broader field of design, making it the incorrect option for a direct abbreviation of 'User Experience Design.'
Question 32: What is the primary benefit of conducting a content audit before redesigning a website's IA?
- It reveals what content exists, what is missing, and what should be removed or updated (Correct answer)
- It measures page load performance across all sections of the site
- It identifies the most popular color schemes currently in use
- It determines optimal font sizes and spacing for improved readability
Correct answer: It reveals what content exists, what is missing, and what should be removed or updated
A content audit inventories all existing content, helping teams identify gaps, redundancies, and outdated material before restructuring navigation.
Question 33: What are 'captions' in multimedia accessibility?
- Text transcripts of spoken audio synchronized with video, including descriptions of non-speech sounds (Correct answer)
- Tooltip text that appears when hovering over buttons
- Subtitles translated into a different language
- Image descriptions displayed below photos
Correct answer: Text transcripts of spoken audio synchronized with video, including descriptions of non-speech sounds
Captions provide synchronized text equivalents for audio in video content, including dialogue and relevant non-speech sounds, for deaf or hard-of-hearing users.
Question 34: What is the purpose of a 'design system' in UX practice?
- To provide a shared library of reusable components, patterns, and guidelines ensuring design consistency (Correct answer)
- To manage design team workflows and sprint planning
- To define the graphic standards of a company's printed marketing materials
- To generate design files automatically from user research data
Correct answer: To provide a shared library of reusable components, patterns, and guidelines ensuring design consistency
A design system is a single source of truth containing reusable components, tokens, and documentation that enables consistent, scalable product design.
Question 35: What is 'design debt' in UX practice?
- The budget overspend on a design project
- Accumulated shortcuts, inconsistencies, and outdated patterns that degrade product quality over time (Correct answer)
- Unfinished wireframes left in a design backlog
- Technical dependencies that block design implementation
Correct answer: Accumulated shortcuts, inconsistencies, and outdated patterns that degrade product quality over time
Design debt accrues when teams take shortcuts or defer design decisions, resulting in inconsistencies and poor experiences that require future rework.
Question 36: Which research method is most effective for measuring the relative importance users place on different product features?
- Eye tracking
- Cognitive walkthrough
- First-click testing
- Kano model analysis (Correct answer)
Correct answer: Kano model analysis
The Kano model classifies features by user satisfaction impact, helping teams prioritize which attributes to invest in.
Question 37: What is a crucial "user journey" with a system called?
- Red route (Correct answer)
- Yellow Route
- Green Route
- Blue Route
Correct answer: Red route
A 'red route' in UX design refers to the most critical and frequently performed user journeys or tasks within a system. These are the core functionalities that users absolutely must be able to complete easily and efficiently for the product to be successful. Identifying and optimizing these essential pathways is crucial for ensuring a product's fundamental usability and value.
Question 38: What are some excellent UX examples?
- MailChimp
- All of the above (Correct answer)
- Duolingo
- Paypal
Correct answer: All of the above
MailChimp, Duolingo, and PayPal are frequently cited as excellent examples of user experience design due to their intuitive interfaces, clear navigation, and user-friendly processes. MailChimp simplifies email marketing, Duolingo makes language learning engaging, and PayPal offers a straightforward payment system. These platforms prioritize user needs, resulting in highly effective and satisfying experiences.
Question 39: What is 'guerrilla usability testing'?
- A test conducted without a moderator or recording equipment
- An aggressive feedback session where designers defend their choices
- Quick, informal testing with anyone available in a public place, done cheaply and rapidly (Correct answer)
- A covert test where participants don't know they are being observed
Correct answer: Quick, informal testing with anyone available in a public place, done cheaply and rapidly
Guerrilla testing is informal, low-cost research where designers approach strangers in cafes or public spaces to get quick reactions to designs.
Question 40: What is the primary distinction between 'usability' and 'user experience'?
- Usability applies to physical products; UX applies only to digital products
- Usability focuses on efficiency and ease of use; UX encompasses the full emotional and contextual experience (Correct answer)
- They are interchangeable terms with no practical distinction
- UX is only about visual design, while usability covers functionality
Correct answer: Usability focuses on efficiency and ease of use; UX encompasses the full emotional and contextual experience
Usability is a component of UX focused on how effectively users can accomplish tasks, while UX encompasses all aspects including emotion, perception, and meaning.
Question 41: What does 'information scent' refer to in IA and UX design?
- The way content is tagged for search engine indexing
- The visual styling used to highlight key content on a page
- The process of filtering irrelevant results from site search
- The cues that help users predict whether following a link will lead to desired information (Correct answer)
Correct answer: The cues that help users predict whether following a link will lead to desired information
Information scent describes how strongly a link, label, or visual cue signals to users that it leads to the content they are seeking.
Question 42: What is 'keyboard accessibility' in web design?
- Providing a virtual on-screen keyboard for touch devices
- Ensuring all functionality can be accessed and operated using only a keyboard (Correct answer)
- Adding keyboard shortcut labels to buttons
- Testing a website's performance using automated keyboard inputs
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 43: What does the term 'above the fold' mean in web design?
- Navigation items hidden inside a dropdown
- A print design technique applied to digital layouts
- Content that appears only in the website footer
- The portion of a webpage visible without scrolling (Correct answer)
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 44: Which of these components is present in the design of the user experience?
- Information architecture
- Interaction design
- Financial planning (Correct answer)
- Visual design
Correct answer: Financial planning
User experience design primarily focuses on understanding user needs, creating intuitive interfaces, and ensuring a positive interaction with a product or service. While visual design, interaction design, and information architecture are core components of UX, financial planning is a business-level activity related to budgeting and strategy, not a direct component of the UX design process itself.
Question 45: What does 'focus management' mean in accessible interaction design?
- Controlling where keyboard focus moves programmatically, especially in dynamic interfaces (Correct answer)
- Managing a team's attention during a design sprint
- Highlighting the focused element with a bold border
- Using autofocus attributes on all form fields
Correct answer: Controlling where keyboard focus moves programmatically, especially in dynamic interfaces
Focus management ensures keyboard focus is moved logically—especially after modals open, content loads, or navigation changes—so keyboard users maintain orientation.
Question 46: What distinguishes a 'moderated' usability test from an 'unmoderated' one?
- Unmoderated tests require more participants than moderated tests
- Moderated tests are conducted in person; unmoderated tests are always remote
- Moderated tests use quantitative metrics; unmoderated tests are qualitative only
- A researcher is present to guide, prompt, and probe participants in real time during moderated tests (Correct answer)
Correct answer: A researcher is present to guide, prompt, and probe participants in real time during moderated tests
In a moderated test, a facilitator actively interacts with the participant to ask follow-up questions and explore unexpected behaviors, while unmoderated tests run without researcher involvement.
Question 47: In atomic design methodology, which element represents the smallest, indivisible UI component?
- Molecule
- Atom (Correct answer)
- Template
- Organism
Correct answer: Atom
In Brad Frost's atomic design system, atoms are the fundamental building blocks—basic HTML elements like buttons, inputs, and labels.
Question 48: What is 'direct manipulation' in interaction design?
- Editing design files without version control
- Interacting with objects directly on screen rather than through abstract commands (Correct answer)
- Bypassing a confirmation dialog in a form
- A user testing technique where moderators guide participants
Correct answer: Interacting with objects directly on screen rather than through abstract commands
Direct manipulation lets users interact with on-screen objects—drag, resize, swipe—seeing immediate results, making interfaces feel natural and transparent.
Question 49: What is 'progressive disclosure' in UX design?
- Showing loading progress to users
- Revealing all features upfront to avoid confusion
- Gradually revealing features and information as users need them (Correct answer)
- Disclosing privacy policies step by step
Correct answer: Gradually revealing features and information as users need them
Progressive disclosure reduces cognitive overload by presenting only essential information first and revealing additional details as users engage further.
Question 50: What is the main purpose of wireframing in the UX design process?
- To produce clickable prototypes for user testing
- To create pixel-perfect mockups for developer handoff
- To define layout, structure, and content hierarchy without visual styling (Correct answer)
- To document component specifications in a design system
Correct answer: To define layout, structure, and content hierarchy without visual styling
Wireframes establish the structural blueprint of a page, focusing on layout and content placement before adding visual design.
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