Salesforce Designers Real Exam Questions and Answers FREE Plat-UX-101 Updated on Mar 19, 2026 [Q13-Q34]

Share

Salesforce Designers Plat-UX-101 Real Exam Questions and Answers FREE Updated on Mar 19, 2026

Plat-UX-101 Ultimate Study Guide - ExamTorrent

NEW QUESTION # 13
Cloud Kicks has an existing customer Experience Cloud portal that is performing well.
Which has the highest probability of increasing customer engagement?

  • A. Customizing page layouts
  • B. Choosing personalized branding
  • C. Recognizing peers with badges

Answer: C

Explanation:
In the context of an existing Customer Experience Cloud portal that is already performing well, the goal is to further increase customer engagement by adding elements that encourage interaction and participation. Recognizing peers with badges is a highly effective way to achieve this because:
Personalization and Gamification: Badges introduce an element of gamification and personalization, which can significantly increase engagement. Users are motivated to participate and contribute to the community when they see a tangible recognition of their efforts and achievements.
Community Building: Recognizing contributions with badges helps in building a stronger community by highlighting active members and encouraging others to contribute. It fosters a sense of belonging and appreciation among users.
While personalized branding (option A) and customizing page layouts (option B) can enhance the user experience, they do not directly incentivize user interaction and contribution as effectively as recognizing contributions through badges does.
Reference:For insights on implementing badges and gamification strategies in Salesforce Experience Cloud portals, Salesforce's official documentation and community resources offer guidelines and best practices. These resources discuss various ways to enhance user engagement and community building within the Salesforce ecosystem.


NEW QUESTION # 14
A UX Designer needs to restyle a Lightning Experience model to meet brand guidelines.
Which two steps should the designer take?
Choose 2 answers

  • A. Use design tokens.
  • B. Configure properties in App Builder.
  • C. Find theappropriate component blueprint.
  • D. Use a Lightning flow.

Answer: A,C

Explanation:
To restyle a Lightning Experience model to meet brand guidelines, the designer should use design tokens and find the appropriate component blueprint. Design tokens are variables that store visual design attributes, such as colors, fonts, and spacing. They allow the designer to customize the appearance of Lightning components without writing any code. Component blueprints are design specifications for Lightning components that provide guidance on how to use them, what properties they support, and how they behave in different scenarios. They help the designer to choose the right component for the model and apply the brand guidelines consistently.: Design Tokens | Salesforce Developer Guide : Component Blueprints | Lightning Design System : UX Designer Certification Prep: Designing with Lightning Components | Trailhead


NEW QUESTION # 15
Which two resource of the Salesforce Lightning Design System (SLDS) could be used to make custom application look, act,and sound like Salesforce?
Choose 2 answers

  • A. Guidelines for voice and tone
  • B. Blueprints and tokens
  • C. In-App Guidance
  • D. Full functional components

Answer: A,B

Explanation:
The Salesforce Lightning Design System (SLDS) is a collection of resources that help you create user interfaces that are consistent with the Salesforce Lightning principles, design language, and best practices. The SLDS resources that could be used to make custom applications look, act, and sound like Salesforce are:
Blueprints and tokens: Blueprints are ready-to-use HTML and CSS UI elements that provide the foundation for Salesforce experience development. Tokens are visual design values and attributes that ensure branding and UI consistency at scale. By using blueprints and tokens, you can create custom components that follow the SLDS design standards and patterns.
Guidelines for voice and tone: Voice and tone guidelines help you write clear, concise, and consistent content that reflects the Salesforce brand personality and values. By using voice and tone guidelines, you can create custom applications that communicate effectively and respectfully with your users.
The SLDS resources that are not relevant to make custom applications look, act, and sound like Salesforce are:
Full functional components: Full functional components are pre-built Lightning components that provide out-of-the-box functionality and interactivity. They are not part of the SLDS, but rather part of the Lightning Component Library. You can use full functional components to speed up your development process, but they are not necessary to make custom applications look, act, and sound like Salesforce.
In-App Guidance: In-App Guidance is a feature that allows you to create and deliver contextual help and training to your users within your application. It is not part of the SLDS, but rather part of the Salesforce Platform. You can use In-App Guidance to enhance your user experience and adoption, but it is not essential to make custom applications look, act, and sound like Salesforce.


