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

Exam Certified Integration Architect All Questions

View all questions & answers for the Certified Integration Architect exam

Exam Certified Integration Architect topic 1 question 14 discussion

Actual exam question from Salesforce's Certified Integration Architect
Question #: 14
Topic #: 1
[All Certified Integration Architect Questions]

Salesforce users need to read data from an external system via an HTTP request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration? (Choose two.)

  • A. Two-way SSL
  • B. Authorization Provider
  • C. Connected App
  • D. Named Credentials
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
StarlightWalker
1 year, 6 months ago
..agree, authentication and authorization, completely two different things, and the answer makes it tricky!
upvoted 1 times
...
NoSpamInWinter
1 year, 7 months ago
Selected Answer: AD
Two-way SSL enhances security when making HTTP requests because the target can verify the requestor as well as the requestor verifying the target. First, generate a certificate then integrate this into the APEX code. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_client_certs.htm https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_client_certs_http.htm Authentication Provider is also necessary but the answer says Authorization Provider, which may be a trick
upvoted 4 times
...
SFDCArchitecture
1 year, 9 months ago
Selected Answer: BD
When we are using the named credentials we need to user Authentication Provider to be configured. https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_named_credentials.htm
upvoted 3 times
hajareethwan
11 months, 1 week ago
Technically you can create named credentials without any auth. provider if you choose other options like password authentication. But the one thing that is certain is a named credentials is needed. So answer should be A & D.
upvoted 1 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 ...