Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Platform-App-Builder Exam Dumps - Salesforce Certified Platform App Builder (SU24)

Question # 4

Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects.

What should an app builder recommend?

A.

Utilize Account Hierarchies and Roil-Up Summary fields

B.

Run an opportunities pipeline report

C.

Change to a public security model

D.

Configure Campaign Hierarchies and Campaign statistics

Full Access
Question # 5

Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers

A.

Create an approval process on the User object to assign a permission set

B.

Create a flow on the user object to assign a permission set.

C.

Create a lightning process on the user object to launch a flow.

D.

Create a workflow rule on the User object to assign a permission set.

Full Access
Question # 6

Universal Containers (UC) has a custom Invoice object and a custom Invoice Line Item object. TTie Invoice Line-Item object has a lookup relationship to the Invoice. UC would like to convert the lookup relationship to a master-detail relationship but is unable to do so.

Which two reasons could be preventing this relationship conversion?

Choose 2 answers

A.

Custom objects are unable to be on the detail side of a master-detail relationship.

B.

There are already two master-detail relationships on the Invoice Line Item.

C.

Invoice Line-Item records exist without having the Invoice lookup field populated.

D.

There is a roll-up summary field on the Invoice object.

Full Access
Question # 7

An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor.

What is a limitation of formulas that could be causing the issue?

A.

Unable to reference the child records.

B.

A master-detail relationship should be created.

C.

Formula field limit reached on the Account object.

D.

More than 5,000 characters in the formula.

Full Access
Question # 8

Cloud Kicks works on an annual subscription model. When a sale rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of salesforce but also needs to be notified about closed deals in order to initial the contract process with the customer.

Which automation solution would meet these requirements?

A.

Approval Process

B.

Outbound Message

C.

Validation Rule

D.

Record-triggered flow

Full Access
Question # 9

The convert button on leads should NOT appear until the lead status picklist is set to a qualified. What should an app builder suggest to meet these requirements?

A.

Picklist dependency, page layouts, record types

B.

Custom button, validation rule, record types

C.

Process builder field update, quick action, record type

D.

Page layout, record types, process builder field update

Full Access
Question # 10

A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case-by-case basis. What options does the business user have to manually share individual records? Choose 3 answers

A.

Public Groups

B.

Permission Sets

C.

Roles

D.

Profiles

E.

Users

Full Access
Question # 11

At Ursa Solar Major, only users with the Outer Planets profile need to see

the Jupiter field on the Solar System object.

How should the app builder satisfy this requirement?

A.

Classic encryption

B.

Filtered view

C.

Field-level security

D.

Sharing rules

Full Access
Question # 12

Universal Container wants customers to be able to open cases from a public-facing website.

What should the app builder use to enable visitors to the website?

A.

Outbound message

B.

Web-to-case

C.

Screen flow

D.

Email-to-case

Full Access
Question # 13

Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.

What solution can enable reps to see and access these components from anywhere within the app without leaving the pages where the team is working?

A.

Favorites

B.

Home page

C.

Global actions

D.

Utility bar

Full Access
Question # 14

Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account.

Which two tools could an app builder combine to display the number of open cases on the account page?

Choose 2 answers

A.

Flow

B.

Workflow

C.

Approval Process

D.

Process Builder

Full Access
Question # 15

The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?

A.

Changing the data type of a field used in an apex class from number to text.

B.

Changing the data type of a field used in a report from a text to an encrypted field

C.

Changing the data type of a field used as an external id from number to text.

D.

Changing the data type of a field used in lead conversion from number to text

Full Access
Question # 16

An app builder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are unable to see the new item on the layout.

What are two potential reasons why users are unable to view the item on the Case Lightning record page?

Choose 2 answers

A.

The page layout includes the case feed component.

B.

The email button contains JavaScript.

C.

The case page layout also contains custom buttons.

D.

The page layout excludes the case feed component.

