00:00

QUESTION 26

Universal Container wants toincrease the security of their org by requiring stricker user passwords.
Which two of the following should an administrator configure? Choose 2 answers

Correct Answer: CD
Minimum password length and password complexity requirement are two settings that administrators can configure to increase the security of user passwords in Salesforce. They determine how long and how complex the passwords must be to meet the security standards. Password different than username and prevent common words are not valid settings in Salesforce, although they are good practices for creating strong passwords.References:https://help.salesforce.com/s/articleView?id=sf.admin_password_p olicies.htm&type=5

QUESTION 27

Sales Users at Cloud Kicks are requesting that the data in the industry field on the Account object
displays on the Opportunity page layout.
Which type of the field should an administrator create to accomplish this?

Correct Answer: C
A cross object formula field is a type of formula field that references fields from related objects using relationships such as lookup or master-detail. It can be used to display data from one object on another object without creating another relationship or copying data. A cross object formula field can be created on opportunity object to display data from industry field on account object using account ID lookup relationship. A custom account field, a standard account field, or a master-detail relationshipfield are not types of fields that can display data from industry field on account object on opportunity page layout; they either do not exist or do not reference related objects.References:https://help.salesforce.com/s/articleView?id=sf.cross_object_formulas. htm&type=5

QUESTION 28

Universal Containers introduced a new product and wants to track all associated cases that get logged. They are looking for an automated solution that would give the product's two lead engineers read/write access to all new cases that reference the new product.
What should an administrator do to satisfy this requirement?

Correct Answer: A
To track all cases that reference the new product and giveread/write access to the product’s two lead engineers, the administrator should create a queue and a criteria- based sharing rule. The queue will allow assigning cases that meet certain criteria, such as having a specific value in the Product field, to a group of users. The criteria-based sharing rule will grant read/write access to the queue members for cases that match the same criteria. References: https://help.salesforce.com/s/articleView?id=sf.queues_overview.htm&type=5https://help.sa lesforce.com/s/articleView?id=sf.sharing_criteria.htm&type=5

QUESTION 29

An administrator has reviewed an upcoming critical update.
How should the administrator proceed with activation of the critical update?

Correct Answer: A
To test the impact of a critical update before it is auto-activated, you should activate it in a sandbox first. This way, you can verify that your customizations and integrations work as expected without affecting your production org.
References: https://help.salesforce.com/s/articleView?id=sf.admin_critical_updates.htm&type=5

QUESTION 30

Cloud Kicks users are seeing error messages when they use one of their screen flows. The error
messages are confusing but could be resolved if the users entered more information on the
Account before starting the flow.
How should the administrator address this issues?

Correct Answer: C
Fault connector and screen component are two features that can be used to address the issue of users seeing error messages when they use one of their screen flows. Fault connector can be used to handle errors that occur when a flow element fails, such as a record create or update element. Screen component can be used to display a message to the user with text explaining what went wrong and how to correct it. References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_connector_fault.htm&type=5https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screencmp_display_ text.htm&type=5