1st Practice EXAM Flashcards
Which of the following are possible with a Master-Detail-Relationship (Multiple Correct Answers):
A. You can created a Master-Detail Relationship between two Custom Objects?
B. You can create a Master-Detail Relationship between two standard objects?
C. You can create a Master-Detail Relationship field on a Custom object that references as a Standard Object
A. You can created a Master-Detail Relationship between two Custom Objects?
C. You can create a Master-Detail Relationship field on a Custom object that references as a Standard Object
If you change the data type of any custom field used for lead conversion, that lead field mapping will be deleted:
A. True
B. False
A. True
IF(ISPICKVAL(picklist_field)) has the same output as:
A. CASE(“picklist_field”)
B. CASE(picklist_field)
C. Picklist_field(VALUE)
D. VAL(picklist_field)
B. CASE(picklist_field)
Cloud Kicks has created a screen flow for their sales team to use when they add new leads.
The screen flow collect name, email and shoe preference. which two things should the administrator
do to display the screen flow? Choose 2 answers
A. Create a tab and add the screen flow to the page.
B. use a flow element and add the screen flow to the record page.
C. Add the flow in the utility bar of the console
D. install an app from the AppExchange
A. Create a tab and add the screen flow to the page.
B. use a flow element and add the screen flow to the record page.
To display the screen flow, the administrator should create a tab and add the screen flow to the
page. The administrator can also use a flow element and add the screen flow to the record page.
The other options are not relevant to this scenario. Adding the flow in the utility bar of the console
will not display the screen flow. Installing an app from the AppExchange is not necessary to display
the screen flow.
Here are the steps on how to create a tab and add the screen flow to the page:
Go to Setup > Tabs.
Click New.
Enter a name and label for the tab.
Select the Screen Flow tab type.
Select the screen flow that you want to display.
Click Save.
Here are the steps on how to use a flow element and add the screen flow to the record page: Go to Setup > Customize > Lightning App Builder.
Select the record page that you want to add the screen flow to.
Click Edit.
Drag the Flow element from the Palette to the canvas.
Select the screen flow that you want to display.
Click Save.
When a Sales rep clicks a button on an opportunity, a simple discount calculator screen should be launched. Which automation tool should an administrator use to build this discount calculator screen?
A. Flow Builder
B. Workflow Rule
C. Platform Event
D. Process Builder
A. Flow Builder
Flow Builder supports creating a screen that can launch a simple discount calculator when a button is clicked on an opportunity.
An administrator installed a managed package that contains a permission set group. The permission set group that was installed includes Delete access on several objects, and the administrator needs to prevent users in the permission set group from being able to delete records. What should the administrator do to control Delete access?
A. Use a muting permission set with a permission set group to mute selected permissions.
B. Create a new permission set that has Delete access deselected for the objects.
C. Create a new role that prevents Delete permissions from rolling up to the users.
D. Edit the profile for the users to remove Delete access from the objects.
A. Use a muting permission set with a permission set group to mute selected permissions.
Muting permission sets allow you to remove permissions that are granted by a permission set group.
When users log in to Salesforce via the user interface, which two settings does the system check for authentication? Choose 2 answers
A. The user’s Two-Factor Authentication for API Logins permission
B. The role IP address restrictions
C. The user’s profile login hours restrictions
D. The user’s Two-Factor Authentication for User Interface Logins permission
C. The user’s profile login hours restrictions
D. The user’s Two-Factor Authentication for User Interface Logins permission
When users log in to Salesforce via the user interface, the system checks for authentication based on their profile settings and permissions. One of the settings is login hours, which specify the time range when users can log in to Salesforce based on their profile. Another setting is Two-Factor Authentication for User Interface Logins permission, which requires users to enter a verification code along with their username and password when they log in to Salesforce via the user interface.
An administrator is planning to use Data Loader to mass import new records to a custom object from a new API. What will the administrator need to do to use the Data Loader?
A. Add a permission set that allows them to import data.
B. Append their security token at the end of their password to login.
C. Use the Data Import Tool to mass import custom object records.
D. Reset their password and their security token.
B. Append their security token at the end of their password to login.
To use Data Loader to mass import new records to a custom object from a new API, the administrator will need to append their security token at the end of their password to login. The security token is an alphanumeric code that is required for API access when logging in from an IP address that is not trusted by Salesforce. The security token can be obtained from the user’s personal settings or by resetting it via email. Adding a permission set, resetting the password and the security token, or using the Data Import Tool are not necessary for using Data Loader.
Universal Containers requires that when an Opportunity is closed won, all other open opportunities on the same account must be marked as closed lost. Which automation solution should an administrator use to implement this request?
A. Quick Action
B. Workflow Rule
C. Flow Builder
D. Outbound Message
C. Flow Builder
Flow Builder allows you to create an automated business process that can update records based on certain criteria. You can use a scheduled flow to run once a week and count the number of open cases related to an account.
The administrator at Ursa Major Solar has Created a new record type for customer warranty cases which two assignments should the administrator use to display the new record type to users? Choose 2 answers
A. Profile Assignment
B. Role Assignment
C. App Manager Assignment.
D. Page layout Assignment.
A. Profile Assignment
D. Page layout Assignment.
Profile assignment and page layout assignment are two assignments that should be used to display a new record type to users. Profile assignment determines which profiles can access a record type and which record type is the default for each profile. Page layout assignment determines which page layout is assigned to each record type and profile combination.
When a cloud kicks Opportunity closes, the company would like to automatically create a renewal opportunity. Which two automation tools should an administrator use to accomplish this request? Choose 2 answers
A. Approval Process
B. Flow Builder
C. WorkFlow Rule
D. Process Builder
B. Flow Builder
D. Process Builder
An administrator at Cloud Kicks needs to export a file of closed won opportunities from the last 90 days. The file should include the Opportunity Name, ID, Close Date, and Amount. How should the administrator export this file?
A. Data Export Wizard.
B. Data Import Wizard.
C. Data Export Wizard.
D. Data Loader.
A. Data Export Wizard.
The VP of sales at Dreamhouse Realty has requested a dashboard to visualize enterprise sales across the different teams. The key place of data is the total of all sales for the year and the progress to the enterprise sales goal. What dashboard component will effectively show this number and the proximity to the total goal as a single value?
A. Table
B. Stacked Bar
C. Donut
D. Gauge
D. Gauge
Cloud Kicks is working on a better way to track its product shipments utilizing Salesforce. Which field type should an administrator use to capture coordinates?
A. Geolocation
B. Geofence
C. Custom address
D. External lookup
A. Geolocation
An administrator has reviewed an upcoming critical update. How should the administrator proceed with activation of the critical update?
A. Activate the critical update in a sandbox.
B. Allow the critical update to auto-activate.
C. Activate the critical update in production.
D. Allow the critical update to auto-activate in a sandbox.
A. Activate the critical update in a sandbox.
Northern Trail Outfitters has requested that when the Referral Date field is updated on the custom object Referral Source, the parent object Referral also needs to be updated. Which automation solution should an administrator use to meet this request?
A. Lightning Web Component
B. Approval Process
C. Workflow Field Update
D. Process Builder
D. Process Builder
Northern Trail Outfitters (NTO) has deployed my domain. The Chief Marketing Officer wants to make sure that all of the Salesforce users log in using the branded login URL. There needs to be a grace period for the user’s bookmarks to be updated. How should the administrator configure the policies in my domain settings?
A. Set the login policy to require login from https://nto.my.salesforce.com
B. Set the Redirect policy to Do Not redirect.
C. Set the redirect policy to Redirect with a warning to the same page within the domain.
D. Set the login policy to prevent login from https://login.salesforce.com
C. Set the redirect policy to Redirect with a warning to the same page within the domain.
The administrator at Universal Container has created two objects: Containers_c Purchase_c, Management has requested that all container records display on purchase records in Salesforce. Which type of relationship between Containers_c and Purchase_c should satisfy the requirement?
A. Roll-Up Summary field
B. Formula field
C. Master-detail field
D. Lookup field
D. Lookup field
The administrator has been asked to automate a simple field update on the account. When a support agent changes the status of the account to ‘Audited’, they would like the system to automatically update the Audited date field on the account with today’s date. Which tool should the administrator use to complete this automation?
A. Approval process
B. Formula Field
C. Flow Builder
D. Validation Rule
B. Formula Field
At universal Containers, users would like to be able to share Salesforce records with other members of their team, while collaborating around general topics as well. Which are two considerations for enabling this functionality? Choose 2 answers
A. Collaboration groups are created automatically for every department.
B. Object layouts should be configured to include the groups related list.
C. The Add Record action must be configured in the group publisher.
D. An administrator needs to create a group to enable record sharing
B. Object layouts should be configured to include the groups related list.
C. The Add Record action must be configured in the group publisher.