Full Access
Question # 17

The marketing director is concerned that too many car parts were given away for free last year.

Which functionality should be used to ensure all free parts receive the marketing directors' sign-off?

A.

Stack post

B.

Chatter approval

C.

Automated email message

D.

Approval process

Full Access
Question # 18

An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low).

What solution should be used for the report?

A.

Grouping

B.

Bucket Columns

C.

Custom Report Type

D.

Filters

Full Access
Question # 19

Universal Containers (UC) utilizes two custom picklist fields called sales_Organization__c and Pricing_Tier__c.

Which validation rule should an app builder use to ensure pricing_Tier__c is required for customers with a Sales_Organization__c value of Canada?

A.

B.

C.

D.

Full Access
Question # 20

The VP of Sales at Universal Containers has asked the app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated.

Which feature should the app builder use to allow users to create the opportunity?

A.

A quick action

B.

A default action

C.

A custom button

D.

A custom link

Full Access
Question # 21

Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type.

Which two actions should an app builder complete to implement this change?

Choose 2 answers

A.

Update the Sales profile.

B.

Update the organization-wide defaults

C.

Create a criteria-based sharing rule.

D.

Create an owner-based sharing rule.

Full Access
Question # 22

Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account.

What feature should an app builder use to create easy access to the document?

A.

Quick Action on the Contracts object

B.

Quick Action on the Account object

C.

A custom detail page link on the Account object

D.

A custom detail page link on the Contract object

Full Access
Question # 23

An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set was deployed to production, the reports were NOT deployed.

What should the app builder do?

A.

Move the reports to the Untried Public Reports folder and add them to a new change set.

B.

Move the reports from the Unfiled Public Reports folder and add them to a new change set

C.

Recreate the reports in production. Reports are not supported in change sets

D.

Add the reports to an unmanaged package and install the unmanaged package into production.

Full Access
Question # 24

Universal Containers utilizes opportunities and a custom object called Detaited.Sales__c. The company would like to roll sales metrics up to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active.

What is the recommended method for the app builder to achieve this request?

A.

Utilize the AppExchange to download a third-party application that can roll­_up the sales dollars with the appropriate filter.

B.

Create a master-detail relationship between the parent and child object with a roll-up summary field that fitters on the status held.

C.

Create a lookup relationship between the parent and child object with a roll-up summary held that filters on the status field.

D.

Utilize Apex code to roll up the desired amounts.

Full Access
Question # 25

Ursa Major Solar (UMS) uses Cases to track customer complaints, an Issue__c object to represent known problems with its solar panels, and a

Case_Issue__c junction object to relate known problems to customer complaints.

Periodically, UMS conducts audits which require the auditing users to view Case _Issue__c records.

Which access levels must be configured to allow UMS users to access Case _Issue_c records?

A.

Read-Only access or issue_c and_issue_c

B.

Read-Only access of Case issue =

C.

Read Only access on Case and case_issue__o

D.

Read-Only access on Case and issue__c

Full Access
Question # 26

The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app.

What are three things an app builder should do to optimize mobile experience?

Choose 3 answers

A.

Use Global Actions to make it easy to perform vital functionality on mobile.

B.

Avoid using default field values so that the user is required to fill in all fields on the screen.

C.

Minimize the amount of formula fields and lookup fields to reduce page load time.

D.

Create individual customized layouts for different phone operating systems.

E.

Put the most important fields in the compact layout so they are easy to find.

Full Access
Question # 27

An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's

Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the

Account remains, the Testimonial__c should remain.

How should this be accomplished?

A.

Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account.

B.

Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.

C.

Make Testimonial__c a junction object between Account and Contact using master-detail relationships.

D.

Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.

Full Access
Question # 28

A Cloud Kicks employee submitted an opportunity for approval by their manager.

What would happen if the employee attempts to edit the description field after submission?

A.

User will be presented with a 'Record Lock' notification.

