nerdexam
Salesforce

PDII · Question #61

A company exposes a REST web service and wants to establish two-way SSL between Salesforce and the REST web service. A certificate signed by an appropriate certificate authority has been provided to…

The correct answer is A. Create an entry for the certificate in Certificate and Key Management B. Update the code to use HttpRequest.setClientCertificateName(). See the full explanation below for the reasoning.

Question

A company exposes a REST web service and wants to establish two-way SSL between Salesforce and the REST web service. A certificate signed by an appropriate certificate authority has been provided to the developer. What modification is necessary on the Salesforce side? (Choose two.)

Options

  • ACreate an entry for the certificate in Certificate and Key Management
  • BUpdate the code to use HttpRequest.setClientCertificateName()
  • CConfigure two-factor authentication with the provided certificate
  • DUpdate the code to use HttpRequest.setHeader() to set an Authorization header

How the community answered

(55 responses)
  • A
    84% (46)
  • C
    11% (6)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full PDII Practice