00:00

QUESTION 11

A developer has a single custom controller class that works with a Visualforce Wizard to support creating and editing multiple subjects. The wizard accepts data from user inputs across multiple Visualforce pages and from a parameter on the initial URL.
Which three statements are useful inside the unit test to effectively test the custom controller? Choose 3 answers

Correct Answer: BDE

QUESTION 12

n org has an existing flow that creates an Opportunity with an Update Records element. A developer must update the flow to aiso create a ‘Contact and store the created Contact's 1D on the Opportunity.
Which update must the developer make in the flow?

Correct Answer: B

QUESTION 13

Universal Containers recently transitioned from Classic to Lighting Experience. One of its business processes requires certain value from the opportunity object to be sent via HTTP REST callout to its external order management system based on a user-initiated action on the opportunity page. Example values are as follow
Platform-Developer-I dumps exhibit Name
Platform-Developer-I dumps exhibit Amount
Platform-Developer-I dumps exhibit Account
Which two methods should the developer implement to fulfill the business requirement? (Choose 2 answers)

Correct Answer: AC

QUESTION 14

Refer to the following Apex code:
Platform-Developer-I dumps exhibit
What is the value of x when it is written to the debug log?

Correct Answer: C

QUESTION 15

What are three capabilities of the tag when loading JavaScript resources in Aura components? Choose 3 answers

Correct Answer: BCD