Salesforce Platform Developer I (legacy) Free Practice Exam Questions

259 real Salesforce Platform Developer I (legacy) exam questions with answers and AI explanations. Salesforce certification prep — page 9 of 26.

  1. Question 96: A method is passed a list of generic sObjects as a parameter. What should the developer do to determine which object type (Account, Lead, or Contact, for examp…
  2. Question 97: A developer wants to store a description of a product that can be entered on separate lines by a user during product setup and later displayed on a Visualforce…
  3. Question 98: In order to override a standard action with a Visualforce page, which attribute must be defined in the <apex:page> tag?
  4. Question 99: Which three options can be accomplished with formula fields? (Choose three.)
  5. Question 100: Which process automation should be used to send an outbound message without using Apex code?
  6. Question 101: A Developer wants to get access to the standard price book in the org while writing a test class that covers an OpportunityLineItem trigger. Which method allow…
  7. Question 102: What should a developer use to implement an automatic Approval Process submission for Cases?
  8. Question 103: A developer created this Apex trigger that calls MyClass.myStaticMethod: trigger myTrigger on Contact(before insert) { MyClass.myStaticMethod(trigger.new, trig…
  9. Question 104: A developer has the following requirements: * Calculate the total amount on an Order. * Calculate the line amount for each Line Item based on quantity selected…
  10. Question 105: A Platform Developer needs to implement a declarative solution that will display the most recent Closed Won date for all Opportunity records associated with an…