ExamGecko
Home Home / CompTIA / CV0-004

CompTIA CV0-004 Practice Test - Questions Answers, Page 21

Question list
Search
Search

List of questions

Search

Related questions











A cloud solutions architect needs to have consistency between production, staging, and development environments. Which of the following options will best achieve this goal?

A.
Using Terraform templates with environment variables
A.
Using Terraform templates with environment variables
Answers
B.
Using Grafana in each environment
B.
Using Grafana in each environment
Answers
C.
Using the ELK stack in each environment
C.
Using the ELK stack in each environment
Answers
D.
Using Jenkins agents in different environments
D.
Using Jenkins agents in different environments
Answers
Suggested answer: A

Explanation:

Terraform templates with environment variables can ensure consistency across different environments such as production, staging, and development. Terraform allows for infrastructure as code, which can be used to define and maintain infrastructure with consistency.

Reference: CompTIA Cloud+ Certification Study Guide (Exam CV0-004) by Scott Wilson and Eric Vanderburg.

Based on the shared responsibility model, which of the following solutions passes the responsibility of patching the OS to the customer?

A.
PaaS
A.
PaaS
Answers
B.
DBaaS
B.
DBaaS
Answers
C.
laaS
C.
laaS
Answers
D.
SaaS
D.
SaaS
Answers
Suggested answer: C

Explanation:

IaaS stands for Infrastructure as a Service, and it is a cloud service model that provides customers with access to virtualized computing resources, such as servers, storage, and networks. In the IaaS model, the customer is responsible for patching the operating system (OS) of the virtual machines, as well as installing and managing the applications and data. The cloud service provider (CSP) is responsible for maintaining the physical infrastructure, such as

the hardware, power, cooling, and security. Therefore, IaaS passes the responsibility of patching the OS to the customer, unlike PaaS, DBaaS, or SaaS, where the CSP handles the OS patching and updates. Reference: CompTIA Cloud+ CV0-003 Certification Study Guide, Chapter 2, Objective 2.1:

An organization wants to ensure its data is protected in the event of a natural disaster. To support this effort, the company has rented a colocation space in another part of the country. Which of the following disaster recovery practices can be used to best protect the data?

A.
On-site
A.
On-site
Answers
B.
Replication
B.
Replication
Answers
C.
Retention
C.
Retention
Answers
D.
Off-site
D.
Off-site
Answers
Suggested answer: D

Explanation:

For an organization looking to protect its data in the event of a natural disaster, the best disaster recovery practice would be off-site replication. By renting a colocation space in another part of the country, the company can maintain copies of their data and critical systems in a geographically separate location, ensuring they are not affected by the same disaster.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Disaster Recovery

Which of the following do developers use to keep track of changes made during software development projects?

A.
Code drifting
A.
Code drifting
Answers
B.
Code control
B.
Code control
Answers
C.
Code testing
C.
Code testing
Answers
D.
Code versioning
D.
Code versioning
Answers
Suggested answer: D

Explanation:

Developers use code versioning to keep track of changes made during software development projects. It is a system that records changes to a file or set of files over time so that specific versions can be recalled later.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Software Development in Cloud Environments

A cloud administrator needs to collect process-level, memory-usage tracking for the virtual machines that are part of an autoscaling group. Which of the following is the best way to accomplish the goal by using cloud-native monitoring services?

A.
Configuring page file/swap metrics
A.
Configuring page file/swap metrics
Answers
B.
Deploying the cloud-monitoring agent software
B.
Deploying the cloud-monitoring agent software
Answers
C.
Scheduling a script to collect the data
C.
Scheduling a script to collect the data
Answers
D.
Enabling memory monitoring in the VM configuration
D.
Enabling memory monitoring in the VM configuration
Answers
Suggested answer: B

Explanation:

To collect process-level, memory-usage tracking for virtual machines, deploying cloud-monitoring agent software is the best approach. The agent can gather detailed system metrics and send them to the cloud-native monitoring services for analysis and visualization.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Monitoring

