ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 269 - Certified Platform Developer II discussion

Report
Export

Which statement is considered a best practice for writing bulk safe Apex Triggers?

A.
Perform all DML operations from within a Future Method.
Answers
A.
Perform all DML operations from within a Future Method.
B.
Instead of DML statements, use the Database methods with allOrNone set to False.
Answers
B.
Instead of DML statements, use the Database methods with allOrNone set to False.
C.
Add records to collections and perform DML operations against these collections.
Answers
C.
Add records to collections and perform DML operations against these collections.
D.
Add LIMIT 50000 to every SOQL statement
Answers
D.
Add LIMIT 50000 to every SOQL statement
Suggested answer: C
asked 23/09/2024
dion alken
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first