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

Salesforce Platform-App-Builder Dumps

Salesforce Certified Platform App Builder(SP23) Questions and Answers

Question 1

An app builder needs a custom solution and is considering using community. Ease of updates is the primary consideration.

What should the app builder consider?

Options:

A.

A managed package from AppExchange

B.

An unmanaged package from AppExchange

C.

An open-source unmanaged package

D.

An open-source custom development

Question 2

Universal Containers has a private sharing model for Accounts and Opportunities and uses Territory Management to grant access to records.

• Sales rep A manually shares an opportunity record with sales rep B.

• Sales rep B has access to the Account even though the Account Is NOT In sales rep B's territory.

• Sales rep C CANNOT see either record.

Based on the information given, why can sales rep B see the Account related to the Opportunity?

Options:

A.

Sales rep B has implicit access to the Account.

B.

Sales rep B was added to the Account team.

C.

Sharing set is granting access to the Account.

D.

Account was also manually shared.

Question 3

A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions.

Which two conditions should the app builder review?

Choose 2 answers

Options:

A.

If the list view restricts sharing for the user

B.

If the list view selected is the recently viewed list view

C.

If the list view contains a chart created by the user

D.

If the list view contains more than one record type

Question 4

Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.

What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?

Options:

A.

After-Save Record-Triggered flow

B.

Before-Save Record-Triggered flow

C.

Process Builder

D.

Workflow rule

Question 5

Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record.

Which three steps should an app builder take to properly control access to Reviews?

Choose 3 answers

Options:

A.

Disable Grant Access Using Hierarchies.

B.

