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 14,2025.
- Exam Code: Certified Platform App Builder
- Exam Name: Salesforce Certified Platform App Builder
- Certification Provider: Salesforce
- Latest update: Sep 14,2025
How should an app builder configure access to a contact’s Twitter profile for Salesforce mobile app users?
- A . Add a formula field to the Contact page layout.
- B . Add an AppExchange Lightning Component to the mobile app.
- C . Add the Twitter component to mobile view Lightning pages.
- D . Add a Twitter Quick Action to the mobile navigation.
Universal Containers would like to collaborate with its customers within Salesforce, and has decided to enable the "Allow Customer Invitations" Chatter setting.
What permission is granted to Customers when invited to ChatterGroup?
- A . The ability to invite members to groups of which they are a member
- B . The ability to @mention accounts of which they are a contact.
- C . The ability to request access to public groups
- D . The ability to interact with members of their groups
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?
- 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
Universal Containers would like to automatically assign a specific permission set to new users.
How can this requirement bemet? Choose 2 Answers
- A . Create an approval process on the User object to assign a permission set
- B . Create a flow on the user object to assign a permission set.
- C . Create a lightning process on the user object to launch a flow.
- D . Create a workflow rule on the User object to assign a permission set.
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.
- A . Public Group
- B . Flow
- C . Workflow
- D . Sharing Rules
An app builder installed a custom Lightning component from AppExchange and has deployed My Domain.
What should be done next in order to configure the component for use in a record page?
- A . Edit a record page using Lightning App Builder > Drag the component onto the page.
- B . Edit a record page using the Page Layout editor > Drag the component onto the page.
- C . Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.
- D . Edit a record page using App Manager > Drag the component onto the page.
What should an app builder consider when choosing a template for a new Lightning record page?
- A . The template is unable to be changed after the initial save.
- B . To view the record page, users need "View All Data" permissions for the object.
- C . A Page structure will automatically adapt to the device being used to view the record page.
- D . Select a new template for each type of device users use to view the record page.
DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team? Choose 2 answers
- A . Rich text field values of all lengths are displayed fully in reports.
- B . Data loss may occur when changing custom field types.
- C . Field History Tracking records value changes of 255 characters or less.
- D . Audit Trail is available through REST API extracts.
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?
- A . Salesforce Record ID
- B . TEXT(Id)
- C . External ID
- D . CASESAFE(Id)
universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits.
What should a app builder look at so address this?
- A . Talk to a developer about apex code issues
- B . Number of workflows per object limits
- C . Workflows that cause each other to fire back and forth recursively
- D . Workflows on other objects that are being re triggered