- (Exam Topic 2)
A custom exception "RecordNotFoundException" is defined by the following code of block.public class RecordNotFoundException extends Exception()which statement can a developer use to throw a custom
exception?choose 2 answers
Correct Answer:AB
- (Exam Topic 2)
Which standard field needs to be populated when a developer inserts new Contact records programmatically?
Correct Answer:C
- (Exam Topic 2)
Which three methods help ensure quality data?
Correct Answer:ACE
- (Exam Topic 2)
What is the proper process for an Apex Unit Test
Correct Answer:D
- (Exam Topic 2)
A developer has javascript code that needs to be called by controller functions in multiple components by extending a new abstract component. Which resource in the abstract component bundle allows the developer to achieve this
Correct Answer:D
- (Exam Topic 2)
How can a developer avoid exceeding governor limits when using an Apex Trigger?choose 2 answers
Correct Answer:CD