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 May 09,2025.
- Exam Code: Certified Platform App Builder
- Exam Name: Salesforce Certified Platform App Builder
- Certification Provider: Salesforce
- Latest update: May 09,2025
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app.
Which option is available to an app builder to satisfy the requirement?
- A . Create sales and marketing profiles to ensure read access to different objects
- B . Create roles for sales and marketing and assign a custom homepage layout for each role.
- C . Create mobile navigation menus for both the sales and marketing profiles.
- D . Create public groups for sales and marketing and create mobile navigation menus for each group.
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
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
- 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.
A recently refreshed partial sandbox at Cloud Kicks has no data In the custom object Shipping.
Checking In production, there are two million rows of data in the object.
What could be the reason the data Is missing?
- A . The sandbox was refreshed too early.
- B . The selected objects in the sandbox template.
- C . The Partial sandbox is at capacity.
- D . The sandbox is still populating data.
UVC’s CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action.
Which two ways can this be accomplished without building code? Choose two answers
- A . Launch a new approval process that has automatic submission enabled as an initial submission action
- B . Create a new process with a submit for approval action to automatically submit deals for approval
- C . Create a new approval process that has automatic submission enabled in the entry criteria
- D . Launch a flow that uses the submit for approval action to submit deals for approval
An app builder wants to add the option to ‘Send New Email’ from Leads, Contacts and Accounts for users on mobile.
What is the benefit of using global actions to accomplish this?
- A . Global actions can be accessed anywhere actions are pages, feed and Chatter groups,
- B . Salesforce Lightning Component Library houses existing global actions prebuild for use.
- C . The global action’s layout automatically clones the default page layout.
- D . Global actions are record-specific and are available when searching that particular
An app builder has a custom component they want to make available on the utility bar, but the component is unavailable.
How should the component be tagged?
- A . For use on record pages.
- B . For use in Lightning App Builder.
- C . For use on the utility bar.
- D . For use in App Manager.
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?
- 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.
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
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?
- 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