Question 6 of 119

A developer has the following requirements:

Calculate the total amount on an Order

Calculate the line amount for each Line Item based on quantity selected and price

Move Line Items to a different Order if a Line Item is not in stock

Which relationship implementation supports these requirements on its own?

Answer

Suggested Answer

The suggested answer is D.

Question 7 of 119

Refer to the following Apex code:

Exam Certified Platform Developer: Question 7 - Image 1

What is the value of x when it is written to the debug log?

Answer

Suggested Answer

The suggested answer is D.

Question 8 of 119

Assuming that name is a String obtained by an <apex:inputText> tag on a Visualforce page, which two SOQL queries performed are safe from SOQL injection? (Choose two.)

Answer

Suggested Answer

The suggested answer is C, D.

Question 9 of 119

A credit card company needs to implement the functionality for a service agent to process damaged or stolen credit cards. When the customers call in, the service agent must gather many pieces of information. A developer is tasked to implement this functionality.

What should the developer use to satisfy this requirement in the most efficient manner?

Answer

Suggested Answer

The suggested answer is A.

Question 10 of 119

What are two characteristics related to formulas? (Choose two.)

Answer

Suggested Answer

The suggested answer is B, C.