NEW QUESTION # 16
Cloud Kicks has updated its logo and wants it prominently displayed on its Digital Experience site.
Where does their UX Designer need to code to update the logo?

  • A. Visualforce pages
  • B. Email templates
  • C. Page headers

Answer: C

Explanation:
A page header is a component that appears at the top of every page on a Digital Experience site, and usually contains the site logo, the site name, the navigation menu, and other elements that provide a consistent and recognizable look and feel for the site.A UX Designer can code the page header to update the logo for Cloud Kicks by using the Experience Builder or the Developer Console1. The Experience Builder is a point-and-click tool that allows creating and customizing the page header using predefined templates, themes, and components.The Developer Console is a code editor that allows creating and editing the page header using HTML, CSS, JavaScript, and Lightning components2. Both tools provide the option to upload and insert the new logo image file into the page header, and to adjust its size, position, and alignment.
The other two options, Visualforce pages and email templates, are not the places where the UX Designer needs to code to update the logo for Cloud Kicks.Visualforce pages are web pages that can be used to create custom user interfaces for Digital Experience sites, but they do not affect the page header, which is a separate component that can be added to any page3. Email templates are predefined layouts and content that can be used to send emails to the site users, but they do not have any impact on the site appearance or functionality.


NEW QUESTION # 17
Cloud Kicks has asked its UX Designer to optimize its Salesforce instance to help the IT help desk team quickly resolve queued Case. The requirements include:
* The ability to view their Case queue while working a particular Case.
* A persistent place to create Notes.
Which two Salesforce configuration features should be recommended?
Choose 2 answers

  • A. Docked Utility Bar
  • B. Dynamic Forms
  • C. List View - Split View
  • D. Activity Timeline

Answer: A,C

Explanation:
A docked utility bar is a Salesforce configuration feature that allows users to access common productivity tools, such as notes, history, or macros, from a fixed footer at the bottom of the screen1.A list view - split view is a Salesforce configuration feature that allows users to see a list view and a record side by side in a split-screen layout2. These two features can help the IT help desk team quickly resolve queued cases by providing them with a persistent place to create notes and the ability to view their case queue while working a particular case. Dynamic forms and activity timeline are not relevant for this scenario, as they do not address the requirements of the IT help desk team.


NEW QUESTION # 18
A UX Designer is adding an icon without a visible, descriptive level to an interface using a salesforce Lightning Design System (SLDS) component Blueprint.
Which attribute should be used to ensure the icon complies with accessibility requirements?

  • A. href
  • B. class
  • C. for
  • D. title

Answer: D

Explanation:
According to the SLDS documentation, icons require a containing element with the class slds-icon_container for accessibility support. If the icon is used without a visible, descriptive label, a title attribute is needed on the containing element. The title should describe the icon. For example:
<span class="slds-icon_container slds-icon-utility-announcement" title="Description of icon when needed"><svg class="slds-icon slds-icon-text-default" aria-hidden="true"><use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#announcement"></use></svg></span> The title attribute provides a tooltip for the icon when the user hovers over it, and it also helps screen readers to announce the icon's meaning. The other attributes (href, class, and for) do not provide this functionality.


NEW QUESTION # 19
An organization must be digitally accessible to enable social opportunity.
What are three core principles of Web Content Accessibility Guidelines (WCAG)?
Choose 3 answers

  • A. Operable
  • B. Understandable
  • C. Delightful
  • D. Abundant
  • E. Robust

Answer: A,B,E

Explanation:
These are three of the four core principles of Web Content Accessibility Guidelines (WCAG), which provide a set of standards and best practices for making web content accessible to people with disabilities. The fourth principle isPerceivable, which means that the information and user interface components must be presented in ways that users can perceive. The principles are further divided into 13 guidelines and three levels of conformance (A, AA, and AAA).Reference:
[Web Content Accessibility Guidelines (WCAG) Overview]
[WCAG 2.1 at a Glance]


