- (Exam Topic 2)
An org has a requirement that the Shipping Address on the Account must be validated by a third-party web service, before the Account is allowed to be inserted.
What is the optimal way to meet this requirement?
Correct Answer:
B
- (Exam Topic 3)
Refer to the code below:
A developer is building this Aura component to display information about top Opportunities in the org. Which three code changes must be made for the component to work?
Choose 3 answers
Correct Answer:
ABD
- (Exam Topic 1)
A developer created a custom component to display an HTML table. The developer wants to be able to use the component on different Visualforce Pages and specify different header text for the table.
Which tag should the developer use inside the component?
Correct Answer:
D
- (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
- (Exam Topic 3)
Assuming the CreateOneAccount class creates one account and implements the Queuetable interface, which syntax tests the Apex code?
A)
B)
C)
D)
Correct Answer:
B