B.

User will be able to edit the description field only.

C.

User will see the record is now owned by their manager.

D.

User will be able to edit the name, but unable to edit the description.

Full Access
Question # 29

Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of

sales has asked that the value of this field is visible on Opportunities.

How should an app builder create this solution?

A.

Lookup field

B.

Field-level security

C.

Field history tacking

D.

Cross-object formula field

Full Access
Question # 30

Ursa Major Solar has a lookup relationship between a custom Galaxy _c object and a custom Star_c object. An app builder wants to create a roll-up summary field that counts the total number of Star_c records related to each Galaxy__c record.

How would the current configuration impact the ability to achieve the desired result?

A.

The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.

B.

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

C.

The roll-up summary can be achieved by creating a formula field on the Star__c object.

D.

A roll-up summary field will need to be created on the Galaxy__c object with a field filter that select all related Star_c records

Full Access
Question # 31

Cloud Kicks has created accustom object called Interests which is joined to Accounts by way of a junction object called Account Interest.

What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

A.

Users will be able to view the Account Interest records and will have read-only access to the Interest records.

B.

Users will be unable to view Account records that have a related Account Interest record.

C.

Users will be unable to view the Account Interest records or the Interest records.

D.

Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.

Full Access
Question # 32

Universal Containers uses a custom object called Reviews to capture information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the MR department

How should the app builder meet this requirement?

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create an Apex sharing rule to share the field with users that have "MR'' in their role.

C.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

D.

Create a page layout with the field for HR users and another page layout without the field for all other users.

Full Access
Question # 33

Universal Containers wants to track installation information once it container has been purchased on a custom object. Sales reps should have visibility of all the installation with their opportunities.

visibility of all the installations associated with their opportunities.

What kind of relationship should this new object have to the Opportunity?

A.

Lookup

B.

Hierarchical

C.

Master-Detail

D.

Many to Many

Full Access
Question # 34

Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.

Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?

Choose 2 answers

A.

Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.

B.

Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.

C.

Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.

D.

Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.

Full Access
Question # 35

At Universal containers, all US Sales reps should be able to view the US Team dashboard, however, only the US sales directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?

A.

Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep

B.

Make the dashboard dynamic and give US Sales Reps the view my teams dashboard permission

C.

Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director

D.

Share the dashboard with the public group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile

Full Access
Question # 36

An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.

Which two steps are necessary to accomplish this task?

Choose 2 answers

A.

Add the app to a Visualforce page.

B.

Upload the app to Static Resources.

C.

Create a subdomain using My Domain.

D.

Build a Custom Tab for the app.

Full Access
Question # 37

Universal Containers manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.

What validation rule should an app builder configure?

A.

AND( ISBLANK(Lead.Owner.Id) )

B.

NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))

C.

AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))

D.

NOT(ISBLANK(Lead.Owner:Queue.Id))

Full Access
Question # 38

An app builder at DreamHouse Realty created a custom object which has fields containing data from two different objects via related lookups.

What is needed to create "with" or "without* reports on the new custom object?

A.

Row-Level Formula

B.

Report Bucket Field

C.

Report Filters

D.

Custom Report Type

Full Access
Question # 39

An app builder at Northern Trad Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app.

Which type of testing environment should the app builder create?

A.

Developer

B.

Partial Copy

C.

Developer Pro

D.

Scratch Org

Full Access
Question # 40

Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?

A.

Create three lead record types each with its own page layout containing the relevant fields

B.

Create a partner community and a record type for web and trade show leads

C.

Create three sections on the lead layout and instruct users to collapse the non-relevant fields

D.

Create custom page payouts for each type of lead only containing the relevant fields

Full Access
Question # 41

Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases_c

Which two automation solutions would meet these business requirements?

Choose 2 answers

A.

AppExchange

B.

Validation Rule

C.

Approval Process

D.

Apex

Full Access
Question # 42

DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the Internal policy.

How should an app builder automate travel requests based on these criteria?

A.

Process Builder

B.

Workflow rule

C.

Approval process

D.

Apex

Full Access
Question # 43

Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created.

On the gift card object, what type of field should be created to support this requirement?

A.

Master-detail relationship

B.

Roll-up summary

C.

Formula

D.

Lookup relationship

Full Access
Question # 44

To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objectsrelated to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.

What are two considerations for this proposal?

Choose 2 answers

A.

Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

B.

An object can have 20 object references.

C.

An object can have 25 roll-up summaries.

D.

Roll-up summaries are limited to master-detail relationships.

Full Access
Question # 45

Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.

Where would an app builder enable this ability?

A.

Chatter Feed Tracking

B.

Object Settings

C.

Chatter Settings

D.

Approval Process Settings

Full Access
Question # 46

Universal Containers uses a private sharing model for opportunities. This model CANNOT be changed due to a regional structure A new sales operations team has been created. This team needs to perform analysis on Opportunity data, all should have read arid write access to all Opportunities.

What are two recommended solutions for the app builder to give the users appropriate access? Choose 2 answers

A.

Create a criteria-based sharing rule to all opportunities with the sales operations public group.

B.

Add a manual share for all opportunities with each user on the sales operations team.

C.

Add a permission set with 'View All" and 'Modify All'' opportunity permissions enabled.

D.

Create a criteria-based sharing rule to share all opportunities with the sales operations private group

Full Access
Question # 47

Cloud Kicks received a new requirement to calculate summaries from child objects of a standard object. The team would prefer to solve this declaratively.

What are two considerations an app builder should evaluate?

Choose 2 answers

A.

An app builder is unable to change a look up to a master-detail relationship.

B.

An object can have up to two master-detail relationships.

C.

A trigger on save or update can kick off calculations.

D.

A value is required in all records of the lookup field prior to converting to a master-detail relationship.

Full Access
Question # 48

Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

A.

Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.

B.

Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.

C.

Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.

D.

Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.

Full Access
Question # 49

Universal Containers (UC) maintains information for over 2 million assets in an external system. UC needs to access these assets in real-time data in Salesforce and is nearing the data storage limits.

What feature could an app builder recommend UC use?

A.

Data Loader

B.

Salesforce Connect

C.

Salesforce to Salesforce

D.

Data Export Wizard

Full Access
Question # 50

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track trails and parks respectively. NTO wants to

track the total number of trails a park has on the park record without writing any code.

Which two actions should an app builder take to accomplish this requirement?

Choose 2 answers

A.

Use a formula field on the Park record to show the total number of trails.

B.

Use a roll-up summary field on the Park record to show the total number of Trails.

C.

Use a master-detail relationship between the Park and Trail objects.

D.

Use a lookup relationship between the Park and Trail objects.

Full Access
Question # 51

Cloud Kicks wants to display 10 key fields at once in a separate section at the top of opportunity records on the desktop.

Which component should an app builder add to the record page to enable this functionality?

A.

Path

B.

Highlights Panel

C.

Custom Lightning Web Component

D.

Accordion

Full Access
Question # 52

Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond.

Which two ways could CK use Chatter to solve this problem?

Choose 2 answers

A.

Streams

B.

Polls

C.

Out of Office

D.

Topics

Full Access
Question # 53

When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers

A.

Build an approval process that requires unanimous approval from the manager and VP of sales.

B.

Create a workflow rule that checks for close date less than 60 days and add an email alert.

C.

Create a lightning process builder flow that submits the record for an approval process

D.

Build a validation rule that does not allow a user to save the opportunity record.

Full Access
Question # 54

Universal Containers (UC) has several picklist fields on the Account object whose values are routinely modified to meet changing business requirements. Due to

these revolving changes, UC has a high number of inactive picklist values that are impacting system performance and user experience.

What can the app builder do to alleviate this issue?