NEW QUESTION # 20
A sales representative needs to quickly see key fields whenever viewing an opportunity.
Which three Salesforce feature would allow fields to be available when they are viewing arecord?
Choose 3 answers

  • A. Customer Links
  • B. List Views
  • C. Highlights Panel
  • D. Tabs
  • E. Compact Layout

Answer: B,C,E

Explanation:
These three features allow fields to be available when viewing a record in Salesforce.
Ahighlights paneldisplays key fields at the top of a record page in Lightning Experience. It can be customized to show the most important information for each object.
Acompact layoutdetermines which fields appear in the highlights panel, the list view hover, and the Salesforce app. It can be assigned to different record types and profiles.
Alist viewdisplays a set of records that meet specified filter criteria. It can be sorted and filtered by different fields, and users can select which fields to display in the list view.
[Customize the Highlights Panel]
[Create and Assign Compact Layouts]
[Create and Customize List Views]


NEW QUESTION # 21
Cloud Kicks has asked its UX Designer to optimize Salesforce to help the IT help desk team quickly resolve the team's queued Cases.
What Salesforce-based approach should be recommended to quickly show the appropriate cases to IT help desk team members?

  • A. Add a Case Assignment component to the team's home page configured to shown cases assigned to the logged in team member.
  • B. Add a Case inbox component to the page configured to show assigned and open cases.
  • C. Add a List View component to the home page configured to show a custom list view filtered to show assigned and open cases.

Answer: C

Explanation:
To optimize Salesforce for the IT help desk team at Cloud Kicks, enabling them to quickly resolve queued cases, adding a List View component to the home page is the most effective approach because:
Customization and Relevance: A List View component can be customized to show a list view that is specifically filtered to display cases that are both assigned to the team members and are currently open. This ensures that team members immediately see the most relevant cases as soon as they log in, without needing to navigate through the Salesforce interface.
Efficiency: Having this component on the home page saves time and clicks, making the process of identifying and accessing pending cases more efficient, which is crucial for quickly resolving issues.
While options A (Case Assignment component) and C (Case inbox component) could also present cases to team members, the List View component's ability to be customized with specific filters offers a more targeted approach to showing the most pertinent cases directly on the home page.
Reference:For more details on optimizing Salesforce for specific team roles, Salesforce's Help Documentation and Developer Guides offer extensive resources on using components like List Views to enhance user experience and efficiency. These guides provide step-by-step instructions on customizing the Salesforce interface to meet the needs of different teams within an organization.


NEW QUESTION # 22
Cloud Kicks requires a custom image to be added to a record detail page, making it easier for the company to visually identify its current membership level.
Which platform tools should be used to achieve this requirement?

  • A. Image Field, Dynamic Form, and Lightning Record Page
  • B. Lightning Components, SLDS Icons, and Compact Layouts
  • C. A Formula Field, Static Resource, and Object Page Layout

Answer: C

