ExamGecko
Home Home / Salesforce / Certified User Experience Designer

Salesforce Certified User Experience Designer Practice Test - Questions Answers, Page 4

Question list
Search
Search

List of questions

Search

Related questions











A Development team is not valuing the results of a usability testing session.

How should acceptance of the results be increased?

A.
Include links tobest practice artides for each finding.
A.
Include links tobest practice artides for each finding.
Answers
B.
Invite team members to observe usability sessions.
B.
Invite team members to observe usability sessions.
Answers
C.
The Development team can perform script testing.
C.
The Development team can perform script testing.
Answers
D.
Create a new prototype to demonstrate improvement.
D.
Create a new prototype to demonstrate improvement.
Answers
Suggested answer: 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

A.
Property
A.
Property
Answers
B.
Lead
B.
Lead
Answers
C.
Contact
C.
Contact
Answers
D.
Opportunity
D.
Opportunity
Answers
E.
Address
E.
Address
Answers
Suggested answer: 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.

Standard Objects

Leads and Opportunities

Contacts

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

A.
JavaScript
A.
JavaScript
Answers
B.
Material Design
B.
Material Design
Answers
C.
Lattice System
C.
Lattice System
Answers
D.
Grid System
D.
Grid System
Answers
Suggested answer: 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.

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

A.
Lightning Design System Website
A.
Lightning Design System Website
Answers
B.
Local Development Server
B.
Local Development Server
Answers
C.
Lightning Web Component Recipes App
C.
Lightning Web Component Recipes App
Answers
D.
Develop Center's Lightning Component Library
D.
Develop Center's Lightning Component Library
Answers
Suggested answer: 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?

A.
User Persona
A.
User Persona
Answers
B.
Site Map
B.
Site Map
Answers
C.
Lightning Flow
C.
Lightning Flow
Answers
D.
User Flow
D.
User Flow
Answers
Suggested 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

Cloud Kicks(CK) is incorporating Relationship Design principle into its business model and customer offerings wherever possible. Choose 3 answers

A.
Prioritizing Innovation over copying the competition
A.
Prioritizing Innovation over copying the competition
Answers
B.
Releasing Salesforce updates in managed packages over unmanaged packages
B.
Releasing Salesforce updates in managed packages over unmanaged packages
Answers
C.
Reframing products in terms of user value over features and functions
C.
Reframing products in terms of user value over features and functions
Answers
D.
Prioritize engagement number of impressions
D.
Prioritize engagement number of impressions
Answers
E.
Uncovering customer needs over broadcasting product benefits
E.
Uncovering customer needs over broadcasting product benefits
Answers
Suggested answer: A, C, E

Explanation:

Relationship Design is a creative practice that drives social and business value by building strong relationships. It is based on four mindsets: compassion, intention, courage, and reciprocity. Cloud Kicks can incorporate Relationship Design principles into its business model and customer offerings by adopting these mindsets and applying them to its products, services, and interactions. Some examples of how Cloud Kicks can do this are:

Prioritizing innovation over copying the competition. This shows that Cloud Kicks is courageous and intentional in creating unique and valuable solutions that meet the needs and expectations of its customers and communities.Cloud Kicks can use design thinking methods, such as empathy mapping, ideation, and prototyping, to generate and test new ideas that solve real problems and create positive impact1.

Reframing products in terms of user value over features and functions. This shows that Cloud Kicks is compassionate and reciprocal in understanding and communicating the benefits and outcomes that its products and services can deliver to its customers and stakeholders.Cloud Kicks can use value proposition design tools, such as the value proposition canvas, to identify and articulate the jobs, pains, and gains of its customers, and how its products and services can address them2.

Uncovering customer needs over broadcasting product benefits. This shows that Cloud Kicks is intentional and reciprocal in listening and learning from its customers and co-creating solutions with them.Cloud Kicks can use user research methods, such as interviews, surveys, and observations, to discover and validate the needs, preferences, and behaviors of its customers, and to involve them in the design process3.

Cloud Kicks wantsto represent stages for opportunities within the sales process.

Which Salesforce Lightning Designing System (SLDS) component should be recommended?

A.
Scoped Tabs
A.
Scoped Tabs
Answers
B.
Activity Timeline
B.
Activity Timeline
Answers
C.
Progress indicator
C.
Progress indicator
Answers
D.
Path
D.
Path
Answers
Suggested answer: D

Explanation:

The Path component is a Salesforce Lightning Design System (SLDS) component that can be used to represent stages for opportunities within the sales process. The Path component displays the stages as a horizontal bar with icons and labels, and highlights the current stage with a blue background. The Path component also allows users to move opportunities to different stages, view and edit key fields for each stage, and access guidance and tips for each stage.The Path component can be added to any object that has a picklist field with values that represent stages, such as the Stage field on the Opportunity object12.Reference:

