ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 21 - Certified Platform Developer II discussion

Report
Export

A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration is periodically reporting errors.

Which change should the developer make to ensure the integration is not affected with minimal impact to business logic?

A.
Use a Try/Catch block after the insert statement.
Answers
A.
Use a Try/Catch block after the insert statement.
B.
Remove the Apex Class from the Integration User's Profile.
Answers
B.
Remove the Apex Class from the Integration User's Profile.
C.
Deactivate the Trigger before the Integration runs.
Answers
C.
Deactivate the Trigger before the Integration runs.
D.
Use the Database method with allOrNone set to False.
Answers
D.
Use the Database method with allOrNone set to False.
Suggested answer: A
asked 23/09/2024
Felomino Bacquiano II
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first