Salesforce Certified Platform Developer II — Question 46
Which are relevant practices while analyzing the timeline of different types of transactions in the execution overview panel? (Choose two.)
Answer options
- A. Log lines in the execution log panel can be analyzed for details about specific events
- B. The performance tree should be use to analyze events further starting from the one that take the least amount of time
- C. The execution tree can be used with the execution log to filter and get specific information about events
- D. Multiple short bursts of Apex events should be analyzed since they can add up to a significant amount of time
Correct answer: A, D
Explanation
Option A is correct because analyzing log lines in the execution log panel provides detailed insights into specific events. Option D is also correct, as multiple short bursts of Apex events can indeed add up to a significant total time. Options B and C are incorrect because they do not focus on the relevant practices for analyzing the timeline effectively.