Add a Master-Detail (User; field on the Review object.

C.

Create a criteria-based Sharing Rule for the HR Department.

D.

Remove Review Read permission from non-HR Department user Profiles.

E.

Set organization-wide default to Private.

Question 6

Cloud Kicks wants to efficiently Increase the company's adoption of Salesforce while simultaneously moving away from their reliance on spreadsheets. An app builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously.

Which tool should be used?

Options:

A.

Import Wizard

B.

Lightning Object Creator

C.

Data Loader

D.

Schema Builder

Question 7

An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?

Options:

A.

Standard buttons can be changed on lookup dialogs, list views, and search result layouts

B.

Standard buttons can be overridden with a Visualforce page

C.

Standard buttons that are not available for overrides can still be hidden on page layouts

D.

Standard buttons can be overridden, relocated on the detail page, and relabeled

Question 8

Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.

What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

Options:

A.

Salesforce Record ID

B.

TEXT(Id)

C.

External ID

D.

CASESAFE(Id)

Question 9

When a deal is closed- won, it has to be approved by the owner's manager prior to being added to the leaderboard for a quarterly sales competition. An opportunity is won on the last day of the quarter and the manager is on vacation.

What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

Options:

A.

Forward the approval request to the manager's assistant.

B.

Set up a delegated approver for the manager

C.

Have the manager log on and reassign the approval request

D.

Use Process Builder to assign a delegated approver.

Question 10

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?

Options:

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.

Question 11

Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.

Which category handles bug fixes and simple changes?

Options:

A.

Patch

B.

Minor

C.

Major

D.

Rollback

Question 12

An app builder wants to use Process Builder to automate some of the work being done by the sales team.

What are three capabilities ofProcess Builder that can improve productivity?

Choose 3 answers

Options:

A.

Send an email alert.

B.

Update a related record.

C.

Send an outbound message.

D.

Delete a related record.

E.

Create a child record.

Question 13

Universal Because of the small screen, they currently have to scroll down the page to view the information for an account based on criteria about the related contact.

Which solution should an app builder use to fulfill this requirement?

Options:

A.

Set the filter type on the component visibility to display based on user permissions. using custom permission to define the dynamic criteria.

B.

Add a related record component to the page layout

C.

Set the component visibility to display based or an advanced filter type, using the contact field's) to define the dynamic criteria.

D.

Hide the component behind a tab on the page layout.

Question 14

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.

What Related List type would the app builder select for the Related List Lightning component?

Options:

A.

Enhanced List

B.

Basic List

C.

ListVlew

D.

List Class

Question 15

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?

Options:

A.

Process Builder

B.

Workflow rule

C.

Approval process

D.

Apex

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

Options:

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.

Question 17

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?

Options:

A.

Developer

B.

Partial Copy

C.

Developer Pro

D.

Scratch Org

Question 18

Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to odd new contacts quickly and then follow up later to complete the additional Information necessary.

What mobile solution should an App Builder recommend?

Options:

A.

Customize the mobile menu to move Contacts to the top.

B.

Build a global action to create Contacts.

C.

Add a compact layout to Contacts.

D.

Use Path and set pre-defined values

Question 19

An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.

What can be causing the delay?

Options:

A.

Profiles are included in the change set.

B.

A field type change is included in the change set.

C.

Dependent fields are included in the change set.

D.

Roles are included in the change set.

Question 20

DreamHouse Realty is rethinking its sandbox utilization strategy after acquiring Cloud Kicks. The Salesforce COE already utilizes a partial and a full sandbox, which it refreshes on their own regular schedules. Teams are expanding and have to begin each of their small projects in a sandbox before committing to the larger pool for collaborative testing while still keeping costs down.

What type of sandbox should each team member use?

Options:

A.

Full sandbox

B.

Developer sandbox

C.

Developer pro sandbox

D.

Partial sandbox

Question 21

What are two reason to create an unmanaged package? Choose 2 answers

Options:

A.

Distributing open-source projects on the AppExchange.

B.

Publishing an application for sale on the AppExchange

C.

Deploying from a Developer Edition environment

D.

Distributing upgradeable components to another Salesforce org

Question 22

Universal Containers has a customer base where many customers have the same or similar company names.

Which functionality should be configured to improve an end user`s search experience?

Choose 2 answers

Options:

A.

Update the account search layout’s view filter settings.

B.

Update the account search layouts search results columns displayed.

C.

Update the account search filter fields.

D.

Update the account search layouts accounts tab columns displayed.

Question 23

Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.

Which tool should be used?

Options:

A.

Data Loader

B.

A Lightning Object Creator

C.

Import Wizard

D.

Schema Builder

Question 24

Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.

Which tool should be used?

Options:

A.

Import Wizard

B.

Lightning Object Creator

C.

Data Loader

D.

Schema Builder

Question 25

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?

Options:

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

Question 26

The Director of Marketing at Northern Trail Outfitters wants the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.

Which function should be used to return a date for calculating the difference?

Options:

A.

DATFTIMEVALUE()

B.

TODAY()

C.

DATEVALUE()

D.

NOW()

Question 27

Universal Containers has a new custom object for Invoices that includes an Invoice Number field, Before the Invoice object can be used, invoices will be migrated from an external system maintaining their current Invoice Number. After the migration, salesforce will be the system of record and each new Invoice created in Salesforce must have a unique Invoice Number.

How should the app builder configure the Invoice Number field?

Options:

A.

Create a Text filed for the original Invoice Number and an AutoNumber field for the Salesforce Invoice Number.

B.

Create a Text field and mark it as a unique external ID field.

C.

Create a Text field, then change it to AutoNumber after the migration.

D.

Create an AutoNumber field and migrate the Invoices

Question 28

An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?

Choose 2 answers

Options:

A.

Sharing Rules

B.

Public Groups

C.

Permission Set Groups

D.

Manual Sharing Rules

Question 29

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.

Which three features would meet the business requirements?

Choose 3 answers

Options:

A.

Workflow

B.

Process Builder

C.

Apex

D.

Chatter action

E.

Flow

Question 30

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?

Options:

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.

Question 31

Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the project called Estimated Hours. Once set, users should be able to decrease but not increase the value

How can an app builder meet this requirement?

Options:

A.

Create a formula default value for the custom field.

B.

Create a formula held that uses the PREVGROUPVAL function

C.

Create a validation rule that uses the ISCHANGED function

D.

Create a validation rule that uses the PRIOR VALUE function.

Question 32

Cloud Kicks wants to display the number of opportunities that are Closed Won with a Close Date within the last year on the Account detail page.

Which tool should an app builder use to implement this?

Options:

A.

Process Builder

B.

Activity Timeline

C.

Roll-Up Summary Field

D.

Workflow Rule

Question 33

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?

Options:

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.

Question 34

DreamHouse Realty (DR) has many properties for sale and wants to identify the highest value of all Offer__c records on each Property__c record.

What solution should the app builder use to meet DreamHouse Realty's needs?

Options:

A.

Master-Detail Child Object

B.

Text Area (Long)

C.

Multi-select Picklist

D.

Lookup Object

Question 35

What are the limitations of Schema Builder when creating a custom object?

Options:

A.

"Save" should be clicked each time a new object, field, or relationship is created.

B.

Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.

C.

Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.

D.

Custom fields can be added to any custom objects, excluding formula field types.

Question 36

When an opportunity is closed date is pushed more than 30days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process.

How can an app builder ensure that these opportunities are submitted into the approval process?

Options:

A.

Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.

B.

Use a validation rule and an email alert to the manager requesting approval.

C.

Submit the record for approval from an automated process.

D.

Give the manager the "API Enabled" permission to permit approval responses by email.

Question 37

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

Options:

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.

Question 38

Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account records from the case page layout on the Lightning record page.

Which two components should an app builder use to meet these requirements?

Choose 2 answers

Options:

A.

Path

B.

Rich text

C.

Related record

D.

Tabs

Question 39

Universal Containers has a single Contact Lightning record page. A component takes up a lot of room on the page and is NOT needed by users with a Marketing profile.

What should the app builder use to solve this Issue?

Options:

A.

Detail page layouts

B.

Component visibility filter

C.

Field-level security

D.

AppExchange

Question 40

Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a newJunction object between these custom objects. A select group of users should be able to edit records in the Junction object.

Which two steps should an app builder take to configure the proper security?

Options:

A.

Set Sharing Settings to Road Only on both Master-Detail relationship fields.

B.

Create owner-based sharing rules that give Read access to the master objects.

C.

Sat lookup filters on both Junction object relationship field.

D.

Create an owner-based sharing rule that gives Road action to the junction object.

Question 41

universal containers has several large customers that sell their products through dealers. Each customer and dealer have an individual rep who works directly with uc and each is billed separately. How can an app builder implement these requirements?

Options:

A.

Create a single account record, add each rep as a contact and create a custom dealer object

B.

Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.

C.

Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record

D.

Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.

Question 42

The Recruiting ream at AW Computing captures thejob acceptance and date of hire of a candidate on the Job Application custom object. Once the candidate accepts the recruiter s job offer, the date of hire should be entered and not be changed on subsequent cecord edit.

Which validation formula should the app builder use?

Options:

A.

NOT(ISCLANK(Job_Accepted_c)) && ISCHANGED(Hire_Date_c)

B.

(ISBLANK(Job_Accepted_c) II NOT(lSCMANGED(Mire_Daie_c))

C.

NOT{IS&lANK(Job_Accepted_c)) II ISCHANGED(Hire_Date_c)

D.

(lSBLANK(Job_Accepted_c) && NOT(lSCHANGED(Hire_Date_c))

Question 43

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?

Options:

A.

Formula field

B.

Apex

C.

Workflow

D.

Roll-up summary field

Question 44

Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some higher-level staff have additional permission sets that are only required for them.

How should an app builder recommend assigning permission sets to users?

Options:

A.

Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.

B.

Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets.

C.

Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.

D.

Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups.

Question 45

Containers have the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the rote hierarchy.

What feature should be used to enable marketing to see sales-owned accounts.

Options:

A.

Public Group

B.

Flow

C.

Workflow

D.

Sharing Rules

Question 46

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

Options:

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.

Question 47

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?

Options:

A.

A quick action

B.

A default action

C.

A custom button

D.

A custom link

Question 48

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

Options:

A.

AppExchange

B.

Validation Rule

C.

Approval Process

D.

Apex

Question 49

Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.

Which feature should be used to accomplish this?

Options:

A.

Auto-response rule

B.

Workflow rule

C.

Feed tracking

D.

Feed quick action

Question 50

Ursa Major Solar's sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data.

How could the app builder solve this with minimal impact to desktop users?

Options:

A.

Filter components by device using Form Factor.

B.

Reorder the fields to make sense for the reps when in the field.

C.

Update the training documentation with better screenshots.

D.

Deselect the phone radio button on the Lightning record page assignment.

Question 51

Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months.

Which option should an app builder suggest to meet this requirement?

Options:

A.

Use an AppExchange solution.

B.

Build a screen flow page.

C.

Build a Lightning record page.

D.

Use a Boit solution

Question 52

An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?

Options:

A.

Standard buttons can be changed on lookup dialogs, list views, and search result layouts

B.

Standard buttons can be overridden with a Visualforce page

C.

Standard buttons that are not available for overrides can still be hidden on page layouts

D.

Standard buttons can be overridden, relocated on the detail page, and relabeled

Question 53

Which two places can an app builder go to see a list of available Custom Lightning components in their org?

Choose 2 answers

Options:

A.

Visualforce components in Setup

B.

Lightning component Generator

C.

Lightning App Builder

D.

Lightning components in Setup

Question 54

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?

Options:

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.

Question 55

An app builder notices several Accounts converted from Leads are missing information they expected to be caught via Account validation rules.

What could be the source of this issue?

Options:

A.

The lead settings are unchecked to require validation for converted leads.

B.

Account validation rules fail to validate on records converted from a lead.

C.

The lead settings are allowing users to intentionally bypass validation rules.

D.

Lead validation rules fail to validate on records when they are being converted.

Question 56

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?

Options:

A.

Stack post

B.

Chatter approval

C.

Automated email message

D.

Approval process

Question 57

Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely.

What formula should an app builder use to create this new field?

Options:

A.

ISNUMBER(Id)

B.

CASESAFEID(Id)

C.

TEXT(Id)

D.

VALUE(Id)

Question 58

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?

Options:

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

Question 59

At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers

Options:

A.

CASE(Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif”, “High”, “/img/samples/flag_red.gif”, “/s.gif”)

B.

IMAGE(IF(ISPICKVAL(Priority, “Low”), “/img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “/img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “/img/samples/flag_red.gif”))), “Priority Flag”)

C.

IF (ISPICKVAL(Priority, “Low”), “/img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “/img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority,“High”), “/img/samples/flag_red.gif”, “/s.gif”)))

D.

IMAGE (CASE( Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif”, “High”, “/img/samples/flag_red.gif”, “Priority Flag”)

Question 60

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?

Options:

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.

Question 61

Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.

Which feature would an app builder use?

Options:

A.

Field Update

B.

Global Picklist Value Set

C.

Dynamic Action

D.

Dependent Picklist

Question 62

An app Builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another App Builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco. What will happen the next time a sales person saves an Account with a Billing City of San Francisco?

Options:

A.

The record will save and the Industry field will change to Technology

B.

The record will not save and the validation rule’s error messagewill be displayed

C.

The record will not save and no error message will be displayed

D.

The record will save but the Industry field will not change to Technology

Question 63

Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time.

What should the app builder be aware of when it comes to data already in the system?

Options:

A.

The change will be instant

B.

Historical data will be updated to 12:00 timestamp.

C.

The field name will change.

D.

Data loss will be experienced.

Question 64

An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page.

Which approach should the app builder use?

Options:

A.

Add the standard Chatter feed component.

B.

Add the standard related list component

C.

Add a custom Chatter feed component

D.

Add the Chatter feed component from the AppExchange.

Question 65

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?

Options:

A.

Master-detail relationship

B.

Roll-up summary

C.

Formula

D.

Lookup relationship

Question 66

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?

Options:

A.

Lookup field

B.

Field-level security

C.

Field history tacking

D.

Cross-object formula field

Question 67

Cloud Kicks (CK) increased its Salesforce development efforts so that it now has multiple custom development efforts happening in parallel. CK's developers and admins perform the custom (rations and have complained that working in one sandbox has led to many problems. They requested a solution in which they can work in at least 20 different sandboxes at once, that all start with the same base configuration and data.

What should an app builder use to solve the problem?

Options:

A.

Sandbox refreshes

B.

Full copy sandboxes

C.

Partial copy sandboxes

D.

Sandbox during

Question 68

An app builder needs to deploy a new account detail page layout from sandbox to production.

Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected?

Choose 3 answers

Options:

A.

Detail page layout

B.

Custom fields

C.

Custom actions

D.

Lightning App Builder

E.

System administrator profile

Question 69

The services manager wants to make sure the team enters case priority consistently.

What feature can an app builder use to accomplish this?

Options:

A.

Path

B.

Flow

C.

Next Best Action

D.

In-App Guidance

Question 70

Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes.

Which solution should an app builder recommend?

Options:

A.

Flow

B.

Journey Builder

C.

Chatter Publisher

D.

Path

Question 71

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?

Options:

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.

Question 72

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?

Options:

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.

Question 73

Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.

How should an app builder implement this requirement?

Options:

A.

Create a formula field on the Case object using the TEXT function.

B.

Create a formula field on the Account object using the ISPICKVAL function.

C.

Create a Process Builder and use a field update on the Case object.

D.

Create a roll-up summary field using Support Level on the Account object.

Question 74

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?

Options:

A.

Chatter Feed Tracking

B.

Object Settings

C.

Chatter Settings

D.

Approval Process Settings

Question 75

Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.

Where should the app builder route the approval request?

Options:

A.

Hierarchy field

B.

Role

C.

Public group

D.

Queue