- (Exam Topic 2)
What is a characteristic of the Lightning Component Framework? Choose 2 answers:
Correct Answer:
AC
- (Exam Topic 2)
What is the return data type when ApexPages.currentPage().getParameters() is used to retrieve URL parameters from a visualforce controller?
Correct Answer:
A
- (Exam Topic 2)
Which statement about the Lookup Relationship between a Custom Object and a Standard Object is correct?
Correct Answer:
C
- (Exam Topic 2)
A developer creates a new Visualforce page and Apex extension, and writes test classes that exercise 95% coverage of the new Apex extension.Change set deployment to production fails with the test coverage warning: "Average test coverage across all Apex classes and triggers is 74%, at least 75% test coverage is required."What can the developer do to successfully deploy the new Visualforce page and extension?
Correct Answer:
C
- (Exam Topic 2)
A user selects a value from a multi-select picklist. How is this selected value represented in Apex?
Correct Answer:
B