ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 137 - Certified B2C Solution Architect discussion

Report
Export

A financial company uses an external system for pricing and quotation.

What is the recommended approach to use the pricing and discount rules in the external system within Salesforce during the loan application process?

A.
Rebuild the logic used in the external system using Apex.
Answers
A.
Rebuild the logic used in the external system using Apex.
B.
Use the API callout component in Process Builder to retrieve the latest information from the external system during the loan application process.
Answers
B.
Use the API callout component in Process Builder to retrieve the latest information from the external system during the loan application process.
C.
Use an external object to store pricing and discount information.
Answers
C.
Use an external object to store pricing and discount information.
D.
Use the Apex callout to retrieve the latest information from the external system during the loan application process.
Answers
D.
Use the Apex callout to retrieve the latest information from the external system during the loan application process.
Suggested answer: D

Explanation:

This option allows you to use Apex code to make HTTP requests and receive HTTP responses from an external system, such as a pricing and quotation service. You can use the @future(callout=true) annotation to make asynchronous callouts from Apex triggers or invocable methods. The other options are either not feasible or not optimal for this use case.

asked 23/09/2024
Rumen Zazyov
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first