Where can a developer identify the time taken by each process in a transaction using Developer Console log inspector?
Correct Answer:
C
A developer uses a before insert trigger on the Lead object to fetch the Territory c object, where the Territory c.PostalCode c matches the Lead.PostalCode. The code fails when the developer uses the Apex Data Loader to insert 10,000 Lead records. The developer has the following code block: Line-01: for (Lead l : Trigger.new){Line-02: if (l.PostalCode != null) {Line-03: List
Correct Answer:
A
Which user can edit a record after it has been locked for approval? (Choose 2)
Correct Answer:
BD
Which two number expression evaluate correctly? Choose 2 answers
Correct Answer:
BD