Path Component

Set Up a Path for Your Sales Team

A UXDesigner is asked to design a new application built on Salesforce.

What should be their first step?

A.
Create branding sets for each audience using Experience Builder.
A.
Create branding sets for each audience using Experience Builder.
Answers
B.
Find and review relevant AppExchange packages.
B.
Find and review relevant AppExchange packages.
Answers
C.
Become familiar with theSalesforce Lightning Design System (SLDS) component blueprints.
C.
Become familiar with theSalesforce Lightning Design System (SLDS) component blueprints.
Answers
D.
Design a series of custom web component for the app.
D.
Design a series of custom web component for the app.
Answers
Suggested answer: C

Explanation:

The Salesforce Lightning Design System (SLDS) is a collection of design guidelines, resources, and tools that help create consistent, beautiful, and accessible user experiences across the Salesforce platform1. Component blueprints are one of the key resources that the SLDS provides.They are framework-agnostic, accessible HTML and CSS code snippets that can be used to create UI elements such as buttons, cards, menus, and more2.A UX Designer who is asked to design a new application built on Salesforce should become familiar with the SLDS component blueprints as their first step, because they can help them to3:

Understand the structure, behavior, and appearance of the standard Salesforce components and how they can be customized or extended.

Follow the SLDS design principles and best practices, such as clarity, efficiency, consistency, and beauty.

Ensure that the application is responsive, adaptive, and compatible with different devices and screen sizes.

Leverage the SLDS design tokens, icons, and utilities to create a coherent and scalable visual language.

Reduce the development time and effort by reusing the existing code and avoiding duplication.

The other options are not the best first steps for a UX Designer who is asked to design a new application built on Salesforce.Creating branding sets for each audience using Experience Builder is a later step that involves applying the visual identity and style of the application to different user segments and channels4.Finding and reviewing relevant AppExchange packages is a research step that can help to identify existing solutions or features that can be integrated or adapted to the application5. Designing a series of custom web components for the app is a development step that can be done after defining the requirements, wireframes, and prototypes of the application.

Lightning Design System, Lightning Design System Create the World's Best Enterprise App Experiences Design System Fundamentals Component Blueprints Ready-to-use HTML and CSS UI elements provide the foundation for Salesforce experience development Go to Blueprints Tokens Visual design values and attributes that ensure branding and UI consistency at scale View Tokens Design Guidelines Design principles and best practices that guide beautiful, consistent, user-friendly product experiences Read Guidelines Tools New! Easy-to-use tools help all Trailblazers optimize workflows and bring Salesforce ideas to life Get Tools

Blueprint Overview - Lightning Design System, Blueprint Overview - Lightning Design System What's New Getting Started Platforms Design Guidelines Kinetics Accessibility Component Blueprints Overview Accordion Activity Timeline Alert App Launcher Avatar Avatar Group Badges Brand Band Breadcrumbs Builder Header Button Icons Cards Chat Docked Utility Bar Dueling Picklist Dynamic Icons Dynamic Menu Expandable Section Feeds File Selector Files Form Element Global Header Global Navigation Icons Illustration Input List Builder Lookups Map Menus Notifications Page Headers Panels Path Picklist Pills Progress Indicator Prompt Radio Button Group Rich Text Editor Scoped Notifications Scoped Tabs Select Spinners Tabs Textarea Tiles Timepicker Toast Tooltips Tree Grid Trees Trial Bar Vertical Navigation Vertical Tabs Visual Picker Welcome Mat Utilities Design Tokens Icons Tools Resources Blueprint Overview Component blueprints are framework agnostic, accessible HTML and CSS used to create components in conjunction with our implementation guidelines. For more details, check out the glossary on the FAQ page. Show Filters Showing 85 blueprints, 183 variants. Accordion Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nActivity Timeline Responsive Adaptive Styling Hooks Prototype Base \n \n Alert Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nApp Launcher Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nAvatar Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nInitials Checkmark \nCheckmark \nAvatar Group Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nGrouped Checkmark \n \nBadges Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nBrand Band Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nBreadcrumbs Lightning Component Responsive Adaptive Styling Hooks Prototype Base \n Checkmark \nBuilder Header Responsive Adaptive Styling Hooks Prototype Base \n \n Toolbar \n \n Button Groups Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nList Checkmark \n \nRow Checkmark \n \nButton Icons Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nBordered Filled Container Checkmark \n \nBordered Inverse Checkmark \n \nBordered Transparent Container Checkmark \n \nBrand Checkmark \n \nInverse Checkmark \n \nStateful Checkmark \n \nTransparent Container Checkmark \n \nButtons Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nDual Stateful Checkmark \nCheckmark \nStateful Checkmark \nCheckmark \nWith Icon Checkmark \nCheckmark \nCards Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nEinstein Checkmark \nCheckmark \nWrapper Checkmark \nCheckmark \nCarousel Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nChat Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nPast Checkmark \n \nCheckbox Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \nCheckmark \nForm Element Checkmark \nCheckmark \nCheckbox Button Lightning Component Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nCheckbox Button Group Responsive Adaptive Styling Hooks Prototype Base Checkmark \n \nCheckbox Toggle

