nerdexam
(ISC)2

CCSP · Question #77

What is the primary security mechanism used to protect SOAP and REST APIs?

The correct answer is C. Encryption. Encryption is the primary security mechanism for protecting data in transit to and from SOAP and REST APIs, typically implemented via TLS/SSL.

Submitted by anna_se· Apr 18, 2026Cloud Application Security

Question

What is the primary security mechanism used to protect SOAP and REST APIs?

Options

  • AFirewalls
  • BXML firewalls
  • CEncryption
  • DWAFs

How the community answered

(14 responses)
  • B
    7% (1)
  • C
    86% (12)
  • D
    7% (1)

Why each option

Encryption is the primary security mechanism for protecting data in transit to and from SOAP and REST APIs, typically implemented via TLS/SSL.

AFirewalls

While general network firewalls offer perimeter protection, they do not specifically secure the API communication payload itself or encrypt the data in transit.

BXML firewalls

XML firewalls are specialized for XML-based SOAP APIs but are not universally applicable to all REST APIs (which often use JSON) and do not provide the foundational transport-level encryption.

CEncryptionCorrect

Encryption, primarily implemented through Transport Layer Security (TLS) or Secure Sockets Layer (SSL), is the fundamental security mechanism that ensures the confidentiality and integrity of data exchanged with SOAP and REST APIs by securing the communication channel.

DWAFs

Web Application Firewalls (WAFs) protect against common web exploits and vulnerabilities, but they don't provide the primary transport-level encryption for API communication.

Concept tested: API security mechanisms (Encryption/TLS)

Source: https://learn.microsoft.com/en-us/azure/architecture/framework/security/api-security#encryption

Topics

#API Security#Encryption#Data in Transit#Confidentiality

Community Discussion

No community discussion yet for this question.

Full CCSP Practice