Explanation:
A formula field is a custom field that calculates a value based on a formula expression. A formula field can display text, numbers, dates, or images. A formula field can use the IMAGE function to display an image from a URL.A formula field can be added to an object page layout to show the image on the record detail page1.
A static resource is a file or a collection of files that can be uploaded to Salesforce and referenced in a formula field, a Visualforce page, a Lightning component, or a web tab. A static resource can store images, style sheets, JavaScript, or other files.A static resource can be used to store the custom image that Cloud Kicks wants to display on the record detail page2.
An object page layout is a configuration of fields, buttons, related lists, and other components on a record detail page. An object page layout can be customized to show different information for different users, based on their profiles or record types.An object page layout can be used to add the formula field that displays the custom image to the record detail page3.
These platform tools can be used to achieve the requirement of adding a custom image to a record detail page, making it easier for Cloud Kicks to visually identify its current membership level. For example, the formula field can use the IMAGE function to display the custom image from the static resource, based on the value of another field that indicates the membership level. The object page layout can then include the formula field on the record detail page for the relevant users.
Image field is a custom field that allows users to upload and display images on a record. Image field can be used to show images on a record detail page, but it is not suitable for Cloud Kicks' requirement, because it does not allow the image to be determined by a formula expression.Image field requires the user to manually upload the image for each record, which is not efficient or consistent4.
Dynamic form is a feature that allows admins to add, group, and reorder fields and sections on a Lightning record page using the Lightning App Builder. Dynamic form can be used to create flexible and dynamic page layouts that can adapt to different contexts and scenarios. Dynamic form also supports visibility rules, which can be used to show or hide fields or sections based on filters or conditions. However, dynamic form is not a platform tool that can be used to display a custom image on a record detail page, as it does not affect the content or functionality of the fields.Dynamic form can only be used to configure the layout of the fields, not the values or images of the fields5.
Lightning components are reusable units of user interface that can be used to build Lightning pages and applications. Lightning components can be built using HTML, CSS, JavaScript, and Apex. Lightning components can display data, images, icons, charts, buttons, or other elements on a Lightning page. SLDS icons are icons from the Salesforce Lightning Design System that can be used in Lightning components to represent actions, objects, or concepts. Compact layouts are page layouts that show a record's key fields at a glance in the highlights panel, the list view, the Related tab, and other places.Compact layouts can be used to customize which fields are displayed in these places6.
Lightning components, SLDS icons, and compact layouts are platform tools that can be used to display images on a Lightning page, but they are not the best option for Cloud Kicks' requirement, because they are more complex and require more development skills than a formula field, a static resource, and an object page layout. Lightning components also require more maintenance and testing than formula fields. SLDS icons are predefined icons that may not match the custom image that Cloud Kicks wants to display.Compact layouts are not relevant for displaying images on a record detail page, as they only affect the highlights panel and other places6.


NEW QUESTION # 23
A UX Designer is customizing the look and feel of a site using Experience Builder and needs to choose a color for the text and the background of the buttons.
Which accessibility guideline should be considered?

  • A. Distinguishable
  • B. Adaptable
  • C. Navigable

Answer: A

Explanation:
The accessibility guideline of distinguishable means that the information and user interface components must be presented to users in ways that are perceptible. This includes using sufficient contrast between text and background colors, providing text alternatives for non-text content, and making it easier for users to see and hear content. When choosing a color for the text and the background of the buttons, the UX Designer should consider the contrast ratio between them, which should be at least 4.5:1 for normal text and 3:1 for large text. This will ensure that the buttons are visible and readable for users with different visual abilities.Reference:
[1]: Web Content Accessibility Guidelines (WCAG) 2.1, Principle 1: Perceivable
[2]: Web Content Accessibility Guidelines (WCAG) 2.1, Success Criterion 1.4.3 Contrast (Minimum)


NEW QUESTION # 24
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

  • A. Lightning Web Component Recipes App
  • B. Local Development Server
  • C. Lightning Design System Website
  • D. Develop Center's Lightning Component Library

Answer: B,C

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]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]


NEW QUESTION # 25
A UX Designer wants tobuild on a human-centered design by focusing on more than just an individual person and is considering engaging, connected, and social value-driven solutions.
What is the designer practicing?

  • A. Service Design
  • B. Compassionate Design
  • C. Relationship Design
  • D. User Experience Design

Answer: A

Explanation:
Service design is a practice that aims to design and deliver holistic, human-centered, and value-driven solutions that consider the needs and expectations of not only the individual users, but also the stakeholders, the employees, the partners, and the society involved in the service. Service design focuses on more than just the user interface or the user experience, but also on the processes, systems, interactions, touchpoints, and channels that enable the service to be delivered and consumed. Service design can help create engaging, connected, and social value-driven solutions that improve the quality, efficiency, and sustainability of the service .Reference:
User Experience Designer Certification Prep: Module 1: Understand User Experience Design What is Service Design?
Service Design is a design practice that focuses on providing better experiences to users by understanding the context of their needs and how they interact with systems, services, and products. Service Design goes beyond User Experience Design by focusing on more than just individual people, and instead considers the entire ecosystem, including connected and social value-driven solutions. Salesforce provides more information on Service Design here:https://www.salesforce.com/resources/service-design/.


