Salesforce
Salesforce Certified Platform Developer II (Plat-Dev-301)
120 Minutes
202
Salesforce Certified Platform Developer II
A: ASpecify the target to be lightning_RecordPage
B: Set the IsExposed=d attribute to true.
C: Specify the target to be lightning_AppPage
D: Set the IsVisible attribute to true
A: PushTopic event
B: Qutbound message
C: Trigger with HTTP callout
D: Platform event
A: Declare a static final Contact at the top of the controller.
B: Use a condition in the getter to return a new Contact if it is null.
C: Change the setter’s signature to return a Contact.
D: Change the getter's signature to be static Contact.
A: Use Queueable Apex to chain the jobs to run sequentially.
B: Use Apex Scheduler to schedule each process.
C: Use multiple 3zutuze methods for each process and callout.
D: Use Limits class to stop entire process once governor limits are reached.
A: Configure the production environment to enable"Run All Tests as Admin User.”
B: Add System.runAs() to the test class to execute the trigger as a user with the correctobjectpermissions.
C: Add seeallData=true to the test class to work within the sharing model for the productionenvironment.
D: Verify that Test. startTest() Is not Inside a For loop in the test class,