Black Friday Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Advanced-Administrator Questions and Answers

Question # 6

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.

Health Check

B.

Master Encryption Keys

C.

Salesforce Optimizer

D.

Self-signed Certificates

Full Access
Question # 7

An administrator created two record types on the Account object: Internal Customers and External Customers. A custom profile called Sales has the External Customers record type assigned. The sharing rules for Accounts arm set to Public Read Only. On occasion. Sales users notice that an Account record has the wrong record type assigned. The administrator has created a screen flow that will change the record type on the user's behalf.

What will happen to the Sales user's record access after running this flow?

A.

Read access will be lost to the record.

B.

Edit access will be lost to the record.

C.

Record Access remains the same.

D.

A new record owner will be assigned.

Full Access
Question # 8

The administrator at Cloud Kicks needs to set up automation to update three fields on the Shipment custom object. Because of the effect these updates will have on some programmatic customizations, they need to happen in a very specific order.

How should the administrator configure the field updates to ensure the proper order.

A.

Create three workflow rules in order, one workflow rule for each field update.

B.

Create a process with one criteria node and three field updates in the correct order.

C.

Create a process with three criteria nodes and stop after each action.

D.

Create a workflow rule with three field updates entered in the correct order.

Full Access
Question # 9

Ursa Major Solar allows accounts to apply for loans to purchase solar panrts. Financial information will be stored in a custom object. Only finance team members should see the related financial information about the account.

What kind of field should the administrator create in the custom object?

A.

Lookup Relationship

B.

External Relationship

C.

Hierarchical Relationship

D.

Master-Detail Relationship

Full Access
Question # 10

Cloud Kicks needs to automate several updates to lead records and update unrelated records. Select changes should happen every time a record is created or updated, Put other changes should only happen when the record is updated.

Which two options should the administrator use to automate these updates?

Choose 2 answers

A.

Use a Decision element with the "Only if the record that triggered the flow to run is updated to meet the condition requirements" option.

B.

Create a Process Builder that runs when a record is changed.

C.

Create a flow that runs when a record is created or updated.

D.

Use "formula evaluates to true" workflow rule with the ISCHANCEO function to make changes when the record Is updated.

Full Access
Question # 11

Cloud Kicks has updated several profiles and created a new app in the sandbox. After testing, everything is working as expected. Which two options should the administrator use to migrate these changes to production from the sandbox?

Choose 2 answers

A.

Package deployment

B.

Change Data Capture

C.

Outbound Change Set

D.

Inbound Change Set

Full Access
Question # 12

An administrator has a request to create a Next Steps field for users to document what they need to do next on a lead. The field should allow users to format the text and be mapped to an opportunity when converted.

What type of field will satisfy these requirements?

A.

Formula (Text)

B.

Text Area (Long)

C.

Text Area

D.

Text Area (Rich)

Full Access
Question # 13

How should an administrator ensure the appropriate number of digits are entered Into the custom encrypted field created to capture credit card numbers on the Opportunity object?

A.

Use the credit card number mask type.

B.

Define the number of mask characters.

C.

Enter the number of digits at the field level.

D.

Create a validation rule to ensure the length.

Full Access
Question # 14

When should an administrator apply a permission set to a user or group of users versus configuring the user’s profile with the necessary access?

A.

When a user is part of a team with an assigned profile that covers the majority of their needs but requires just a little less access than the rest of their team.

B.

When a user is part of a team with an assigned profile that covers the majority of their needs but requires more access than the rest of their team.

C.

When an organization’s sharing model is too broad and they need to restrict access beyond what their sharing model and existing profiles provide.

D.

When an organization has opted out of using the standard profiles and created custom profiles.

Full Access
Question # 15

An administrator has created a flow that sends platform events whenever an opportunity is updated. An Apex developer has been tasked to write code that listens for these events. When reviewing the debug logs for a user, the developer can see that the flow ran, but the debug Information is missing.

What should the administrator recommend to assist with debugging?

A.

Select the Debug Enabled checkbox on platform events,

B.

Platform events are unavailable for debugging.

C.

Set a debug log on the Automated Process entity.

D.

Search the AppExchange to And a tool that assists with debugging.

Full Access
Question # 16

