# Certified-Platform-Developer-II — Question 603

**Type:** multiple_choice
**Topics:** topic_1

## Question

A company's support process dictates that any time a Case is closed with a Status of 'Could not fix', an Engineering Review custom object record should be created and populated with information from the Case, the Contact, and any of the Products associated with the Case.
What is the correct way to automate this using an Apex trigger?

## Correct Answer

_See scenario._

## Explanation

Before Trigger:
In case of validation check in the same object.
Update the same object.

After Trigger:
Insert/Update related object, not the same object.
Notification Email.

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/salesforce/Certified-Platform-Developer-II/603  
Practice (tracked): https://hiexam.net/study/Certified-Platform-Developer-II/practice