00:00

QUESTION 21

- (Exam Topic 2)
A company manages information about their product offerings in custom objects named Catalog and Catalog Item. Catalog Item has a master-detail field to Catalog, and each Catalog may have as many as 100,000 Catalog Items.
Both custom objects have a CurrencylsoCode Text field that contains the currency code they should use. If a Catalog's CurrencylsoCode changes, all of its Catalog Items' CurrencylsoCodes should be changed as well.
What should a developer use to update the CurrencylsoCodes on the Catalog Items when the Catalog's CurrencylsoCode changes^5

Correct Answer: D

QUESTION 22

- (Exam Topic 1)
What is the optimal syntax for adding a link to a case in a Visualforce page? (Choose two.)

Correct Answer: BC

QUESTION 23

- (Exam Topic 1)
The Contact object has a custom field called "Zone." Its data type is "Text" and field length is 3. What is the outcome after executing the following code snippet in the org?
Platform-Developer-II dumps exhibit

Correct Answer: D

QUESTION 24

- (Exam Topic 1)
[FIND 'map' IN ALL FIELDS RETURNING Account (Id, Name), Contact, Opportunity, Lead] What is a valid return type for th|e following SOSL query?

Correct Answer: B

QUESTION 25

- (Exam Topic 1)
A developer created and tested a Visualforce page in their developer sandbox, but now receives reports that users are encountering ViewState errors when using it in Production. What should the developer ensure to correct these errors?

Correct Answer: B