Ursa Major Solar uses the custom object Product Development to track Ideas R&D is wording on. A former administrator added the custom object Potential Name with a lookup to Product Development to allow R&D to track names under consideration for those product. The R&D manager recently ran a record and noticed several potential names where the relationship to the Product Development record was missing. The current administrator needs to change this relationship to master detail to ensure a potential name only exists when there is product development.

Which two options are available for altering the existing Potential Name records for the deployment of this change to be successful?

Choose 2 answers

A.

Move any Potential Name records with blank lookup fields to the recycle bin.

B.

Assign any Potential Name records with blank lookup fields to an existing record from Product Development.

C.

Remove any existing data in the lookup field n Potential Name records

D.

Remove the lookup field from the page layout so the data is maintained without changes.

Full Access
Question # 17

The support operations team has noticed some Invalid data In the custom Primary issue picklist field on case records. They are unsure of what the issue is since the field is being updated by an automated procedure and there Is a validation rule to ensure clean data on case records.

Why arc records being updated with data that violates the validation rule?

A.

The data change Is triggered by an update record Flow element.

B.

The field is being updated by a workflow field update.

C.

The field is being updated by an Apex before trigger.

D.

The user has the Modify All Data permission on the object.

Full Access
Question # 18

A developer is getting errors for Production deployment. The test deployment in the Full sandbox, which included a local test run, was successful. The Full sandbox was last refreshed 2 weeks ago.

Where should the administrator check to see what was recently changed?

A.

Salesforce Optimizer

B.

Dev Console

C.

Field History

D.

Setup Audit Trail

Full Access
Question # 19

When an Account has more than five open opportunities over US$10,000, the sales rep should have an option on the Account page to start the escalation process to allocate additional resources.

Which two configurations should the administrator create?

Choose 2 answers

A.

Component Visibility filter

B.

Formula field

C.

Roll-Up Summary field

D.

Dynamic Forms

Full Access
Question # 20

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 user experiencing the issue to the System Administrator profile.

B.

Open the flow In Debug mode and Run the Flow as another user.

C.

Change the Default Case Creator to the user's manager.

D.

Log in as another user and run the flow.

Full Access
Question # 21

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.

Request a new sandbox based on the sandbox where the changes were made.

B.

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

C.

Push the change set to another sandbox to restore from.

D.

Create the fields and update the page layouts In production.

Full Access
Question # 22

Sales teams at Cloud Kicks ask each visiting customer to fill out a form that capturing their contact information and some basic footwear preferences. This information is saved to a spreadsheet and used by the sales team to alert their contacts when new shows are added to the inventory that matches their preferences. The sales team wants to be able to track this in Salesforce and see the information when viewing the contact

Record.

Which two ways should the administrator configure this requirement?

Choose 2 answers

A.

Data Loader

B.

Lookup Field

C.

Lightning Object Creator

D.

Schema Builder

Full Access
Question # 23

At Cloud Kicks, users are able to run reports. However, when users try to export a report, they are taken to a login screen and prompted for additional verification.

What is causing this issue?

A.

Users need to update their browser to the latest version.

B.

The users are logged Into an Insecure network.

C.

The users' profile is missing the Export Reports permission.

D.

Exporting Is configured to require a high assurance session.

Full Access
Question # 24

An administrator created and activated several record-triggered flows that are configured to run before the record is saved on the same object.

What should the administrator consider about the order of execution for flows?

A.

The flow type will determine the order of execution.

B.

The last created date of the flow will determine the order.

C.

The order of flow execution is unpredictable.

D.

The flows will execute in alphabetical order based on their names.

Full Access
Question # 25

On the Planet custom object, Ursa Major Solar's sales director wants only certain action buttons to appear depending on if a given planet is defined as gaseous.

Which Lightning component should the administrator define dynamic action buttons?

A.

Record Detail

B.

Highlights Panel

C.

Activities

D.

Related Lists

Full Access
Question # 26

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 permission with Edit access on the Account object

C.

A role above the Opportunity owner in the role hierarchy

D.

Transferred ownership of the Account to the sales rep

Full Access
Question # 27

How should an administrator accomplish this?

A.

Make record-triggered flows whenever Equipment records are created, modified or deleted.

B.

Write record-triggered ftews whenever Room records are related, modified, or deleted.

C.

Configure a ral-up summary field on Equipment.

D.

Create a roll-up summary field on Room.

Full Access
Question # 28