A.

Establish upper bound on existing picklists in Picklist Settings.

B.

Set up Global Values in Picklist Value Sets.

C.

Remove upper bound on inactive picklist values in Picklist Settings.

D.

Convert the picklist fields to a different field type that will still meet the business requirements.

Full Access
Question # 55

What are two capabilities of Schema Builder? Choose 2 answers

A.

Editing custom settings

B.

Creating a new record type

C.

Showing selected objects on a page

D.

Viewing page layouts in a new window

Full Access
Question # 56

An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.

What should the app builder take into consideration when deploying the change set to production?

A.

The deployed permission set will only contain changes related to the change set.

B.

Change to field-level security in the permission set will not be applied.

C.

The deployed permission set will manage with the existing permission set.

D.

The existing permission set will be completely overwritten.

Full Access
Question # 57

The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object

Star__c.

What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?

A.

A Star__c report typewith Galaxy__c as a field will be automatically created.

B.

A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c.

C.

A Galaxy__c with Star__c report type will be automatically created.

D.

A new custom report type will need to be created for Galaxy__c with Star__c.

Full Access
Question # 58

universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should a app builder look at so address this?

A.

Talk to a developer about apex code issues

B.

Number of workflows per object limits

C.

Workflows that cause each other to fire back and forth recursively

D.

Workflows on other objects that are being re triggered

Full Access
Question # 59

An app builder wants to limit the number of fields users are required to fill out when creating a new Opportunity. Once they fill out the required fields and save, the full record page with additional fields relevant to the Opportunity type becomes available.

How could this be accomplished?

A.

Make the Opportunity type a required field on the initial Opportunity page layout and use automation to fill in the type field to a record type.

B.

Use different page layouts for Opportunity types based on the user profile.

C.

Once the required fields are populated, use a sharing rule to share the new fields with the user.

D.

Hide additional sections on the page layout and show the users how to manually expand them when they want to fill in the fields in the hidden sections.

Full Access
Question # 60

Properly installing managed packages helps prevent conflicts with customizations made by customers and partners.

What functionality should be used to set up packages?

A.

Description

B.

Allow sharing

C.

Help setting

D.

Namespace

Full Access
Question # 61

Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.

What should the app builder recommend to meet this requirement?

A.

Update the org-wide default to private and create a sharing rule for the role of recruiting manager.

B.

Create a permission set containing the salary record type and assign it to the appropriate users.

C.

Remove "create" permission for the salary applicant object for everyone except the manager and VP.

D.

Configure the hourly record type as the default and instruct non-management users to accept the default record type.

Full Access
Question # 62

DreamHouse Realty (DR) asks for some improvements in case management. They want to enforce process compliance so that cases are unable

to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met.

Which solution should an app builder implement to meet these requirements?

A.

Configure validation rules with help text.

B.

Create dependent picklist fields and set them as required.

C.

Use an approval process to check field criteria are met.

D.

Make the fields required on the page layout.

Full Access
Question # 63

An app builder wants to create a custom Sync button on Account that will call a Lightning Web Component that connects with an external system. This action should only be available If the custom Status field is set to Ready to Sync.

What should an app builder use to add this functionality to an Account record page?

A.

Formula field

B.

Dynamic action

C.

AppExchange product

D.

Custom link

Full Access
Question # 64

How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?

A.

Add a formula field to the Contact page layout.

B.

Add an AppExchange Lightning Component to the mobile app.

C.

Add the Twitter component to mobile view Lightning pages.

D.

Add a Twitter Quick Action to the mobile navigation.

Full Access
Question # 65

An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install it m production. When the app builder attempts to install the package in production, it fails.

Why did the package fail to install?

A.

Incorrect license types

B.

Package features not compatible

C.

Object limits exceeded

D.

Apex unit test failures

Full Access
Question # 66