UX Designer Certification Prep: Design System Fundamentals, UX Designer Certification Prep: Design System Fundamentals Learn how to use the Salesforce Lightning Design System (SLDS) to create consistent, beautiful, and accessible user experiences across the Salesforce platform. Add to Favorites Add to Trailmix tags ~1 hr 30 mins +500 points Module Design System Fundamentals Learn about the Salesforce Lightning Design System (SLDS) and how it can help you create consistent, beautiful, and accessible user experiences across the Salesforce platform. 4 hrs 15 mins +800 points Project Build a Bear-Tracking App with Lightning Web Components Use Lightning Web Components and the Salesforce Lightning Design System to build a bear-tracking app. 2 hrs 15 mins +500 points Project Build a Conference Management App with Aura Components Use Aura Components and the Salesforce Lightning Design System to build a conference management app. 2 hrs 15 mins +500 points Project Build a Discount Calculator with Visualforce Use Visualforce and the Salesforce Lightning Design System to build a discount calculator. 2 hrs 15 mins +500 points Project Build a Survey App with Experience Builder Use Experience Builder and the Salesforce Lightning Design System to build a survey app. 2 hrs 15 mins +500 points Project Build a Travel Approval App with Lightning Flow Use Lightning Flow and the Salesforce Lightning Design System to build a travel approval app. 2 hrs 15 mins +500 points Project Build a Volunteer Management App with Lightning App Builder Use Lightning App Builder and the Salesforce Lightning Design System to build a volunteer management app. 2 hrs 15 mins +500 points Project Build an Expense Tracker App with Lightning Web Components Use Lightning Web Components and the Salesforce Lightning Design System to build an expense tracker app. 2 hrs 15 mins +500 points Project Build an Inventory Management App with Aura Components Use Aura Components and the Salesforce Lightning Design System to build an inventory management app. 2 hrs 15 mins +500 points Project Build an Order Management App with Visualforce Use Visualforce and the Salesforce Lightning Design System to build an order management app. 2 hrs 15 mins +500 points Project Build an RSVP Management App with Experience Builder Use Experience Builder and the Salesforce Lightning Design System to build an RSVP management app. 2 hrs 15 mins +500 points Project Build an SMS Notification App with Lightning Flow Use Lightning Flow and the Salesforce Lightning Design System to build an SMS notification app. 2 hrs 15 mins +500 points Project Build an Branding Sets Unit | Salesforce Trailhead, Branding Sets Unit | Salesforce Trailhead Branding Sets Learn how to use branding sets to apply different styles to your digital experiences. Add to Favorites Add to Trailmix tags ~20 mins Incomplete Branding Sets Customize the look and feel of your digital experiences with branding sets. 15 mins +200 points Quiz +200 points Get Started with Branding Sets Learn how to create and apply branding sets to your digital experiences. 5 mins +200 points Quiz +200 points

AppExchange Basics Unit | Salesforce Trailhead, AppExchange Basics Unit | Salesforce Trailhead AppExchange Basics Learn how to find, try, buy, and install AppExchange solutions. Add to Favorites Add to Trailmix tags ~25 mins Incomplete AppExchange Basics Learn how to find, try, buy, and install AppExchange solutions. 20 mins +200 points Quiz +200 points Get Started with AppExchange Learn what AppExchange is and how it can help you extend Salesforce functionality. 5 mins +200 points Quiz +200 points

The UX Designer at Cloud Kicks is considering using a custom Lightning component to fulfill a specific business requirement.

Which two best practices should be considered?

Choose 2 answers

A.
Prioritize Aura markup even if there is a Lightning Web Component (LWC) available.
A.
Prioritize Aura markup even if there is a Lightning Web Component (LWC) available.
Answers
B.
Find the dosest Salesforce Lightning Design System (SLDS) Blueprint to help inform the custom Lightning component.
B.
Find the dosest Salesforce Lightning Design System (SLDS) Blueprint to help inform the custom Lightning component.
Answers
C.
Create HTML markup and link the SLDS stylesheet via static Resource.
C.
Create HTML markup and link the SLDS stylesheet via static Resource.
Answers
D.
Exhaust the list of available base Lightning component in the component Library.
D.
Exhaust the list of available base Lightning component in the component Library.
Answers
Suggested answer: B, D

