- A
Dead Peer Detection (DPD) is disabled on one side.
Why wrong: DPD affects tunnel health detection, not negotiation.
- B
Incorrect pre-shared key used for the VPN tunnel.
Why wrong: Incorrect pre-shared key causes Phase 1 failure, not Phase 2.
- C
Packet loss due to high latency on the internet link.
Why wrong: Packet loss could cause timeouts but not specific Phase 2 failure.
- D
Mismatched encryption domain definitions (traffic selectors) between on-premises and cloud VPN gateways.
Phase 2 negotiates encryption domains; mismatched selectors cause failure.
Quick Answer
The answer is mismatched encryption domain definitions (traffic selectors) between the on-premises and cloud VPN gateways. This is the most likely cause of a site-to-site VPN phase 2 failure because Phase 2 negotiation establishes the IPsec security associations (SAs) that encrypt actual data traffic, and each gateway must agree on exactly which local and remote subnets, protocols, and ports are allowed. When these traffic selectors do not align—for example, if the on-premises gateway defines 10.0.0.0/16 while the cloud gateway expects 10.0.1.0/24—the gateways cannot complete the SA, resulting in intermittent connectivity or complete failure. On the CompTIA Cloud+ CV0-004 exam, this tests your ability to diagnose hybrid cloud VPN issues, often appearing in scenario-based questions where logs show “Phase 2 negotiation failed.” A common trap is to blame pre-shared key errors or routing, but remember: Phase 1 handles authentication, Phase 2 handles traffic—so when Phase 2 fails, think selectors. Memory tip: “Phase 2 is about the ‘what’—what traffic gets encrypted—so mismatched ‘whats’ break the tunnel.”
CV0-004 Operations and Support Practice Question
This CV0-004 practice question tests your understanding of operations and support. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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 cloud administrator is managing a hybrid cloud environment where on-premises servers connect to a public cloud VPC via a site-to-site VPN. Users report intermittent connectivity issues to cloud resources. The administrator examines the VPN tunnel logs and sees 'Phase 2 negotiation failed' errors. Which of the following is the MOST likely cause?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"most likely"Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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
Mismatched encryption domain definitions (traffic selectors) between on-premises and cloud VPN gateways.
Phase 2 negotiation failures in IPsec VPNs indicate that the two gateways cannot agree on the security associations (SAs) for encrypting data traffic. This is most commonly caused by mismatched encryption domain definitions (traffic selectors), such as differing local/remote subnets, protocols, or ports. When the on-premises and cloud VPN gateways define the allowed traffic differently, they cannot establish the Phase 2 SA, leading to intermittent connectivity.
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.
- ✗
Dead Peer Detection (DPD) is disabled on one side.
Why it's wrong here
DPD affects tunnel health detection, not negotiation.
- ✗
Incorrect pre-shared key used for the VPN tunnel.
Why it's wrong here
Incorrect pre-shared key causes Phase 1 failure, not Phase 2.
- ✗
Packet loss due to high latency on the internet link.
Why it's wrong here
Packet loss could cause timeouts but not specific Phase 2 failure.
- ✓
Mismatched encryption domain definitions (traffic selectors) between on-premises and cloud VPN gateways.
Why this is correct
Phase 2 negotiates encryption domains; mismatched selectors cause failure.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Phase 1 and Phase 2 failures, incorrectly attributing the error to pre-shared key mismatches (Phase 1) instead of traffic selector mismatches (Phase 2).
Detailed technical explanation
How to think about this question
IPsec Phase 2 uses IKE (Internet Key Exchange) to negotiate IPsec SAs, including encryption algorithms, authentication methods, and traffic selectors defined by proxy IDs. In cloud environments like AWS or Azure, the traffic selector must exactly match the on-premises configuration; a common mistake is specifying a single host IP instead of a subnet CIDR. The error often appears in logs as 'no proposal chosen' or 'mismatched traffic selectors', and can be verified by checking the VPN gateway's policy-based or route-based configuration.
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 network engineer segments a warehouse floor into three subnets: 20 scanners, 5 printers, and 2 management hosts. Picking the wrong mask wastes addresses or leaves too few usable hosts. Exam questions test whether you can apply CIDR notation, calculate block size, and identify the correct usable-host range for a given prefix.
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.
- →
Operations and Support — study guide chapter
Learn the concepts, then practise the questions
- →
Operations and Support 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?
Operations and Support — This question tests Operations and Support — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Mismatched encryption domain definitions (traffic selectors) between on-premises and cloud VPN gateways. — Phase 2 negotiation failures in IPsec VPNs indicate that the two gateways cannot agree on the security associations (SAs) for encrypting data traffic. This is most commonly caused by mismatched encryption domain definitions (traffic selectors), such as differing local/remote subnets, protocols, or ports. When the on-premises and cloud VPN gateways define the allowed traffic differently, they cannot establish the Phase 2 SA, leading to intermittent connectivity.
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.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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 →
Same concept, more angles
2 more ways this is tested on CV0-004
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A cloud administrator is troubleshooting a connectivity issue between two virtual networks in different cloud regions. The networks are connected via a VPN gateway. The administrator can ping resources in one network but not the other. Which of the following should the administrator check FIRST?
hard- A.Confirm the local network gateways have the correct NIC IP addresses
- B.Verify the VPN tunnel status on both gateways
- C.Check network security groups for blocking ICMP
- ✓ D.Review the route tables on both sides for the remote network prefix
Why D: Option D is correct: route tables must have entries for the remote network. Option A is wrong because ping is already working in one direction, so VPN tunnel is up. Option B is wrong: NSGs affect traffic but routes are more fundamental. Option C is wrong: if both sides have local NICs configured, routing is the next step.
Variation 2. A cloud administrator manages a hybrid cloud environment where on-premises servers connect to a VPC in AWS via a VPN connection. The on-premises network uses IP range 10.0.0.0/16. The VPC uses 172.16.0.0/16. The VPN is established and the tunnel status is UP. However, on-premises hosts cannot ping EC2 instances in the VPC. The administrator logs into an EC2 instance and can ping the on-premises VPN gateway IP. The security groups and network ACLs are configured to allow all traffic. The route tables in the VPC have a route to the on-premises network via the virtual private gateway. The on-premises firewall logs show that packets from the VPC are being dropped. What is the most likely cause?
medium- A.The VPN tunnel is misconfigured and not passing traffic.
- ✓ B.The on-premises firewall is blocking traffic from the VPC CIDR range.
- C.The security group attached to the EC2 instance is blocking inbound ICMP.
- D.The VPC route table does not have a route to the on-premises network.
Why B: The on-premises firewall logs explicitly show that packets from the VPC are being dropped, indicating the firewall is filtering traffic from the VPC CIDR range (172.16.0.0/16). Since the VPN tunnel is UP, the EC2 instance can ping the on-premises VPN gateway IP, and security groups/network ACLs allow all traffic, the only remaining point of failure is the on-premises firewall blocking the return traffic.
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 11, 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.