Skip to main content

CV0-004 Real Exam Questions

CompTIA Cloud+ (2025)

490 questions available · Page 1 of 49

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A newly configured VM fails to run application updates despite having internet access. The updates download automatically from a third-party network. Given the following output:

Which of the following troubleshooting steps would be best to take?

  1. A

    Checking DNS configurations

  2. B

    Reconfiguring routing protocols

  3. C

    Testing the IP address configuration

  4. D

    Running a trace to the router

Show answer and explanation

Correct answer: A

Explanation

The best troubleshooting step to take given the output is to check DNS configurations. The failure to resolve the "na.updateserver.net" domain suggests a DNS resolution issue, which could be due to incorrect DNS settings, a failure in the DNS service, or an issue with the DNS server itself.
References:
Troubleshooting DNS issues is a crucial skill in cloud management, as DNS plays a fundamental role in network connectivity and access to resources. It is covered under Cloud Concepts in the CompTIA Cloud+ curriculum.

Question 2 Single choice

A large financial corporation experienced a data breach. An investigation reveals that the attacker infiltrated the firewall via a vulnerability and accessed different servers within the network.

Which of the following security controls should the cloud security team implement to prevent future breaches like this one?

  1. A

    An MFA solution

  2. B

    An IDS

  3. C

    A Zero Trust architecture

  4. D

    A NAC

Show answer and explanation

Correct answer: C

Explanation

A Zero Trust architecture assumes that no user, device, or network segment should be trusted by default. It enforces continuous verification, least-privilege access, and network segmentation, limiting an attacker's ability to move laterally between systems after an initial compromise. In this scenario, even if the firewall were breached, Zero Trust controls would help prevent access to other servers and reduce the overall impact of the intrusion.

Question 3 Single choice

An engineer made a change to an application and needs to select a deployment strategy that meets the following requirements:

1. Is simple and fast
2. Can be performed on two Identical platforms

Which of the following strategies should the engineer use?

  1. A

    Blue-green

  2. B

    Canary

  3. C

    Rolling

  4. D

    in-place

Show answer and explanation

Correct answer: A

Explanation

The blue-green deployment strategy is ideal for scenarios where simplicity and speed are crucial. It involves two identical production environments: one (blue) hosts the current application version, while the other (green) is used to deploy the new version. Once testing is completed on the green environment and it's ready to go live, traffic is switched from blue to green, ensuring a quick and efficient rollout with minimal downtime. This method allows for immediate rollback if issues arise, by simply redirecting the traffic back to the blue environment.
References:
CompTIA Cloud+ material emphasizes the importance of understanding various cloud
deployment strategies, including blue-green, and their application in real-world scenarios to ensure efficient and reliable software deployment in cloud environments.

Question 4 Single choice

During a phase review, two stakeholders disagree on approving a deliverable. The project manager facilitates agreement on a shared solution.

Which conflict resolution technique was used?

  1. A

    Force

  2. B

    Smooth

  3. C

    Compromise

  4. D

    Avoid

Show answer and explanation

Correct answer: C

Question 5 Single choice

Users of a public website that is hosted on a cloud platform are receiving a message indicating the connection is not secure when landing on the website. The administrator has found that only a single protocol is opened to the service and accessed through the URL https://www.comptiasite.com.

Which of the following would MOST likely resolve the issue?

  1. A

    Renewing the expired certificate

  2. B

    Updating the web-server software

  3. C

    Changing the crypto settings on the web server

  4. D

    Upgrading the users' browser to the latest version

Show answer and explanation

Correct answer: A

Explanation

Renewing the expired certificate is what would most likely resolve the issue of users receiving a message indicating the connection is not secure when landing on a website that is hosted on a cloud platform and accessed through https:// www.comptiasite.com. A certificate is a digital document that contains information such as identity, public key, expiration date, etc., that can be used to prove one's identity and establish secure communication over a network. A certificate can expire when it reaches its validity period and needs to be renewed or replaced. An expired certificate can cause users to receive a message indicating the connection is not secure by indicating that the website's identity or security cannot be verified or trusted. Renewing the expired certificate can resolve the issue by extending its validity period and restoring its identity or security verification or trust.