The Cloud Kicks security team has seen an increase in unattended device attacks, where hackers can view sensitive information when users leave devices unlocked in public settings. The security team wants to ensure Salesforce data cannot be viewed after 10 minutes of inactivity.

What is the recommended security setting to configure?

A.

Enforce login IP ranges on every request.

B.

Lock sessions to the domain in which they were first used.

C.

Require a high assurance session.

D.

Force logout on session timeout.

Full Access
Question # 29

Cloud Kicks (CK) completed a project in a sandbox environment and wants to migrate the changes to production. CK split the deployment into two distinct change sets. Change set 1 has new custom objects and fields. Change set 2 has updated profiles and automation.

What should the administrator consider before deploying the change sets?

A.

The Field-Level Security will not be deployed with the profiles in change set 2.

B.

Change set 2 needs to be deployed first.

C.

Automations need to be deployed in the same change set in order to be activated.

D.

Both change sets must be deployed simultaneously.

Full Access
Question # 30

Users at Ursa Major Solar want to create complex dashboards with supporting charts based on data to come from a variety of sources, some of which live on the Internal company shared drives.

Which product should the administrator recommend to meet the users' needs?

A.

Lightning Dashboard Builder

B.

Report Bulkier

C.

List views

D.

Tableau CRM

Full Access
Question # 31

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 audit history

B.

Setup audit trail

C.

Field history tracking

D.

Debug log

Full Access
Question # 32

Cloud Kicks tracks project details in a custom Project object. Project Milestones are tracked in a second custom object, with a reference to the parent Project record. Users need to automatically create a standard set of related Project Milestones when a Project record is created.

What is the recommended automation solution?

A.

Field Service flow

B.

Scheduled flow

C.

Before-save autolaunched flow

D.

After-save autolaunched flow

Full Access
Question # 33

The security department at AW Computing wants to prevent users from exporting more data than they need. Included in this request is limiting records containing sensitive information, such as bank accounts and Personal Identifiable Information (PII).

Which feature should an administrator recommend to help limit what data is exported?

A.

Salesforce Platform Encryption

B.

Export Data Settings

C.

Salesforce Shield

D.

Muted Permission Sets

Full Access
Question # 34

On the Contact record, if a contact has the value of 'CEO‘ in the Title field, the administrator wants to require the users to also put a phone number in the Phone field.

What formula should the administrator put in the Error Condition Formula of a validation rule to enable this?

A.

Title = 'CEO' && NOT(ISBLANK(Phone))

B.

Title <> 'CEO' && NOT(ISBLANK(Phone))

C.

Title = 'CEO' && ISBLANK(Phone)

D.

Title <> 'CEO' && ISBLANK(Phone)

Full Access
Question # 35

Which three fields should be used as filter criteria? Choose 3 answers

A.

A phone field that provides the full phone number of the seller.

B.

A multi-select picklist field that designates features of the listing.

C.

A number field that designates the square footage of the listing.

D.

A formula field that calculates a price for the listing.

E.

A picklist field that designates the county of the listing.

Full Access
Question # 36

Cloud Kicks (CK) is working on adding a Knowledge base to its online customer community. The administrator suggests using Salesforce Knowledge to meet this requirement.

What are three reasons CK should utilize Data Categories when creating articles in Knowledge?

Choose 3 answers

A.

Up to five Data Category groups can be created for segmentation.

B.

Data Categories help organize the Knowledge base content displayed.

C.

Every article is required to have a Data Category for sorting.

D.

Data Categories provide a way to secure access to the Knowledge base content.

E.

A Knowledge article can be tagged to more than one Data Category.

Full Access
Question # 37

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.

Private Contacts need to be enabled in Setup.

B.

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

C.

The Contact has indirect relationships to other Accounts.

D.

The Account Contact relationship record needs to be deleted first in order to disassociate the Contact from the Account.

Full Access
Question # 38

Dreamhouse Realty recently learned that the major listing service it utilizes can accept messages to a specific endpoint. The realtors want to utilize this to be able to quickly update the listing price on properties after it has

been approved.

What automation tool should the administrator configure?

A.

Flow

B.

Platform Event

C.

Process Builder

D.

Email Alert

Full Access
Question # 39

AW Computing organizes Its sales regions as East, Central, and West. Each region has sales reps, a sales director, and sales operations members. The organization-wide default for all objects is set to Private. Members of the operations team for the East region need access to all the accounts and opportunities in the region.

