Question # 1 A UX Designer needs to declutter the Highlights panel for a custom object's Lightning
page. The team that uses this object explained there are too many action buttons; only
specific actions are used for each status of the record.
Which Lightning Record Page feature should be used to solve this problem? A. AudiencesB. Dynamic FormsC. A Dynamic Actions
Click for Answer
C. A Dynamic Actions
Answer Description Explanation : Dynamic Actions are a feature that allows the UX Designer to customize the
actions that appear on the Highlights panel of a Lightning record page based on criteria
such as record status, user profile, or field value. This way, the UX Designer can declutter the Highlights panel and show only the relevant actions for each record. Dynamic Actions
can be configured in the Lightning App Builder instead of the page layout editor, which
gives more flexibility and control to the UX Designer.
Question # 2 In which way could the usability of accordion elements be improved in a mobile environment? A. Use the Back browser button to collapse content.B. Move an expanded section to the top of the screen.C. Expand the first section by default.
Click for Answer
C. Expand the first section by default.
Answer Description Explanation:
The usability of accordion elements in a mobile environment could be improved by expanding the first section by default. This is because it can provide the user with a clear indication of what kind of content is hidden in the accordion, and encourage them to explore the rest of the sections1. Expanding the first section by default can also reduce the user’s cognitive load, as they do not have to make a decision on which section to open first2. Moreover, expanding the first section by default can improve the accessibility of the accordion, as it can help screen reader users to understand the structure and purpose of the widget3.
Using the Back browser button to collapse content is not a good option, as it can confuse the user and break the expected browser behavior. The Back button is meant to navigate to the previous page, not to collapse an accordion section4. Using the Back button to collapse content can also create navigation issues, as the user might lose their current page or state4.
Moving an expanded section to the top of the screen is also not a good option, as it can disrupt the user’s spatial memory and orientation. Moving an expanded section to the top of the screen can change the order and position of the accordion sections, which can make it harder for the user to find and access the section they want5. It can also create a jarring and inconsistent user experience, as the user might not expect the content to move around the screen5.
References:
How to design the perfect accordion
Accordions: Design guidelines
Accessible Accordion - examples and best practices | Aditus
Don’t Use The Back Button To Modify Data
Usability of a mobile navigation consisting mostly of accordions?
Question # 3 Cloud Kicks (CK) wants to build a custom component for a complex opportunity process. CK's UX Designer is creating a three-step flow with modals and needs to select the main buttons for the "Continue", "Cancel", and "Back" actions.
Which set should be chosen to adhere to the Salesforce Design System guidelines for button usage? A. Brand button for "Cancel" and "Continue"; Neutral button for 'Back"B. A Neutral button for "Cancel" and "Back"; Brand button for "Continue"C. Brand button for "Continue", "Cancel", and "Back"
Click for Answer
B. A Neutral button for "Cancel" and "Back"; Brand button for "Continue"
Answer Description Explanation:
According to the Salesforce Design System guidelines for button usage, the brand button should be used for the primary action on a page or modal, such as “Save” or “Continue”. The neutral button should be used for secondary or tertiary actions, such as “Cancel” or “Back”. The brand button should have more visual weight and contrast than the neutral button, to indicate its importance and guide the user’s attention. Therefore, the best option for the Cloud Kicks custom component is to use a brand button for “Continue” and neutral buttons for “Cancel” and “Back”. References: Trailhead: Systems Design with SLDS, Salesforce Developers: Buttons, Lightning Design System: Buttons
Question # 4 Cloud Kicks (CK) is implementing its brand style guide using out-of-the box Experience Builder features. CK wants to avoid custom solutions.
Which declarative option could be used? A. A Apply brand fonts and colors.B. Use a different template.C. Update global CSS.
Click for Answer
A. A Apply brand fonts and colors.
Answer Description Explanation:
To implement a brand style guide using out-of-the box Experience Builder features, the best option is to apply brand fonts and colors. This can be done by using themes and branding sets in Experience Builder. Themes are collections of information that define the visual flow of a site, such as colors, fonts, and spacing. Branding sets are groups of assets that can be applied to a theme, such as logos, images, and icons. By using themes and branding sets, CK can customize the look and feel of their site without coding or using a different template. References: Add Style to Your Experience Builder Site with Themes, Use Branding Sets in Experience Builder
Question # 5 Cloud Kicks has already identified its user personas and is working with a UX Designer who wants to synthesize what the company knows about its users to create a shared understanding with the rest of the organization.
Which tool should the designer use? A. Executive SummaryB. Empathy MapC. Prioritize Backlog
Click for Answer
B. Empathy Map
Answer Description Explanation:
An Empathy Map is a tool used in UX design to synthesize and articulate what a design team knows about a user group. It helps in creating a shared understanding of user needs within an organization. The key features of an Empathy Map include:
User Insights:It captures what users say, think, do, and feel, providing a holistic view of their experiences and perspectives. This helps in understanding users at a deeper level.
Shared Understanding:By visualizing user attitudes and behaviors, an Empathy Map facilitates a common understanding among team members and stakeholders, ensuring that design decisions are aligned with user needs.
An Executive Summary (option A) provides a high-level overview of project objectives and outcomes but does not delve into user-centric insights. Prioritizing a Backlog (option C) is more about organizing and prioritizing tasks and features rather than synthesizing user research findings.
References:For guidelines on creating and using Empathy Maps, UX design resources such as the Nielsen Norman Group and the Interaction Design Foundation offer articles and guides on this andother UX research synthesis tools. These resources explain how to effectively use Empathy Maps to gain insights into user needs and foster empathy within design teams.
Question # 6 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 EvaluationB. Low-Fidelity PrototypeC. Design Template
Click for Answer
A. Heuristic Evaluation
Answer Description 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.
Question # 7 Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as(Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object. How can an architect achieve this requirement? A. Permission Set.B. Object Permissions.C. Custom Lightning Component.D. Field-level security
Click for Answer
C. Custom Lightning Component.
Answer Description Explanation:
The best way to achieve the requirement of having a flag field on the case object that marks a case as sensitive and can be viewed by all users who have access to the case but only be edited by the assigned case assessor is to create a custom Lightning component. A custom Lightning component can use the Lightning Data Service to access the case record and its fields, and apply conditional rendering and editing logic based on the user’s role and the case assessor field. This way, the flag field can be displayed to all users who can view the case, but only be editable by the user who is the case assessor. This solution also follows the principle of designing for performance and scalability, which is one of the learning objectives for the Salesforce User Experience Designer certification. References: [Create Custom, Reusable Lightning Components], [Lightning Data Service Basics], [Design for Performance and Scalability]
https://trailhead.salesforce.com/en/content/learn/modules/lex_dev_lc_basics/lex_dev_lc_basics_intro : https://trailhead.salesforce.com/en/content/learn/modules/lightning_data_service/lightning_data_service_intro : https://trailhead.salesforce.com/en/content/learn/modules/ux-designer-certification-prep/design-for-performance-and-scalability
Question # 8 Cloud Kicks asks its UX Designer to create a B2B sales portal that can easily integrate
customer relationship management.
Which Salesforce solution should be used? A. Commerce CloudB. Experience CloudC. Sales Cloud
Click for Answer
B. Experience Cloud
Answer Description Explanation : Experience Cloud is the Salesforce solution that enables businesses to
create engaging and personalized digital experiences for their customers, partners, and
employees. Experience Cloud can easily integrate customer relationship management
(CRM) data from Sales Cloud, Service Cloud, and other Salesforce products to provide a
seamless and consistent experience across different touchpoints. Experience Cloud can
also leverage the power of Commerce Cloud to create B2B sales portals that allow buyers
to browse, order, and pay for products online. Experience Cloud offers various templates,
components, and tools to design and build customized and branded B2B sales portals that
meet the needs and expectations of the target audience.
Up-to-Date
We always provide up-to-date User-Experience-Designer exam dumps to our clients. Keep checking website for updates and download.
Excellence
Quality and excellence of our Salesforce Certified User Experience Designer (SU24) practice questions are above customers expectations. Contact live chat to know more.
Success
Your SUCCESS is assured with the User-Experience-Designer exam questions of passin1day.com. Just Buy, Prepare and PASS!
Quality
All our braindumps are verified with their correct answers. Download Salesforce Designers Practice tests in a printable PDF format.
Basic
$80
Any 3 Exams of Your Choice
3 Exams PDF + Online Test Engine
Buy Now
Premium
$100
Any 4 Exams of Your Choice
4 Exams PDF + Online Test Engine
Buy Now
Gold
$125
Any 5 Exams of Your Choice
5 Exams PDF + Online Test Engine
Buy Now
Passin1Day has a big success story in last 12 years with a long list of satisfied customers.
We are UK based company, selling User-Experience-Designer practice test questions answers. We have a team of 34 people in Research, Writing, QA, Sales, Support and Marketing departments and helping people get success in their life.
We dont have a single unsatisfied Salesforce customer in this time. Our customers are our asset and precious to us more than their money.
User-Experience-Designer Dumps
We have recently updated Salesforce User-Experience-Designer dumps study guide. You can use our Salesforce Designers braindumps and pass your exam in just 24 hours. Our Salesforce Certified User Experience Designer (SU24) real exam contains latest questions. We are providing Salesforce User-Experience-Designer dumps with updates for 3 months. You can purchase in advance and start studying. Whenever Salesforce update Salesforce Certified User Experience Designer (SU24) exam, we also update our file with new questions. Passin1day is here to provide real User-Experience-Designer exam questions to people who find it difficult to pass exam
Salesforce Designers can advance your marketability and prove to be a key to differentiating you from those who have no certification and Passin1day is there to help you pass exam with User-Experience-Designer dumps. Salesforce Certifications demonstrate your competence and make your discerning employers recognize that Salesforce Certified User Experience Designer (SU24) certified employees are more valuable to their organizations and customers. We have helped thousands of customers so far in achieving their goals. Our excellent comprehensive Salesforce exam dumps will enable you to pass your certification Salesforce Designers exam in just a single try. Passin1day is offering User-Experience-Designer braindumps which are accurate and of high-quality verified by the IT professionals. Candidates can instantly download Salesforce Designers dumps and access them at any device after purchase. Online Salesforce Certified User Experience Designer (SU24) practice tests are planned and designed to prepare you completely for the real Salesforce exam condition. Free User-Experience-Designer dumps demos can be available on customer’s demand to check before placing an order.
What Our Customers Say
Jeff Brown
Thanks you so much passin1day.com team for all the help that you have provided me in my Salesforce exam. I will use your dumps for next certification as well.
Mareena Frederick
You guys are awesome. Even 1 day is too much. I prepared my exam in just 3 hours with your User-Experience-Designer exam dumps and passed it in first attempt :)
Ralph Donald
I am the fully satisfied customer of passin1day.com. I have passed my exam using your Salesforce Certified User Experience Designer (SU24) braindumps in first attempt. You guys are the secret behind my success ;)
Lilly Solomon
I was so depressed when I get failed in my Cisco exam but thanks GOD you guys exist and helped me in passing my exams. I am nothing without you.