Salesforce Certified Platform App Builder — Question 292

Which of the following can you create safely in a production organization?

Answer options

Correct answer: D

Explanation

Creating reports and dashboards in a production organization is safe because they do not affect the underlying data or application logic directly. In contrast, Apex Classes, Triggers, and Custom Apex Controllers can introduce risks such as bugs or performance issues that could disrupt the live environment.