Free Salesforce Platform-App-Builder Exam Actual Questions

The questions for Platform-App-Builder were last updated On Dec 17, 2024

Question No. 2

The VP of Sales wants a Chatter post to the All-Sales private group when an opportunity goes to the closed won stage.

What two tools should the app builder use to automate this process? Choose 2 answers

Show Answer Hide Answer
Correct Answer: B, D

The app builder should use two tools to automate this process:

Process Builder: This is a type of automation tool that can execute actions based on certain criteria. In this case, the process builder can have a criteria that evaluates if an opportunity goes to the closed won stage, and then execute an action that posts a message to a Chatter group.

Workflow: This is another type of automation tool that can execute actions based on certain criteria. In this case, the workflow can have a criteria that evaluates if an opportunity goes to the closed won stage, and then execute an action that posts a message to a Chatter group. Option A and C are not tools that can automate this process.


Question No. 3

An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.

Which two reasons can be preventing the app builder from being able to add the custom component?

Choose 2 answers

Show Answer Hide Answer
Question No. 4

Universal Containers (UC) has several picklist fields on the Account object whose values are routinely modified to meet changing business requirements. Due to

these revolving changes, UC has a high number of inactive picklist values that are impacting system performance and user experience.

What can the app builder do to alleviate this issue?

Show Answer Hide Answer
Correct Answer: B

To manage frequently changing picklist values effectively:

B . Set up Global Values in Picklist Value Sets. This approach allows for centralized management of picklist values that can be reused across multiple fields and objects. By using global value sets, inactive values can be efficiently managed and deactivated without impacting fields that use these sets.

For further information on managing picklists, check Salesforce's Picklist Management guide.


Question No. 5

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?

Show Answer Hide Answer