Salesforce Certified Platform Developer II Practice Test - Questions Answers, Page 8

List of questions
Question 71

What Visualforce tag can be used to display custom messages in pages using the Salesforce Ul styling for errors, warnings, and other types of messages?
Question 72

A developer is working on code that requires a call to an external web service from a batch. How should the developer enable this functionality?
Question 73

A developer must create a custom pagination solution for accessing approximately 2000 records and displaying 50 records on each page. Data from Salesforce will be accessed via an API and not via Apex.
How can the developer meet these requirements? (Choose two.)
Question 74

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?
Question 75

Which is a valid Apex REST Annotation? (Choose two.)
Question 76

A customer requires that when the billing address field on an Account gets updated, the address field on all its related contact records should reflect the same update.
How can this requirement be met with minimal customizations?
Question 77

A company requires an external system to be notified whenever an account is updated.
What LimitException could the following code trigger?
Question 78

A developer is using a third-party JavaScript library to create a custom user interface in Visualforce.
The developer needs to use JavaScript to get data from a controller method in response to a user action.
How can the developer accomplish this?
Question 79

A company exposes a REST web service and wants to establish two-way SSL between Salesforce and the REST web service. A certificate signed by an appropriate certificate authority has been provided to the developer.
What modification is necessary on the Salesforce side? (Choose two.)
Question 80

What is a consideration when using bind variables with dynamic SOQL? (Choose two.)
Question