- (Exam Topic 1)
A developer must create a custom pagination solution. While users navigate through pages, if the data is changed from elsewhere, users should still see the cached results first accessed.
How can the developer meet these requirements?
Correct Answer:
B
- (Exam Topic 1)
How should a developer verify that a specific Account record is being tested in a test class for a visualforce controller?
Correct Answer:
A
- (Exam Topic 3)
There are user complaints about slow render times of a custom data table within a visualforce page that loads thousands of Account records at once.
What can a developer do to help alleviate such issues?
Correct Answer:
C
- (Exam Topic 3)
Given the following containment hierarchy:
What is the correct way to communicate the new value of a property named ''passthrough'' to my-parent component if the property is defined within my-child-component?
A)
B)
C)
D)
Correct Answer:
B
- (Exam Topic 3)
A developer wants to integrate invoice and invoice line data into Salesforce from a custom billing system. The developer decides to make realtime callouts from the billing system using the SOAP API. Unfortunately, the developer is getting a lot of errors when inserting the invoice line data because the invoice header record doesn't exist yet.
What will help ensure ne transactional Integrity of the integration?
Correct Answer:
A