- (Exam Topic 1)
The test method above calls an @future method that increments the Number_of_Times_Viewed___c value. The assertion is failing because the Number_of_Times_Viewed___c equals 0. What is the optimal way to fix this?
Correct Answer:A
- (Exam Topic 1)
During the order of execution of a Visualforce page GET request, what happens after this step? Evaluate constructors on controllers and extensions
Correct Answer:A
- (Exam Topic 1)
Which two objects can be inserted in the same transaction? (Choose two.)
Correct Answer:BC
- (Exam Topic 1)
What is the most efficient way in Visualforce to show information based on data filters defined by an end-user for a large volume of data?
Correct Answer:B
- (Exam Topic 3)
A developer wishes to improve runtime performance of Apex calls by caching results on the client. What is the most efficient way to Implement this?
Correct Answer:C