- A
Use VPC endpoints for all inter-VPC communication
Why wrong: VPC endpoints are for accessing AWS services, not for routing traffic between VPCs.
- B
Apply network ACLs to all subnets in each VPC
Why wrong: Network ACLs are stateless and not designed for application-level inspection.
- C
Set up a transit VPC with a firewall appliance and route traffic through it
A transit VPC acts as a hub, routing all inter-VPC traffic through a central firewall for inspection.
- D
Implement VPC peering between all VPCs and attach a firewall to each VPC
Why wrong: This does not centralize inspection; traffic would still flow directly between peered VPCs.
Quick Answer
The correct answer is to set up a transit VPC with a firewall appliance and route traffic through it. This design creates a centralized hub VPC that hosts a next-generation firewall, with all spoke VPCs peered or connected via VPN to this hub. By adjusting route tables in each spoke to send traffic destined for other VPCs through the transit VPC’s firewall appliance, every inter-VPC packet is forced through inspection, ensuring full security policy compliance. On the CompTIA Cloud+ CV0-004 exam, this tests your understanding of network segmentation and centralized security controls—a common trap is assuming VPC peering alone provides inspection, but native peering bypasses firewalls. Remember the memory tip: “Hub for the scrub”—the transit VPC acts as the central hub where all traffic gets scrubbed by the firewall before reaching another spoke.
CV0-004 Cloud Architecture and Design Practice Question
This CV0-004 practice question tests your understanding of cloud architecture and design. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.
An organization uses a cloud-based infrastructure with multiple VPCs peered together. The security team notices that traffic between VPCs is not being inspected by the central firewall. What design change should be implemented to ensure all inter-VPC traffic passes through a centralized firewall?
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
Set up a transit VPC with a firewall appliance and route traffic through it
Option C is correct because a transit VPC architecture uses a centralized hub VPC containing a firewall appliance (e.g., a next-generation firewall) and routes all inter-VPC traffic through it via VPC peering or VPN connections. By configuring route tables in each spoke VPC to point the destination CIDR of other VPCs to the transit VPC's firewall, every packet between VPCs is forced through the firewall for inspection, ensuring compliance with security policies.
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.
- ✗
Use VPC endpoints for all inter-VPC communication
Why it's wrong here
VPC endpoints are for accessing AWS services, not for routing traffic between VPCs.
- ✗
Apply network ACLs to all subnets in each VPC
Why it's wrong here
Network ACLs are stateless and not designed for application-level inspection.
- ✓
Set up a transit VPC with a firewall appliance and route traffic through it
Why this is correct
A transit VPC acts as a hub, routing all inter-VPC traffic through a central firewall for inspection.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Implement VPC peering between all VPCs and attach a firewall to each VPC
Why it's wrong here
This does not centralize inspection; traffic would still flow directly between peered VPCs.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse VPC peering (which allows direct, non-inspected traffic) with a transit VPC (which forces traffic through a central inspection point), or they mistakenly think network ACLs or VPC endpoints can provide centralized traffic inspection.
Detailed technical explanation
How to think about this question
In a transit VPC design, the hub VPC hosts a firewall (e.g., Palo Alto Networks VM-Series or AWS Network Firewall) and uses BGP over VPN or static routes to propagate routes to spoke VPCs. The firewall performs stateful inspection, intrusion prevention, and logging; route tables in each spoke VPC must have a default route or specific routes pointing to the transit VPC's firewall ENI, and the firewall must be configured to forward traffic between spokes after inspection. This architecture scales better than full-mesh peering and avoids the 125-VPC peering limit per VPC in AWS.
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 small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation 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.
- →
Cloud Architecture and Design — study guide chapter
Learn the concepts, then practise the questions
- →
Cloud Architecture and Design practice questions
Targeted practice on this topic area only
- →
All CV0-004 questions
499 questions across all exam domains
- →
CompTIA Cloud+ CV0-004 study guide
Full concept coverage aligned to exam objectives
- →
CV0-004 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CV0-004 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Operations and Support practice questions
Practise CV0-004 questions linked to Operations and Support.
Cloud Architecture and Design practice questions
Practise CV0-004 questions linked to Cloud Architecture and Design.
Security practice questions
Practise CV0-004 questions linked to Security.
Deployment practice questions
Practise CV0-004 questions linked to Deployment.
Troubleshooting practice questions
Practise CV0-004 questions linked to Troubleshooting.
CV0-004 fundamentals practice questions
Practise CV0-004 questions linked to CV0-004 fundamentals.
CV0-004 scenario practice questions
Practise CV0-004 questions linked to CV0-004 scenario.
CV0-004 troubleshooting practice questions
Practise CV0-004 questions linked to CV0-004 troubleshooting.
Practice this exam
Start a free CV0-004 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 CV0-004 question test?
Cloud Architecture and Design — This question tests Cloud Architecture and Design — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Set up a transit VPC with a firewall appliance and route traffic through it — Option C is correct because a transit VPC architecture uses a centralized hub VPC containing a firewall appliance (e.g., a next-generation firewall) and routes all inter-VPC traffic through it via VPC peering or VPN connections. By configuring route tables in each spoke VPC to point the destination CIDR of other VPCs to the transit VPC's firewall, every packet between VPCs is forced through the firewall for inspection, ensuring compliance with security policies.
What should I do if I get this CV0-004 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 →
Keep practising
More CV0-004 practice questions
- Match each cost management concept to its description.
- A load balancer log entry shows the above for a request. What is the MOST likely cause of the 504 error?
- Arrange the steps to deploy a new virtual machine in a public cloud environment (e.g., AWS, Azure, GCP) in the correct o…
- Sequence the steps to troubleshoot a cloud-based application that is not accessible from the internet.
- Order the steps to migrate an on-premises database to a cloud-managed database service (e.g., RDS, Cloud SQL).
- A company uses a hybrid cloud model with an on-premises data center and a public cloud. The network team reports that tr…
Last reviewed: Jun 25, 2026
This CV0-004 practice question is part of Courseiva's free CompTIA 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 CV0-004 exam.
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.
Sign in to join the discussion.