- (Exam Topic 1)
As part of a custom development, a developer creates a Lightning Component to show how a particular opportunity progresses over time. The component must display the date stamp when any of the following fields change:
• Amount Probability, Stage, or Close Date
What is the most efficient way to Query such information?
Correct Answer:
C
- (Exam Topic 1)
Which two objects can be inserted in the same transaction? (Choose two.)
Correct Answer:
BC
- (Exam Topic 1)
Invokable methods accept sObjects as parameters.
Correct Answer:
B
- (Exam Topic 3)
Refer to the code below:
When the code runs, it results In a System Limit Exception with the error message: Apex heap size too large. What should be done to fix this error'
Correct Answer:
C
- (Exam Topic 2)
A developer has working business logic code, but sees the following error in the test class:
You have uncommitted work pending. Please commit or rollback before calling out. What is a possible solution?
Correct Answer:
D