2022-08-12 Flashcards

https://www.freecram.net/torrent/Salesforce.Advanced-Administrator.v2022-08-12.q152.html

1
Q

The VP of Finance wants to ensure that once an opportunity is closed, it cannot be modified by any user. How can an administrator meet this requirement?

A. Create an opportunity validation rule with the formula: PRIORVALUE( IsClosed ) = True.
B. Set the Do Not Modify Closed Opportunity permission for all profiles.
C. Create a workflow field update to update the IsClosed field to True if a closed opportunity is modified.
D. Set all fields to Read-Only on the standard Closed Opportunity page layout.

A

A. Create an opportunity validation rule with the formula: PRIORVALUE( IsClosed ) = True.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Your company sells large mainframes that are delivered in one delivery but are paid for with several regular installments. What type of schedule should you set up?

A. Default Quantity Schedule
B. Default Revenue Schedule
C. Don’t create any default schedule
D. Default Revenue and Quantity Schedule

A

B. Default Revenue Schedule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A custom object was created at Universal Containers to store information employees will need for their annual reviews. Only the employee should be able to access their records. The administrator has set Organization-Wide Defaults to private for the object. These records are accessible by the employee’s manager.

What additional step should be taken to remove the manager’s access to these records?

A. Remove access to the custom object on the manager’s profile.
B. Uncheck the manual sharing for the custom object on each profile.
C. Recalculate the sharing rules in sharing settings.
D. Uncheck grant access using hierarchies in sharing settings.

A

D. Uncheck grant access using hierarchies in sharing settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A user with permissions to create price books wants to quickly create a new product with the same information as the existing product by cloning the product.

What is an important consideration when cloning a product?

A. Price book entries in price books that the user does NOT have access to will be created.
B. Price book entries need to be activated before users can use the new price book.
C. Price book entries will NOT be created in the standard price book.
D. Price book entries in price books that the user does NOT have access to will not be created.

A

D. Price book entries in price books that the user does NOT have access to will not be created.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Universal Containers sells monthly service subscriptions and wants to ensure their Opportunity report accurately represent the amount of money to be received each month.

Which solution an administrator use to meet this requirement?

A. Use process Builder and Flow to create custom object records
B. Use Opportunity formula fields for each reporting period.
C. Use monthly Opportunity reporting snapshot.
D. Use product revenue schedules for each revenue period.

A

D. Use product revenue schedules for each revenue period.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Universal Containers has three different profiles for the support desk. The VP of Support requests permission to only reassign profiles for support desk users.

How should this access be granted?

A. Delegated administration access to the three profiles.
B. The manage users permission to the profile.
C. The administrator profile.
D. A permission set with the manage users permission.

A

A. Delegated administration access to the three profiles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cloud Kicks has a Process Builder which should trigger upon a status change from an approval process. The Process Builder triggers if the status is updated manually, but not as a result of the approval process update.

What could the administrator do to troubleshoot the issue?

A. Check the Re-evaluate Workflow Rules After Field Change box on the Approval Process Field Update Action.
B. Check the Approval Process to make sure it is on the correct version.
C. Turn Recursion the Process Builder under the Advanced Settings so the Process Builder fires again.
D. Change the value with a Specific New Field Value so the Process Builder knows what value to look for.

A

A. Check the Re-evaluate Workflow Rules After Field Change box on the Approval Process Field Update Action.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The administrator at Cloud Kicks noticed that the before trigger they are working on executes successfully but fails to save the original version of the record to the external data archive. The administrator finds there is also a record-triggered flow on that object that is configured to run before save.

How should the administrator advise the developer? (Choose 2)

A. A validation rule could be preventing records from ever meeting the conditions in the trigger.
B. Record-triggered flows that are configured to
C. The code could be trying to create duplicates in the archive when it is unable to.
D. The trigger is writing the data to the wrong place in the external data archive.

A

B. Record-triggered flows that are configured to

C. The code could be trying to create duplicates in the archive when it is unable to.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The sates VP wants to see the custom Bonus Amount field summed to the Amount level; however, the ability to create a summary field is grayed out.

Which adjustment does the administrator need to make in order to utilize a custom summary field?

A. Reorder columns.
B. Add filter logic
C. Create ticket field.
D. Add data grouping.

A

D. Add data grouping.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Universal Containers uses territory management to manage its sales territories. Territory managers and sales reps are at the same role level in the sales hierarchy. Account and opportunity objects are set to private. What record access can territory managers have for accounts and opportunities that are assigned to their territories?

Choose 3

A. Transfer all opportunities associated with accounts in the territory, regardless of who owns the opportunities.
B. View all opportunities associated with accounts in the territory, regardless of who owns the opportunities
C. Edit all opportunities associated with accounts in the territory, regardless of who owns the opportunities.
D. View, Edit, Transfer and Delete accounts assigned to the territory, regardless of who owns the accounts.
E. Transfer and delete opportunities assigned to the territory, regardless of who owns the opportunities

A

B. View all opportunities associated with accounts in the territory, regardless of who owns the opportunities
C. Edit all opportunities associated with accounts in the territory, regardless of who owns the opportunities.
D. View, Edit, Transfer and Delete accounts assigned to the territory, regardless of who owns the accounts.

Accounts: View/Edit/Transfer/Delete
Opportunities: View/Edit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AW Computers has enabled the feature for Contact to multiple Accounts. A rep is trying to remove the primary Account from a Contact but Is unable to do so. The administrator has already updated the page layout to no longer require an Account.

What could be the issue?

A. The Contact has Indirect relationships to other Accounts.
B. A primary Account relationship Is required on a Contact regardless of the page layout settings.
C. Private Contacts need to be enabled in Setup.
D. The Account Contact relationship record needs to be deleted first In order to disassociate Contact from the Account.

A

B. A primary Account relationship Is required on a Contact regardless of the page layout settings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child record exists and updates a field. The field on the child record that needs to be updated Is still null after the second record trigger.

What should the administrator do to resolve this issue?

A. Combine the two flows into one with checks to see which part of the flow needs to be run.
B. flows into schedule flows and have them update the field.
C. Make a new record-triggered flow on the child object to update the field on the parent record.
D. Have the record-triggered flows fire on create or edit to update the field.

A

A. Combine the two flows into one with checks to see which part of the flow needs to be run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which of the following data enrichment options is available to a system administrator through the Social Accounts, Contacts, and Leads feature?

A. Use Twitter to view recent tweets posted by a contact
B. Use Facebook to import educational background
C. Use Linked in to import educational background
D. Use the Company’s salesforce Facebook account

A

A. Use Twitter to view recent tweets posted by a contact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are two capabilities of Enterprise Territory Management?

Choose 2 answers.

A. The ability to use 20 territories assignment rules per model
B. Prioritize territories to indicate highest priority or lowest priority
C. Territory hierarchy replaces the role hierarchy for sharing
D. The ability to use filter-based opportunity criteria to expand assignment rules

A

B. Prioritize territories to indicate highest priority or lowest priority
D. The ability to use filter-based opportunity criteria to expand assignment rules

Territories can have up to 15 assignment rules each.

Territory Management only affects the sharing settings of accounts and the standard objects that have a master-detail relationship to accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which two requirements must be met for a user to view knowledge Articles within a Salesforce organization?

Check 2 answers.

A. The user must be assigned a Salesforce Knowledge license.
B. The user must have access to the articles tab.
C. The user’s profile must have the read permission for at least one article type.
D. The user must have the manage articles permission on the profile.

A

B. The user must have access to the articles tab.

C. The user’s profile must have the read permission for at least one article type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What privileges can be given to a delegated administrator?

Choose three answers.

A. Create and edit users.
B. Modify the role hierarchy.
C. Assign users to specified profiles.
D. Manage custom objects.
E. Modify profile permissions.
A

A. Create and edit users.
C. Assign users to specified profiles.
D. Manage custom objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The Cloud Kicks online Lead Intake form was recently updated to allow for new choices on some older picklist fields. The leads are all being created properly in Salesforce, but reps are getting errors as they try to work the leads.

What tool should the administrator use to evaluate what is causing the errors?

A. Debug Log
B. Record History
C. Setup Audit Log
D. Login History

