Certified-Platform-App-Builder Certified Platform App Builder

Loading demo links...

Showing 13–15 of 20 questions

Question 13

An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open Opportunities and the number of won Opportunities for each Account.

Where should the app builder go to build these new rollups?

Select an option, then click Submit answer.

  • Opportunity Object

  • Lightning Object Creator

  • Lightning App Builder

  • Account Object

Question 14

Cloud Kicks (CK) is finding sales reps are inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date.

How should the app builder ensure this field is properly filled out before setting the opportunity to closed won?

Select an option, then click Submit answer.

  • ISPICKVAL( StageName ,”Closed Won”) && ( Scheduled_Ship_Date__c - CloseDate) > 14

  • OR(ISPICKVAL( StageName ,”Closed Won”) && ( Scheduled_Ship_Date__c - CloseDate) > 14, ISBLANK(Scheduled_Ship_Date__c))

  • OR(ISPICKVAL( StageName =”Closed Won”) && ( Scheduled_Ship_Date__c - CloseDate) > 14, ISBLANK(Scheduled_Ship_Date__c))

  • ISPICKVAL( StageName =”Closed Won”) && ( CloseDate-Scheduled_Ship_Date__c) > 14

Question 15

How should an app builder configure access to a contact’s Twitter profile for Salesforce mobile app users?

Select an option, then click Submit answer.

  • Add the Twitter component to mobile view Lightning pages

  • Add a Twitter Quick Action to the mobile navigation

  • Add an AppExchange Lightning Component to the mobile app

  • Add a formula field to the Contact page layout