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

  1. Question 144: What is the result of the following code? Account a = new Account (); Database.insert (a, false);
  2. Question 145: Universal Containers wants Opportunities to be locked from editing when reaching the Closed/Won stage. Which two strategies should a developer use to accomplis…
  3. Question 146: A Salesforce Administrator used Flow Builder to create a flow named "accountOnboarding". The flow must be used inside an Aura component. Which tag should a dev…
  4. Question 147: When a user edits the Postal Code on an Account, a custom Account text field named "Timezone" must be updated based on the values in another custom object call…
  5. Question 148: What are two benefits of the Lightning Component framework? (Choose two.)
  6. Question 149: Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
  7. Question 150: Which approach should be used to provide test data for a test class?
  8. Question 151: A developer has an integer variable called maxAttempts. The developer needs to ensure that once maxAttempts is initialized, it preserves its value for the leng…
  9. Question 152: A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use Data Loader instead of Data Import Wizard?
  10. Question 153: A developer must build an application that tracks which Accounts have purchased specific pieces of equipment that are represented as Products. Each Account cou…