A

A. Debug Log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What type of prices can the system administrator set for an organization’s products?

Choose 3

A. Sales prices.
B. Standard prices.
C. Discount prices.
D. Product prices.
E. List prices.
A

A. Sales prices.
B. Standard prices.
E. List prices.

https://help.salesforce.com/articleView?id=sf.products_considerations_for_setting_prices.htm&type=5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

The administrator at Universal Containers has been asked to create an account management dashboard displaying opportunities and activities for each of its top five clients.

Which dashboard feature should the Administrator use to meet this requirement?

A. Joined reports on a dashboard
B. Matrix reports on a dashboard
C. Dynamic dashboard
D. Dashboard Filter

A

A. Joined reports on a dashboard

The requirement is to show activities in conjunction to account. You need joined report.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

An administrator at Cloud kicks recently built a screen flow in a sandbox that creates a case and follow-up task. When the flow runs in the sandbox, it works just as expected. When tested in production, the flow errors when creating the records.

Choose 2 answers

A. Change the Default Case Creator to the user’s manager.
B. Change the user experiencing the issue to the System Administrator profile.
C. Open the flow In Debug mode and Run the Flow as another user.
D. Log in as another user and run the flow.

A

C. Open the flow In Debug mode and Run the Flow as another user.
D. Log in as another user and run the flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Ursa Major Solar’s administrator has configured multiple record-triggered flows to run before or after the record is saved on the Account object.

What should the administrator consider when a record-triggered flow executes first?

A. The flow with the longest execution time will execute first.
B. The flow with the shortest execution time will execute first.
C. Assign the highest priority to the record-triggered flow which should execute first.
D. The order in which those flows are executed is not guaranteed.

A

C. Assign the highest priority to the record-triggered flow which should execute first.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Universal Containers has a Positions object that represents job Positions and a Applications object that represent people that have applied to the position. The Job Application object has a lookup to position. They want to run a report that shows all Positions that do NOT have any child job Applications.

Which solution would meet the requirements?

A. Use a custom report type that only displays job Application without Positions.
B. Use the standard Job Application with Position report type.
C. Use the standard Position without job Application report type.
D. Use the standard Position report type with a cross filters.

A

A. Use a custom report type that only displays job Application without Positions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Cloud Kicks has created a new flow that deletes records.

What should the administrator consider when testing the flow?

A. Even if the flow is inactive, debugging the flow will delete the test record.
B. Flows with delete elements cannot be debugged by the Flow debugged tool.
C. Flow with delete elements need to be inactivate to ensure that the test record is not actually deleted.
D. Record deleted by Flow when debugging are hard deleted.

A

A. Even if the flow is inactive, debugging the flow will delete the test record.

https://help.salesforce.com/s/articleView?id=sf.flow_considerations_troubleshooting.htm&r=https%3A%2F%2Fwww.google.com%2F&type=5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What are the different ways a Visual Workflow “flow” can be deployed?

Choose 3 answers.

A. Visualforce page
B. Custom link
C. Field Updates
D. Custom button
E. Apex Trigger
A

A. Visualforce page
B. Custom link
D. Custom button

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Which two ways can an administrator review the page performance for a Lightning record page?

Choose 2 answers

A. Analyze Button
B. Activation Button
C. Pages Menu
D. Lightning Usage App

A

A. Analyze Button

D. Lightning Usage App

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Which of the following is NOT true about article types in Salesforce Knowledge?

A. An organization must have 2 article types to enable Knowledge.
B. Article Types may include attachments.
C. Article Types should enable ‘actionable’ content.
D. Article Types are typically short HTML documents.

A

A. An organization must have 2 article types to enable Knowledge.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

A user is trying to add a product to an opportunity and wants to select a price book to reflect the correct price for the customer. They are sure they have access to several different price books but the option to choose which one is missing.

What should an administrator do to resolve the issue?

A. Add the Choose Price Book button on the Lightning page.
B. Add the Choose Price Book button on the Product Related List of the Opportunity layout.
C. Add the Choose Price Book button on the Detail section of the Opportunity layout.
D. Add the Choose Price Book button on the Detail section of the Product layout.

A

B. Add the Choose Price Book button on the Product Related List of the Opportunity layout.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

An administrator wants to allow users who are creating leads to have access to the find duplicates button.

Which lead object-level permission will the administrator need to provide to these users?

A. View All
B. Delete
C. Read and Edit
D. Merge

A

A. View All

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Universal Containers wants to assign a task due date on one of two fields. Estimated Shipping Date or Client Need By Date, which is further in the future.

Which two combined automation tools should the administrator use to create the task record and assign based on date criteria?

Choose 2 answers

A. Design an approval process to capture the furthest date.
B. Configure a workflow to create the task.
C. Create a formula capture the MAX date.
D. Make a Process Builder to create the task.

A

B. Configure a workflow to create the task.

C. Create a formula capture the MAX date.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

AW Computing has been advertising a new keyboard that was released at the beginning of the month. The sales team has an additional incentive to add the keyboards to every sale. The administrator already added the product to Salesforce but the reps are unable to select the product on the opportunity.

Which two options should an administrator check to ensure the product is available?

Choose 2 answers

A. Confirm the correct price book is selected on the opportunity.
B. Verify the product has a start date entered.
C. Ensure the product is associated with the correct price book.
D. Make sure the price book Is in the company currency.

A

A. Confirm the correct price book is selected on the opportunity.
C. Ensure the product is associated with the correct price book.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

An administrator is receiving cases that users are getting logged out of Salesforce without notice.

What should the administrator do to address this issue?

A. Remove the session timeout settings.
B. Select force logout on session timeout.
C. Enable Remember me until logout.
D. Deselect disable session timeout warning popup.

A

D. Deselect disable session timeout warning popup.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What should an administrator consider when setting up and maintaining salesforce knowledge?

Choose 4

A. Article version numbers must be assigned by a knowledge manager for tracking.
B. Data category visibility is assigned through roles and profiles.
C. Solution category browsing must be enabled in solution settings.
D. Knowledge settings must be configured to allow users to create an article from a case
E. Enabling Knowledge on a User Record requires Licensing.

A

B. Data category visibility is assigned through roles and profiles.
C. Solution category browsing must be enabled in solution settings.
D. Knowledge settings must be configured to allow users to create an article from a case
E. Enabling Knowledge on a User Record requires Licensing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Sales representatives are reporting trouble syncing quotes with their related opportunities.

What is a possible explanation for this problem?

Choose two

A. The quote contains an archived list price.
B. The attached currency is no longer active.
C. The user does not have Edit permissions on the quote.
D. The quote is attached to a closed opportunity.

A

A. The quote contains an archived list price.

B. The attached currency is no longer active.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What would cause a required field to not be populated on some records?

Choose 2 answers.

A. The field is hidden
B. The field is protected by field level security
C. The field is set to Read Only
D. The field is not in the page layout

A

C. The field is set to Read Only

D. The field is not in the page layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

How would you configure a profile to find duplicate records?

A. delete
B. merge
C. view all
D. read, edit

A

C. view all

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

AW Computing it running a special bundle deal on monitors and keyboards. Normally, discounts need VP approval, but this special bundle is pre-approved.

What should the administrator recommend for these requirements?

A. Enable Subscriptions.
B. Implement CPQ.
C. Remove the approval process.
D. Create a separate price book.

A

B. Implement CPQ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Cloud Kicks (CK) has e sneaker maintenance plan that It Includes with all orders for Its new line of Bluetooth-enabled custom sneakers. The sneaker maintenance plan gives each customer 6 months of phone support in case they have Issues with their new sneakers. The administrator at CK is having a hard time keeping up with the work associated with managing the maintenance plan.

What should the administrator do to help manage the plan?

A. Use Flow to automatically create and assign entitlements.
B. Set up and configure entitlement templates.
C. Ensure milestones are in place for the maintenance plan.
D. Create a support process for the maintenance plan.

A

B. Set up and configure entitlement templates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

When using Customizable Forecasts, which forecast category is not included in the forecast?

A. Closed
B. Omitted
C. Best Case
D. Pipeline

A

B. Omitted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

An administrator has created content types for Salesforce CRM Content and has been asked to restrict the content types that are in a library.