Cloud Kicks (CK) Is finding sales reps are Inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date.How should the app butler ensure this field is properly filed out before setting the opportunity to closed won?

A.

OR(ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c))

B.

OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c- CloseDate ) > 14,ISBLANK(Scheduled_Ship_Date__c))

C.

ISPICKVAL( StageName ,"Closed Won") && ( Scheduled _Ship_Date_c-CloseDate ) > 14

D.

ISPICKVAL( StageName= CloseDate ) > 14,losed Won") && ( CloseDateScheduled_Ship_Date_c) >14

Full Access
Question # 67

Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.

How should an app builder configure the proper access?

A.

Set the organization-wide default on the Applications object to Read/Write.

B.

Add a sharing rule that grants the users Read/Write access to the Internship records.

C.

Create a queue for the web applications and assign access to the users who will be editing the records.

D.

Create a sharing rule that grants the users Read/Write access to the Application records.

Full Access
Question # 68

Universal Containers wants to display the real-time stock price for each Account on the Account record page.

How should an app builder implement this request?

A.

Create a Lightning Web Component.

B.

Install a solution from the AppExchange.

C.

Build a Flow that uses API calls.

D.

Use a scheduled Apex job.

Full Access
Question # 69

The CFO of Cloud Kicks needs to sign off on any major show retail deal that has a discount of more than 30% before the deal can be closed.

What feature would be used to handle this requirement?

A.

Approval Process

B.

Email Alert

C.

Field Update

D.

Workflow Rule

Full Access
Question # 70

AW Computing has a custom object for service plans.

A service plan needs to be associated to one and only one contact. The support manager noticed if the wrong contact is associated, the reps are unable to change the contact. The app builder already confirmed the user has correct access to the field and there are no validations associated with the service

plans.

What could be causing the issue?

A.

The Read Only radio button, Allows users with at least Read access to the Master record to create, edit, or delete related Detail records, is selected.

B.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is unchecked.

C.

The Read/Write radio button, Allows users with at least Read/Write access to the Master record to create, edit, or delete related Detail records, is selected.

D.

The Allow reparenting checkbox, Child records can be reparented to other parent records after they are created, is checked.

Full Access
Question # 71

Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After testing, changes had to be made to several of the components in the change set.

How should an app builder move the new changes to the Developer Pro Sandbox?

A.

Refresh the text sandbox and re_display the change set.

B.

Clone the change set and re_display

C.

Rename the change set, add the changes and re_display

D.

Update the change set and re_display

Full Access
Question # 72

SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER IDENTITY BEFORE PROVIDING SUPPORT INFORMATION OVER THE PHONE. WHAT FEATURE CAN AN APP BUILDER USE TO HELP AGENTS MEET THIS REQUIREMENT?

A.

Include Surveys as a Case related list

B.

Case Validation Rules

C.

Add Path to the top of the Case layout

D.

Guided Action Flows on the record page

Full Access
Question # 73

Sales reps want the ability to see who can view their account records and how the people have access.

Which button should the app builder add to the Account page layout to enable this?

A.

Sharing Hierarchy

B.

New Task

C.

Sharing

D.

Fait

Full Access
Question # 74

The DreamHouse Realty (DR) service manager has asked for some improvements in case management to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met.

What solution should an app builder implement to meet these requirements?

A.

Workflow Rules

B.

Process Builder

C.

A Validation Rules

D.

Activities Component

Full Access
Question # 75

Universal Containers expects impacts to operations due to increased demand. The executive team will reach out to current customers and wants to see the number of open cases for the account and parent account.

What should an app builder use to display the number of open cases on the account page?

A.

Flow

B.

Approval Process

C.

Roll-up summary

D.

Cuctom object

Full Access
Question # 76

DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.

Which two field types are allowed as an external ID?

A.

Number field

B.

URL field

C.

Test field

D.

Phone field

Full Access
Question # 77

