| PDF + Test Engine |
|
||
| Test Engine |
|
||
|
|
Here are Salesforce Platform-App-Builder PDF available features:
| 259 questions with answers | Updation Date : 16 Jul, 2026 |
| 1 day study required to pass exam | 100% Passing Assurance |
| 100% Money Back Guarantee | Free 3 Months Updates |
Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter. Where would an app builder enable this ability?
A. Chatter Feed Tracking
B. Object Settings
C. Chatter Settings
D. Approval Process Settings
Cloud Kicks (CK) increased its Salesforce development efforts so that it now has multiple custom development efforts happening in parallel. CK's developers and admins perform the custom (rations and have complained that working in one sandbox has led to many problems. They requested a solution in which they can work in at least 20 different sandboxes at once, that all start with the same base configuration and data. What should an app builder use to solve the problem?
A. Sandbox refreshes
B. Full copy sandboxes
C. Partial copy sandboxes
D. Sandbox during
Cloud Kicks works on an annual subscription model. When a sale rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of salesforce but also needs to be notified about closed deals in order to initial the contract process with the customer. Which automation solution would meet these requirements?
A. Approval Process
B. Outbound Message
C. Validation Rule
D. Record-triggered flow
What is one limitation of using schema builder when creating a field?
A. Cannot create formula fields.
B. Cannot see existing relationships between objects.
C. Cannot add fields to page layouts.
D. Cannot create lookup relationships.
Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. What validation rule would an app builder use to prevent other users from making this update?
A. AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c),ISPICKVAL(Retail_0pt_In_c,"Yes") )
B. AND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = "Yes" )
C. AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,"Yes") )
D. AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c= "Yes" )
Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases_c Which two automation solutions would meet these business requirements? Choose 2 answers
A. AppExchange
B. Validation Rule
C. Approval Process
D. Apex
DreamHouse Realty wants to make sure an Opportunity has a field Expected_Close_Date_c populated before it is allowed to enter the qualified stage. How should an app builder solution this request?
A. Record Type
B. Validation Rule
C. Activity History
D. Page Layout
Which two features can be used to allow users to access Flows? Choose 2 answers
A. Quick Action
B. Approval Process
C. Flow Launcher
D. Apex
Ursa Major Solar's sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data. How could the app builder solve this with minimal impact to desktop users?
A. Filter components by device using Form Factor.
B. Reorder the fields to make sense for the reps when in the field.
C. Update the training documentation with better screenshots.
D. Deselect the phone radio button on the Lightning record page assignment.
Universal Containers created a 'New Task' custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section. Which Lightning component should the app builder add to the layout to display the action?
A. Related record
B. Related lists
C. Highlights panel
D. Activities