Want to pass your Salesforce Certification for Platform Developer I (Plat-Dev-201) PDI exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
A developer uses a test setup method to create an account named 'test'. The first method deletes the account record. What must be done in the second test method to use the account?
A. Use select id from account where name='test'
B. Restore the account using an undelete statement
C. Call the test setup method at the start of the test
D. The account cannot be used in the second method
How many levels of child records can be returned in a single SOQL query from one parent object?
A. 1
B. 3
C. 5
D. 7
A developer created these three Rollup Summary fields in the custom object, Project_ct,
Total_Timesheets_c
Total_Approved_Timesheets_c
Total_Rejected_Timesheet_c
The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
Which should the developer use to Implement the business requirement in order to minimize maintenance overhead?
A. Record-triggered Flow
B. Formula field
C. Apex Trigger
D. Process Builder