How can an administrator meet this requirement? Choose 2 answers

A. Select the ‘Restrict the content types available in the library” checkbox.
B. Add members to the library who are users or members of public groups.
C. Add the default content type to the selected Content Types list.
D. Add the Related Content related list to the page layout for the associated object

A

A. Select the ‘Restrict the content types available in the library” checkbox.
C. Add the default content type to the selected Content Types list.

https://help.salesforce.com/articleView?id=content_initialsetup.htm&type=5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

A user started to work remotely. They are having an Issue logging in.

What could be the issue?

A. They are signing in from a mobile device.
B. The login session has expired for this user.
C. The time zone for the profile is outside of login hours.
D. The user Is not In the IP range for their profile.

A

D. The user Is not In the IP range for their profile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

An auto-response rule sends an email using Template1 when the field Case Source is ‘email’ and Template2 when Case Source is blank.

A Process Builder updates Case Source to ‘email’ when a case is created using Email-to-Case and to “web” when a case Is created using Web-to-Case. Otherwise, Case Source Is blank.

What will occur when a case is created from an incoming email?

A. An email is sent out using Template1 and then Case Source updates to ‘email’.
B. An email is sent out using Template2 and then Case Source updates to email’.
C. Case Source updates to “email” and an email is sent out using Template2.
D. Case Source updates to “email” and an email Is sent out using Template1.

A

B. An email is sent out using Template2 and then Case Source updates to email’.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

Which three capabilities should an administrator consider about change sets?

Choose 3 answers.

A. To use change sets, at least one Inbound and one outbound connection must exist.
B. When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.
C. When custom fields are added to a change set, field-level security is automatically included.
D. When a component is added to a change set, all dependent components automatically get added.
E. There is a feature that allows the user to validate a change set before deploying it.

A

A. To use change sets, at least one Inbound and one outbound connection must exist.
B. When a change set is deployed to production, by default, all unmanaged Apex tests will automatically be run.
E. There is a feature that allows the user to validate a change set before deploying it.

False
C. When custom fields are added to a change set, field-level security is not included.
D. When a component is added to a change set, dependent components do not get automatically added.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

The administrator at Cloud Kicks recently replaced several case workflow rules with a single before save flow.

Since this change, some cases are routing In unexpected ways.

What could be the cause of the changes to routing?

A. Assignment rules no longer reference the correct fields.
B. Multiple automation tools have been used and the automation is executed in a different order.
C. The flow precedes assignment rules; workflow rules are after assignment rules.
D. The old workflow rules are still active and impacting routing.

A

C. The flow precedes assignment rules; workflow rules are after assignment rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

Cloud Kicks wants its sales reps to always use the same full zip code format with a hyphen where applicable.

What should the administrator implement to help ensure consistent formatting?

A. Edit the standard field length to five characters.
B. Create a REGEX function to use in a validation rule on the field.
C. Add a help text instructing the sales rep on how to enter this field.
D. Add a quick create function for the sales reps to use.

A

B. Create a REGEX function to use in a validation rule on the field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Which actions can you add to a milestone?

Choose three answers.

A. Violation actions
B. Repeat actions
C. Warning actions
D. Success actions

A

A. Violation actions
C. Warning actions
D. Success actions

https://help.salesforce.com/s/articleView?id=sf.entitlements_milestones_actions_overview.htm&type=5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Cloud Kicks call center agents have given their manager feedback that It takes too long to find relevant articles to answer questions on customer cases. The call center manager has asked the administrator to improve suggestions displayed to agents in the Knowledge component on Cases.

Which setting should the administrator use to meet the requirement?

A. Highlights and Snippets
B. Turn off auto-complete keyword search
C. Enable Einstein Search
D. Selected Case Fields

A

C. Enable Einstein Search

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

A sales rep at Ursa Major Solar was assigned to a role under their manager and is the record owner of several opportunities; however, the sales rep is missing from the manager’s forecast.

What should the administrator review to solve this issue?

A. Allow Override Forecasts
B. Allow Forecasting for user
C. Enable owner adjustment
D. Enable manager adjustments

A

B. Allow Forecasting for user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Universal Containers would like applicants to apply for multiple positions, tracking how many applicants have applied and how many positions each individual applicant has applied for. To do this, the administrator will create a Job Application junction object between Applicant and Position objects. Why will this action meet the requirement?

A. The junction object allows the administrator to add a workflow rule to update fields on the Position and Applicant objects.
B. The Job Application object as a master to Positions and Applicant objects will allow rollup summary fields on the Positions and Applicant objects.
C. A lookup relationship on the Applicant object with Position as the master provides rollup summary fields without code.
D. The junction object allows a many-to-many relationship and also roll-up summary fields on the parent objects.

A

D. The junction object allows a many-to-many relationship and also roll-up summary fields on the parent objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

What should an administrator consider when setting up salesforce entitlements?

Choose 2

A. The entitlement model dictates the level of detail for the entitlement process.
B. The service level agreements related list on a case gives support agents access to contract details.
C. Salesforce entitlements require an entitlement process with milestones and milestone actions.
D. Salesforce entitlements require service cloud user feature licensing.

A

B. The service level agreements related list on a case gives support agents access to contract details.
C. Salesforce entitlements require an entitlement process with milestones and milestone actions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

Universal Containers’ Support team is growing globally, and the manager has inquired about implementing Omni-Channel. The team supports multiple products that require complex expertise across multiple languages.

Which routing option should the administrator recommend to ensure the right cases get to the correct agents for resolution?

A. Case Assignment Rules
B. Translation Workbench
C. Queue-Based Routing
D. Skills-Based Routing

A

D. Skills-Based Routing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Universal Containers has a white-glove service level for its top customers.

After a case is created, how should the administrator allow the agent to see the number of hours remaining before the service agreement is overdue?

A. Assign an independent milestone.
B. Create sequential milestones.
C. Include a Milestone formula held
D. Add Milestone Tracker

A

D. Add Milestone Tracker

https://help.salesforce.com/s/articleView?id=sf.entitlements_milestone_tracker.htm&type=5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

Dylan has submitted a vacation request for approval by his manager, but the manager is not receiving any email alerts. What can you use in order to troubleshoot the issue?

Choose 2 answers.

A. The Setup Audit Trail
B. A Time-Based Workflow
C. Debug Log
D. Email log

A

C. Debug Log

D. Email log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

The VP of sales wants to require that the next step field is always updated when an opportunity stage is changed.

How can this process be automated?

