Exam Code: PDI
Exam Questions: 387
Salesforce Certified Platform Developer (Plat-Dev-201)
Updated: 14 Jul, 2026
Viewing Page : 1 - 39
Practicing : 1 - 5 of 387 Questions
Question 1

When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must beupdated based on the values another custom object object called.What is the optimal way to Implement this feature?

Options :
Answer: A

Question 2

Which statement is true about developing in a multi-tenant environment?

Options :
Answer: A

Question 3

Given the following trigger implementation:trigger leadTrigger on Lead (before update){final ID BUSINESS_RECORDTYPEID = '012500000009Qad';for(Lead thisLead : Trigger.new){if(thisLead.Company != null && thisLead.RecordTypeId != BUSINESS_RECORDTYPEID){thisLead.RecordTypeId = BUSINESS_RECORDTYPEID;}}}The developer receives deployment errors every time a deployment is attempted from Sandbox to Production.What should the developer do to ensure a successful deployment?

Options :
Answer: B

Question 4

A developer Is asked to create a Visualforce page that lists the contacts owned by the current user. This component will be embedded In a Lightning page.Without writing unnecessary code, which controller should be used for this purpose?

Options :
Answer: B

Question 5

While writing a test class that covers an OpportunityLineItem trigger, a Developer is unable to create a standard PriceBook since one already exists in the org.How should the Developer overcome this problem?

Options :
Answer: A

Viewing Page : 1 - 39
Practicing : 1 - 5 of 387 Questions

© Copyrights FreePDFQuestions 2026. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.