Salesforce Certified Platform App Builder Real Exam Questions
The questions for Certified Platform App Builder were last updated at Nov 22,2024.
- Exam Code: Certified Platform App Builder
- Exam Name: Salesforce Certified Platform App Builder
- Certification Provider: Salesforce
- Latest update: Nov 22,2024
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?
- A . Use an AppExchange solution.
- B . Build a screen flow page.
- C . Build a Lightning record page.
- D . Use a Boit solution
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
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered.
What should an app builder recommend to meet this requirement?
- A . Update the important fields to be required on the page layout
- B . Make a formula field to check the format of the important fields
- C . Create a workflow rule to check the fields are formatted correctly
- D . Configure a validation to require a field for a specific record type
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?
- A . Data Loader
- B . A Lightning Object Creator
- C . Import Wizard
- D . Schema Builder
UniversalContainers uses a custom object called Projects. When managers assign projects they set a custom field on the Uroject called Estimated Hours. Once set, users should be able to decrease but not increase the value
How can an app builder meet this requirement?
- 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.
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
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
After universal containers converted qualified leads. Sales reps need to be able to report on converted leads.
How should an app builder support for this requirement?
- A . Enable preserve lead status in the lead conversion settings
- B . Assign the representative view and edit converted leads permission
- C . Ensure the representative has read access to the original lead records
- D . Create a custom report type with converted leads as the primary object
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?
- 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.
Universal Containers has a new custom object for Invoices that includes an InvoiceNumber field, Before the Invoice object can be used, invoices will be migrated from an external system maintaining their current InvoiceNumber. After the migration, salesforce will be the system of record and each new Invoice created in Salesforce must have a unique InvoiceNumber.
How should the app builder configure the InvoiceNumber field?
- A . Create a Text filed for the original InvoiceNumber and an AutoNumber field for the Salesforce InvoiceNumber.
- 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