NEW QUESTION # 26
Which two consideration should be made when conducting a Consequence Scanning workshop?
Choose 2 answers

  • A. Examine a product for potential inclusivity after it has been built
  • B. Bring together a cross-function group with varied experiences.
  • C. Consider design ramifications to prevent misuse and protect communities.
  • D. Prioritize marketing opportunities when designingfeatures of a product.

Answer: B,C

Explanation:
Consequence Scanning is a workshop method that helps teams to identify and mitigate the potential positive and negative impacts of their products or services on users, society, and the environment. When conducting a Consequence Scanning workshop, two important considerations are:
Consider design ramifications to prevent misuse and protect communities: This means that teams should think beyond the intended use cases and benefits of their products or services, and also consider the possible unintended or harmful consequences that may arise from their design choices. For example, teams should ask themselves how their products or services could be misused, abused, or exploited by malicious actors, or how they could affect vulnerable or marginalized groups, or how they could contribute to environmental or social issues. By considering these design ramifications, teams can proactively address and mitigate the ethical risks and challenges that may emerge from their products or services, and protect the well-being and interests of their users and communities.
Bring together a cross-function group with varied experiences: This means that teams should involve diverse and relevant stakeholders in the Consequence Scanning workshop, such as product managers, designers, developers, researchers, testers, marketers, legal experts, ethicists, users, or representatives from affected communities. By bringing together a cross-function group with varied experiences, perspectives, and backgrounds, teams can gain a more holistic and comprehensive understanding of the potential impacts of their products or services, and avoid blind spots, biases, or assumptions that may limit their vision or judgment. A cross-function group can also foster more creative and collaborative problem-solving, and generate more inclusive and responsible solutions.
How To Run a Consequence Scanning Workshop
Consequence scanning: How to mitigate risks in your service
Incorporate Ethics by Design Concepts


NEW QUESTION # 27
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?

  • A. Site Map
  • B. User Persona
  • C. Lightning Flow
  • D. User Flow

Answer: 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


NEW QUESTION # 28
What is the relationship between inclusive design and accessible design?

  • A. Accessible design is a methodology and inclusive design is focused on the outcome.
  • B. Accessible and inclusive design are both methodologies based on guidelines.
  • C. Inclusive design is a methodology and accessible design is based on guidelines.

Answer: C

Explanation:
Inclusive design and accessible design are both important aspects of creating products and services that are usable and enjoyable for everyone, regardless of their abilities, preferences, or contexts. However, they are not the same thing. Inclusive design is a methodology that involves designing with and for people who have a range of diverse needs and experiences.Inclusive design aims to create solutions that are not only accessible, but also equitable, respectful, and empowering for all users12. Accessible design is based on guidelines that help ensure that products and services can be perceived, understood, operated, and interacted with by people with disabilities.Accessible design follows standards such as the Web Content Accessibility Guidelines (WCAG), which provide technical specifications and best practices for making web content accessible34. Inclusive design and accessible design are not mutually exclusive, but rather complementary. Inclusive design can help inform accessible design by providing insights and feedback from diverse users and stakeholders. Accessible design can help support inclusive design by providing a baseline of quality and compliance for products and services. By applying both inclusive design and accessible design, UX designers can create more inclusive, accessible, and delightful experiences for everyone.Inclusive Design & Accessibility - Salesforce Designer - Medium,Product Accessibility and Inclusive Design - Salesforce.com,Learn the Elements of an Accessible Webpage Unit | Salesforce Trailhead,How Can Tech Be More Inclusive? Salesforce's New VP of Accessibility & Inclusive Design Offers Answers - Salesforce News, [Designing for Web Accessibility Unit | Salesforce Trailhead]


NEW QUESTION # 29
Cloud Kicks wants to create an external facing site where users can:
* Manage and submit cases via the web.
* Browse and search Knowledge Base articles.
* Contact Support via lice chat.
Which cloud should be used to design an appropriate solution for CK's users?

  • A. Experience Cloud
  • B. Marketing Cloud
  • C. Sales Cloud
  • D. Service Cloud

Answer: A

