As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted.
Which automation tool should be used to meet this business requirement?
Correct Answer:
C
Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers
Correct Answer:
BD
A developer is debugging the following code to determinate why Accounts are not being created Account a = new Account(Name = 'A'); Database.insert(a, false); How should the code be altered to help debug the issue?
Correct Answer:
B
Which two are best practices when it comes to component and application event handling? (Choose two.)
Correct Answer:
AC
What should be used to create scratch orgs?
Correct Answer:
B