Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Platform Developer II All Questions

View all questions & answers for the Certified Platform Developer II exam

Exam Certified Platform Developer II topic 1 question 19 discussion

Actual exam question from Salesforce's Certified Platform Developer II
Question #: 19
Topic #: 1
[All Certified Platform Developer II Questions]

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?

  • A. Use the REST API as well as the SOAP API to effectively double the API calls allowed in a 24-hour period.
  • B. Create an Inbound Message that, using Flow, can do all of the logic the integration code was doing.
  • C. Write a custom Apex web service that, given an email address, does all of the logic the integration code was doing.
  • D. Create several Apex InboundEmailHandlers to accept calls from the third-party system, thus bypassing the API limits.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Soliton321
Highly Voted 3 years, 10 months ago
C is correct. InboundEmailHandler is used to add additional logic on all incoming email to salesforce. It has nothing to do with Integration in term of REST or SOAP webservice
upvoted 16 times
...
Lespamtor
Highly Voted 3 years, 10 months ago
Correct answer: C
upvoted 9 times
...
xfree
Most Recent 4 months, 2 weeks ago
Selected Answer: C
For D, does InboundEmailHandler require need send email by every email address to create task for?
upvoted 1 times
...
au_
1 year, 2 months ago
D is correct Answer. https://help.salesforce.com/s/articleView?id=sf.code_inbound_email.htm&type=5
upvoted 1 times
...
sf2022
1 year, 11 months ago
Selected Answer: C
C is correct
upvoted 3 times
...
priyu7kanoi
2 years, 6 months ago
D is the correct answer
upvoted 2 times
santo_aj
1 year, 6 months ago
why? I think that C is the correct answer.
upvoted 1 times
...
...
Rob177
2 years, 9 months ago
Selected Answer: C
Correct is C
upvoted 3 times
...
Soliton321
3 years, 10 months ago
D is correct. InboundEmailHandler is used to add additional logic on all incoming email to salesforce. It has nothing to do with Integration in term of REST or SOAP webservice
upvoted 1 times
Soliton321
3 years, 10 months ago
C is correct, pls delete this one. Since I cannot
upvoted 8 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...