How should the administrator configure this requirement?

A.

Instruct the operations team members to add themselves to the account teams.

B.

Share an Opportunity sharing the with a public group containing the East operations profile.

C.

Assign to a role in the role hierarchy positioned above the East sales director.

D.

Utilize territory management to add the operations team to the East territory.

Full Access
Question # 40

The administrator at Cloud Kicks has been asked to delete a large number of quote line items. The/ receive a .csv fife with the record IDs to be deleted. The administrator uses Data Loader to delete them and selects Use Sulk APL When the job runs, every record shows an 'entity Is deleted' error In the error file that is created.

What is the reason for the error?

A.

The batch size selected was greater than the 200 record limit.

B.

Deleting with Data Loader can only be done In Batch API mode.

C.

One of the IDs in the batch referenced a record that was In the recycle bin.

D.

This Is the standard error message when records are deleted using Bulk API.

Full Access
Question # 41

What should an administrator do to keep secure fields protected in email templates'?

A.

Implement GDPR.

B.

Set up an approval process for email alerts.

C.

Remove the fields from the email.

D.

Use classic encrypted fields.

Full Access
Question # 42

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.

Create a support process for the maintenance plan.

C.

Ensure milestones are in place for the maintenance plan.

D.

Set up and configure entitlement templates.

Full Access
Question # 43

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.

Make Job Application as a junction object with a master-detail relationship to Applications and a lookup relationship to Job Posting.

B.

Create Application as a junction object with a master- detail relations to Job Postings and a lookup relationship to Job Applications.

C.

Add applicants as a junction object with master-detail relationship to both Posting and Job Applications.

D.

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

Full Access
Question # 44

The administrator at Cloud Kicks has been requested to provide access to the Leads object to a contractor. The contractor currently has a profile that has access to a project management app within Salesforce. The contractor should only have View access to all of the Lead records.

What should the administrator handle this request?

A.

Assign a permission set that has View All on Leads.

B.

Add an app with the Leads tab to the user's profile.

C.

Assign the contractor a public group with Lead access.

D.

Create a profile with Read Only for all Leads.

Full Access
Question # 45

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.

Deselect disable session timeout warning popup.

B.

Select force logout on session timeout.

C.

Remove the session timeout settings.

D.

Enable Remember me until logout.

Full Access
Question # 46

An administrator is creating a custom Opportunity record page for Sales users for new logo opportunities. They need to control what fields display on the record when a sales user is viewing the opportunity.

Where should the administrator edit what fields display in the details of the record page?

A.

Record Detail Component

B.

Custom Lightning Component

C.

Record Types

D.

Page Layout

Full Access
Question # 47

An administrator would Like to know If any other administrators or delegated administrators are using the Log In As a User feature.

Where the administrators should are using the Log in As a User feature.

A.

Grant Account Login Access

B.

Setup Audit Trail

C.

Connected App Usage

D.

Login History

Full Access
Question # 48

DreamHouse 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 Usemame, Password, and Security Token when logging in.

B.

Set up an authentication provider for reports and dashboards.

C.

Require MFA when users need to view and export dashboards and reports.

D.

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

Full Access
Question # 49

Cloud Kicks needs to create 10 separate environments for various projects. A developer sandbox has been created with the necessary configuration and data. The administrator needs to create 10 now environments with the same metadata and data for each user.

What should the administrator do to meet the requirements?

A.

Use refresh sandbox without Auto Activate.

B.

Use the existing sandbox as a sandbox template.

C.

Use clone a sandbox option from the existing sandbox.

D.

Use a scratch org definition to copy sandbox.

Full Access
Question # 50

Sales managers at Ursa Major Solar have asked for some additional automation around opportunity reminders. If the opportunity is in the Proposal stage a week before the close date, they want an email sent to the opportunity owner and manager. If the Budget Approved custom field is checked, the managers want to be notified immediately.

How should these requirements be met without using code?

A.

Create a schedule-triggered flow. Configure the trigger to flow weekly.

B.

Create a record-triggered flow with scheduled paths. Configure the trigger to flow after the record is saved.

C.

Create a record-triggered flow with scheduled paths. Configure the trigger to flow before the record is saved.

D.

Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow daily.

