Salesforce Certified Platform App Builder Salesforce Certified Platform App Builder Online Training
Salesforce Certified Platform App Builder Online Training
The questions for Certified Platform App Builder were last updated at Sep 15,2025.
- Exam Code: Certified Platform App Builder
- Exam Name: Salesforce Certified Platform App Builder
- Certification Provider: Salesforce
- Latest update: Sep 15,2025
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?
- 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.
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.
Universal Containers (UC) has large data volumes and is nearing data storage limits. The planned solution is to archive historical data to reduce data storage in Salesforce; however, UC would still like to use reports, queries, and lookups on the archived information.
Which two options could meet this requirement? Choose 2 answers
- A . Big objects
- B . Custom objects
- C . Related objects
- D . External objects
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
- 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.
Universal Containers uses a custom picklist field Account Region on the account record. They want this region to be reflected on all related contact records and stay in sync if the value of this field changes on the Account.
How should an app builder meet this requirement?
- A . Create a picklist field called ‘Account Region’ on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
- B . Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL(Account.Account_Region__c).
- C . Create a formula field on the Contact object > Set the value of the formula to TEXT(Account.Account_Region__c).
- D . Create a text field called ‘Account Region’ on Contact object > Create a workflow ruleto update this picklist field if the Account Region field on the Account is changed.
Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.
What should the app builder do to meet the requirement?
- A . Email deliverability set to system email only.
- B . Email configured for SMTP authentication.
- C . Email relay to the configured host enabled.
- D . Email deliverability set to no access.
Universal Containers wants to deliver purchased containers to remote construction address. In these cases, the customers will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?
- A . Number
- B . Geo location
- C . Text
- D . External Lookup
An app builder has created a new report type but users are unable to select it from the Report Type list when making a new report for records they own.
What could be causing this issue?
- A . Access to the necessary object is unavailable.
- B . The report type is in a status of Deployed.
- C . Access to Create and Customize Reports is disabled.
- D . The report type is in a status of in Development.
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.
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