Platform-Developer-I Dumps

Platform-Developer-I Free Practice Test

Salesforce Platform-Developer-I: Platform Developer I

QUESTION 61

A business has a proprietary Order Management System (OMS) that creates orders from their website and fulfills the orders. When the order is created in the OMS, an integration also creates an order record in Salesforce and relates it to the contact as identified by the email on the order. As the order goes through different stages in the OMS, the integration also updates It in Salesforce. It is noticed that each update from the OMS creates a new order record in Salesforce.
Which two actions will prevent the duplicate order records from being created in Salesforce? Choose 2 answers

Correct Answer: AD

QUESTION 62

A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration chat reads task records is periodically reporting errors.
Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?

Correct Answer: C

QUESTION 63

A developer wants to mark each Account in a List as either or Inactive based on the LastModified field value being more than 90 days.
Which Apex technique should the developer use?

Correct Answer: D

QUESTION 64

Which aspect of Apex programming is limited due to multitenancy?

Correct Answer: D

QUESTION 65

A develop completed modification to a customized feature that is comprised of two elements: Apex trigger Trigger handler Apex class
What are two factors that the developer must take into account to properly deploy the modification to the production environment?

Correct Answer: AB