ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 220 - Certified Platform Developer II discussion

Report
Export

Universal Containers needs to integrate with a Heroku service that resizes product images submitted by users.

What are two alternatives to implement the integration and protect against malicious calls to Heroku app's endpoint? Choose 2 answers

A.
Create a trigger that uses an @future Apex HTTP callout passing JSON serialized data and someform of pre-shared secret key. so that the Heroku app can authenticate requests and store the resizedimages in Salesforce.
Answers
A.
Create a trigger that uses an @future Apex HTTP callout passing JSON serialized data and someform of pre-shared secret key. so that the Heroku app can authenticate requests and store the resizedimages in Salesforce.
B.
Create a trigger that uses an @future Apex HTTP callout passing JSON serialized data; thereforethe Heroku app can automatically reply back to the callout with the resized images in Salesforce.
Answers
B.
Create a trigger that uses an @future Apex HTTP callout passing JSON serialized data; thereforethe Heroku app can automatically reply back to the callout with the resized images in Salesforce.
C.
Create a Workflow Rule with an Outbound Message and select Send Session ID so that the Heroku app can use it to send the resized images back to Salesforce.
Answers
C.
Create a Workflow Rule with an Outbound Message and select Send Session ID so that the Heroku app can use it to send the resized images back to Salesforce.
D.
Create a Workflow Rule with an Outbound Message allowing the Heroku app to automatically store the resized images in Salesforce.
Answers
D.
Create a Workflow Rule with an Outbound Message allowing the Heroku app to automatically store the resized images in Salesforce.
Suggested answer: C, D
asked 23/09/2024
Emergya Ingenieria SLU Emergya Ingenieria SLU
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first