A. Create a workflow rule with the following formula:
AND(ISCHANGED(StageName),NOT(ISCHANGED(NextStep))
B. Create a validation rule with the following formula:
AND(ISCHANGED(StageName),NOT(ISCHANGED(NextStep)))
C. Create a workflow rule with the following formula:
AND(ISCHANGED(ISPICKVAL(StageName)),ISCHANGED(NextStep)).
D. Create a validation rule with the following formula:
AND(ISCHANGED(ISPICKVAL(StageName)),NOT(ISCHANGED(NextStep))).

A

B. Create a validation rule with the following formula:
AND(ISCHANGED(StageName),NOT(ISCHANGED(NextStep)))

ISPICKVAL is not needed for ISCHANGE

Validation is correct, instead of Workflow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

A sales rep at Ursa Major Solar realized that the wrong price book was selected for an opportunity- How can the sales rep change the price book on the opportunity?

A. The change can be made through the desktop site.
B. Once selected, the price book can be updated via the forecasting tab.
C. The change can be made through the mobile app.
D. Once selected, the price book is locked on the opportunity.

A

A. The change can be made through the desktop site.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

The Sales Manager at Universal Containers would like a dashboard to view each of the sales representative’s opportunities, accounts, and related cases. What is a recommended solution?

A. Create a dynamic dashboard and insure the sales manager has the “View My Team’s Dashboard” permission.
B. Create a dashboard and add filters for users, opportunities, accounts, and cases.
C. Create an individual dashboard for each sales representative with opportunity, account, and case components.
D. Create a dynamic dashboard and add filters for opportunities, accounts and cases.

A

A. Create a dynamic dashboard and insure the sales manager has the “View My Team’s Dashboard” permission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

Cloud Kicks has a requirement to display sensitive data only to appropriate users. The amount m the Salary field on the User object should display data only when the user record is being viewed by the user or by users with the MR profile. For all other users viewing the user record, the Salary field should display the word “Confidential* as text in the field.

What should the administrator to fulfill this requirement?

A. Validation Rule
B. Formula field
C. Page Layout
D. Process Builder

A

B. Formula field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

Universal Containers categorizes its accounts with one of two status values - Prospect or Customer. The administrator wants to automatically change the value from Prospect to Customer when an opportunity is won. Which two actions should the administrator take to accomplish this?

Choose 2 answers

A. Create an account workflow rule that updates the Account Status field.
B. Create an opportunity workflow rule that updates the Account Status field.
C. Use an Apex trigger to update the Account Status field.
D. Use Visualforce to update the Account Status field.

A

B. Create an opportunity workflow rule that updates the Account Status field.
C. Use an Apex trigger to update the Account Status field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

The AW Computing administrator team does significant amounts of work around process automation and ensuring data integrity. When an administrator created a new validation rule in production, the development team complained that their deployment to production failed.

What should be implemented to prevent this conflict from happening?

A. Review the setup audit trail prior to changes.
B. Build automation and validation rules using screen flows.
C. Test changes in a shared sandbox.
D. Refresh the full copy sandbox daily.

A

C. Test changes in a shared sandbox.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

Salesforce Knowledge offers administrators the ability to fully customize the way an article type displays to an end user.

A. False
B. True

A

B. True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

Cloud Kicks (CK) has deployed several new custom apps that use Lightning Web components. The administrator is now concerned that they may need to make some adjustments to CK’s org to make it more secure.

Which tools should the administrator use to expose possible security risks within a Lightning web component?

A. Salesforce Optimizer
B. Health Check
C. Master Encryption Keys
D. Self-signed Certificates

A

B. Health Check

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

A sales manager is receiving an “insufficient privileges” error when viewing a contact. The contact owner is under the manager in the role hierarchy. What is the reason the sales manager is not able to view the contact?

A. The contact sharing settings are controlled by the parent, and the account owner is not under the sales manager’s role.
B. The contact owner has not selected the option to share contacts with others in the role hierarchy.
C. The contact sharing settings are private, so access to the record is limited to the contact owner and system administrator.
D. The account sharing settings are controlled by the parent, and the account owner is not under the sales manger’s role.

A

A. The contact sharing settings are controlled by the parent, and the account owner is not under the sales manager’s role.

62
Q

An administrator has been asked to create a replica of the production organization. The requirement states that existing fields, page layouts, record types, objects, and data contained in the fields and objects need to be available in the replica organization. How can the administrator meet the requirement?

A. Create a metadata sandbox
B. Create a Full Sandbox
C. Create a developer sandbox
D. Create a configuration-only Sandbox

A

B. Create a Full Sandbox

63
Q

A sales rep needs to help cross-sell an opportunity but is unable to make updates on the record or update the opportunity team.

Which two options would be required for a sales rep to add a rep to the opportunity team?

Choose 2 answers

A. Transferred ownership of the Opportunity to the sales rep
B. A role above the Opportunity owner in the role hierarchy
C. A permission with Edit access on the Account object
D. Transferred ownership of the Account to the sales rep

A

B. A role above the Opportunity owner in the role hierarchy

C. A permission with Edit access on the Account object

64
Q

The salts team at Universal Containers has asked the administrator to build functionality to automatically update the account checkbox field ‘Opportunity Created’ to checked when at least one related opportunity has been created.

What feature should the administrator use to build this functionality?

A. Screen flow
B. Assignment rule
C. Record-triggered flow
D. Workflow rule

A

C. Record-triggered flow

65
Q

What are the similarities of customizable and collaborative forecasting?

Choose two answers.

A. Monthly and Quarterly Forecasts
B. Territory management
C. Submit Forecast
D. Quotas

A

A. Monthly and Quarterly Forecasts

D. Quotas

66
Q

Cloud Kicks (CK) has recently decided to use Collaborative Forecasting to optimize the accuracy and efficiency of its sales cycle. The CK sales operation manager wants to enable supervisors and their subordinates to make changes to any forecast amounts that inaccurately reflect their current pipeline.

Which two settings should be enabled to meet this requirement?

Choose 2 answers

A. Owner adjustments
B. Payout adjustments
C. Manager adjustments
D. Revenue adjustments

A

A. Owner adjustments

C. Manager adjustments

67
Q

A change set has already been uploaded but changes need to be made to its contents.

What is a best practice for adding these changes?

A. clone the change set, add needed change set and upload again.
B. Delete existing change set, add changes to new change set, upload change set
C. Manually make changes in change set destination org.
D. Edit existing change set, add needed changes, upload again.

A

A. clone the change set, add needed change set and upload again.

68
Q

The sales agents at DreamHouse Realty have a profile that allows them to import records for a custom object called House. The agents only need to make imports occasionally and typically Import around 100 new records at a time.

What tool should the agents use to upload records?

A. Bulk API
B. Date Import Wizard
C. Data Loader
D. Apex

A

B. Date Import Wizard

69
Q

Which three features are supported in delegated administration?

A. Set org-wide sharing defaults
B. Unlock non-Communities users
C. Unlock Communities users
D. Manage custom objects
E. Create and edit users
A

B. Unlock non-Communities users
D. Manage custom objects
E. Create and edit users

70
Q

An administrator at Cloud Kicks has been asked to reduce the file size of full data exports in order to have quicker exports.

Which three recommendations should the administrator make?

Choose 3 answers

A. Deselect ‘Include images, documents, and attachments’ in the export.
B. Request a backup file every 5 days.
C. Reduce the amount of objects per export.
D. Keep deleted record counts to a minimum.
E. Unselect the recycle bin in the object export option.

A

A. Deselect ‘Include images, documents, and attachments’ in the export.
C. Reduce the amount of objects per export.
D. Keep deleted record counts to a minimum.

Incorrect:
B. Request a backup file every 5 days.
E. Recycle bin records are not included in data exports.

71
Q

Universal Containers has found duplicate contacts in Salesforce. The sales team administrator prevent duplicate records from being created.

Which two ways should the administrator customize duplicate management?

Choose 2 answers

A. Modify the Global Picklist Value Sets.
B. Configure custom duplicate rules.
C. Create custom matching rules.
D. Set up mobile duplicate alerts.

A

B. Configure custom duplicate rules.

C. Create custom matching rules.

72
Q

North Trail Outfitters want to automate the assignment of territories to opportunities.

Which two features are needed to meet this requirement.

A. Create Assignment Rules
B. Enable filter-based Opportunity Territory Assignment
C. Create an Apex Class
D. Enable opportunity owner-based sharing

A

A. Create Assignment Rules

B. Enable filter-based Opportunity Territory Assignment

73
Q

Which two values roll up the Hierarchy to the manager for both Customizable and Collaborative Forecasts?

Choose 2 answers

A. Expected revenue
B. Product quantity
C. Opportunity amount
D. Quota amount

A

C. Opportunity amount

D. Quota amount

74
Q

Universal Containers’ support team needs to track service level agreements for customers. Today, they manually look up contracts by name when a customer calls.

How should an administrator automate this process?

A. Enable Case Feed and add a Contracts custom publisher to the Case Feed layout.
B. Create a private Chatter group for customers with high-priority service level agreements.
C. Enable entitlements and add the tabs for entitlements and service contracts.
D. Configure a workflow rule that sends an email alert of old cases to the support manager.

A

C. Enable entitlements and add the tabs for entitlements and service contracts.

75
Q

After an Administrator has refreshed a sandbox, what behavior should users expect to see in the sandbox?

A. All new data since the last refresh will be added to the existing information in the sandbox
B. Metadata changes since the last refresh will be added to the existing information m the sandbox
C. Users in the sandbox that do not exist in production will no longer exist in the sandbox.
D. Users in production will now be able to receive emails sent out from the sandbox.

A

A. All new data since the last refresh will be added to the existing information in the sandbox

76
Q

The administrator at Ursa Major Solar has set up IT policies for all user passwords to be a minimum length of 3 characters and have an expiration period of 90 days. The security team recently decided that administrators of any system should have a 15-character minimum password with a 30-day expiration period.

Where should the administrator make this change?

A. Organi2ation-wide password policies
B. Session Settings on the User record
C. Password Policies on the System Administrator profile .
D. Password complexity requirements on the permission set

A

C. Password Policies on the System Administrator profile .

77
Q

What is a capability of Territory management?

Choose 2 answers

A. Territory hierarchy replaces the role hierarchy for sharing
B. Support for complex and frequently changed sales organization structures
C. The ability to use opportunity criteria to expand a private sharing model
D. The ability to use account criteria to expand a private sharing model

A

B. Support for complex and frequently changed sales organization structures
D. The ability to use account criteria to expand a private sharing model

78
Q

A team is assigned to standardize processes across internal teams for Salesforce Knowledge. The team finds it difficult to effectively group the articles due to the slightly different verbiage used by each of the Support teams, which makes searching and search results inconsistent.

Which two customizations should an administrator use to allow for a better experience when searching?

Choose 2 answers

A. Configure new page layout.
B. Create search activity report with promoted search terms.
C. Highlight relevant article text within search results.
D. Set up synonym groups.

A

C. Highlight relevant article text within search results.

D. Set up synonym groups.

79
Q

Which deployment tool can be used to delete metadata from an organization?

Choose 2

A. Change Sets.
B. Unmanaged packages.
C. Force.com IDE.
D. force.com Migration Tool.

A

C. Force.com IDE.(100%)(developer console)

D. force.com Migration Tool.

80
Q

While reviewing the quarterly forecast, a manager notices the newest team member is missing in the forecast- After looking at a few the manager can see where the sales representative has closed six opportunities this month and has three additional opportunities m progress.

Where should the administrator start troubleshooting?

A. Verify the app the user is selecting and adjust tabs as needed.
B. Assign View All Forecasting permission to the sales profile.
C. Create a permission set with View All Forecasting permission.
D. Chide Allow Forecasting under general Information for user.

A

B. Assign View All Forecasting permission to the sales profile.

81
Q

A user changes roles from an EMEA sales representative to a US sales representative. How will this impact the ownership-based sharing rules for the user’s records?

A. This will affect the ownership of records for standard objects but not custom objects.
B. None of the ownership-based sharing rules are recalculated.
C. All of the ownership-based sharing rules are recalculated.
D. This will only affect ownership-based sharing rules if the user moves up in the role hierarchy.

A

C. All of the ownership-based sharing rules are recalculated.

82
Q

A user reports that a field can no longer be seen in a given page layout. What can a system administrator use in order to troubleshoot this?

A. Perform a Field Audit
B. View the Setup Audit Trail
C. Use Field History Tracking
D. View the system log

A

B. View the Setup Audit Trail

83
Q

Cloud Kicks is a large company with many divisions. Some divisions have a higher turnover, so each division wants to be able to create and manage users only within their division.

What should the administrator do to set this up?

A. Create a permission set group for the division leaders.
B. Customize and assign profiles for the division teams.
C. Set up delegated administrators for the division leaders.
D. Assign a flat territory role hierarchy for the divisions.

A

C. Set up delegated administrators for the division leaders.

84
Q

At Cloud Kicks, the Sales team uses a specific dashboard to see how they are doing daily. The team has asked the administrator for an easier way to see this dashboard.

What should the administrator recommend?

A. Add the dashboard to the Sales team’s home page.
B. Email the dashboard to the Sales Team every morning.
C. Update the Sales team’s app with a new dashboard.
D. Create a custom app with a dashboard.

A

A. Add the dashboard to the Sales team’s home page.

85
Q

An administrator at Universal Containers hat completed a new set of validation rule along with a Process Builder in a sandbox and wants to move these changes to production via a change set but they are currently unable to do so.

What are two configurations an administrator needs before they are able to deploy changes?

Choose 2 answers

A. The Sandbox must be configured to Allow Outbound Changes to Production
B. Create the Validation Rules in Production because they can’t be deployed via Change Sets
C. The Production Org must be configured to Allow inbound Changes from the sandbox
D. The Deploy Change Sets permission must be granted

A

A. The Sandbox must be configured to Allow Outbound Changes to Production
C. The Production Org must be configured to Allow inbound Changes from the sandbox

86
Q

Universal Containers has a requirement to report on opportunities where the probability has dropped beneath
50%. The administrator has created a custom checkbox as a way to identify these records.

What else should the administrator do to meet this requirement?

A. Create a workflow rule that updates the field when the probability drops below 50%
B. Create an approval process that submits the opportunity for approval when the custom checkbox is true
C. Enable field history tracking on the field and include the history in the report filter
D. Build a validation rule that displays an error

A

A. Create a workflow rule that updates the field when the probability drops below 50%

87
Q

An administrator at AW Computing is trying to track the login history for a specific user. The AW Computing org has 150,000 users and multi-factor authentication (MFA) is enabled and enforced for all users. In reviewing the Identity Verification History data, the administrator is unable to find any information for the mentioned user. The user used to log in regularly but has been inactive this quarter. Which two reasons explain why the user’s data is missing from Identity Verification History?

Choose 2 answers

A. Up to 20,000 records of users’ identity verification attempts are stored.
B. Identity Verification History stores the last year’s worth of data.
C. User belongs to a specific role for which identity verification data is not stored.
D. The last 6 months worth of data is stored in the Identity Verification History.

A

A. Up to 20,000 records of users’ identity verification attempts are stored.
D. The last 6 months worth of data is stored in the Identity Verification History.

88
Q

AW Computing has a new requirement from its security team where audit information relating to an account must be recorded in a new custom object called Audit. Audit records need to be preserved for 10 years and only accessible by the audit team.

What relationship should be used to relate the Audit object to the Account object?

A. Self
B. Many-To-Many
C. Lookup
D. Master-Detail

A

D. Master-Detail

89
Q

How can additional permissions be given to a user without editing the profile itself?

Choose two answers.

A. role hierarch
B. delegated administration
C. permission set
D. sharing rule

A

B. delegated administration

C. permission set

90
Q

If a system administrator has unchecked the” Enable Content Pack Creation” setting, what can users do with content packs?

A. Users can modify existing content packs
B. Users can only edit description and title of existing content packs
C. Users cannot do anything to existing content pack

A

C. Users cannot do anything to existing content pack

91
Q

What should a system administrator consider before using territory management?

Choose three answers.

A. Once enabled it cannot be disabled
B. Forecasts are derived from Territory hierarchy not Role hierarchy
C. You need to contact Salesforce to have it enabled
D. It does not working parallel with sharing functions

A

A. Once enabled it cannot be disabled
B. Forecasts are derived from Territory hierarchy not Role hierarchy
C. You need to contact Salesforce to have it enabled

92
Q

What should an administrator consider when setting up and maintaining Salesforce Knowledge?

Choose three answers.

A. Article version numbers must be assigned by a Knowledge Manager for tracking
B. Solution category browsing must be enabled in Solution settings.
C. Data category visibility is assigned through roles and profiles
D. Enabling certain Knowledge features on a user record requires licensing.
E. Knowledge settings must be configured to allow users to create an article from a case

A

C. Data category visibility is assigned through roles and profiles
D. Enabling certain Knowledge features on a user record requires licensing.
E. Knowledge settings must be configured to allow users to create an article from a case

93
Q

The sales team has requested that a new field be added to accounts called Current Customer. The default value will be No and will change “Yes” if any related opportunity is successfully closed as won.

What can an admin do to meet this requirement?

A. Configure current customer as a roll-up summary field that will recalculate whenever an opportunity is won
B. Configure current customer as a text field and use an approval process to recalculate its value
C. Use an Apex trigger on the Account object that sets the Current customer field when an opportunity is won.
D. Use a workflow rule on the Opportunity object that sets the current customer filed an opportunity is won.

A

C. Use an Apex trigger on the Account object that sets the Current customer field when an opportunity is won.

94
Q

When configuring a change set, which two practices should an administrator adhere to in order to ensure a successful deployment to production?

Choose 2 answers

A. Add permissions and access settings to outbound change sets in addition to the dependent component list.
B. Run deployment validations on the change set in the sandbox prior to uploading to production.
C. When deploying a new record type, ensure the new record type is the only component in the change set.
D. Clone a change set to add forgotten dependent components to an uploaded change set.

A

B. Run deployment validations on the change set in the sandbox prior to uploading to production.
D. Clone a change set to add forgotten dependent components to an uploaded change set.

95
Q

Cloud Kicks has Service and Sales Manager roles that need to be able to see all Accounts. Currently, they each have their own custom profile. The organization-wide defaults are set to Private and a sharing rule shares access to Accounts to the sales and service teams based on criteria.

What should the administrator do to allow the Service and Sales Manager to see all Accounts?

A. Create a permission set with view All to Accounts and assign it to the Service and Sales Managers.
B. Move the Service and Sales Managers higher in the role hierarchy.
C. Set the organization-wide default for Accounts to Public Read Only.
D. Configure a custom profile for each manager that gives them view All on Accounts.

A

A. Create a permission set with view All to Accounts and assign it to the Service and Sales Managers.

96
Q

Which two actions could the delegated administrator complete after delegated administration is granted for a custom object?

Choose 2 answers

A. Create a custom tab for the object
B. Change the relationship with another object.
C. Change organization-wide snaring rules for the object.
D. Add a custom picklist field to the object

A

A. Create a custom tab for the object

D. Add a custom picklist field to the object

97
Q

A set of Cases records with a specific record type needs to be restricted so that only a Support manager and four Support users have access. What can you do as a system administrator to meet this requirement?

A. Remove the record type access for all users except the 5 mentioned
B. Create a criteria-based sharing rule for the 5 users
C. Give the “View All Data” permission to the 5 mentioned users using permission sets
D. Create a new profile and assign the 5 users to the new profile

A

B. Create a criteria-based sharing rule for the 5 users

98
Q

Recruiters at universal containers wants to associate positions with their related job applications using two custom objects position and job application. a job application must always have a related position. if a position is deleted, the corresponding job applications are deleted.

What type of object relation ship will meet this requirement?

A. Lookup
B. junction
C. Master detail
D. Hierarchical

A

C. Master detail

99
Q

Cloud Kicks has just released a new Process Builder on the Account in production. The end users keep getting error messages that prevent them from completing their updates to the Account.

Which three things should the administrator do to resolve this issue?

Choose 3 answers

A. Fix the Process Builder in a sandbox and migrate the change to production.
B. Deactivate the Process Builder in production.
C. Manually make the updates to the Account as the logged-in user.
D. Review the Error Email for the Process Builder and rectify the issues.
E. Have the users refresh the Account page so they get the current Process Builder.

A

A. Fix the Process Builder in a sandbox and migrate the change to production.
B. Deactivate the Process Builder in production.
C. Manually make the updates to the Account as the logged-in user.

100
Q

AW Computing sells a variety of software programs for Its customers to choose from. Management wants to ensure that the customer automatically receives phone support when they purchase photo editing software.

How should an administrator meet these retirements?

A. Create a flow to attach an entitlement to the asset upon purchase.
B. Add an entitlement template to the product for phone support.
C. Configure a flow to create a milestone co the asset upon purchase.
D. Include a milestone to the product with a term of 365 days for phone support.

A

B. Add an entitlement template to the product for phone support.

101
Q

Universal Containers wants to allow its customers to submit support requests across multiple channels.

In which two ways can this be accomplished with Salesforce?

Choose 2 answers

A. Enable Chatter Questions in the company’s customer Community
B. Offer a Chat button on the company website.
C. Expose the case feeds option on the company’s website.
D. Enable the Service Cloud Console app on the company’s website.

A

B. Offer a Chat button on the company website.

C. Expose the case feeds option on the company’s website.

102
Q

Northern Trail Outfitters (NTO) wants to start using Salesforce for its HR recruiting process. NTO needs to ensure that every application is linked to both a job posting and an applicants can apply for more one job posting, and each job posting can have more than one application. How should an administrator configure the objects?

A. Configure Job Application as a Junction object with master-detail relationship to both Application and Job Postings.
B. Add applicants as a junction object with master-detail relationship to both Posting and Job Applications.
C. Create Application as a junction object with a master- detail relations to Job Postings and a lookup relationship to Job Applications.
D. Make Job Application as a junction object with a master-detail relationship to Applications and a lookup relationship to Job Posting.

A

A. Configure Job Application as a Junction object with master-detail relationship to both Application and Job Postings.

103
Q

The administrator at Universal Containers does a soft launch of the Salesforce Authenticator app and allows users to optionally use it to log In. The administrator would now like to look at how many users have successfully used it since It was rolled out.
What are two ways the administrator can get this Information?

Choose 2 answers

A. Run a session setting report, specifying login methods by user.
B. Create a new view In Identity Verification History, specifying Method.
C. Export Login History and filter based off of Authentication Method Reference,
D. Open the Login Access Policies In Setup which shows how many users are using MFA.

A

A. Run a session setting report, specifying login methods by user.
D. Open the Login Access Policies In Setup which shows how many users are using MFA.

104
Q

Users report that the industry picklist field is no longer visible on account records. What test can an administrator use to troubleshoot the issue?

A. Field history tracking
B. Field audit history
C. Debug log
D. Setup audit trail

A

D. Setup audit trail

105
Q

Which feature is supported in delegated administrator?

Choose 3

A. Manage custom objects
B. set org wide sharing defaults
C. unlock non-communities users
D. unlock communities users
E. create and edit users
A

A. Manage custom objects
C. unlock non-communities users
E. create and edit users

106
Q

Universal Containers has a private sharing model. Their field service manager wants to edit Cases owned by the service team but is unable to edit Case records.

Which option should an administrator use to solve this issue?

A. Create a public group with read/write for cases and Accounts.
B. Update the manager’s profile to include edit access to the Case object.
C. Assign the manager a permission set with edit access to the Case object.
D. Set the Organization-Wide Default to public read/write for cases and Accounts.

A

C. Assign the manager a permission set with edit access to the Case object.

107
Q

The administrator at Cloud Kicks made new fields and page layout adjustments based on new requirements from the service teem. The changes have been built In a sandbox and are ready to be deployed Into production.

Whet should an administrator do before deploying the change set in production?

A. Create the fields and update the page layouts In production.
B. Make a new sandbox based on production to restore changes from.
C. Push the change set to another sandbox to restore from.
D. Request a new sandbox based on the sandbox where the changes were made.

A

B. Make a new sandbox based on production to restore changes from.

108
Q

What action is required before a change set can be deployed from a sandbox environment to a production environment?

Choose 2

A. Install the force.com IDE and configure its settings to work with change sets.
B. Configure the deployment connection in production to allow inbound changes.
C. configure the deployment connection in the sandbox to allow inbound changes.
D. create an outbound change set in the sandbox that includes the components to be moved

A

B. Configure the deployment connection in production to allow inbound changes.
D. create an outbound change set in the sandbox that includes the components to be moved

109
Q

An administrator has uploaded a change set from a sandbox to a production organization and would like to add a missing component to the change set before deployment.

What option does the administrator have to modify the change set?

Choose 2 answers.

A. Edit the change set in the sandbox environment and upload it to production.
B. Create a new change set in the sandbox environment, add all the required components and upload it to production
C. Clone the change set in the sandbox environment, add the component and upload it to production
D. Edit the change set in production, add the component, and use the redeploy option.

A

B. Create a new change set in the sandbox environment, add all the required components and upload it to production
C. Clone the change set in the sandbox environment, add the component and upload it to production

110
Q

The sales manager at Universal Containers would like a dashboard to view each of the sales representative’s opportunities, accounts, and related cases.

What is a recommended solution?

A. Create an individual dashboard for each sales representative with opportunity, account, and case components.
B. Create a dynamic dashboard and ensure the sales manager has the view My Team’s Dashboard permission.
C. Create a dashboard and add filters for users, opportunities, accounts, and cases.
D. Create a dynamic dashboard and add fitters for opportunities, accounts, and cases.

A

B. Create a dynamic dashboard and ensure the sales manager has the view My Team’s Dashboard permission.

111
Q

A sales manager at AW Computing has created a contact record but is missing some of the information to complete the record. The organization-wide default for Accounts is set to Public Read Only, and Contacts are controlled by parent.

A. The owner and users below the owner in the role hierarchy
B. Sales manager and system administrator
C. Users above the sales manager in the role hierarchy
D. Who will be able to edit this new contact record?
E. All users in the organization

A

A. The owner and users below the owner in the role hierarchy

112
Q

How can an administrator ensure article managers use specified values for custom article field?

A. Create a record type containing preset values
B. Create different article types for different requirements.
C. Create field dependencies on article types.
D. Create a required field on the article page layout.

A

A. Create a record type containing preset values

113
Q

How can you make sure that a field will be visible on 2 profiles only?

A. validation rules
B. Field-Level Security
C. workflow field update
D. create a page layout and hide the field

A

B. Field-Level Security

114
Q

How can you, as a System Administrator, enforce standardization of tags in libraries?

Choose 2 answers.

A. Change Tagging Field to multi select picklist
B. Guided tags
C. Enable restrictive tagging
D. Enable workflow to send email alert for unnamed tags

A

B. Guided tags

C. Enable restrictive tagging

115
Q

Dream House Realty (DR) wants to ensure that its data is protected. There have been several recent attempts to phish employees.

What should DR do to help ensure that the user that is logged in is the right user when the running user is trying to view reports and dashboards?

A. Require a high assurance session when exporting or printing reports and dashboards.
B. Require a Usemame, Password, and Security Token when logging in.
C. Require MFA when users need to view and export dashboards and reports.
D. Set up an authentication provider for reports and dashboards.

A

A. Require a high assurance session when exporting or printing reports and dashboards.

116
Q

DreamHouse Realty has a rental team and a real estate team. The two teams have different safes processes and capture different client information on their opportunities.
How should an administrator extend the Opportunity object to meet the teams’ different needs?

A. Use separate record types, page layouts, and sales processes for the Rental and Real Estate Teams.
B. Leverage Opportunities for the Real Estate Team and create a new custom object for the Rental Team Opportunities.
C. Create Opportunity Teams for the Rental and Real Estate Teams and make appropriate fields visible to only the necessary team.
D. Add a section for Rental and a section for Real Estate on the Opportunity Master Record Type to keep the information separate.

A

A. Use separate record types, page layouts, and sales processes for the Rental and Real Estate Teams.

117
Q

The distributors at Cloud Kicks are eligible for support based on a specific service contract-How should the administrator show this in Salesforce?

A. Turn on Service Cloud.
B. Add a service contract to the record.
C. Build a new custom object.
D. Use entitlement management.

A

D. Use entitlement management.

118
Q

An administrator recently Implemented multi-factor authentication (MFA) with a standard security level selectee. They are receiving cases that users are unable to log in.

What should me administrator do to troubleshoot?

A. Reset the user passwords and ask them to try again.
B. Change MF-A to High Assurance.
C. Temporarily disable MFA.
D. Check the session security level required at login on the user profile.

A

D. Check the session security level required at login on the user profile.

119
Q

Users have been given Read/Write access to product support cases through criteria-based sharing rules. A user’s profile only has the Read permission for cases.

What can the user expect regarding their ability to edit product support cases?

A. The user will only be able to edit cases manually shared with them.
B. The user will be able to edit product support cases.
C. The user will NOT be able to edit product support cases.
D. The user will only be able to edit the cases that they created.

A

C. The user will NOT be able to edit product support cases.

120
Q

Ursa Major Solar has a junction object that connects Docs with Solar Panels. The administrator needs users to be able to see all the solar panels that a Dot is related to. Users already have access to the Bot and the Junction, but not the Solar Panel object.

What access does the user need to be able to see the solar panel records?

A. Create permission Is required on both master records.
B. Read permission is required on at least are master record.
C. Read permission is required on both master records.
D. Access permission Is not required on either master record.

A

C. Read permission is required on both master records.

121
Q

In a two-step approval process where the first step is a hiring manager and second is the appropriate director, which of the following relationship types would a system administrator use to establish a relationship between the two approvers?

A. Sibling relationship
B. Look up relationship
C. Master detail relationship
D. Hierarchical relationship

A

D. Hierarchical relationship

122
Q

Universal Containers created a few new fields on the account object as well as a new section on the page layout in the config sandbox. After positive test results, the administrator created and uploaded a change set with the new fields from the sandbox to production. Unfortunately, the administrator forgot to add the page layout.

Which two options can the administrator take to deploy the page layout?

Choose 2 answers.

A. Edit the change set in production to add the new page layout before deploying the change set.
B. Deploy the existing change set. create and deploy a new change set containing the page layout.
C. Add the page layout to the existing change set in the sandbox and upload the change set again.
D. Clone the change set in the sandbox, add the new page layout to it and upload to production.

A

B. Deploy the existing change set. create and deploy a new change set containing the page layout.
C. Add the page layout to the existing change set in the sandbox and upload the change set again.

123
Q

After setting up field history tracking on the Account object, the administrator for AW Computing wants to retrieve the field history data for analysis.

How should the administrator acquire this data?

A. Create a report of Accounts and export it to Excel.
B. Query and export the Account History object using Data Loader.
C. Use the Data export service in setup.
D. Create a list view of Account History and print using the Printable View action.

A

B. Query and export the Account History object using Data Loader.

124
Q

Which three actions can occur when an administrators clicks “save” after making a number of changes to Knowledge data categories in a category group and changing their position in the hierarchy?

Choose three.

A. The history of article usage is reset to zero utilization
B. The contents of category drop-down menu change
C. Users may temporarily experience performance issues when searching for articles
D. The articles and questions visible to users change
E. Users are temporarily locked out of the ability to access articles

A

B. The contents of category drop-down menu change
C. Users may temporarily experience performance issues when searching for articles
D. The articles and questions visible to users change

125
Q

A Recruiting User needs to setup an object relationship between the Position object and the Job Applicant object so that a Position record can have many applicants and Job Applicant can apply for many positions.

He also needs this in a setup where deleting a Job Application record will delete all information related to the job applicant in the Position object. What can a system administrator do to fulfill the requirement?

A. Create a lookup relationship only on the parent object
B. Create a lookup relationship using a junction object.
C. Create a many-to-many master-detail relationship using a junction object.
D. Create a master-detail relationship only on the child object

A

C. Create a many-to-many master-detail relationship using a junction object.

126
Q

When converting a lead to an existing account, the user is getting an error of insufficient privileges.

Which two options could be preventing the user from converting the lead to the existing account?

Choose 2 answers

A. Account is owned by someone above them in the rote hierarchy.
B. Account is owned by someone in the same role.
C. Organization-wide Sharing Is set to Private for Account and Contact.
D. Organization-wide sharing is set to Controlled by Parent for Account and Contact.

A

A. Account is owned by someone above them in the rote hierarchy.
B. Account is owned by someone in the same role.

127
Q

Cloud Kicks (CK) does business directly with individual consumers (B2C) and large businesses (B2B). Some of CK’s B2C customers are employed at its larger customer accounts and should be tracked under both.

Which two options will CK need to use to manage its customers’ accounts?

Choose 2 answers

A. Contacts to Multiple Accounts
B. Person Accounts
C. Leads
D. Campaign Members

A

A. Contacts to Multiple Accounts

B. Person Accounts

128
Q

Which capability is available in both customizable Forecasting and collaborative forecasting?

Choose 2

A. Ability to rename forecast categories.
B. Ability to customize the forecast object with custom fields.
C. Ability to track forecasts against sales quotas.
D. Ability to choose to forecast either monthly or quarterly.

A

C. Ability to track forecasts against sales quotas.

D. Ability to choose to forecast either monthly or quarterly.

129
Q

The administrator of Universal Containers is testing an approval process in a recently refreshed Developer Pro sandbox and is finding that none of the notification emails are being sent to the approvers.

which two reasons could be the cause?

Choose 2 answers

A. The deliverability access level setting Is incorrect.
B. The email addresses for the users are incorrect.
C. HTML templates are unavailable in sandboxes.
D. Workflow emails only work in Full sandboxes.

A

A. The deliverability access level setting Is incorrect.

B. The email addresses for the users are incorrect.

130
Q

Which two deployment tools should be used to deploy metadata from a Developer Edition organization to another organization?

Choose 2 answers

A. Ant Migration Tool
B. Data Loader
C. Salesforce Extensions for Visual Studio Code
D. Change sets

A

A. Ant Migration Tool

D. Change sets

131
Q

What is the first step before setting up entitlements?

A. Enable entitlement management
B. Customize entitlements fields
C. Set up service contracts
D. Specify the entitlements-related lookup filters on cases

A

A. Enable entitlement management

132
Q

Which permission do you need to manage entitlements?

Choose two answers.

A. “Manage Application”
B. “Manage Entitlements”
C. “Customize Entitlement”
D. “Customize Application”

A

B. “Manage Entitlements”

D. “Customize Application”

133
Q

Dream House Realty manages Its accounts and contacts In Salesforce using a B2C account model. The business has requested that third-party loan advisors be tracked in Salesforce along with the customers they work with.

Hour should the administrator track third-party financial advisors and the customers they work with?

A. Use a Hierarchical lookup on Contact to track loan advisors’ customers,
B. Create a Hierarchical lookup on Account to track loan advisors’ customers.
C. Use a B2B Account Model to track loan advisors’ customers.
D. Set up Contacts to Multiple Accounts for loan advisors.

A

D. Set up Contacts to Multiple Accounts for loan advisors.

134
Q

Which Visual Workflows element would you use to prompt a phone rep to wrap up a cross-selling function and end the call with a customer?

A. Assignment
B. Screen
C. Decision
D. Step

A

B. Screen

135
Q

What can an administrator do to enable customer-submitted service requests?

Choose two answers.

A. Enable the service cloud console on the company website
B. Enable live agent on the company website
C. Enable chatter answers
D. Enable case feed on the company website

A

B. Enable live agent on the company website

C. Enable chatter answers

136
Q

Users at AW Computing are receiving a duplicate message when they enter contacts with common first and last names. Management wants to improve the user experience but also keep the data Integrity of contacts.

What should an administrator implement for this issue?

A. Include the Email field to the existing matching rule for a more exact match.
B. Add a secondary matching rule to the duplicate rule to match on the associated customer.
C. Change the duplicate rule to report Instead of alert so the message is avoided.
D. Update the matching method on the rule from fuzzy to exact for First Name and Last Name.

A

D. Update the matching method on the rule from fuzzy to exact for First Name and Last Name.

137
Q

Cloud Kicks (CK) has a sneaker of the month product that is sold as an annual subscription at the price of $1, What type of product scheduling should the CK administrator set up to accurately capture that information?

A. Revenue Schedule Only
B. Quantity Schedule Only
C. Inbound Scheduling
D. Quantity and Revenue Schedules.

A

D. Quantity and Revenue Schedules.

138
Q

Which feature should the administrator consider that allows for this?

A. Field accessibility set to editable for the picklists for the Position object.
B. A permission set containing the modify all data permission for the Position object.
C. Delegated administration for the Position object
D. Screen Flow using custom metadata types

A

C. Delegated administration for the Position object

139
Q

Dream House Realty wants to notify an assigned agent when an appointment Is booked on a custom object for one of their listed homes along with the total number of appointments booked so far. The administrator has configured a Roll-up Summary for the number of appointments as well as a flow to detect the creation of a new appointment and send the information to the agent. What consideration about process automation should the administrator be aware of to ensure the right Information is delivered?

A. Roll-up Summary calculations will prevent a Mow from being triggered.
B. Only standard objects can be used with Roll-up Summary fields.
C. Rows can only be triggered from the records created on standard objects.
D. Roll-up Summary calculations run after processes and workflows.

A

D. Roll-up Summary calculations run after processes and workflows.

140
Q

AW Computing is conducting an audit and wants to understand how many objects have been shared as public externally.

Which tool should the administrator use to quickly obtain this details?

A. Security Health Check
B. Object Manager
C. Session Security Settings
D. Setup Audit Trail

A

C. Session Security Settings

141
Q

Universal Containers needs to use a different pricebook for sales representatives in each of the US, LATAM, EMEA, and APAC regions.

What should the system administrator do?

A. Create a separate pricebook for each region
B. Clone the standard pricebook and create separate pricebooks for each region
C. Add a different list price for products depending on the region

A

B. Clone the standard pricebook and create separate pricebooks for each region

142
Q

What deployment tool allows an administrator to validate metadata during package installation, instead of during package version creation?

A. Managed and Unmanaged Packages
B. Inbound and Outbound Change sets
C. Org-Dependent Unlocked Package
D. Ant Migration Tool

A

A. Managed and Unmanaged Packages

143
Q

Cloud Kicks wants to implement multi-factor authentication (MFA) to help better secure its Salesforce org.

Which two options should the administrator consider to use MFA?

Choose 2 answers

A. A Security Token
B. An Encryption Key
C. An Authentication App
D. A Username and Password

A

C. An Authentication App

D. A Username and Password

144
Q

In addition to setting the standard price, what must you also do in order to add a Product to a Custom Price Book?

A. Enter a Product Description.
B. Enter a Product Code.
C. Select a Product Family
D. Check the Active checkbox.

A

D. Check the Active checkbox.

145
Q

If my boss is always traveling and rarely brings his computer (because he loves his Android tablet), how can I make it convenient for the CEO to approve requests from his organization?

Choose2 answers.

A. Enable Mobile Lite for Approval Processes
B. Enable chatter feed approval
C. Enable SMS/IM approval
D. Enable email approval

A

B. Enable chatter feed approval

D. Enable email approval

146
Q

A user at Universal Containers wants to load records into a custom object named Location from a .csv file. While using Data Loader, they cannot rind the Location object.

What are two reasons this is happening?

Choose 2 answers

A. The users profile needs Create access to Location.
B. Date Loader should only be used with standard objects.
C. The label or Location may have been changed.
D. Location has a master-detail field to Account.

A

A. The users profile needs Create access to Location.

D. Location has a master-detail field to Account.

147
Q

Universal Containers uses a Private Sharing model for Accounts. User A is onboarded to User B’s team and given the same Profile and Role. Both users own 20 Accounts but User B is able to see 40 Accounts, whereas User A can only see the 20 they own.

What are two possible reasons for this?

Choose 2 answers.

A. User B had the records manually shared with them.
B. User B is a member of a Group that gained access to the records through a Sharing Rule.
C. User B had the records shared with them through a Permission Set.
D. User B is a member of a Queue that gained access to the records through a sharing Rule.

A

B. User B is a member of a Group that gained access to the records through a Sharing Rule.
C. User B had the records shared with them through a Permission Set.

148
Q

Universal Containers has a process to allow an employee to submit a vacation request and route it to the employee’s manager for approval. An employee attempted to submit a request but it could not be submitted.

How could the administrator troubleshoot this?

A. Ensure the approval step has an associated action
B. Ensure the user record has an assigned active manager.
C. Use workflow to email the administrator if the process fails.
D. Review the system log to determine the root cause.

A

B. Ensure the user record has an assigned active manager.

149
Q

Northern Trail Outfitters has many users set up as system administrators to perform Salesforce Administration.

Which two functions would a delegated administrator be able to perform in order to help the existing Salesforce Administrator?

Choose 2 answers

A. Make updates to permission set configurations.
B. Configure updates to sharing rules.
C. Manage custom objects and customize nearly every aspect.
D. Set up users and password management.

A

C. Manage custom objects and customize nearly every aspect.

D. Set up users and password management.

150
Q

Select power users want the ability to make configuration changes to a specific custom object.

What tool should the administrator assign to the power users to enable this?

A. Modify All Data
B. Delegated Administration
C. View Setup and Configuration
D. Sharing Rule

A

B. Delegated Administration

151
Q

Which statement is true about the creation of entitlement processes?

Choose 2 answers

A. Entitlement versioning allows changes to existing entitlement processes.
B. Entitlements have their own organization-wide default settings.
C. The Manage Entitlements permission must be enabled.
D. Milestones can be created dynamically based on other fields.

A

C. The Manage Entitlements permission must be enabled.

D. Milestones can be created dynamically based on other fields.