ExamGecko
Home Home / CompTIA / CV0-004

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

Question list
Search
Search

List of questions

Search

Related questions











A systems administrator is configuring backups on a VM and needs the process to run as quickly as possible, reducing the bandwidth on the network during all times from Monday through Saturday. In the event of data corruption, the management team expects the mean time to recovery to be as low as possible. Which of the following backup methods can the administrator use to accomplish these goals?

A.
Incremental backup daily to the cloud
A.
Incremental backup daily to the cloud
Answers
B.
Full backup on Sunday and incremental backups on all other days of the week
B.
Full backup on Sunday and incremental backups on all other days of the week
Answers
C.
Differential backup daily to the cloud
C.
Differential backup daily to the cloud
Answers
D.
Incremental backups during off-hours on Monday, Wednesday, and Friday
D.
Incremental backups during off-hours on Monday, Wednesday, and Friday
Answers
Suggested answer: B

Explanation:

To achieve a quick backup process and reduce bandwidth use, the administrator should perform a Full backup on Sunday and incremental backups on all other days of the week. This method ensures that only the changes made since the last full backup are copied, reducing the amount of data that needs to be transferred each time, and thus the time and bandwidth required.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) by Todd Montgomery and Stephen Olson

A cloud engineer wants to deploy a new application to the cloud and is writing the following script:

Which of the following actions will this script perform?

A.
Upload a new VM image.
A.
Upload a new VM image.
Answers
B.
Create a new cloud resource.
B.
Create a new cloud resource.
Answers
C.
Build a local server.
C.
Build a local server.
Answers
D.
Import a cloud module.
D.
Import a cloud module.
Answers
Suggested answer: B

Explanation:

The script shown is written in Terraform, which is an infrastructure as code (IaC) tool used for building, changing, and versioning infrastructure safely and efficiently. This particular Terraform script specifies a required provider and its version, the Terraform version, sets the cloud provider's region, and then defines a resource for a server instance with a specific AMI ID and instance type. It also includes tags for the instance. The action this script will perform is to create a new cloud resource, specifically a server instance on the cloud provider's platform.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) by Todd Montgomery and Stephen Olson

A cloud engineer needs to determine a scaling approach for a payroll-processing solution that runs on a biweekly basis. Given the complexity of the process, the deployment to each new VM takes about 25 minutes to get ready. Which of the following would be the best strategy?

A.
Horizontal
A.
Horizontal
Answers
B.
Scheduled
B.
Scheduled
Answers
C.
Trending
C.
Trending
Answers
D.
Event
D.
Event
Answers
Suggested answer: B

Explanation:

For a biweekly payroll-processing solution that takes a significant amount of time to deploy to each new VM, the best scaling strategy is Scheduled scaling. This strategy involves preparing new instances in advance of when they are needed based on a known schedule, which in this case is the biweekly payroll process. By scheduling the scaling actions in advance, the cloud engineer ensures that the resources are ready when needed without incurring extra costs for running them all the time.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) by Todd Montgomery and Stephen Olson

A cloud deployment uses three different VPCs. The subnets on each VPC need to communicate with the others over private channels. Which of the following will achieve this objective?

A.
Deploying a load balancer to send traffic to the private IP addresses
A.
Deploying a load balancer to send traffic to the private IP addresses
Answers
B.
Creating peering connections between all VPCs
B.
Creating peering connections between all VPCs
Answers
C.
Adding BGP routes using the VPCs' private IP addresses
C.
Adding BGP routes using the VPCs' private IP addresses
Answers
D.
Establishing identical routing tables on all VPCs
D.
Establishing identical routing tables on all VPCs
Answers
Suggested answer: B

Explanation:

To allow subnets on different VPCs to communicate with each other over private channels, the cloud engineer should create peering connections between all the VPCs. VPC Peering allows networks to connect and route traffic using private IP addresses without the need for gateways, VPN connections, or separate physical hardware.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) by Todd Montgomery and Stephen Olson

An integration application that communicates between different application and database servers is currently hosted on a physical machine. A P2V migration needs to be done to reduce the hardware footprint. Which of the following should be considered to maintain the same level of network throughput and latency in the virtual server?

A.
Upgrading the physical server NICs to support 10Gbps
A.
Upgrading the physical server NICs to support 10Gbps
Answers
B.
Adding more vCPU
B.
Adding more vCPU
Answers
C.
Enabling SR-IOV capability
C.
Enabling SR-IOV capability
Answers
D.
Increasing the VM swap/paging size
D.
Increasing the VM swap/paging size
Answers
Suggested answer: C

Explanation:

SR-IOV stands for Single Root I/O Virtualization, which is a technology that allows a physical network adapter to be partitioned into multiple virtual functions (VFs) that can be directly assigned to virtual machines (VMs). This way, the network traffic bypasses the software layer of the hypervisor and the virtual switch, and goes directly from the VM to the physical adapter. This reduces the CPU overhead, the network latency, and the packet loss, and improves the network throughput and scalability. SRIOV can achieve near-native performance for network-intensive applications, such as an integration application that communicates between different application and database servers. By enabling SRIOV capability on the physical server and the virtual server, the P2V migration can maintain the same level of network throughput and latency as the original physical machine. Reference: High performance network virtualization with SR-IOV; Supercharge Your Network Throughput via Single Root I/O Virtualization (SR-IOV); Overview of Single Root I/O Virtualization (SR-IOV).