Explanation:
Experience Cloud is the best cloud to design an appropriate solution for Cloud Kicks' users. Experience Cloud allows the business to create an external facing site where users can manage and submit cases via the web, browse and search Knowledge Base articles, and contact Support via live chat. Experience Cloud also provides branding options, personalization features, and collaboration tools to enhance the user experience and engagement. Experience Cloud integrates with Service Cloud, which is the cloud that provides the case management, knowledge base, and live chat functionalities. Therefore, Experience Cloud is the cloud that enables the design of the user interface, while Service Cloud is the cloud that enables the backend service processes.[Experience Cloud Overview] (https://www.getapp.com/operations-management-software/a/salesforce-1-service-cloud/compare/salesforce-community-cloud/), [Service Cloud Overview] (https://titandxp.com/salesforce-experience-cloud-vs-service-cloud/)


NEW QUESTION # 30
A UX Designer is attending a sprint planning session as part of their team's Agile ceremonies.
Which methodology could the designer be asked to use to roughly estimate the work required for each item?

  • A. Prioritization Matrix
  • B. T-shirt Sizing
  • C. Sprint Backlogging

Answer: B

Explanation:
The conceptual approach of desirable, feasible, and viable describes how to evaluate design solutions based on three criteria:
Desirable: The solution meets the needs and wants of the users and stakeholders.
Feasible: The solution can be implemented with the available resources and technology.
Viable: The solution can generate value and sustain itself in the market and environment. By incorporating human-centered design, CK is aiming to create design solutions that are desirable for its Sales team and customers, feasible with the Salesforce platform and tools, and viable for its business goals and strategy.Reference:
[1]: UX Designer Certification Prep: Design Thinking, Unit 3: Ideate
[2]: UX Designer Certification Prep: Design Thinking, Unit 4: Prototype and Test T-shirt sizing is a methodology that can be used to roughly estimate the work required for each item in a sprint backlog. It involves assigning a size category (such as XS, S, M, L, XL) to each item based on its complexity, effort, and uncertainty. T-shirt sizing is a relative estimation technique that allows the team to compare items and prioritize them accordingly. It is also a quick and easy way to get a high-level overview of the scope of work without getting into too much detail.Reference:
[UX Designer Certification Prep: Agile UX]
[Agile Estimation Techniques: A True Estimation in an Agile Project]


NEW QUESTION # 31
Cloud Kicks wants to implement its company colors in all UIcomponents, like buttons and icons, using a custom themes.
How does the Salesforce Lightning Design System (SLDS) ensure the UI components align with the theme?

  • A. JS libraries loaded from a static resource
  • B. Design tokens prefixed with "brand"
  • C. Builder panels
  • D. CSS Hexcolors

Answer: B

Explanation:
The Salesforce Lightning Design System (SLDS) is a set of design guidelines and resources for creating consistent and beautiful user experiences on the Salesforce platform. It provides UI components, icons, fonts, colors, and more that follow the best practices and accessibility standards of Salesforce. One of the features of SLDS is the ability to create custom themes that reflect the brand identity and personality of a company or an app. Custom themes can be implemented using design tokens, which are variables that store the values of the UI elements, such as colors, sizes, spacing, fonts, etc. Design tokens can be overridden or customized to change the appearance of the UI components without modifying the CSS or HTML code. To implement the company colors in all UI components, such as buttons and icons, using a custom theme, the UX designer should use the design tokens prefixed with "brand", such as$brand-primary,$brand-secondary,$brand-accessible, etc. These design tokens control the color scheme of the UI components and can be assigned the values of the company colors. For example, to change the color of the primary button to the company's blue color, the UX designer can use the following design token:
$brand-primary: #0070d2;
1: User Experience Designer Certification Prep: Module 7: Implement User Interfaces
2: Salesforce Lightning Design System: Customization
3: Salesforce Lightning Design System: Design Tokens


NEW QUESTION # 32
Cloud Kicks (CK) is planning to roll out a refreshed version of its mobile app with some new functionality for customers.
What are two reasons why CK's UX Designer would consider using an interactive prototype in this situation?
Choose2 answers.

  • A. To avoid added long-term cost from oversight-driven rework
  • B. To eliminate the need for journey mapping during discovery
  • C. To increase the speed of design compared to paper prototyping
  • D. To enable iterative feedback from the users

