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
An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter’s Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the Account remains, the Testimonial__c should remain.
How should this be accomplished?
- A . Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships from Testimonial__c to Contact and to Account.
- B . Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.
- C . Make Testimonial__c a junction object between Account and Contact using master-detail relationships.
- D . Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.
A recently refreshed partial sandbox at Cloud Kicks has no data In the custom object Shipping. Checking In production, there are two million rows of data in the object.
What could be the reason the data Is missing?
- A . The sandbox was refreshed too early.
- B . The selected objects in the sandbox template.
- C . The Partial sandbox is at capacity.
- D . The sandbox is still populating data.
An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set set was deployed to production, the reports were NOT deployed.
What should the app builder do?
- A . Move the reports to the Untried Public Reports folder and add them to a new change set.
- B . Move the reports from the Unfiled Public Reports folder and add them to a new change set
- C . Recreate the reports in production. Reports are not supported in change sets
- D . Add the reports to an unmanaged package and install the unmanaged package into production.
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
Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some higher-level staff have additional permission sets that are only required for them.
How should an app builder recommend assigning permission sets to users?
- A . Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.
- B . Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets.
- C . Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.
- D . Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups.
UVC’s CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action.
Which two ways can this be accomplished without building code? Choose two answer
- A . Launch a new approval process that has automatic submission enabled as an initial submission action
- B . Create a new process with a submit for approval action to automatically submit deals for approval
- C . Create a new approval process that has automatic submission enabled in the entry criteria
- D . Launch a flow that uses the submit for approval action to submit deals for approval
When an opportunity is closed date is pushed more than 30days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process.
How can an app builder ensure that these opportunities are submitted into the approval process?
- A . Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.
- B . Use a validation rule and an email alert to the manager requesting approval.
- C . Submit the record for approval from an automated process.
- D . Give the managerthe "API Enabled" permission to permit approval responses by email.
Universal Containers created a ‘New Task’ custom action on the Opportunityobject. 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
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 appbuilder from being able to add the custom component? Choose 2 answers
- A . My Domain must be deployed to add custom components to the page with the App Builder.
- B . A custom tab must be created to add custom components to the page with the App Builder.
- C . The component requires a developer permission to add it to the page with the App Builder.
- D . The component is tagged for record pages instead of home pages and is not showing up in the App Builder.
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects.
Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers
- A . Currency
- B . Percent
- C . Date
- D . Checkbox
- E . Time