00:00

QUESTION 31

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.)

Correct Answer: BC

QUESTION 32

In an organization that has enabled multiple currencies, a developer needs to aggregate the sum of the Estimated_value c currency field from the CampaignMember object using a roll-up summary field called Total_estimated_value c on Campaign.

Correct Answer: A

QUESTION 33

Which two number expressions evaluate correctly? (Choose two.)

Correct Answer: AC

QUESTION 34

A developer created a Visualforce page and a custom controller with methods to handle different buttons and events that can occur on the page.
What should the developer do to deploy to production?

Correct Answer: D

QUESTION 35

A developer needs to create records for the object Property c. The developer creates the following code block:List propertiesToCreate = helperClass.createProperties();try { // line 3 } catch (Exception exp ) { //exception
handling }Which line of code would the developer insert at line 3 to ensure that at least some records are created, even if a few records have errors and fail to be created?

Correct Answer: A