Platform-Developer-I Dumps

Platform-Developer-I Free Practice Test

Salesforce Platform-Developer-I: Platform Developer I

QUESTION 6

which statement is true regarding execution order when triggers are associated to the same object and event?

Correct Answer: A

QUESTION 7

What are three ways for a developer to execute tests in an org? Choose 3.

Correct Answer: BCD
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_testing.htm https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apextestsuit

QUESTION 8

A developer must implement a CheckPaymentProcessor class that provides check processing payment capabilities that adhere to what defined for payments in the PaymentProcessor interface. public interface PaymentProcessor { void pay(Decimal amount); } Which is the correct implementation to use the PaymentProcessor interface class?

Correct Answer: B

QUESTION 9

Einstein Next Best Action Is configured at Universal Containers to display recommendations to internal users on the Account detail page.
If the recommendation is approved, a new opportunity record and task should be generated. If the recommendation is rejected, an Apex method must be executed to perform a callout to an external system.
Which three factors should a developer keep Hi mind when implementing the Apex method? Choose 3 answers

Correct Answer: BDE

QUESTION 10

A custom object Trainer_c has a lookup field to another custom object Gym c. Which SOQL query will get the record for the Viridian City gym and it's trainers?

Correct Answer: A