Platform-Developer-I Dumps

Platform-Developer-I Free Practice Test

Salesforce Platform-Developer-I: Platform Developer I

QUESTION 36

Universal Container is building a recruiting app with an Applicant object that stores information about an individual person that represents a job. Each application may apply for more than one job.
What should a developer implement to represent that an applicant has applied for a job?

Correct Answer: A

QUESTION 37

A developer must create a CreditcardPayment class that provides an implementation of an existing Payment class. Public virtual class Payment { public virtual void makePayment(Decimal amount) { /*implementation*/
} } Which is the correct implementation?

Correct Answer: A

QUESTION 38

Which two settings must be defined in order to update a record of a junction object? Choose 2 answers

Correct Answer: BC

QUESTION 39

A developer created these three Rollup Summary fields in the custom object, Project__c:
Platform-Developer-I dumps exhibit
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?

Correct Answer: B

QUESTION 40

Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers

Correct Answer: BD