Full Access
Question # 51

A sales user is assigned to a permission set group that gives them Modify All access to

Accounts. An administrator assigns the same user to a muting permission set that mutes Deletes access on Account.

What level of access will the sales user have on the Account object?

A.

Read-only

B.

Modify All

C.

Read, Create, and Edit

D.

No Access

Full Access
Question # 52

Cloud Kicks (CK) typically sells Its products direct to consumer and tracks sales using the Order object In Salesforce. The head of sales has now decided that CK will also sell to retail locations for resale. The administrator wants to leverage opportunities and opportunity products for these new deals.

What should the administrator do to track accurate sales data on opportunities?

A.

Create new Products with the new retail pricing.

B.

Add a new Order Process for Orders generated from opportunities.

C.

Create a new Price Book for the new retail pricing.

D.

Add a required lookup field from the Order to the opportunity.

Full Access
Question # 53

An administrator has been asked to enable permissions for users on the account services team to be able to edit and change ownership of Accounts owned by any of the team members.

What should the administrator configure?

A.

Set organization-wide sharing for Account as Public Read Only.

B.

Create a Sharing Rule on the Account object for all members of the account services role to have Read/Write access.

C.

Update the profile Account object to Modify All.

D.

Enable Account Teams and grant Read record-level access to account team members for the Account object

Full Access
Question # 54

AW Computing continues to grow and has concerns about the volume of sensitive data being stored in its org. The administrator suggests utilizing Salesforce Shield.

What should the team consider before Implementing Salesforce Shield?

A.

Encrypted f elcz art j-ab e to be referenced in flows.

B.

Einstein Lead Scoring is available on encrypted fields.

C.

Paused flows can cause data to be saved in an unencrypted state.

D.

Shield Platform Encryption can be used with custom metadata types.

Full Access
Question # 55

Person accounts were recently activated at Cloud Kicks.

There are three record types for accounts:

• B2B customer

• B2C Customer

• External Partner

There are two record types for leads:

• B2B Lead

• B2CLead

The test team finds that when the Convert button is clicked on a B2C Lead record, only the B2B Customer and External Partner account record types are available choices on the Conversion Layout.

What should the administrator do to correct this issue?

A.

Hide the Record Type field on the Account section of the Conversion Layout.

B.

Build a process that updates the record type field to B2C Customer after conversion.

C.

Use a validation rule to ensure the company name on B2C Leads is blank.

D.

Change organization-wide default settings for contacts to Controlled by Parent.

Full Access
Question # 56

AW Computing has several service plans it offers with its laptops. Management wants the sales team to focus on bringing in new business and to have the creation of the renewal opportunity for the service plans happen automatically.

What approach should the administrator take to automate the renewal process7

A.

Configure a time-based workflow to send an email reminder to the sales rep when the service plan expires.

B.

Create a dynamic Lightning page with rich text to remind the rep to create a renewal opportunity when the opportunity is closed won.

C.

Create a validation rule to prevent the rep from closing the opportunity until a renewal is associated.

D.

Configure a flow that will create the renewal based on the closed-won date and opportunity line items.

Full Access
Question # 57

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.

Open the Login Access Policies in Setup which shows how many users are using MFA.

C.

Create a new view in Identity Verification History, specifying Method.

D.

The order of flow execution is unpredictabl

Full Access
Question # 58

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.

Refresh the full copy sandbox daily.

C.

Test changes in a shared sandbox.

D.

Build automation and validation rules using screen flows.

Full Access
Question # 59

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.

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

B.

The Contact has Indirect relationships to other Accounts.

C.

The Account Contact relationship record needs to be deleted first In order to disassociate Contact from the Account.

D.

Private Contacts need to be enabled in Setup.

Full Access
Question # 60

Support staff at Cloud Kicks work on multiple accounts and opportunities at the same time, Currently, they are switching between browser tabs, which is tedious and confusing. Support managers put in a request for a better agent experience.

What should an administrator recommend?

A.

Create a screen flow to pull all related opportunities onto one page.

B.

Enable Subtab Record Browsing in the Setup menu.

C.

Configure Split Lit Views.

D.

Implement Service Console.

Full Access
Question # 61

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 user experiencing the issue to the System Administrator profile.

B.

Open the flow In Debug mode and Run the Flow as another user.

C.

