Skip to main content

CV0-003 Real Exam Questions

CompTIA Cloud+

501 questions available · Page 1 of 51

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A systems administrator recently deployed a VDI solution in a cloud environment; however, users are now
experiencing poor rendering performance when trying to display 3-D content on their virtual desktops, especially at peak times.

Which of the following actions will MOST likely solve this issue?

  1. A

    Update the quest graphics drivers from the official repository

  2. B

    Add more vGPU licenses to the host

  3. C

    Instruct users to access virtual workstations only on the VLAN

  4. D

    Select vGPU profiles with higher video RAM

Show answer and explanation

Correct answer: D

Explanation

A vGPU profile is a configuration option that defines the amount of video RAM (vRAM) and other resources that are allocated to a virtual machine (VM) that uses a virtual graphics processing unit (vGPU). A vGPU profile can affect the rendering performance of a VM, as it determines how much graphics memory and processing power are available for displaying complex graphics content. Selecting vGPU profiles with higher video RAM can most likely solve the issue of poor rendering performance when trying to display 3-D content on virtual desktops, especially at peak times, as it can provide more graphics resources and improve the quality and speed of rendering.
References:
CompTIA Cloud+ Certification Exam Objectives, page 11, section 1.6 Reference: (https://www.cisco.com/c/dam/en/us/solutions/collateral/data-center-virtualization/desktop-virtualization-solutions-vmware-horizon-view/whitepaper-c11-741606.pdf)

Question 2 Single choice

An organization is running a database application on a SATA disk, and a customer is experiencing slow performance most of the time.

Which of the following should be implemented to improve application performance?

  1. A

    Increase disk capacity

  2. B

    Increase the memory and network bandwidth

  3. C

    Upgrade the application

  4. D

    Upgrade the environment and use SSD drives

Show answer and explanation

Correct answer: D

Explanation

Upgrading the environment and using solid state drives (SSDs) can improve application performance for a database application that is running on a serial advanced technology attachment (SATA) disk and experiencing slow performance most of the time. Upgrading the environment can involve updating or replacing the hardware, software, or network components that support the application to enhance their functionality, capacity, or compatibility. Using SSDs can provide faster and more reliable data access and storage than SATA disks, as they use flash memory instead of spinning disks to store data. SSDs can also reduce latency, power consumption, and heat generation.
References:
CompTIA Cloud+ Certification Exam Objectives, page 9, section 1.4 Reference: (https://www.ibm.com/cloud/blog/hard-disk-drive-vs-solid-state-drive)

Question 3 Single choice

After announcing a big sales promotion, an e-commerce company starts to experience a slow response on its platform that is hosted in a public cloud. When checking the resources involved, the systems administrator sees the following consumption:

Considering all VMs were built from the same templates, which of the following actions should the administrator perform FIRST to speed up the response of the e-commerce platform?

  1. A

    Spin up a new web server

  2. B

    Spin up a new application server

  3. C

    Add more memory to the web server

  4. D

    Spin up a new database server

Show answer and explanation

Correct answer: D

Explanation

Spinning up a new web server is what the administrator should perform first to speed up the response of the e-commerce platform that is hosted in a public cloud and starts to experience a slow response after announcing a big sales promotion. A web server is a system or service that hosts and delivers web content, such as web pages, images, videos, etc., to clients over a network or internet connection. A web server can affect the response of an e-commerce platform by determining how fast it can process and serve web requests or responses from clients. Spinning up a new web server can speed up the response of an e-commerce platform by providing benefits such as: Scalability: Spinning up a new web server can increase the scalability of the e- commerce platform by adding more capacity or resources to handle the increased demand or load caused by the sales promotion, without affecting the existing web servers.
Performance: Spinning up a new web server can improve the performance of the e-commerce platform by reducing the latency or overhead of processing and serving web requests or responses from clients, which may cause delays or errors.

Question 4 Single choice

An organization is hosting a cloud-based web server infrastructure that provides web-hosting solutions.
Sudden continuous bursts of traffic have caused the web servers to saturate CPU and network utilizations.

Which of the following should be implemented to prevent such disruptive traffic from reaching the web servers?

  1. A

    Solutions to perform NAC and DLP

  2. B

    DDoS protection

  3. C

    QoS on the network

  4. D

    A solution to achieve microsegmentation

Show answer and explanation

Correct answer: B

Explanation

Distributed denial-of-service (DDoS) protection is a type of security solution that detects and mitigates DDoS attacks that aim to overwhelm or disrupt a system or service by sending large volumes of traffic from multiple sources. DDoS protection can prevent such disruptive traffic from reaching the web servers by filtering out malicious or unwanted traffic and allowing only legitimate traffic to pass through. DDoS protection can also help maintain the availability and functionality of web services and applications during a DDoS attack.
References:
CompTIA Cloud+ Certification Exam Objectives, page 14, section 2.7 Reference: (https://blog.paessler.com/the-top-5-causes-of-sudden-network-spikes)
Reference: (https://blog.paessler.com/the-top-5-causes-of-sudden-network-spikes)

Question 5 Single choice

A web consultancy group currently works in an isolated development environment. The group uses this environment for the creation of the final solution, but also for showcasing it to customers, before commissioning the sites in production. Recently, customers of newly commissioned sites have reported they are not receiving the final product shown by the group, and the website is performing in unexpected ways.

Which of the following additional environments should the group adopt and include in its process?

  1. A

    Provide each web consultant a local environment on their device.

  2. B

    Require each customer to have a blue-green environment.

  3. C

    Leverage a staging environment that is tightly controlled for showcasing.

  4. D

    Initiate a disaster recovery environment to fail to in the event of reported issues.

Show answer and explanation

Correct answer: C

Explanation

A staging environment is a type of development environment that is used to test and demonstrate the final product before deploying it to the production environment. A staging environment can help the web consultancy group avoid the issues of delivering a different or faulty product to the customers, as it can ensure that the product is fully functional, compatible, and secure. A staging environment can also help the group showcase the product to the customers in a realistic and controlled way, as it can mimic the production environment and avoid any interference from other development activities. A staging environment can be leveraged by using cloud services that allow for easy provisioning, scaling, and deployment of web applications

Question 6 Single choice

A cloud administrator received a request to provision a set of cloud resources in an effort to switch to infrastructure as code to automate and optimize operations. The administrator decides to try to run some tests with the following definition:

Which of the following is the most likely cause of the issue?

  1. A

    The cloud provider is expecting the private key.

  2. B

    The incorrect resource name was used.

  3. C

    The environment variable for the public key path has not been set.

  4. D

    An unexpected variable was provided.

Show answer and explanation

Correct answer: C

Explanation

The error message indicates that the cloud provider is unable to find the public key file that is specified in the definition. The definition uses an environment variable called PUBLIC_KEY_PATH to refer to the location of the public key file. However, if this environment variable has not been set or exported in the shell, the cloud provider will not be able to resolve it and will fail to provision the resources. To fix this issue, the cloud administrator should set and export the environment variable for the public key path before running the definition.
References:
[CompTIA Cloud+ CV0-003 Certification Study Guide], Chapter 8, Objective 8.1: Given a scenario, implement cloud automation and orchestration.

Question 7 Single choice

When designing a three-node, load-balanced application, a systems administrator must ensure each node runs on a different physical server for HA purposes.

Which of the following does the systems administrator need to configure?

  1. A

    Round-robin methods

  2. B

    Live migration

  3. C

    Anti-affinity rule

  4. D

    Priority queues

Show answer and explanation

Correct answer: C

Explanation

References:
https://www.techtarget.com/searchvmware/feature/Use-affinity-and-anti-affinity-rules-to-guide-VM-behavior

Question 8 Single choice

A systems administrator needs to configure monitoring for a private cloud environment. The administrator has decided to use SNMP for this task.

Which of the following ports should the administrator open on the monitoring server's firewall?

  1. A

    53

  2. B

    123

  3. C

    139

  4. D

    161

Show answer and explanation

Correct answer: D

Explanation

Port 161 is the default port used by Simple Network Management Protocol (SNMP) to communicate with network devices and collect information about their status, performance, configuration, and events.
Opening port 161 on the monitoring server's firewall will allow SNMP traffic to pass through and enable monitoring for a private cloud environment. If port 161 is closed or blocked, SNMP traffic will be denied or dropped, resulting in a failure to monitor the network devices.
References:
CompTIA Cloud+ Certification Exam Objectives, page 15, section 2.8 Reference: (https://thwack.solarwinds.com/t5/NPM-Discussions/SNMP-open-ports-on-the-firewall/m-p/168826)

Question 9 Single choice

A systems administrator has migrated a web application to the cloud with a synchronous uplink speed of 100Mbps. After the migration, the administrator receives reports of slow connectivity to the web application. The administrator logs into the firewall and notices the WAN port is transmitting at a constant 12.5MBps.

Which of the following BEST explains the reason for the issue?

  1. A

    Misconfigured subnetting

  2. B

    Insufficient compute

  3. C

    Firewall issues

  4. D

    Not enough upload bandwidth

Show answer and explanation

Correct answer: D

Explanation

Not enough upload bandwidth is what best explains the reason for slow connectivity to a web application that has been migrated to a cloud environment with a synchronous uplink speed of 100Mbps. Bandwidth is a measure of how much data can be transferred over a network or connection in a given time period.
Upload bandwidth is a measure of how much data can be sent from one location to another over a network or connection in a given time period. Upload bandwidth can affect connectivity to a web application by determining how fast data can be uploaded from clients to servers or vice versa. Not enough upload bandwidth can cause slow connectivity to a web application by creating congestion or bottleneck in data transfer, which may result in delays or errors in web requests or responses.

Question 10 Single choice

A company has an SLA of 15ms for storage latency.

Given the above metrics, which of the following is the MOST appropriate change to the environment?

  1. A

    Add computing nodes and data nodes on the storage side.

  2. B

    Add more storage shelves to the current array.

  3. C

    Enable compression on the storage side.

  4. D

    Enable deduplication on the storage side.

Show answer and explanation

Correct answer: C