00:00

QUESTION 6

Which set of roll-up types are available when creating a roll-up summary field?

Correct Answer: A

QUESTION 7

A developer is asked to create a PDF quote document formatted using the company’s branding guidelines, and automatically save it to the Opportunity record.
Which two ways should a developer create this functionality? (Choose two.)

Correct Answer: AB

QUESTION 8

A platform developer at Universal Containers needs to create a custom button for the Account object that, when clicked, will perform a series of calculations and redirect the user to a custom Visualforce page.
Which three attributes need to be defined with values in the tag to accomplish this? (Choose three.)

Correct Answer: ABC

QUESTION 9

What is a capability of the tag that is used for loading external Javascript libraries in Lightning Component? (Choose three.)

Correct Answer: BCD

QUESTION 10

A developer executes the following query in Apex to retrieve a list of contacts for each account:
List accounts = [Select ID, Name, (Select ID, Name from Contacts) from Account] ;
Which two exceptions may occur when it executes? (Choose two.)

Correct Answer: CD