PDII Exam Question 1
A developer must create a way for external partners to submit millions of leads into Salesforce per day. How should the developer meet this requirement?
PDII Exam Question 2
Choose the correct definition for <apex:actionFunction>.
PDII Exam Question 3
The REST API __________.
PDII Exam Question 4
A developer has written a Visualforce page to create a new account with the following markup: The Visualforce page has extra logic for validating the website field. How can the developer add an error message next to the website field if the submitted value isn't valid?
PDII Exam Question 5
Recently a Salesforce org's integration failed because it exceeded the number of allowed API calls in a 24- hour period. The integration handles a near real-time, complex insertion of data into Salesforce.
The flow of data is as follows:
* The integration looks up Contact records with a given email address and, if found, the integration adds a Task to the first matching Contact it finds.
* If a match is not found, the integration looks up Lead records with a given email address and, if found, the integration adds a Task to the first matching Lead it finds.
* If a match is not found, the integration will create a Lead and a Task for that newly created Lead.
What is one way in which the integration can stay near real-time, but not exceed the number of allowed API calls in a 24-hour period?
The flow of data is as follows:
* The integration looks up Contact records with a given email address and, if found, the integration adds a Task to the first matching Contact it finds.
* If a match is not found, the integration looks up Lead records with a given email address and, if found, the integration adds a Task to the first matching Lead it finds.
* If a match is not found, the integration will create a Lead and a Task for that newly created Lead.
What is one way in which the integration can stay near real-time, but not exceed the number of allowed API calls in a 24-hour period?