Change the Default Case Creator to the user's manager.

D.

Log in as another user and run the flow.

Full Access
Question # 62

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.

Full Access
Question # 63

AW Computing uses a custom Invoice object to track invoices related to accounts. The administrator wants to use roll-up summary fields to view high-level information at a glance on the account record.

Which two considerations should an administrator remember about roll-up summary fields?

Choose 2 answers

A.

Roll-up types include COUNT, SUM, and AVG.

B.

Roll-up summary fields are created on the master side of a master-detail relationship.

C.

Roll-up summary fields prevent the conversion of a master-detail relationship to a lookup.

D.

Rollup fields are calculated prior to save.

Full Access
Question # 64

The director of sales wants to make sure that every opportunity has either a sales engineer or an account executive assigned to the deal.

How should the administrator meet this requirement?

A.

Write a validation rule that checks if the fields are blank and require that one of them of completed in order to save the opportunity.

B.

Create a different record type for deals with Sales Engineers and deals with Account Executives to capture one or the other.

C.

Require the Sales Engineer and the Account Executive lookup fields on the page layout.

D.

Assign a task to the owner if an opportunity is created without one of these fields filled out.

Full Access
Question # 65

AW Computing wants to create a process to assign accounts to different salespeople based on the annual revenue…. of the company. The administrator has decided to create a flow.

Which two consideration should the administrator make sure to remember when creating the flow? Choose 2 answers

A.

Use a Get Record component instead of hard coding record IDs.

B.

The running user of a flow is the user that last saved the flow.

C.

Update record elements should be placed outside the flow loop.

D.

Update Record elements should be placed inside the flow loop.

Full Access
Question # 66

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.

Reduce the amount of objects per export.

B.

Request a backup file every 5 days.

C.

Deselect 'Include images, documents, and attachments' in the export.

D.

Unselect the recycle bin in the object export option.

E.

Keep deleted record counts to a minimum.

Full Access
Question # 67

Northern Trail Outfitters requires the sales user to input a use case before moving the opportunity stage to qualified. A consultant has reviewed the business requirement and ran a report to check the state of data completion. When pulling a report for opportunities in the qualified stage or beyond, it appears that only 30% of records have a use case filled out with varying text strings.

What should the administrator recommend?

A.

Write a record-triggered flow that populates the Use Case field when an opportunity is closed.

B.

Create a validation rule and add the Use Case field to the Stage Guidance in Path.

C.

Make the Use Case field required on the master Opportunity layout.

D.

Use a quick action with the Use Case field in the layout, and add it as a Lightning component.

Full Access
Question # 68

The administrator at Cloud Kicks is troubleshooting an issue one user is having with a flow. They have decided to add a debug log to that user.

What debug log category should be used?

A.

Workflow

B.

Callout

C.

System

D.

Database

Full Access
Question # 69

An administrator is trying to deploy a change set from a newly upgraded sandbox source org with new features to a destination sandbox org on a previous release. Some metadata in the change set cannot be deployed because they've changed between releases.

What should the administrator do to deploy the changes to a sandbox?

A.

Make the changes manually through the user interface in the source org.

B.

Create a new sandbox on the new release version and deploy ;he change set to the new org.

C.

Submit a ticket to Salesforce to update the source org to the latest release.

D.

Refresh the sandbox destination org and then deploy the change set.

Full Access
Question # 70

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.

View Setup and Configuration

B.

Delegated Administration

C.

Sharing Rule

D.

Modify All Data

Full Access
Question # 71

Cloud kicks has received feedback that customers are frustrated with the amount of time it takes to reach a support agent by area of expertise according to product information after a new case has been submitted. Love you too jani

Which feature should administrator configure in order to improve the case management process?

A.

Omni-Channel

B.

Escalation Rules

C.

Macros

D.

Knowledge Component

Full Access
Question # 72

Northen trail Outfitters (NTO) wants to change the current master-detail relationship between Shipments and Opportunity to a lookup relationship. The system administrator has made the necessary changes in a full sandbox and has successfully tested them against NTO’s data.

Now that the changes are ready to implement in production, what should the system administrator do next?

A.

Make the changes directly in the production org.

B.

Create an Unmanaged Package to distribute to production.

C.

Use Data Loader to export the changes to the production org.

D.

Add the components to an outbound change set and deploy it to production.

Full Access