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

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 360 discussion

Actual exam question from Salesforce's CRT-450
Question #: 360
Topic #: 1
[All CRT-450 Questions]

Universal Containers (UC) is developing a process for their sales teams that requires all sales reps to go through a set of scripted steps with each new customer they create.

In the first step of collecting information, UC’s ERP system must be checked via a REST endpoint to see if the customer exists. If the customer exists, the data must be presented to the sales rep in Salesforce.

Which two should a developer implement to satisfy the requirements? (Choose two.)

  • A. Trigger
  • B. Flow
  • C. Invocable method
  • D. Future method
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ay_007
Highly Voted 1 year, 7 months ago
Selected Answer: BC
Flow is required to present necessary steps, Invocable method is required so the flow can call the method which will call the REST Service
upvoted 7 times
...
Discrete
Highly Voted 1 year, 6 months ago
Selected Answer: BC
@invocableMethod(callout=true)
upvoted 5 times
...
irina_735
Most Recent 1 year, 2 months ago
Selected Answer: CD
Obviously, we need all 3 options: Flow to call Invocable metod, Invocable metod to call future metod, and future metod to make REST callout
upvoted 2 times
ca7d262
2 months ago
Wrong.
upvoted 1 times
...
irina_735
1 year ago
B and C - Flow and invocableMethod. We can make callout directly in invocableMethod
upvoted 3 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 ...