Answer: A,D

Explanation:
An interactive prototype is a simulation of the final product that allows users to interact with it and test its functionality and usability. An interactive prototype can be created using tools such as Figma or Invision, and can be shared with stakeholders and users for feedback and validation. An interactive prototype can have several benefits for a UX designer, especially when planning to roll out a refreshed version of a mobile app with some new functionality for customers.Two of these benefits are12:
To avoid added long-term cost from oversight-driven rework. An interactive prototype can help the UX designer to identify and fix any errors, bugs, or gaps in the design before the development stage. This can save time and money that would otherwise be spent on reworking the product after it is developed. An interactive prototype can also help the UX designer to ensure that the new functionality is aligned with the customer needs and expectations, and that it does not compromise the existing functionality or performance of the app.
To enable iterative feedback from the users. An interactive prototype can provide a realistic and engaging user experience, and allow the users to explore the app and provide their opinions and suggestions. The UX designer can use the user feedback to iterate and improve the design, and to validate the assumptions and hypotheses. An interactive prototype can also help the UX designer to measure the user satisfaction and loyalty, and to test the app's usability and accessibility.
The following two reasons are not valid for using an interactive prototype in this situation:
To increase the speed of design compared to paper prototyping. An interactive prototype is not necessarily faster than a paper prototype, as it requires more time and effort to create and refine. A paper prototype is a low-fidelity prototype that uses sketches or drawings to represent the app's layout and functionality.A paper prototype can be useful for generating and testing ideas quickly and cheaply, and for involving the users in the co-design process3.
To eliminate the need for journey mapping during discovery. An interactive prototype is not a substitute for journey mapping, but a complement. Journey mapping is a UX research method that visualizes the user's journey across the app, and identifies the touchpoints, actions, emotions, and pain points. Journey mapping can help the UX designer to understand the user's context, goals, and needs, and to discover the opportunities for improvement.An interactive prototype can help the UX designer to test and validate the journey map, and to communicate the design vision to the stakeholders and users4.Interactive Prototypes Without Coding - Studio by UXPin,What is Interactive Prototypes? - updated 2023 | IxDF,Paper Prototyping as a Usability Testing Technique,Journey Mapping 101 | Nielsen Norman Group


NEW QUESTION # 33
How would a UX Designer Differentiate between voice and tone?

  • A. Voice reflects the expression and tone is the way one designs.
  • B. Voice reflects the character and tone is one's strength.
  • C. Voice reflects the frequency and tone is one's pitch.
  • D. Voice reflects the personality and tone is the way one speaks.

Answer: D

Explanation:
Voice and tone are two important aspects of UX writing that affect how users perceive and interact with a product. According to the Salesforce User Experience Designer Exam Guide, voice and tone are defined as follows:
Voicereflects the personality of the brand or product. It is consistent and does not change depending on the context or situation. Voice conveys the values, mission, and identity of the brand or product through the choice of words, phrases, and style of communication.
Tonereflects the way the voice speaks to the users. It is context-specific and can change depending on the user's mood, goal, and situation. Tone conveys the attitude, emotion, and empathy of the voice through the use of punctuation, grammar, and formatting.
For example, Mailchimp is a brand that has a distinctive voice and tone. Their voice is friendly, humorous, and quirky. Their tone varies depending on the user's experience, such as congratulating them for a successful campaign, or apologizing for an error. They use a tone map to guide their writers on how to adjust their tone for different scenarios.
1: [Salesforce User Experience Designer Exam Guide]
2: [Voice and Tone | Salesforce Style Guide for Documentation and UX Writing]
3: [Voice and Tone | Salesforce Trailhead]
4: [UX writing 101: A beginner's guide to mastering tone of voice]
5: [Tone of Voice and User Experience | UX Magazine]
6: [Things I learned designing the voice and tone for our company]
7: [How to use voice and tone in UX writing]
8: [Voice and Tone | Mailchimp Content Style Guide]


NEW QUESTION # 34
......

Ultimate Guide to Prepare Plat-UX-101 Certification Exam for Salesforce Designers: https://prep4sure.examtorrent.com/Plat-UX-101-exam-papers.html