Question 404 of 504
Cloud Application SecuritymediumMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to deploy a service mesh with mutual TLS (mTLS) for all inter-service communication. This approach directly addresses both requirements of mutual authentication and encryption by using X.509 certificates to verify the identity of each service before any data exchange, while simultaneously encrypting the traffic between them. On the Certified Cloud Security Professional (CCSP) exam, this scenario tests your understanding of zero-trust principles applied to cloud-native architectures, where the service mesh offloads security concerns from application code and enforces policy at the infrastructure layer. A common trap is to select API gateways or application-level TLS, but these do not provide the per-service identity verification and automated certificate rotation that mTLS within a service mesh delivers. Remember the memory tip: “Mesh mTLS makes mutual trust and encryption a mesh-tery to the application code.”

CCSP Cloud Application Security Practice Question

This CCSP practice question tests your understanding of cloud application security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company is migrating a legacy monolithic application to a cloud-native microservices architecture. The security architect is concerned about securing inter-service communication. Which of the following should be implemented to ensure mutual authentication and encryption between services?

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Deploy a service mesh with mutual TLS (mTLS) for all inter-service communication.

A service mesh with mutual TLS (mTLS) provides both encryption and mutual authentication for inter-service communication, ensuring that each service verifies the identity of the other before exchanging data. This is the recommended approach for cloud-native microservices because it offloads security concerns from application code and uses X.509 certificates to establish trust, aligning with zero-trust principles.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Deploy a service mesh with mutual TLS (mTLS) for all inter-service communication.

    Why this is correct

    A service mesh like Istio automates mTLS, providing strong encryption and mutual authentication.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use shared API keys embedded in each service's configuration.

    Why it's wrong here

    Shared keys are a security risk and do not provide mutual authentication.

  • Implement TLS termination at the load balancer with internal certificates.

    Why it's wrong here

    This encrypts traffic but does not ensure mutual authentication between services.

  • Place all services in the same Virtual Private Cloud (VPC) and restrict ingress with security groups.

    Why it's wrong here

    Network controls alone do not provide service-level authentication.

Common exam traps

Common exam trap: answer the scenario, not the keyword

ISC2 often tests the misconception that network segmentation (VPC/security groups) alone is sufficient for securing inter-service communication, but the CCSP emphasizes that encryption and mutual authentication are required for data-in-transit security in a zero-trust model.

Detailed technical explanation

How to think about this question

In a service mesh like Istio or Linkerd, mTLS is implemented using Envoy sidecar proxies that intercept all traffic and perform TLS handshakes with SPIFFE-compliant X.509 certificates, which include service identity in the Subject Alternative Name (SAN). The certificates are automatically rotated and distributed by the mesh control plane, eliminating manual certificate management. A real-world scenario where this matters is a multi-tenant environment where a compromised service could impersonate another service if only network-level controls are used.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CCSP practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CCSP practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CCSP question test?

Cloud Application Security — This question tests Cloud Application Security — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Deploy a service mesh with mutual TLS (mTLS) for all inter-service communication. — A service mesh with mutual TLS (mTLS) provides both encryption and mutual authentication for inter-service communication, ensuring that each service verifies the identity of the other before exchanging data. This is the recommended approach for cloud-native microservices because it offloads security concerns from application code and uses X.509 certificates to establish trust, aligning with zero-trust principles.

What should I do if I get this CCSP question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CCSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CCSP exam.