nerdexam
Microsoft

AZ-204 · Question #141

You deploy an API to API Management You must secure all operations on the API by using a client certificate. You need to secure access to the backend service of the API by using client certificates…

The correct answer is B. Self-signed certificate C. Certificate Authority (CA) certificate. To secure both API operations in API Management and access to the backend service using client certificates, both self-signed and Certificate Authority (CA) certificates can be utilized.

Submitted by daniela_cl· Mar 30, 2026Implement Azure security

Question

You deploy an API to API Management You must secure all operations on the API by using a client certificate. You need to secure access to the backend service of the API by using client certificates. Which two security features can you use?

Options

  • AAzure AD token
  • BSelf-signed certificate
  • CCertificate Authority (CA) certificate
  • DTriple DES (3DES) cipher
  • ESubscription key

How the community answered

(47 responses)
  • A
    11% (5)
  • B
    83% (39)
  • D
    4% (2)
  • E
    2% (1)

Why each option

To secure both API operations in API Management and access to the backend service using client certificates, both self-signed and Certificate Authority (CA) certificates can be utilized.

AAzure AD token

Azure AD tokens are used for OAuth 2.0 or OpenID Connect authentication, which is a token-based mechanism, not certificate-based authentication.

BSelf-signed certificateCorrect

Self-signed certificates can be used for client authentication in Azure API Management, particularly in development, testing, or internal-only scenarios where a trusted third-party CA is not required.

CCertificate Authority (CA) certificateCorrect

Certificate Authority (CA) certificates provide a higher level of trust and are standard for production environments, enabling robust mutual TLS authentication for both API consumers accessing the API Management gateway and the gateway accessing the backend service.

DTriple DES (3DES) cipher

Triple DES (3DES) is a symmetric encryption algorithm used for data confidentiality, not for client certificate authentication or identity verification.

ESubscription key

Subscription keys in API Management are used for access control at the API Management layer and are distinct from client certificate-based authentication.

Concept tested: API Management client certificate authentication

Source: https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-mutual-tls-client-certificates

Topics

#API Management#client certificates#mutual TLS#backend security

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice