Free Platform-App-Builder sample questions

Real questions from the Salesforce Certified Platform App Builder practice bank, with the correct answer and an explanation for each one. No junk, no filler.

Try them in the simulator Same questions, with study, timed and flashcard modes.

Showing 10 of 20 free sample questions.

Question 1Choose one

A financial services company uses a custom object, 'Loan Application', which has a master-detail relationship with the standard Account object. The compliance team requires that whenever a Loan Application's status is changed to 'Approved', all other pending Loan Applications for the same Account must automatically be updated to a status of 'Superseded'. Which automation solution is most appropriate to implement this requirement without causing recursion issues?

Question 2Choose one

A healthcare provider is building a patient management application. They have a custom object for `Patient` and another custom object for `Medical Encounter`. A patient can have many medical encounters, and each encounter must be associated with a patient. The provider needs to display a count of total encounters on the Patient record. Additionally, patient records should be undeletable if they have any associated encounters. Which relationship type should the App Builder choose?

Question 3Choose one

A manufacturing company uses a custom object `Work Order` and has deployed a new Lightning Record Page. The operations manager wants to display a `Rich Text` component with urgent safety warnings only when the `Priority` field is 'High' AND the `Status` is not 'Completed'. For all other conditions, this component should be hidden. How should the App Builder configure the component's visibility?

Question 4Choose one

A developer is migrating a custom application from a Developer Pro sandbox to a Full sandbox for UAT. The application consists of a custom object, a record-triggered Flow, several permission sets, and custom report types. After deploying the change set, the UAT testers report that the automation from the Flow is not working. Which of the following is the most likely cause for the Flow not firing?

Question 5Choose one

A non-profit organization tracks `Donations` (custom object, master-detail to Account) and `Pledges` (custom object, master-detail to Account). An app builder needs to create a field on the Account object that displays the SUM of all related `Donation` amounts PLUS the SUM of all related `Pledge` amounts where the `Status` is 'Committed'. How can this be achieved with declarative tools?

Question 6Choose one

A university uses Salesforce to manage student applications. The `Application` custom object has a picklist field `Program` (e.g., 'Engineering', 'Arts', 'Medicine'). When an application's `Status` is changed to 'Accepted', a `Student` record needs to be created, and an 'Onboarding' task must be assigned to the admissions coordinator for the relevant program. Each program has a different admissions coordinator. Which combination of automation tools is most efficient for this process?

Question 7Choose one

A company is converting a custom text field, 'Legacy ID', to be an External ID. This field is referenced by multiple reports, a Process Builder, and several Apex classes. What is the primary consideration the App Builder must address before making this change?

Question 8Choose 2

A project management app uses a custom object `Project Task`. The organization-wide default is Private. A manager needs to grant a consultant, who is outside the role hierarchy, read/write access to all `Project Task` records associated with a specific project, `Project X`. Which two security mechanisms are most suitable to grant this access? (Select TWO)

Question 9Choose one

True or False: When deploying a change set that includes a new custom field and a permission set granting access to that field, an administrator must manually apply the permission set to users in the target org after deployment.

Question 10Choose one

A business requires a validation rule on the Opportunity object to prevent the `Close Date` from being moved into a past fiscal quarter if the `Stage` is 'Negotiation/Review'. The fiscal year starts in February. Today's date is July 15, 2024 (Fiscal Q2). Which formula correctly implements this logic?

10 more free samples are waiting

Create a free account to unlock the whole Platform-App-Builder sample bank, or get full access to all 187 practice questions in the simulator.

Create account