Salesforce Certified Platform App Builder Salesforce Certified Platform App Builder Online Training
Salesforce Certified Platform App Builder Online Training
The questions for Certified Platform App Builder were last updated at Oct 29,2024.
- Exam Code: Certified Platform App Builder
- Exam Name: Salesforce Certified Platform App Builder
- Certification Provider: Salesforce
- Latest update: Oct 29,2024
An app builder has created a change set and deployed a report from their development sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned.
What can be a reason for this?
- A . Reports have to be deployed with Salesforce DX.
- B . Reports have to be manually re-created in each environment.
- C . Data is deployed when added to a change sets.
- D . Data is unable to be deployed with change sets.
Which three options art availably when activating a Lightning page from the Lightning App Builder? Choose 3 answers
- A . Assign the page to a combination of apps and profiles.
- B . Assign the page to a combination of apps and permission sets.
- C . Make the page the org default.
- D . Make the page the default homepage for specific roles.
- E . Make the page the default homepage for specific apps.
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 fromTestimonial__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.
An app builder needs to deploy a new account detail page layout from sandbox to production.
Which three components should an app builder include in the Change Set to ensure it deploys
successfully and visually as expected? Choose 3 answers
- A . Detail page layout
- B . Custom fields
- C . Custom actions
- D . Lightning App Builder
- E . System administrator profile
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 manager the "API Enabled" permission to permit approval responses by email.
Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order’s status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.
What should an app builder use to communicate to the CK web service when a shoe’s inventory has changed?
- A . After-Save Record-Triggered flow
- B . Before-Save Record-Triggered flow
- C . Process Builder
- D . Workflow rule
Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.
Which tool should be used?
- A . Import Wizard
- B . Lightning Object Creator
- C . Data Loader
- D . Schema Builder
Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes.
Which solution should an app builder recommend?
- A . Flow
- B . Journey Builder
- C . Chatter Publisher
- D . Path
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
An app builder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are unable to see the new item on the layout.
What are two potential reasons why users are unable to view the item on the Case Lightning record page? Choose 2 answers
- A . The page layout includes the case feed component.
- B . The email button contains JavaScript.
- C . The case page layout also contains custom buttons.
- D . The page layout excludes the case feed component.