Users report being unable to access an application that uses TLS 1.1. The users are able to access other applications on the internet. Which of the following is the most likely reason for this issue?

A.
The security team modified user permissions.
A.
The security team modified user permissions.
Answers
B.
Changes were made on the web server to address vulnerabilities.
B.
Changes were made on the web server to address vulnerabilities.
Answers
C.
Privileged access was implemented.
C.
Privileged access was implemented.
Answers
D.
The firewall was modified.
D.
The firewall was modified.
Answers
Suggested answer: B

Explanation:

If users are unable to access an application that uses TLS 1.1 but can access other internet applications, it is likely that changes were made on the web server to address vulnerabilities, such as disabling outdated and less secure protocols like TLS 1.1.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Security

A video surveillance system records road incidents and stores the videos locally before uploading them to the cloud and deleting them from local storage. Which of the following best describes the nature of the local storage?

A.
Persistent
A.
Persistent
Answers
B.
Ephemeral
B.
Ephemeral
Answers
C.
Differential
C.
Differential
Answers
D.
Incremental
D.
Incremental
Answers
Suggested answer: B

Explanation:

The nature of the local storage in a video surveillance system that records road incidents and stores the videos locally before uploading them to the cloud and deleting them from local storage is ephemeral. Ephemeral storage is temporary and is designed to provide short-term storage for information that changes frequently or is not meant to be persistent.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Storage Options

A cloud engineer hardened the WAF for a company that operates exclusively in North America. The engineer did not make changes to any ports, and all protected applications have continued to function as expected. Which of the following configuration changes did the engineer most likely apply?

A.
The engineer implemented MFA to access the WAF configurations.
A.
The engineer implemented MFA to access the WAF configurations.
Answers
B.
The engineer blocked all traffic originating outside the region.
B.
The engineer blocked all traffic originating outside the region.
Answers
C.
The engineer installed the latest security patches on the WAF.
C.
The engineer installed the latest security patches on the WAF.
Answers
D.
The engineer completed an upgrade from TLS version 1.1 to version 1.3.
D.
The engineer completed an upgrade from TLS version 1.1 to version 1.3.
Answers
Suggested answer: B

Explanation:

Given that the WAF was hardened without changing any ports and all protected applications continued to function as expected, it is most likely that the engineer blocked all traffic originating outside of North America, which is the company's operating region.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Security Best Practices

A cloud solution needs to be replaced without interruptions. The replacement process can be completed in phases, but the cost should be kept as low as possible. Which of the following is the best strategy to implement?

A.
Blue-green
A.
Blue-green
Answers
B.
Rolling
B.
Rolling
Answers
C.
In-place
C.
In-place
Answers
D.
Canary
D.
Canary
Answers
Suggested answer: B

Explanation:

A rolling strategy is the best to implement when needing to replace a cloud solution without interruptions and keeping costs low. This approach updates or replaces parts of the system gradually with minimal downtime and allows for a phased implementation.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Deployment and Provisioning

An e-commerce store is preparing for an annual holiday sale. Previously, this sale has increased the number of transactions between two and ten times the normal level of transactions. A cloud administrator wants to implement a process to scale the web server seamlessly. The goal is to automate changes only when necessary and with minimal cost.

Which of the following scaling approaches should the administrator use?

A.
Scale horizontally with additional web servers to provide redundancy.
A.
Scale horizontally with additional web servers to provide redundancy.
Answers
B.
Allow the load to trigger adjustments to the resources.
B.
Allow the load to trigger adjustments to the resources.
Answers
C.
When traffic increases, adjust the resources using the cloud portal.
C.
When traffic increases, adjust the resources using the cloud portal.
Answers
D.
Schedule the environment to scale resources before the sale begins.
D.
Schedule the environment to scale resources before the sale begins.
Answers
Suggested answer: B

Explanation:

To seamlessly scale the web server for an e-commerce store during an annual sale, it's best to allow the load to trigger adjustments to the resources. This approach uses autoscaling to automatically adjust the number of active servers based on the current load, ensuring an automated change that is cost-effective.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Scalability

Total 224 questions
Go to page: of 23