CompTIA CV0-004 Übungsprüfungen
Zuletzt aktualisiert am 29.08.2025- Prüfungscode: CV0-004
- Prüfungsname: CompTIA Cloud+ (2024)
- Zertifizierungsanbieter: CompTIA
- Zuletzt aktualisiert am: 29.08.2025
Which of the following best describes a system that keeps all different versions of a software separate from each other while giving access to all of the versions?
- A . Code documentation
- B . Code control
- C . Code repository
- D . Code versioning
A customer’s facility is located in an area where natural disasters happen frequently.
The customer requires the following:
• Data resiliency due to exposure to frequent natural disasters
• Data localization because of privacy regulations in the country
• High availability
Which of the following cloud resources should be provisioned to meet these requirements?
- A . Storage in a separate data center located in same region
- B . An on-premises private cloud carrying duplicate data
- C . Storage in an availability zone outside the region
- D . Storage in the same availability zone as the primary data
A system surpasses 75% to 80% of resource consumption.
Which of the following scaling approaches is the most appropriate?
- A . Trending
- B . Manual
- C . Load
- D . Scheduled
A system surpasses 75% to 80% of resource consumption.
Which of the following scaling approaches is the most appropriate?
- A . Trending
- B . Manual
- C . Load
- D . Scheduled
A company’s VMs that are created using the noncritical application tag are automatically shut down at 5:00 p.m. using a cronjob.
Which of the following actions would allow a cloud engineer to stop all unresponsive instances with the least effort in case the automation fails?
- A . Using the cloud audit logs for tagging and stopping events
- B . Using the cloud provider web console to check and stop the instances
- C . Using the cloud provider command line to stop the Instances based on tags
- D . Using a Bash script to shut down all instances
A developer is deploying a new version of a containerized application.
The DevOps team wants:
• No disruption
• No performance degradation * Cost-effective deployment
• Minimal deployment time
Which of the following is the best deployment strategy given the requirements?
- A . Canary
- B . In-place
- C . Blue-green
- D . Rolling
A cloud engineer is troubleshooting an application that consumes multiple third-party REST APIs. The application is randomly expenenang high latency.
Which of the following would best help determine the source of the latency?
- A . Configuring centralized logging to analyze HTTP requests
- B . Running a flow log on the network to analyze the packets
- C . Configuring an API gateway to track all incoming requests
- D . Enabling tracing to detect HTTP response times and codes
A cloud engineer wants containers to run the latest version of a container base image to reduce the number of vulnerabilities. The applications in use requite Python 3.10 and ate not compatible with any other version. The containers‘ images are created every time a new version is released from the source image.
Given the container Dockerfile below:
Which of the following actions will achieve the objectives with the least effort?
- A . Perform docker pull before executing docker run.
- B . Execute docker update using a local cron to get the latest container version.
- C . Change the image to use python:latest on the image build process.
- D . Update the Dockerfile to pin the source image version.
A company has one cloud-based web server that is prone to downtime during maintenance.
Which of the following should the cloud engineer add to ensure high availability?
- A . A redundant web server behind a load balancer
- B . A backup cloud web server
- C . A secondary network link to the web server
- D . An autoscaling feature on the web server
A company uses containers to implement a web application. The development team completed internal testing of a new feature and is ready to move the feature to the production environment.
Which of the following deployment models would best meet the company’s needs while minimizing cost and targeting a specific subset of its users?
- A . Canary
- B . Blue-green
- C . Rolling
- D . In-place