問題 #16 An after trigger on the account object performs a DML update operation on all of the child opportunities of an account. There are no active triggers on the opportunity object, yet a "maximum trigger depth exceeded" error occurs in certain situation. Which two reasons possibly explain the account trigger firing recursively? choose 2 answers
A. Changes are being made to the account during an unrelated parallel save operation
B. Changes to opportunities are causing cross-object workflow field updates to be made on the account
C. Changes are being made to the account during criteria based sharing evaluation
D. Changes to opportunities are causing roll-up summary fields to update on the account
答案:B 問題 #17 Refer to the following code that runs in an Execute Anonymous block:
In an environment where the full result set is returned, what is a possible outcome of this code?
A. The total number of records processed as a result of DML statements will be exceeded
B. The total number of DML statements will be exceeded.
C. The transaction will succeed and the first ten thousand records will be committed to the database.
D. The total number of records processed as a result of DML statements will be exceeded.
答案:D 問題 #18 Where are two locations a developer can look to find information about the status of asynchronous or future methods? Choose 2 answers
A. Apex Flex Queue
B. Paused Flow Interviews component
C. Apex Jobs
D. Time-Based Workflow Monitor
答案:A,C 問題 #19 Which statement about change set deployments is accurate? (Choose 3)
A. They ca be used to transfer Contact records.
B. They can be used to deploy custom settings data.
C. They require a deployment connection.
D. They use an all or none deployment model.
E. They can be used only between related organizations.
答案:C,D,E 問題 #20 Considering the following code snippet:
When the code executes a DML exception is thrown. How should the developer modify the code to ensure exceptions are handled gracefully?