PDII Exam Question 36
A developer needs to create a service that will process an email sent to it and create an account and contact using the contents of the email as data for the records.
How might a developer accomplish this requirement?
How might a developer accomplish this requirement?
PDII Exam Question 37
A developer notices the execution of all the test methods in a class takes a long time to run, due to the initial setup of ail the test data that is needed to perform the tests.
What should the developer do to speed up test execution?
What should the developer do to speed up test execution?
PDII Exam Question 38
Which type of controller is best suited when you want all of the basic DML functions from an object's normal new/edit page?
PDII Exam Question 39
Given the following containment hierarchy:

What is the correct way to communicate the new value of a property named ''passthrough'' to my-parent component if the property is defined within my-child-component?
A)

B)

C)

D)


What is the correct way to communicate the new value of a property named ''passthrough'' to my-parent component if the property is defined within my-child-component?
A)

B)

C)

D)

PDII Exam Question 40
A developer is building a Visualforce page that interacts with external services.
Which interface should the developer implement to test this functionality? (Choose two.)
Which interface should the developer implement to test this functionality? (Choose two.)
