Salesforce USER-EXPERIENCE-DESIGNER Exam (page: 7)
Salesforce Certified User Experience Designer
Updated on: 25-Dec-2025

A Development team is not valuing the results of a usability testing session.
How should acceptance of the results be increased?

  1. Include links tobest practice artides for each finding.
  2. Invite team members to observe usability sessions.
  3. The Development team can perform script testing.
  4. Create a new prototype to demonstrate improvement.

Answer(s): B

Explanation:

One of the best ways to increase the acceptance of the results of a usability testing session is to invite the development team members to observe the usability sessions. By observing the sessions, the developers can see how the users interact with the product, what difficulties they face, what feedback they provide, and how they react emotionally. This can help the developers to empathize with the users, understand their needs and expectations, and appreciate the value of usability testing. Observing the sessions can also help the developers to identify and prioritize the issues that need to be fixed, and to collaborate with the UX designer on finding the best solutions.


Reference:

[How to Get Stakeholders to Buy into User Research] (https://ux.stackexchange.com/questions/31222/what-is-the-difference-between-usability-testing- and-user-acceptance-testing), [How to Involve Developers in User Research] (https://bing.com/search?q=usability+testing+acceptance)



A company provides away for customers to shop for homes and contact real estate agents online. The company's brokers use some of the Salesforce standard functionality to track home buyers.
Which three standard Salesforce objects should be used in this experience? Choose 3 answers

  1. Property
  2. Lead
  3. Contact
  4. Opportunity
  5. Address

Answer(s): B,C,D

Explanation:

The three standard Salesforce objects that should be used in this experience are:
Lead: A lead is a person who has shown interest in the company's products or services, but has not yet been qualified as a potential customer. Leads can be captured from various sources, such as web forms, referrals, events, or marketing campaigns. Leads can store information such as name, email,

phone, company, and status. Leads can be converted into accounts, contacts, and opportunities when they are ready to buy.
Contact: A contact is a person who is associated with an account and has a role in a sales process. Contacts can store information such as name, email, phone, title, and address. Contacts can be related to multiple accounts, opportunities, cases, activities, and other objects. Contacts can be used to track the communication and interaction history with the customers. Opportunity: An opportunity is a sales deal that is in progress or has been closed. Opportunities can store information such as name, amount, stage, probability, close date, and owner. Opportunities can be linked to accounts, contacts, products, price books, quotes, contracts, and other objects. Opportunities can be used to forecast revenue, manage sales pipeline, and track sales performance.


Reference:

Standard Objects
Leads and Opportunities
Contacts



What should a UX Designer use to design responsively within the Salesforce Lightning Design System (SLDS)?

  1. JavaScript
  2. Material Design
  3. Lattice System
  4. Grid System

Answer(s): D

Explanation:

A grid system is a set of columns and rows that help to organize and align the layout and content of a web page. The Salesforce Lightning Design System (SLDS) provides a responsive grid system that adapts to different screen sizes and devices. The SLDS grid system is based on the CSS Flexbox layout module, which allows for flexible and dynamic positioning of elements. The SLDS grid system consists of the following components1:
Containers: These are the outermost elements that wrap the grid. They have a fixed width that changes according to the breakpoints defined by the SLDS. Breakpoints are the points at which the layout changes based on the screen size. The SLDS has four breakpoints: small, medium, large, and x- large2.
Grids: These are the direct children of the containers. They are the main elements that define the grid structure. They have a display property of flex, which enables the flexbox layout. They can also have modifiers that control the alignment, direction, and wrapping of the grid items3. Grid items: These are the direct children of the grids. They are the elements that contain the actual content of the page. They have a flex property that determines how much space they take up in the grid. They can also have modifiers that control the order, offset, and visibility of the grid items4. A UX Designer should use the SLDS grid system to design responsively within the SLDS, as it provides a consistent and flexible way to create layouts that work across different devices and screen sizes. The SLDS grid system also follows the SLDS design principles and best practices, such as clarity, efficiency, consistency, and beauty5.


Reference:

Grid - Lightning Design System, Grid - Lightning Design System Grid HTML/CSS: Dev Ready Responsive Terms of Service Privacy Responsible Disclosure Trust Cookies Settings Your Privacy Choices © Copyright 2015-present Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners.
Breakpoints - Lightning Design System, Breakpoints - Lightning Design System Breakpoints HTML/CSS: Dev Ready Responsive Terms of Service Privacy Responsible Disclosure Trust Cookies Settings Your Privacy Choices © Copyright 2015-present Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners.
Grid - Lightning Design System, Grid - Lightning Design System Grid HTML/CSS: Dev Ready Responsive Terms of Service Privacy Responsible Disclosure Trust Cookies Settings Your Privacy Choices © Copyright 2015-present Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners.
Grid - Lightning Design System, Grid - Lightning Design System Grid HTML/CSS: Dev Ready Responsive Terms of Service Privacy Responsible Disclosure Trust Cookies Settings Your Privacy Choices © Copyright 2015-present Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners.
Design Principles - Lightning Design System, Design Principles - Lightning Design System Design Principles HTML/CSS: Dev Ready Responsive Terms of Service Privacy Responsible Disclosure Trust Cookies Settings Your Privacy Choices © Copyright 2015-present Salesforce, Inc. All rights reserved.
Various trademarks held by their respective owners.



A UX Designer wants to explore sample code for Lightning components and see how changing to code affects the visual appearance in real time, without deploying any code to a Salesforce org.
Whichtwo resources should help accomplish this?
Choose 2 answers

  1. Lightning Design System Website
  2. Local Development Server
  3. Lightning Web Component Recipes App
  4. Develop Center's Lightning Component Library

Answer(s): A,B

Explanation:

Two resources that can help a UX Designer to explore sample code for Lightning components and see how changing the code affects the visual appearance in real time, without deploying any code to a Salesforce org, are:
Lightning Design System Website. The Lightning Design System website is a resource that provides design guidelines, UI components, and code samples for building Lightning applications. The website also features a live code editor that allows the designer to edit and preview the code for Lightning web components and Aura components, and see the changes reflected in the browser instantly. The live code editor also provides syntax highlighting, auto-completion, and error checking features. The designer can use the Lightning Design System website to experiment with different code snippets and learn how to apply the design principles and best practices for Lightning components. Lightning

Design System Website, [UX Designer Certification Prep: Salesforce Design System] Local Development Server. The Local Development Server is a resource that allows the designer to build, run, and test Lightning web components without deploying them to a Salesforce org. The Local Development Server is a CLI plug-in that creates a local web server that serves the Lightning web components from the local file system. The designer can use the Local Development Server to edit the code for Lightning web components in their preferred code editor, such as Visual Studio Code, and see the changes updated in the browser automatically. The Local Development Server also supports hot reloading, which preserves the component state and the browser session during code changes. The designer can use the Local Development Server to speed up the development and testing process and to debug the code for Lightning web components. Local Development Server, [UX Designer Certification Prep: User Testing and Evaluation] The Lightning Web Component Recipes App and the Developer Center's Lightning Component Library are not resources that can help a UX Designer to explore sample code for Lightning components and see how changing the code affects the visual appearance in real time, without deploying any code to a Salesforce org. The Lightning Web Component Recipes App is a sample application that showcases the functionality and best practices for Lightning web components. The Developer Center's Lightning Component Library is a reference guide that provides documentation and examples for Lightning web components and Aura components. However, neither of these resources allow the designer to edit and preview the code in real time, as they require the code to be deployed to a Salesforce org or a scratch org first. Lightning Web Component Recipes App, Developer Center's Lightning Component Library, [UX Designer Certification Prep: User Testing and Evaluation]


Reference:

Lightning Design System Website, Local Development Server, Lightning Web Component Recipes App, Developer Center's Lightning Component Library, [UX Designer Certification Prep: Salesforce Design System], [UX Designer Certification Prep: User Testing and Evaluation]



A UX Designer needs to create a visual representation of a user's series of steps to achieve a meaningful goal.
Which UX design method should be used?

  1. User Persona
  2. Site Map
  3. Lightning Flow
  4. User Flow

Answer(s): D

Explanation:

A user flow is a UX design method that creates a visual representation of a user's series of steps to achieve a meaningful goal. A user flow shows the path that a user takes from their entry point to their final action, such as signing up, purchasing, or completing a task. A user flow helps designers understand and optimize the user experience, as well as identify pain points, gaps, and opportunities for improvement. A user flow can take various forms, such as diagrams, wireframes, or prototypes, depending on the level of detail and fidelity required.


Reference:

What Are User Flows In UX Design? [Full Beginner's Guide] - CareerFoundry

What is a User Flow in UX Design? -- updated 2023 | IxDF User Flows in UX Design: Definition, Benefits, and Best Practices



Viewing Page 7 of 43



Share your comments for Salesforce USER-EXPERIENCE-DESIGNER exam with other users:

Paul K 11/27/2023 2:28:00 AM

i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available
INDIA


Angel 8/30/2023 10:58:00 PM

i think you have the answers wrong regarding question: "what are three core principles of web content accessibility guidelines (wcag)? answer: robust, operable, understandable
UNITED STATES


pepe el toro 9/12/2023 7:55:00 PM

this is so interesting
Anonymous