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 12,2025.
- Exam Code: Certified Platform App Builder
- Exam Name: Salesforce Certified Platform App Builder
- Certification Provider: Salesforce
- Latest update: May 12,2025
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
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
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?
- A . Auto-response rule
- B . Workflow rule
- C . Feed tracking
- D . Feed quick action
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager’s executive can view the rep’s evaluation record but the reps should not be able to view the executive comment field on their review.
How can these requirement be met?
- A . Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
- B . Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
- C . Use a private sharing model granting record access using hierarchy; manage field access with field-level security
- D . Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts
Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.
Which type of field should an app builder create?
- A . Roll-up summary field
- B . Lookup field
- C . Master-detail relationship field
- D . Number field
Universal Containers created a custom object called Component to capture details about products sold.
What approach should an app builder take to show Component as a related list on Product?
- A . Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
- B . Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
- C . Create a roll-up on Product. Add the Component related list to the Product page layout.
- D . Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
What are the limitations of Schema Builder when creating a custom object?
- 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.
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.
An app builder is creating a Lightning record page and has added Mobile & Lightning Actions to the page layout.
What two components could be included on the layout to display the actions? Choose 2 answers
- A . Highlights panel
- B . Chatter
- C . Activities
- D . Path
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.