Question 6 Single choice

A cloud engineer is troubleshooting a connectivity issue. The application server with IP 192.168.1.10 in one subnet is not connecting to the MySQL database server with IP 192.168.2 20 in a different subnet. The cloud engineer reviews the following information:

Application Server Stateful Firewall


Which of the following should the cloud engineer address lo fix the communication issue?

  1. A

    The Application Server Stateful Firewall

  2. B

    The Application Server Subnet Routing Table

  3. C

    The MySQL Server Stateful Firewall

  4. D

    The MySQL Server Subnet Routing Table

Show answer and explanation

Correct answer: C

Explanation

The connectivity issue between the application server and the MySQL database server in different subnets is likely due to the MySQL Server Stateful Firewall's inbound rules. The application server has an IP of 192.168.1.10, but the MySQL server's inbound rules only permit IP 192.168.1.10/32 on port 3306. This rule allows only a single IP address (192.168.1.10) to communicate on port 3306, which is typical for MySQL.
However, if the application server's IP is not 192.168.1.10 or the application is trying to communicate on a different port, it would be blocked. To fix the communication issue, the cloud engineer should address the inbound rules on the MySQL Server Stateful Firewall to ensure that the application server's IP address and therequired port are allowed.
References:
Based on the information provided in the question and general networking principles.

Question 7 Single choice

Which of the following describes what CRUD is typically used for?

  1. A

    Relational databases

  2. B

    Time series databases

  3. C

    Graph databases

  4. D

    NoSQL databases

Show answer and explanation

Correct answer: A

Explanation

CRUD stands for Create, Read, Update, Delete, and it is most commonly used for interacting with relational databases. These operations form the basis of persistent storage manipulation in most applications that use a database to store data.
References:
CompTIA Cloud+ Guide to Cloud Computing (ISBN: 978-1-64274-282-2)

Question 8 Single choice

An organization and its customer both signed an obligatory agreement that requires both parties to encrypt the data exchanged between the organization and the customer environment.

Which of the following best describes this agreement?

  1. A

    Regulatory

  2. B

    Litigation

  3. C

    Contractual

  4. D

    Subscription

Show answer and explanation

Correct answer: C

Explanation

A contractual agreement is a mutually binding obligation between parties that can mandate specific security requirements such as encrypting exchanged data.

Question 9 Single choice

A cloud engineer is exploring options to reduce the management overhead of the servers and network.

Which of the following cloud service models should the engineer implement?

  1. A

    SaaS

  2. B

    XaaS

  3. C

    PaaS

  4. D

    laaS

Show answer and explanation

Correct answer: C

Explanation

Platform as a Service (PaaS) provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app.
Adopting PaaS can significantly reduce the management overhead of servers and networks.
References:
CompTIA Cloud Essentials+ Certification Study Guide (Exam CLO-002) by Scott Wilson.

Question 10 Single choice

A cloud engineer is extending on-premises services to a public cloud. The following design requirements must be considered in the overall solution:

1. The ability to remotely connect systems from both environments

2. No IP address conflicts or overlap

3. Cost-effectiveness

Which of the following cloud network concepts best meets these requirements?

  1. A

    Dedicated connection

  2. B

    VPN

  3. C

    VLAN

  4. D

    ACL

Show answer and explanation

Correct answer: B

Explanation

A Virtual Private Network (VPN) is the most cost-effective solution for extending on-premises services to a public cloud while ensuring secure remote connectivity. VPNs can be configured to avoid IP address conflicts and overlap by using IP address translation and tunneling techniques, making them suitable for connecting disparate environments without significant changes to the existing network infrastructure.