A cloud engineer is migrating a customer's web servers from a hypervisor platform to a CSP environment. The engineer needs to decouple the infrastructure and components during the migration to reduce the single points of failure. Which of the following storage options should the cloud engineer migrate the content to in order to improve availability?

Block

A.
File
A.
File
Answers
B.
Object
B.
Object
Answers
C.
iSCSI
C.
iSCSI
Answers
D.
NFS
D.
NFS
Answers
Suggested answer: C

A systems administrator is attempting to gather information about services and resource utilization on VMs in a cloud environment. Which of the following will best accomplish this objective?

A.
Syslog
A.
Syslog
Answers
B.
SNMP
B.
SNMP
Answers
C.
CMDB
C.
CMDB
Answers
D.
Service management
D.
Service management
Answers
E.
Performance monitoring
E.
Performance monitoring
Answers
Suggested answer: E

Explanation:

Performance monitoring is a technique that collects and analyzes data about the services and resource utilization on VMs in a cloud environment. Performance monitoring can help the systems administrator to gather information about the CPU, memory, disk, network, and application performance of the VMs, as well as identify any bottlenecks, errors, or anomalies that may affect the cloud service quality. Performance monitoring can be implemented using various tools or agents that can collect and report the performance metrics from the VMs to a centralized dashboard or console.

Performance monitoring can also help the systems administrator to optimize, troubleshoot, and plan the cloud resources and services. Reference: CompTIA Cloud+ CV0-003 Certification Study Guide,

A cloud architect is reviewing the design for a new cloud-based ERP solution. The solution consists of eight servers with a single network interface. The allocated IP range is 172.16.0.0/28. One of the requirements of the solution is that it must be able to handle the potential addition of 16 new servers to the environment. Because of the complexity of the firewall and related ACL requirements, these new servers will need to be in the same network range. Which of the following changes would allow for the potential server addition?

A.
Change the IP address range to use a 10.0.0.0 address.
A.
Change the IP address range to use a 10.0.0.0 address.
Answers
B.
Change the server template to add network interfaces.
B.
Change the server template to add network interfaces.
Answers
C.
Change the subnet mask to use a 255.255.255.128 range.
C.
Change the subnet mask to use a 255.255.255.128 range.
Answers
D.
Change the server scaling configuration to increase the maximum limit.
D.
Change the server scaling configuration to increase the maximum limit.
Answers
Suggested answer: C

Explanation:

Changing the subnet mask to use a 255.255.255.128 range would allow for the potential server addition. The current subnet mask of 255.255.255.240 (/28) only allows for 14 usable host addresses in the 172.16.0.0 network, which is not enough to accommodate the existing eight servers and the possible 16 new servers. Changing the subnet mask to 255.255.255.128 (/25) would increase the number of usable host addresses to 126 in the same network, which is sufficient to handle the server expansion. Changing the IP address range to use a 10.0.0.0 address, changing the server template to add network interfaces, or changing the server scaling configuration to increase the maximum limit

would not solve the issue of the limited host addresses in the same network range.

A systems administrator wants to be notified every time an application's configuration files are updated. Which of the following should the administrator implement to achieve the objective?

A.
ZFS
A.
ZFS
Answers
B.
FIM
B.
FIM
Answers
C.
MAC
C.
MAC
Answers
D.
DLP
D.
DLP
Answers
Suggested answer: B

Explanation:

FIM stands for File Integrity Monitoring, and it is a security technique that monitors and detects changes in files and directories. FIM can help the systems administrator to be notified every time an application’s configuration files are updated by generating alerts or reports when the files are modified, added, deleted, or accessed. FIM can also help verify the integrity and authenticity of the files by comparing their hashes or signatures with a baseline or a trusted source. FIM can be implemented using software tools or agents that run on the host or the network.

A company has a large environment with multiple VPCs across three regions in a public cloud. The company is concerned about connectivity within the regions. Which of the following should the cloud administrator implement?

A.
Peering
A.
Peering
Answers
B.
A firewall
B.
A firewall
Answers
C.
Network access control
C.
Network access control
Answers
D.
A load balancer
D.
A load balancer
Answers
Suggested answer: A

Explanation:

Peering is a networking technique that allows direct and private connection between two or more cloud networks without using the public Internet. Peering can help the cloud administrator improve the connectivity within the regions by reducing the latency, increasing the bandwidth, and enhancing the security of the data transfer. Peering can be implemented between VPCs within the same region or across different regions, depending on the CSP’s offerings and the customer’s requirements.

Peering can also help reduce the network costs by avoiding the use of the Internet gateways or VPNs.

Reference: CompTIA Cloud+ CV0-003 Certification Study Guide, Chapter 3, Objective 3.1: Given a

Total 224 questions
Go to page: of 23