Free Platform Developer I Exam PDI Exam Practice Test

UNLOCK FULL
PDI Exam Features
In Just $59 You can Access
  • All Official Question Types
  • Interactive Web-Based Practice Test Software
  • No Installation or 3rd Party Software Required
  • Customize your practice sessions (Free Demo)
  • 24/7 Customer Support
Page: 1 / 30
Total Questions: 149
  • What does the Lightning Component framework provide to developers?

    Answer: B Next Question
  • What are three ways for a developer to execute tests in an org? Choose 3.

    Answer: B, C, D Next Question
  • A developer must modify the following code snippet to prevent the number of SOQL queries issued from exceeding the platform governor limit. public class without sharing OpportunityService( public static List<OpportunityLineItem> getOpportunityProducts(Set<Id> opportunityIds){ List<OpportunitylineItem> oppLineItems = new List<OpportunityLineItem>(); for(Id thisOppId : opportunityIds){ oppLineItems.addAll([Select Id FROM OpportunityLineItems WHERE OpportunityId = :thisOppId)]; } return oppLineItems; } }The above method might be called during a trigger execution via a Lightning component. Which technique should be implemented to avoid reaching the governor limit?

    Answer: D Next Question
  • Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers

    Answer: A, D, E Next Question
  • A developer wants to invoke on outbound message when a record meets a specific criteria.Which three features satisfy this use case?Choose 3 answer

    Answer: A, B, C Next Question
  • Einstein Next Best Action Is configured at Universal Containers to display recommendations to internal users on the Account detail page.If the recommendation is approved, a new opportunity record and task should be generated. If the recommendation is rejected, an Apex method must be executed to perform a callout to an external system.Which three factors should a developer keep Hi mind when implementing the Apex method?Choose 3 answers

    Answer: B, D, E Next Question
  • Universal Containers stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items are available. Which method should be used to calculate the estimated ship date for an Order?

    Answer: D Next Question
  • The Account object in an organization has a master detail relationship to a child object called Branch. The following automations exist:* Rollup summary fields* Custom validation rules* Duplicate rulesA developer created a trigger on the Account object.What two things should the developer consider while testing the trigger code?Choose 2 answers

    Answer: A, B Next Question
  • Which action may cause triggers to fire?

    Answer: A Next Question
  • What are two ways for a developer to execute tests in an org?

    Answer: A, B Next Question
Page: 1 / 30
Total Questions: 149