Explanation:

Two best practices that should be considered when using a custom Lightning component to fulfill a specific business requirement are:

Find the closest Salesforce Lightning Design System (SLDS) Blueprint to help inform the custom Lightning component. The SLDS is a collection of design guidelines, UI components, and code samples that help you create consistent and beautiful user interfaces for Lightning applications. The SLDS Blueprints are examples of common UI patterns and components that are built with the SLDS and follow the design principles and best practices. The Blueprints can help you inform the custom Lightning component by providing inspiration, guidance, and code snippets that you can modify and reuse. The Blueprints can also help you ensure that the custom Lightning component is compatible and consistent with the rest of the Lightning application and the Salesforce platform. [UX Designer Certification Prep: Salesforce Design System],Lightning Design System Website

Exhaust the list of available base Lightning components in the Component Library. The base Lightning components are a set of pre-built UI components that you can use to create custom Lightning components. The base Lightning components are built with the SLDS and provide the functionality and interactivity that you need for common UI elements, such as buttons, icons, forms, tables, charts, and more. The base Lightning components also handle the accessibility, security, and performance aspects for you, so you don't have to worry about them. The Component Library is a reference guide that provides documentation and examples for the base Lightning components, as well as other Lightning web components and Aura components. The Component Library can help you explore the list of available base Lightning components and see how they work and how to use them. The Component Library can also help you avoid reinventing the wheel and save time and effort by using the base Lightning components as much as possible, and only creating custom Lightning components when there is no suitable base Lightning component for your requirement. [UX Designer Certification Prep: User Testing and Evaluation],Developer Center's Lightning Component Library

Prioritizing Aura markup even if there is a Lightning Web Component (LWC) available, and creating HTML markup and linking the SLDS stylesheet via static resource are not best practices that should be considered when using a custom Lightning component to fulfill a specific business requirement. These practices can lead to suboptimal performance, maintainability, and compatibility issues for the custom Lightning component. Aura markup is the older syntax for creating Aura components, which are the predecessor of Lightning web components. Lightning web components are the newer and faster way of creating custom UI components for Lightning applications, using modern web standards and best practices. Lightning web components also have better interoperability and compatibility with Aura components and other web components, as well as with the base Lightning components and the SLDS. Therefore, it is recommended to use Lightning web components over Aura components whenever possible, and to use LWC markup instead of Aura markup for creating custom Lightning components. [UX Designer Certification Prep: User Testing and Evaluation],Lightning Web Components Developer Guide

Creating HTML markup and linking the SLDS stylesheet via static resource is also not a recommended practice for creating custom Lightning components, because it can create unnecessary complexity and duplication for the custom Lightning component. A static resource is a file or a collection of files that can be referenced by a Lightning component, such as images, style sheets, JavaScript libraries, or fonts. However, linking the SLDS stylesheet via static resource means that you have to manually download and upload the SLDS files to your org, and update them whenever there is a new version of the SLDS. This can create maintenance and compatibility issues for the custom Lightning component, as

A sales representativewants to personalize their own user experience.

Which two recommendations should be made to provide more intuitive access regularly used content?

Choose 2 answers

A.
Personalize the Navigation bar.
A.
Personalize the Navigation bar.
Answers
B.
Set up Quick Links in the Utility bar.
B.
Set up Quick Links in the Utility bar.
Answers
C.
Customizethe Home page experience.
C.
Customizethe Home page experience.
Answers
D.
Create shortcuts Favorites.
D.
Create shortcuts Favorites.
Answers
Suggested answer: A, D

Explanation:

To provide more intuitive access to regularly used content, a sales representative can use the following two recommendations:

Personalize the Navigation bar: The Navigation bar is the horizontal menu at the top of the Lightning Experience page that allows users to switch between different items, such as apps, objects, or utilities. Users can personalize the Navigation bar by adding, removing, or rearranging items according to their preferences and needs. For example, a sales representative can add the Accounts, Opportunities, and Reports items to the Navigation bar for quick access. To personalize the Navigation bar, users can click on the pencil icon next to the app name and use the Edit option.

Create shortcuts Favorites: Favorites are bookmarks that users can create to save links to frequently accessed pages, records, reports, dashboards, or groups in Salesforce. Users can create favorites by clicking on the star icon in the header of any page. Users can also organize their favorites into folders and access them from any device. To view or manage favorites, users can click on the Favorites icon in the header. Favorites can help users save time and navigate Salesforce more efficiently.

Total 211 questions
Go to page: of 22