Salesforce Certified Platform Developer II — Question 84
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?
Answer options
- A. Publicly expose a Visualforce page via Force.com Sites
- B. Create a web service on Heroku that uses Heroku Connect
- C. Host a Web-to-Lead form on the company website
- D. Publicly expose an Apex Web Service via Force.com Sites
Correct answer: B
Explanation
The correct answer is B because creating a web service on Heroku with Heroku Connect allows for efficient handling of large volumes of data and seamless integration with Salesforce. Option A is not suitable for high volume lead submissions, while C is limited to smaller submissions and D would not efficiently scale for millions of leads.