Ursa Major Solar would like its Experience Cloud site's guest users to benefit from the suggestions that come from autocomplete on search terms. How should the administrator configure this?
-
A
Use the Developer Console to add code to allow for autocomplete functionality.
-
B
In Salesforce Setup, type "support settings" in the quickfind box. Under the Autocomplete header, select the objects to appear in autocomplete for guest users.
-
C
In the Search component property editor, open the Autocomplete section and click desired objects to appear in autocomplete. Select "publicly available".
-
D
In the Hero component property editor, open the Search Results section and click desired objects to appear in autocomplete. Select "publicly available".
Reveal answer details
Close answer details
Correct answerC
ExplanationTo enable autocomplete for guest users, the administrator should use theSearch component property editor, open the Autocomplete section, and click desired objects to appear in autocomplete. Select "publicly available". Autocomplete is a feature that suggests search terms based on what users type in the search box. The Search component property editor is a tool that allows you to customize the settings and behavior of the Search component on your Experience Cloud site. By selecting "publicly available", you can make autocomplete suggestions visible to guest users who are not logged in.
Question 2
Multiple choice
To which three objects can the Partner Super Useraccess be applied? Choose 3 answers
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersA, B, D
ExplanationPartner Super User access is a feature that allows you to grant access to records owned by other partner users who havethe same role or a role below them in the role hierarchy. You can apply Partner Super User access to three objects: Opportunities, Accounts, and Custom Objects.
Question 3
Multiple choice
Ursa Major Solar would like the navigation menu in the customer portal to be vertical. Which two options make this possible? Choose 2 answers
-
A
Edit the default navigation
-
B
Download an app from AppExchange
-
C
Fix the header's Position.
-
D
Reveal answer details
Close answer details
Correct answersB, D
ExplanationTwo options that make it possible to have a vertical navigation menu in the customer portal are B and D. A navigation menu is a component that allows users to navigate through different pages and sections of your Experience Cloud site. By default, the navigation menu is horizontal, but you can change it to vertical by using different options. One option is to download an app from AppExchange, which is a marketplace where you can find and install apps, components, and solutions for your Experience Cloud site. Another option is to write custom code, which allows you to create your own custom components and layouts for your Experience Cloud site.
Question 4
Multiple choice
Cloud Kicks wants to allow site users to tag site content with custom tags or member-created topics. Which two permissions must be enabled for site users in Setup to accomplish this? Choose 2 answers
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answersA, D
ExplanationTo allow site users to tag site content with custom tags or member-created topics, you need to enable two permissions for site users in Setup: Create Topics. This permission allows users to create new topics and assign them to content, such as posts,files, or articles. Users can also edit or delete the topics they created. Member Can Access Topics. This permission allows users to access the topic management features on the site, such as viewing, following, or unfollowing topics. Users can also see thetopics assigned to content and filter content by topics.
Cloud Kicks (CK) wants to create a public site to recruit potential volunteers. Volunteenng eventsare stored in a custom VolunteeringEvent object. How can CK give guest users access to a custom object?
-
A
-
B
Through guest user Sharing Sets
-
C
Through guest user organization-wide defaults (OWD)
-
D
Through guest user SharingRules
Reveal answer details
Close answer details
Correct answerC
ExplanationTo give guest users access to a custom object, CK can use guest user organization-wide defaults (OWD). OWD are a feature that allows you to set the default level of access that guest users have to records of a custom object. You can use OWD to grant Read Only or Read/Write access to guest users for a custom object. For example, CK can use OWD to give guest users Read Only access to the VolunteeringEvent object.
Question 6
Multiple choice
Which three topic types can be used in an Aura site? Choose 3 answers
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersB, C, D
ExplanationThree topic types that can be used in an Aura site are: Standard Topic. This is atopic that is created by users or administrators and assigned to content, such as posts, files, or articles. Users can follow or unfollow standard topics and see the related content on the topic detail page. Featured Topic. This is a topic that is selectedby administrators to highlight important or popular content on the site. Featured topics appear on the home page or on the topic catalog page of the site. Navigational Topic. This is a topic that is used to organize content into categories or subcategories on the site. Navigational topics appear on the navigation menu of the site and allow users to browse content by topic.
Question 7
Multiple choice
hat are three best practices when configuring self-registration for an Experience Cloud site? Choose 3 answers
-
A
Assign a cloned standard site profile as the default for self-registration.
-
B
Use a restrictive default profile to begin with.
-
C
Create a separate profile for your self-service site and your partner portal.
-
D
Assign the standard site profile as the default for self-registration.
-
E
Use the same profile for your self-service site and your partner portal.
Reveal answer details
Close answer details
Correct answersA, B, C
ExplanationThree bestpractices when configuring self-registration for an Experience Cloud site are A, B, and C. Self-registration is a feature that allows users to create their own accounts on your Experience Cloud site without an invitation. To configure self-registration, you need to assign a default profile for self-registered users, which determines their access level and permissions on your site. A best practice is to assign a cloned standard site profile as the default, which gives you more control over the settings andcustomization of the profile. Another best practice is to use a restrictive default profile to begin with, which limits the access and visibility of self-registered users until they are verified or approved by an administrator. A third best practice is tocreate a separate profile for your self-service site and your partner portal, which allows you to differentiate the access and functionality of different types of users on your sites.
Universal Containers' (UC) Salesforce org uses SAML 550 with a third-party identity provider for internal user authentication. UC now wants to extend this capability for Experience Cloud site users as well. What should the UC administrator ensure in order to successfully implement SAML 550 for the Experience Cloud site?
-
A
Register the Experience Cloud site as an Identity Provider in SAML settings.
-
B
Create a Visualforce page that receives and validates the SAML assertion.
-
C
Use thesite login URL as an endpoint where SAML assertion is made.
-
D
Create a Connected App with custom attributes before configuring SAML settings.
Reveal answer details
Close answer details
Correct answerC
ExplanationTo implement SAML 550 for the Experience Cloud site, the UC administrator should use thesite login URL as an endpoint where SAML assertion is made. SAML 550 is a protocol that allows users to authenticate with a third-party identity provider and access Salesforce resources without entering their Salesforce credentials. The site login URL is the URL that users use to access the Experience Cloud site. By using the site login URL as an endpoint, the UC administrator can configure SAML settings to redirect users to the identity provider for authentication and then back to the Experience Cloud site.
Universal Containers (UC) maintains multiple customer-facing sites, but only one profile for all customer users. No customer has access to more than one site. Which step should the UC system administrator take to grant customers access to the appropriate site?
-
A
Enable the Customer Identity profile or permission set.
-
B
Assign the profile to the site membership.
-
C
Createand assign a permission set to the users and site.
-
D
Add user to the All Customer Portal Users public group.
Reveal answer details
Close answer details
Correct answerB
ExplanationThis option allows UC to grant customers access to the appropriate site. Site membership is a feature that defines which users can access a site and what permissions they have. UC can assign the profile for all customer users to the site membership of each site and specify the default page access and object permissions for that profile. UC can also assign permission sets to the site membership to grant additional permissions to specific users4
Question 10
Multiple choice
Universal Containers (UC) is a conglomerate with various lines of business operating worldwide. UC helps finance crop research, provides insurance services to coffee growers, and manufactures specialized coffee machines and other products. UC also has a franchise unit to help grow its franchise business worldwide. UC is planning to build multiple portals and sites to support itsvarious lines of business. What two points should UC keep in mind when selecting a template for these sites and portals? Choose 2 answers
-
A
Industry-specific Lightning Bolt solutions are available today but not templates. Pencil & Paper
-
B
InsuranceAgent Portal template becomes available once Financial Services Cloud is correctly set up in an org.
-
C
Industry-specific templates are available today but not Lightning Bolt solutions.
-
D
Industry-specific templates as well as Lightning Bolt solutions areavailable today.
Reveal answer details
Close answer details
Correct answersB, D
ExplanationWhen selecting a template for your sites and portals, you need to keep in mind some points, such as: Insurance Agent Portal template becomes available once Financial Services Cloud is correctly set up in an org. This templateis designed for insurance agents who need to manage their leads, opportunities, policies, claims, and referrals. Industry-specific templates as well as Lightning Bolt solutions are available today. Templates are preconfigured site designs that include pages, components, and settings. Lightning Bolt solutions are industry-specific solutions that include templates, themes, flows, apps, and components.
Question 11
Single choice
DreamHouse Realty (DR) plans to expand its business by offering insurance products ta home buyers. DR will use itsnetwork of independent agents to manage claims in their region. Agents will need to work with DR on settlement and adjustment approvals. What should the Experience Cloud consultant recommend?
-
A
Create a peer-to-peer forum for agents and share the URL withemployees.
-
B
Create a digital experience for agents and share the URL with employees.
-
C
Create a digital experience for agents and an app for employees.
-
D
Create a self-service community for agents and an app for employees.
Reveal answer details
Close answer details
Correct answerC
ExplanationThe Experience Cloud consultant should recommend creating a digital experience for agents and an app for employees. A digital experience is a branded online destination that allows you to connect with your customers, partners, or employees. An app is a collection of items that work together to serve a particular function. By creating a digital experience for agents, DR can offer them a portal where they can manage claims, access resources, and collaborate with DR employees. By creating an app for employees, DR can provide them with a workspace where they can approve settlements and adjustments, view reports and dashboards, and communicate with agents.
Question 12
Single choice
Which component can be embedded into an Experience Cloud site to start conversations with customers using the channels they prefer?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationService Your Way is a component that allows customers to choose how they want to interact with a service agent or a chatbot from a list of available channels, such as phone, chat, SMS, WhatsApp, or Facebook Messenger. Service Your Way can be added to any page in Experience Builder and configured to show different channels based on user attributes or device type.
Question 13
Multiple choice
Bloomington Caregivers (BC) wants to share Covid-19 related information with all site visitors, including unauthenticated users. Which three things should BC in mind about unauthenticated or guestuser access? Choose 3 answers
-
A
Guest user external organization-wide default are always set to Private.
-
B
Guest user can't access records via manual sharing
-
C
Guest user can't records via manual existing records
-
D
Guest user can't be members of public groups or queues.
-
E
Guest user external organization-wide defaults are always set to Public.
Reveal answer details
Close answer details
Correct answersA, B, D
ExplanationThree things that BC should keep in mind about unauthenticated or guest user access are A, B, and D. Unauthenticated or guest useraccess is a feature that allows users to access your Experience Cloud site without logging in or registering. Unauthenticated or guest users have limited access and visibility to data in your Salesforce org, and they have some restrictions, such as: Guestuser external organization-wide defaults are always set to Private. This means that guest users cannot access any records that are owned by external users (such as Customer Community or Partner Community users) unless they are explicitly shared with them. Guest user can't access records via manual sharing. This means that guest users cannot access any records that are shared with them by using the Sharing button on the record detail page. Guest user can't be members of public groups or queues. This means that guest users cannot access any records that are shared with them by using public groups or queues as criteria.
Question 14
Single choice
Northern Trail Qutfitters has a network of resellers who are Partner Community users. One of the resellers has requested that their parent company get View access to cases created by their childcompanies. Which functionality will meet the requirement best?
-
A
-
B
Move users who need case access to a higher level in the Role Hierarchy.
-
C
Configure an External Account Hierarchy.
-
D
Create a Sharing Set for the Account.
Reveal answer details
Close answer details
Correct answerC
ExplanationAn External Account Hierarchy is a feature that allows you to create a hierarchy of accounts for your partners and grant access to records based on the hierarchy level. You can use an External Account Hierarchy to grant View access to cases created by child companies to their parent company.
Question 15
Single choice
Ursa Majer Solar (UMS) would like authenticated Experience Site users to see cases, quotes, contracts, and Knowledge articles appear in search results, but the Search Resuits component is only returningKnowledge articles. How should UMS configure its search results to yield the desired results?
-
A
In Salesforce Setup, under the Experience Site users' profile, adjust the system permissions to allow for multiple objects in search results.
-
B
On the Searchpage, switch the Search Results component with Global Search Results and select the appropriate objects in the property editor.
-
C
On the Search page, select the appropriate objects in the property editor for the Search Results component.
-
D
On the Home page, in the property editor for the Hero component, adjust the Hero Type to "Call to Action" instead of "Search".
Reveal answer details
Close answer details
Correct answerB
ExplanationThis option allows UMS to configure its search results to include cases, quotes, contracts, and Knowledge articles. TheGlobal Search Results component is a new component that supports multiple objects and facets in the search results. UMS can add this component to the Search page and select the objects that they want to display in the property editor.
Question 16
Single choice
Cloud Kicks (CK) is launching a new public marketing site. The company expects a large volume of traffic and wants to ensure its site performs well. CK also wants repeat visitors to have the fastest browsing experience possible. What should CK do to get the best performing site?
-
A
Schedule Apex jobs to push content to users' browser caches.
-
B
Use Next Best Action to predict what content to serve to the user's browser.
-
C
Disable Visualforce to make all pages switch to Lightning.
-
D
Enable and configure the Content Delivery Network so that public content is cached.
Reveal answer details
Close answer details
Correct answerD
ExplanationThe ContentDelivery Network (CDN) is a feature that improves the performance of public sites by caching static content, such as images, CSS files, and JavaScript files, on servers that are closer to the site visitors. This reduces the load on the Salesforce servers and speeds up the page loading time. CK can enable and configure the CDN from Experience Builder settings.
Question 17
Single choice
Universal Containers (UC) would like to create a site for its existing customers. The site will contain articles, manuals, and FAQs. The site willalso contain access to UC's Contracts object specific to each customer and the ability for customers to update their billing information, requiring them to log in to the site to access any information. Which template should UC select when building its site?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationThe Customer Account Portal template is designed for creating a site for existing customers who need to access their account information, such ascontracts, billing, and support. The template includes features such as login, registration, profile management, case management, and commerce integration. The template also supports Knowledge articles, manuals, and FAQs.
Question 18
Single choice
Ursa Major Solar (UMS) has a discussion thread on its Experience Cloud site for customers to provide feedback on the company's latest product release. To help ensure new members understand what the discussion thread is meant for and to monitor their first posts, UMS would like to approve the first post of any new member who has joined within 7 days or less. What is needed to configure this?
-
A
Create a moderationrule with the appropriate content criteria.
-
B
Create a Community moderator with Delete permissions.
-
C
Create a Community moderator with Approval permissions.
-
D
Create a moderation rule with the appropriate member criteria.
Reveal answer details
Close answer details
Correct answerD
ExplanationThis option allows UMS to approve the first post of any new member who has joined within 7 days or less. UMS can create a moderation rule that applies to posts and comments, and specify the member criteria as "Joined Date is within last 7 days". UMS can also choose the action as "Require Approval" and assign a moderator group to review and approve the posts.
Question 19
Multiple choice
Dreamscape Flowers (DF) has a community for its flower growers. DF now wants to create communities for its franchisee network as well as direct B2C customers as part of a company-wide digital transformation. Othersubsidiaries of DF are also undergoing digital transformation and are interested in setting up similar communities based on DF's approach. In what two ways can Lightning Bolt help DF accomplish this? Choose 2 answers
-
A
Lightning Bolts can be distributed and reused.
-
B
Lightning Bolts can help reduce implementation time.
-
C
Lightning Bolts can help minimize licensing and provisioning cost.
-
D
Lightning Bolts can help organize, manage, and reuse digital content.
Reveal answer details
Close answer details
Correct answersA, B
ExplanationTwo ways that Lightning Bolt can help DF accomplish this are A and B. Lightning Bolt is a framework that allows you to create and distribute industry-specific solutions that include prebuilt themes, templates, pages, components, and business logic. By using Lightning Bolt, DF can create a solution for its flower business that includes all the features and functionality they need for their communities. They can then distribute and reuse this solution for their subsidiaries or other customers who want to set up similar communities. This can help reduce implementation time and ensure consistency and quality across different communities.
Question 20
Multiple choice
A consultant is asked to set up a new experience using the Customer service template. The articles from an existing knowledge base must be exposed in the new site. What are the two ways the consultant should associate the articles with topics? Choose 2 answers
-
A
Select the appropriate topics on the Knowledge tab within Lightning Experience.
-
B
Allow guest users to tag displayed articles with relevant topics on a public page.
-
C
Establish automatic topic assignment of topics to specified data categories within WorkSpaces.
-
D
Manually add one or more topics to each article within Workspaces.
Reveal answer details
Close answer details
Correct answersA, D
ExplanationTwo ways the consultant should associate the articles with topics are A and D. Topics are keywords or phrases that help users find and organize content in Experience Cloud sites. To associate articles with topics, you can select the appropriate topics on the Knowledge tab within Lightning Experience, which allows you to view and edit articles in a list or Kanban view. You can also manually add one or more topics to each article within Workspaces, which allows you to create and manage articles in a collaborative environment.
Question 21
Multiple choice
No More Homelessness (NMH) is about to create a public site for volunteers where they will be able to sign up for volunteering opportunities at local events. Each registration will result in a record being created for a custom Event Registration object. Which three considerations should NMH keep in mind for records created by guest users? Choose 3 answers
-
A
Queues cannot be assigned as owners of records created by guest users.
-
B
When possible, oneshould create and assign queues as owners of records created by quest users.
-
C
Setting the default owner for records created by guests is an option in Experience Cloud sites.
-
D
Default owner does not need Read/Write access to view the records created byguest users.
-
E
Any active user in an org can be assigned as the default owner of records created by guest users.
Reveal answer details
Close answer details
Correct answersA, C, E
ExplanationFor records created by guest users, NMH should keep in mind that queues cannot be assigned as owners, setting the default owner is an option in Experience Cloud sites, and any active user in an org can be assigned as the default owner. A queue is a location where records can be routed to await processing by a group of users. However, queues cannot be assigned as owners of records created by guest users because guest users do not have access to queues. Setting the default owner for records created by guests is an option in Experience Cloud sites that allows NMH to specify who will own the records created by guest users on their public site. Any active user in an org can be assigned as the default owner of records created by guest users, as long as they have the appropriate permissions and access to the object.
Question 22
Single choice
Cloud Kicks (CK) wants potential customers to use self-registration to sign up and gain access to its new site. CK uses Person Accounts for its customers. How should the CK system administrator configure self-registration?
-
A
Leave the Account field blank.
-
B
Create a trigger on User to convert the Contact to a Person Account.
-
C
Set the profile to the standard Person Account profile.
-
D
Create a flow to convert the Contact to a Person Account.
Reveal answer details
Close answer details
Correct answerA
ExplanationTo configure self-registration for customers who use Person Accounts, CK should leave the Account field blank. This will allow CK to create individual customers without associating them with an account. CK can use the standard self-registration configuration under Experience Workspace and select a profile or permission set that supports Person Accounts. CK can also customize the self-registration page and Apex handler to create Person Accounts for customers based on their information.
Question 23
Single choice
UrsaMajor Solar (UMS) noticed that quest users are unable to see images on its customer portal. Which setting should UMS enable in order for quest users to see the images?
-
A
"Enable Image Connect for guest users" in the Administration Workspace
-
B
"Let guestusers view asset files and CMS content available to the community" in the Administration Workspace
-
C
"Allow guest users to self register" in the Administration Workspace
-
D
The "Jepson" theme in the Builder Workspace
Reveal answer details
Close answer details
Correct answerB
ExplanationThis setting allows guest users to view images and other content that are stored as asset files or CMS content in your Experience Cloud site. You need to enable this setting if you want guest users to see images on your customer portal.
Question 24
Single choice
Northern Trail Qutfitters would like to display a different Hero component on the Home page for United States and EMEA. How should an administrator accomplish this?
-
A
Create a page variation for EMEA, configure the Theme, and include a different Hero component.
-
B
Create a page variation for EMEA,configure the flexible page layout, and include a different Hero component.
-
C
Use the same page variation for EMEA and include multiple targeted HTML components.
-
D
Use the same page variation for EMEA, include multiple Hero components, and target each ,component.
Reveal answer details
Close answer details
Correct answerB
ExplanationPage variations allow you to create different versions of a page for different audiences. You can use the flexible page layout to customize the components and layout of each page variation. You can also target each page variation to a specific audience based on criteria such as location, profile, or record type.
Question 25
Single choice
AW Computing is using the Build Your Own (LWR) template to create a site for its customers. The site will showcase blog posts written by AW Computing thought leaders. Which component should the site creator use to dynamically populate the site with blog posts as new ones are added?
-
A
-
B
-
C
Grid component with CMS Collections
-
D
Grid component with list.views
Reveal answer details
Close answer details
Correct answerC
ExplanationTo dynamically populate the site with blog posts as new ones are added, CK should use a Grid component with CMS Collections. A Grid component is a componentthat displays content in a grid layout with rows and columns. A CMS Collection is a collection of content items that are created and managed in Salesforce CMS. CK can use a Grid component and select a CMS Collection as the content source. This will allow CK to showcase blog posts written by AW Computing thought leaders on its site and automatically update them as new ones are added.
Question 26
Single choice
Universal Containers (UC) is building a new self-service site for its large global customer base. Customers will be posting questions, viewing Knowledge articles, downloading warranties, opening tickets, and registering their recent purchases. Purchases are stored in a custom object. UChas decided to use Customer Service template for the experience and Customer Community Plus license for the customers. Which limitation could cause a potential issue for UC?
-
A
Customer Service template does not allow downloading documents out-of-the-box.
-
B
Customer Service template does not allow record pages for custom objects out-of-the-box.
-
C
Customer Community Plus license does not allow access to custom objects.
-
D
Customer Community Plus license allows only up to 2 million users per org.
Reveal answer details
Close answer details
Correct answerD
ExplanationCustomer Community Plus licenses have a limit of 2 million users per org, which could be a potential issue for UC if they have a large global customer base that exceeds this limit. The other options are not limitations of the Customer Servicetemplate or the Customer Community Plus license.
Question 27
Multiple choice
Whatare three goals Ursa Major Solar can accomplish with experience Cloud moderation functionality? Choose 3 answers
-
A
Allow members to remove other member from the Experience site if desired.
-
B
Track Flagging and moderation activity within the Experience site.
-
C
Allow members to flag posts comments files, and messages that are inappropriate or spam.
-
D
Designer specific users as moderators so that they can closely monitor the size.
-
E
Give members Audience Targeting permissions within the Experience site.
Reveal answer details
Close answer details
Correct answersB, C, D
ExplanationUMS can accomplish three goals with Experience Cloud moderation functionality: Track Flagging and moderation activity within the Experience site. Moderation functionality allows UMS to view reports and dashboards that show theflagging and moderation activity on its site, such as the number of flagged items, the number of moderated items, and the flagging reasons. Allow members to flag posts comments files, and messages that are inappropriate or spam. Moderation functionality allows UMS to enable members to flag content that violates the site's guidelines or policies. Members can choose a flagging reason from a predefined list or enter their own reason. Designer specific users as moderators so that they can closely monitor the size. Moderation functionality allows UMS to assign specific users as moderators who have permission to manage content on its site. Moderators can review flagged items, delete or edit inappropriate content, ban or warn abusive users, or escalate issues to administrators.
Question 28
Single choice
Partners at Universal Containers (UC) have given feedback that it takes too long for administrators to create new users or reset passwords for partner employees. What should be done to help UC with user management?
-
A
Recommend partners share user credentials.
-
B
Delegate external user administration.
-
C
Implement a limit on new users and password resets.
-
D
Create a new user form that automatically triggers a process to create a user.
Reveal answer details
Close answer details
Correct answerD
ExplanationTo help UC with user management, UC should delegate external user administration to its partners. This will allow UC to grant permission to its partners to create new users or reset passwords for partner employees without involving UC's administrators. UC can use Delegated External User Administration, which is a feature that allows UC to assign specific users as delegated administrators who can manage external users in theirown accounts.
|