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 16 of 26.

  1. Question 176: Which two statements are acceptable for a developer to use inside procedural loops? (Choose two.)
  2. Question 177: An after trigger on the Account object performs a DML update operation on all of the child Opportunities of an Account. There are no active triggers on the Opp…
  3. Question 180: In the following example, which sharing context myMethod execute when it is invoked? public Class myClass { public void myMethod() { /* implementation */ } }
  4. Question 181: Application Events follow the traditional publish-subscribe model. Which method is used to fire an event?
  5. Question 182: Cloud Kicks Fitness, an ISV Salesforce partner, is developing a managed package application. One of the application modules allows the user to calculate body f…
  6. Question 183: A developer has a Visualforce page and custom controller to save Account records. The developer wants to display any validation rule violations to the user. Ho…
  7. Question 185: How should a developer avoid hitting the governor limits in test methods?
  8. Question 186: Which two practices should be used for processing records in a trigger? (Choose two.)
  9. Question 187: In which three areas can a Lightning component be used in the Lightning Experience? (Choose three.)
  10. Question 188: A developer working on a time management application wants to make total hours for each timecard available to application users. A timecard entry has a Master-…