Total 203 Questions
Last Updated On : 15-Dec-2025
A group of sales users needs to be guided step by step through a new process using Floating or Decked Prompts. Their administrative teamwants to the ability to see the adoption of this assistance via Reports and Dashboards.
A. in-App Guidance Prompts using myTrailhead
B. Custom build using Salesforce Flow
C. Basic In-App Guidance Prompts
D. Use the Walkthrough App from AppExchange
Explanation:
The best option for guiding sales users through a new process using floating or docked prompts is to use the Walkthrough App from AppExchange. This app allows admins to create and manage in-app guidance walkthroughs using clicks, not code. Walkthroughs are interactive tutorials that guide users through a series of steps on a Lightning page. Users can see the prompts, click the action buttons, and follow the instructions to complete the process. Admins can also track the engagement and completion of the walkthroughs using reports and dashboards. The Walkthrough App is compatible with the standard in-app guidance feature, and does not require a subscription to myTrailhead1 .
The other options are not suitable for this scenario because:
In-App Guidance Prompts using myTrailhead: This option requires a subscription to myTrailhead, which is a customizable learning platform that allows admins to create their own content and branding. In-app guidance prompts are one of the features of myTrailhead, but they are not the same as walkthroughs. Prompts are single-step messages that appear on a Lightning page, while walkthroughs are multi-step tutorials that guide users through a process. Prompts can be used to provide tips, announcements, or links, but they cannot show users how to perform a task234.
Custom build using Salesforce Flow: This option requires coding and development skills, which may not be available or feasible for the admin team. Salesforce Flow is a tool that allows admins to automate processes and tasks using clicks or code. Flows can be triggered by various events, such as buttons, actions, schedules, or record changes. Flows can also display screens to users, which can contain fields, text, images, or components. However, screens are not the same as prompts or walkthroughs. Screens are part of a flow logic, and they require user input to proceed to the next step. Screens cannot be customized to appear as floating or docked prompts, and they cannot guide users through a Lightning page56.
Basic In-App Guidance Prompts: This option does not require a subscription to myTrailhead, but it also does not provide the functionality of walkthroughs. Basic in-app guidance prompts are the same as the ones mentioned in the first option, but without the customization and branding of myTrailhead. Basic prompts can be created and managed using clicks, not code, and they can be filtered by profiles and permissions. However, basic promptsare still single-step messages that appear on a Lightning page, and they cannot show users how to perform a task23.
References:
: [In-App Guidance Walkthroughs: Getting Started for Sales Users]
: [In-App Guidance Dashboard: Walkthrough Engagement]
: [In-App Guidance in Lightning Experience]
: [Salesforce Flow | Salesforce Developer Center]
: [Salesforce Flow Workflow Automation Tools - Salesforce.com]
: [The Complete Guide to Salesforce Flow | Salesforce Ben]
: [Trailhead | The fun way to learn]
: [Editions & Pricing - myTrailhead- Salesforce]
: [Salesforce introduces myTrailhead, a personal learning platform …]
: [Trailhead | The fun way to learn Salesforce]
: [Getting Started with myTrailhead - Salesforce]
A UX Designer wants to inform user stories based on user value and development effort. Which method should be used?
A. Card Sorting
B. Prioritization Matrix
C. Customer Journey Map
Explanation:
A prioritization matrix is a method that helps UX designers to inform user stories based on user value and development effort. A prioritization matrix is a table that compares different user stories or features based on two criteria: user value and development effort. User value is the benefit or satisfaction that the user will get from using the feature. Development effort is the time, cost, and complexity involved in building the feature. By plotting user stories or features on a prioritization matrix, UX designers can identify which ones are high-value and low-effort, which ones are high-value and high-effort, which ones are low-value and low-effort, and which ones are low-value and high-effort. This helps UX designers to prioritize the user stories or features that will deliver the most value to the user with the least amount of effort, and to deprioritize or eliminate the ones that will deliver the leastvalue to the user with the most amount of effort. A prioritization matrix can also help UX designers to communicate and align with stakeholders and developers on the scope and feasibility of the project.
References: Prioritize User Stories and Features Unit | Salesforce Trailhead, How to PrioritizeUser Stories (and Build the Right Features), Salesforce User Experience (UX) Designer Certification Guide & Tips
A UX Designer has been asked to optimize a Lightning app for screen reader-assisted accessibility. How should the page be optimized?
A. Switch to a Lightning Console layout.
B. Place components in adjacent tabs.
C. Stackcomponents on the same page.
D. Use accordions to organize components.
Explanation:
Accordions are collapsible sections that can be used to separate different content areas. By using accordions, users can quickly navigate through the page and easily find thecontent that they need. The use of accordions also ensures that screen readers can access the content within each section, reducing the need for additional navigation. Additionally, a Lightning Console layout can be used to organize components, but this layout is optimized for customer service agents and not necessarily for screen reader users. Placing components in adjacent tabs or stacking them on the same page can make the page difficult to navigate and can make it difficult for screen readers to understand the page. For more information, see the Salesforce Accessibility Guide (https://help.salesforce.com/articleView?id=accessibility_overview.htm &type=5).
According to the Salesforce Lightning Design System, accordions are a good way to organize components on a page for screen reader-assisted accessibility. Accordions allow users to expand and collapse sections of content, which can help reduce cognitive load and scrolling. Accordions also provide a clear heading structure and keyboard navigation for each section1. The other options are not recommended for screen reader-assisted accessibility, as they can create confusion, clutter, or inefficiency for users who rely on auditory feedback. For example, switching to a Lightning Console layout can make it harder for users to navigate between tabs and subtabs2. Placing components in adjacent tabs can also increase the number of keystrokes and commands needed to access the information3. Stacking components on the same page can create a long and overwhelming page that requires excessive scrolling and reading4.
References: Accordions - Lightning Design System, Lightning Console Apps - Salesforce Help, Tabs - Lightning Design System, Accessibility Standards - Salesforce Help
In which two ways could the usability of accordion elements be improved in a mobile environment? Choose 2 answers
A. Include persistent headings.
B. Nest an accordion inside of another
C. Use the ‘’back’’ browser button to collapse content
D. Only allow users to open one selection at a time.
Explanation:
Accordion elements are UI components that allow users to expand and collapse sections of content. They are useful for organizing information in a limited space, such as on mobile devices. However, they also have some usability challenges, such as discoverability, accessibility, and navigation. To improve the usability of accordion elements in a mobile environment, two possible ways are:
Include persistent headings. Persistent headings are the labels that indicate the content of each section and allow users to tap on them to expand or collapse the content. Persistent headings should be visible at all times, even when the content is expanded, so that users can easily see the context and switch between sections. Persistent headings should also be clear, concise, and descriptive, so that users can understand what each section contains and decide whether to explore it or not. [UX Designer Certification Prep: User Interface Design Principles], [UX Designer Certification Prep: Mobile Design]
Only allow users to open one selection at a time. This means that when a user taps on a heading to expand a section, any other previously expanded section should automatically collapse. This prevents the content from becoming too long and overwhelming for the user,and also helps to maintain the focus and hierarchy of the information. It also reduces the need for scrolling and the risk of losing the position of the headings. [UX Designer Certification Prep: User Interface Design Principles], [UX Designer Certification Prep: Mobile Design]
Nesting an accordion inside of another is not a good way to improve the usability of accordion elements in a mobile environment, because it creates a complex and confusing structure that is hard to navigate and understand. It also increases the cognitive load and the number of taps required for the user to access the information. Using the ‘back’ browser button to collapse content is also not a good way to improve the usability of accordion elements in a mobile environment, because it breaks the user’s expectation and the consistency of the UI. The ‘back’ browser button should be used to go back to the previous page or screen, not to collapse the content within the same page or screen. It also makes it difficult for the user to return to the expanded content if they want to. [UX Designer Certification Prep: User Interface Design Principles], [UX Designer Certification Prep: Mobile Design] References: [UX Designer Certification Prep: User Interface Design Principles], [UX Designer Certification Prep: Mobile Design]
During our interview, a UX designer discovers that the most common daily task for the user is to view and commonly view reports using the global search bar for:
A. Make the global search bar bigger on every page
B. Update the homepage with access to commonly used reports
C. Add the daily task component to the homepage
D. Create the mind board to communicate the visual style of the UI
Explanation:
Updating the homepage with access to commonly used reports is the best way to make sure the user can quickly accessthe reports they need. This could include making the global search bar bigger on every page, adding the daily task component to the homepage, or creating a mind board to communicate the visual style of the UI. Additionally, Salesforce has some great resources on designing for search, such as their Search Design Guide [1] and their Search Best Practices [2].
[1] https://www.salesforce.com/content/dam/web/en_us/www/documents/salesforce-search-design-guide.pdf [2] https://developer.salesforce.com/docs/atlas.en-us.salesforce_search_best_practices.meta/salesforce_search_best_practices/search_best_practices_intro.htm
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. User Persona
B. Site Map
C. Lightning Flow
D. User Flow
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.
References:
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
A UX Designer wants to customize the end user's Salesforce app experience. Which administrative capability should be used for mobile navigation menu setup?
A. Menu tabs can be based on different user types.
B. Menu tabs visibility is based on user location.
C. Menu tabs can be Visualforce and Lightning pages.
Explanation:
One of the administrative capabilities that can be used for mobile navigation menu setup is to include Visualforce and Lightning pages as menu tabs. Visualforce and Lightning pages are custom pages that can display data, logic, and interface elements in the Salesforce mobile app. To include Visualforce and Lightning pages as menu tabs, the UX Designer needs to create tabs for those items first, and then add them to the navigation menu of the Mobile Only app or the Lightning app12
Menu tabs can be based on different user types: This is not an administrative capability that can be used for mobile navigation menu setup, but rather a feature of the Lightning app navigation method. The Lightning app navigation method allows the UX Designer to create different Lightning apps for different user types, and assign them to different user profiles. Each Lightning app can have its own navigation menu and navigation bar, which can be customized with the items that are relevant for each user type34
Menu tabs visibility is based on user location: This is not an administrative capability that can be used for mobile navigation menu setup, but rather a feature of the geolocation field type. The geolocation field type allows the UX Designer to store the latitude and longitude coordinates of a record, and use them for various purposes, such as displaying maps, calculating distances, or filtering reports. The geolocation field type does not affect the visibility of the menu tabs in the Salesforce mobile app.
References:
Customize the Mobile Only Navigation Menu in the Salesforce Mobile App
Customize a Lightning App Navigation Menu in the Salesforce Mobile App
Create a Lightning App Unit | Salesforce Trailhead
Assign a Lightning App to a User Profile Unit | Salesforce Trailhead
[Geolocation Custom Field Type - Salesforce Help]
[Use Geolocation Fields in Formulas - Salesforce Help]
Cloud Kicks wants to plan out the strategy for an upcoming discovery phase. Which three practices should be considered? Choose 3 answers
A. Consider platform-based before custom solutions.
B. Gather insight from end users.
C. Establish the research plan and timeline.
D. Understand the problem before moving tosolutions.
E. Determine user acceptance criteria.
Explanation:
The discovery phase is a crucial stage in any UX design project, as it helps to understand the user needs, business goals, and technical constraints of the problem1. The discovery phase typically involves various research methods, such as interviews, surveys, observations, and analytics, to gather data and insights about the users and the context of use2. The outputs of the discovery phase are artifacts that synthesize and communicate the findings and insights from the research. Some of the practices that should be considered for planning out the strategy for an upcoming discovery phase are:
Gather insight from end users: One of the main objectives of the discovery phase is to empathize with the end users and understand their goals, motivations, pain points, behaviors, and preferences. This can be done by conducting user research, such as interviews, surveys, focus groups, or usability tests, to collect qualitative and quantitative data from the target audience3. Gathering insight from end users helps to validate the assumptions and hypotheses about the problem and the solution, as well as to identify the user requirements and expectations for the design.
Establish the research plan and timeline: Before conducting any user research, it is important to establish a clear and realistic research plan and timeline. The research plan should define the research objectives, questions, methods, participants, and deliverables. The research timeline should specify the duration, frequency, and sequence of the research activities, as well as the deadlines and milestones for the deliverables4. Establishing the research plan and timeline helps to ensure that the discovery phase is well-organized, efficient, and effective, as well as to communicate the expectations and responsibilities to the stakeholders and the team members.
Understand the problem before moving to solutions: Another key practice for the discovery phase is to focus on understanding the problem before jumping to solutions. This means defining the problem statement, the scope, and the constraints of the project, as well as identifying the root causes, the symptoms, and the impacts of the problem. Understanding the problem before moving to solutions helps to avoid wasting time and resources on creating solutions that do not address the real needs and pain points of the users, or that are not feasible or viable for the business or the technology.
The other two options, considering platform-based before custom solutions and determining user acceptance criteria, are not practices that should be considered for planning out the strategy for an upcoming discovery phase. Considering platform-based before custom solutions is a practice that belongs to the design phase, not the discovery phase, as it involves choosing the best solution option based on the user research findings and the design principles5. Determining user acceptance criteria is a practice that belongs to the testing phase, not the discovery phase, as it involves defining the criteria that the solution must meet to be accepted by the users and the stakeholders6.
References: UX Discovery Process: A Complete Guide, UX Research Methods: How to Uncover Valuable Insight about your Users, User Research: What It Is and Why You Should Do It, How to Create a UX Research Plan, Platform-Based vs. Custom Solutions: Which One to Choose?, User Acceptance Testing (UAT): A Complete Guide
For Cloud Kicks' upcoming discovery phase, the three practices that should be considered are:
A. Understand the Problem Before Moving to Solutions: Establishing a clear understanding of theproblem and what the desired outcomes are before beginning the discovery phase is essential for successful project planning. This can be done by gathering data and insights from end users, conducting research, and understanding how the problem is currentlybeing addressed.
B. Gather Insight from End Users: Gathering insights from end users is a crucial step in the discovery phase. End users provide valuable feedback and insights into the problem and how a potential solution may work. This feedback can helpshape the overall project plan and help identify potential solutions.
C. Establish the Research Plan and Timeline: The research plan and timeline should be established before beginning the discovery phase. This should include a list of tasks to be completed, the resources needed, and a timeline for completion. This plan should be communicated to all stakeholders so everyone is aware of the project goals and timeline.
Cloud Kicks wants to improve its Salesforce org to provide tailored functionality that enables sales representatives to provide quick, competitive pricing and close deals faster. What is the benefit of Lightning Console Apps in this scenario for the sales representatives?
A. They can organize items in the utility bar.
B. They can add records to Favorites.
C. They can complete actions with a single click.
Explanation:
Lightning console apps are designed to help users work faster and more efficiently by providing a workspace where they can access multiple records and their related records on the same screen. Users can complete actions with a single click, such as creating records, logging calls, sending emails, and updating fields, without losing context or switching tabs. Lightning console apps also support keyboard shortcuts, macros, and quick text to speed up common tasks. Lightning console apps are especially useful for sales representatives who need to provide quick, competitive pricing and close deals faster. They can also use Lightning console apps to view and manage their pipeline, collaborate with team members, and track their performance. Organizing items in the utility bar and adding records to Favorites are features that are available in any Lightning app, not just Lightning console apps. References: Salesforce Console in Lightning Experience, Create and Edit a Custom Lightning Console App, Create a Lightning Console App
Cloud Kicks hired a UX Designer to help improve the design of its Experience Cloud site. The company knows the interface needs updating but is unsure about what should be done. Which tool should the designer utilize first?
A. Heuristic Evaluation
B. Low-Fidelity Prototype
C. Design Template
Explanation:
A heuristic evaluation is a method of inspecting the usability of an interface by comparing it to a set of general principles or heuristics. It can help identify potential problems and areas for improvement in the design. A heuristic evaluation is usually done before creating any prototypes, as it can provide insights and guidance for the design process. A low-fidelity prototype is a rough sketch or mockup of an interface that can be used to test and validate design ideas with users. It is usually created after conducting some research and analysis of the user needs and goals. A design template is a pre-made layout or structure that can be used to create an interface. It can help save time and ensure consistency in the design, but it may not suit the specific needs and preferences of the users or the business. A design template is usually applied after defining the content and functionality of the interface.
References:
[Heuristic Evaluation]: This is a Trailhead module that explains what a heuristic evaluation is, how to conduct one, and how to use the results to improve the design of an interface.
[Low-Fidelity Prototyping]: This is a Trailhead module that covers the benefits and best practices of creating and testing low-fidelity prototypes with users.
[Design Templates]: This is a Trailhead module that introduces the concept of design templates and how to use them in Experience Cloud.
| Page 6 out of 21 Pages |
| Salesforce-Platform-User-Experience-Designer Practice Test Home | Previous |
Our new timed Salesforce-Platform-User-Experience-Designer practice test mirrors the exact format, number of questions, and time limit of the official exam.
The #1 challenge isn't just knowing the material; it's managing the clock. Our new simulation builds your speed and stamina.
You've studied the concepts. You've learned the material. But are you truly prepared for the pressure of the real Salesforce Agentforce Specialist exam?
We've launched a brand-new, timed Salesforce-Platform-User-Experience-Designer practice exam that perfectly mirrors the official exam:
✅ Same Number of Questions
✅ Same Time Limit
✅ Same Exam Feel
✅ Unique Exam Every Time
This isn't just another Salesforce-Platform-User-Experience-Designer practice questions bank. It's your ultimate preparation engine.
Enroll now and gain the unbeatable advantage of: