Question: 1
Which three tools can deploy metadata to production? (Choose three.)
Question: 2
A developer needs to display all of the available fields for an object.
In which two ways can the developer retrieve the available fields if the variable myObject represents the name of the object? (Choose two.)
Question: 3
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.)
Question: 4
Which three options allow a developer to use custom styling in a Visualforce page? (Choose three.)
Question: 5
Which set of roll-up types are available when creating a roll-up summary field?
A COUNT, SUM, MIN, MAX
B AVERAGE, SUM, MIN, MAX
C SUM, MIN, MAX
D AVRAGE, COUNT, SUM, MIN, MAX
Answer : A
Show Answer
Hide Answer