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 manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.
What validation rule should an app builder configure?
- A . AND( ISBLANK(Lead.Owner.Id) )
- B . NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
- C . AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
- D . NOT( ISBLANK(Lead.Owner:Queue.Id))
Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.
What solution can enable reps to see and access these components from anywhere within the app without leaving the pagere where the team is working?
- A . Favorites
- B . Home page
- C . Global actions
- D . Utility bar
The VP of Sales at Universal Containers has askedthe app builder to let sales reps create opportunity records directly from the account, with a number of fields pre-populated.
Which feature should the app builder use to allow users to create the opportunity?
- A . A quick action
- B . A default action
- C . A custom button
- D . A custom link
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 web component
- C . Install a solution from the AppExchange
- D . Build a visual flow that users API calls
A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions.
Which two conditions should the app builder review?
Choose 2 answers
- A . If the list view restricts sharing for the user
- B . If the list view selected is the recently viewed list view
- C . If the list view contains a chart created by the user
- D . If the list view contains more than one record type
An app builder at Northern Trad Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app.
Which type of testing environment should the app builder create?
- A . Developer
- B . Partial Copy
- C . Developer Pro
- D . Scratch Org
Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company’s account records.
How should an app builder configure Account sharing so that community users only see their own Account?
- A . Create an account record type for external accounts.
- B . Define an owner-based sharing rule for external accounts.
- C . Define a permission set for external accounts.
- D . Set the account external OWD to private.