Cloud Kicks has three types of customer support processes: Platinum, Diamond, and Bronze. The app builder created separate record types for each process on the Case object. The customer support team should be unable to create new cases with the Bronze record type.

How should this requirement be met?

A.

Update the organization-wide defaults to private for Case.

B.

Update the support team profile to remove the Bronze record type.

C.

Create permission set group for Case that includes Platinum and Diamond record types.

D.

Make the record type hidden to support users; update sharing roles to private.

Full Access
Question # 78

Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer.

How could an app builder meet this requirement?

A.

Add a rich text area to the Case Lighting page > Set the component visibility of the rich text area to show when the account support level is platinum.

B.

Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum.

C.

Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases.

D.

Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.

Full Access
Question # 79

An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.

What automation should the app builder use?

A.

Screen flow

B.

Process Builder

C.

Apex code

D.

Workflow rule

Full Access
Question # 80

An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?

A.

Use a workflow rule and an outbound message

B.

Use a flow and an outbound message

C.

Use a process and Apex Code

D.

Use a process and an outbound message

Full Access
Question # 81

DreamHouse Realty requires that field value changes for certain fields such as Asking_Price__c and Real_Estate_Agent„c on their House__c custom object show up prominently on Chatter.

What Chatter feature should the app builder utilize?

A.

Thanks

B.

Publisher Actions

C.

Topics

D.

Feed Tracking

Full Access
Question # 82

Universal Containers wants sales reps to get permission from their managers before deleting Opportunities,

What can be used to meet these requirements?

A.

Process Builder with Submit for Approval action.

B.

Approval Process with a triggered Flow process.

C.

Approval Process with Time-Dependent Workflow action.

D.

Two-step Approval Process.

Full Access
Question # 83

Sales Managers want to be automatically notified any time there is a change to an Opportunity Close Date and want these changes to be tracked on the Opportunity.

Which two configurations should an app builder recommend?

Choose 2 answers

A.

Create an Opportunity outbound message.

B.

Use Process Builder on Opportunities and a Chatter post action.

C.

Activate Historical Trending for Opportunities.

D.

Enable Feed Tracking on Opportunities.

Full Access
Question # 84

Northern Trail Outfitters wants the field sales team to only see the accounts that they own Separate North American and European marketing teams should only see accounts m their respective regions. The inside sales team needs to see all accounts in Salesforce.

How can this be accomplished?

A.

Set the Organization-Wide Default to Public for accounts. Create criteria- based sharing rules for each marketing team, and create an Inside Sales Team permission set with the "View Air setting for accounts,

B.

Set the Organization-Wide Default to Public for accounts. Create profiles for each marketing team, and create an Inside Sales Team role that is at the top of the Role Hteran

C.

Set the Organization-Wide Default to Private for accounts. Create criteria- based sharing rules for each marketing team, and create an Inside Sales Team profile with the "View All" setting for accounts.

D.

Set the Organization-Wide Default to Private for accounts. Create permission sets for each marketing team, and create an Inside Sales Team profile with the "View All" setting for accounts.

Full Access
Question # 85

UC has a requirement that an opportunity should have a field showing the value of its associated account's billing state. This value should not change after the opportunity has been created. Is there a recommended solution to configure this automated behavior?

A.

Formula field

B.

Apex

C.

Workflow

D.

Roll-up summary field

Full Access
Question # 86

DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.

Which two considerations should be made by the team?

Choose 2 answers

A.

Rich text field values of all lengths are displayed fully in reports.

B.

Data loss may occur when changing custom field types.

C.

Field History Tracking records value changes of 255 characters or less.

D.

Audit Trail is available through REST API extracts.

Full Access
Question # 87

Universal containers wants to display the real time stock price for each account on the account record page. How should an app builder implement this request?

A.

Add a dynamic report to the page layout

B.

Create a lightning webcomponent

C.

Install a solution from the appexchange

D.

Build a visual flow that users API calls

Full Access