ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 195 - Certified Platform Developer II discussion

Report
Export

This sales team needs a custom Visualforce page to enter sales orders. When a product is selected on the Visualforce page, a web service is invoked to determine if the product is in stock, and the result is displayed on the page.

How can a developer write this page to display the result of the web service and ensure governor limits for concurrent usage are not exceeded?

A.
Use Continuation that is invoked when a Submit button is clicked.
Answers
A.
Use Continuation that is invoked when a Submit button is clicked.
B.
Use visualforce Remoting to handle the web service callout.
Answers
B.
Use visualforce Remoting to handle the web service callout.
C.
Use the Salesforce Metadata API in the web service callout.
Answers
C.
Use the Salesforce Metadata API in the web service callout.
D.
Use an Apex trigger with callout=true annotation.
Answers
D.
Use an Apex trigger with callout=true annotation.
Suggested answer: A
asked 23/09/2024
DANNY GARCIA
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first