Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Troubleshooting practice sets

CV0-004 Troubleshooting • Complete Question Bank

CV0-004 Troubleshooting — All Questions With Answers

Complete CV0-004 Troubleshooting question bank — all 0 questions with answers and detailed explanations.

99
Questions
Free
No signup
Certifications/CV0-004/Practice Test/Troubleshooting/All Questions
Question 1mediummultiple choice
Study the full virtualization explanation →

A cloud administrator receives an alert that a virtual machine (VM) is unresponsive. The VM is hosted on a hypervisor that shows high CPU ready time. Which of the following is the most likely cause?

Question 2hardmultiple choice
Read the full Troubleshooting explanation →

A company is designing a multi-cloud disaster recovery solution. They need to ensure RPO of 15 minutes and RTO of 1 hour for critical workloads. Which of the following should be implemented?

Question 3easymultiple choice
Read the full Troubleshooting explanation →

A cloud engineer notices that an application is running slower than expected. Monitoring shows that the CPU utilization is consistently below 30%, but memory usage is at 95%. Which of the following is the most likely cause of the performance issue?

Question 4mediummultiple choice
Review the full routing breakdown →

A cloud administrator is troubleshooting connectivity issues between two virtual networks in different regions. The VNets are peered, but instances cannot communicate. The administrator verifies that the peering status is 'Connected' and route tables appear correct. Which of the following should be checked next?

Question 5hardmultiple choice
Read the full Troubleshooting explanation →

A company is implementing a cloud governance strategy. They need to ensure that all resources are tagged with cost center and environment, and any untagged resources are automatically remediated. Which of the following best practices should be applied?

Question 6mediummulti select
Study the full virtualization explanation →

A cloud engineer is troubleshooting a VM that is experiencing high latency. The VM is hosted on a hypervisor with other VMs. Which TWO metrics should the engineer review to identify if resource contention is occurring?

Question 7hardmulti select
Read the full Troubleshooting explanation →

A company is migrating on-premises workloads to the cloud. They need to ensure high availability for a stateless web application across two availability zones. Which THREE components should be configured to meet this requirement?

Question 8easymultiple choice
Read the full Troubleshooting explanation →

Refer to the exhibit. An administrator runs the command shown and receives the output. The administrator wants to ensure the VM uses SSDs for the OS disk. Based on the output, what is the current storage type?

Network Topology
$ az vm listquery "[?name=='myVM']"Refer to the exhibit."name": "myVM","resourceGroup": "myRG","hardwareProfile": {"vmSize": "Standard_DS2_v2"},"storageProfile": {"osDisk": {"name": "myVM_OsDisk_1","createOption": "fromImage","managedDisk": {"storageAccountType": "Premium_LRS""provisioningState": "Succeeded"
Question 9mediummultiple choice
Review the full subnetting walkthrough →

Refer to the exhibit. A cloud engineer is troubleshooting network connectivity to a server with IP 10.0.0.5. The server is on the same subnet. Based on the iptables rules shown, what is the most likely cause of the connectivity failure?

Network Topology
0 0 DROP all* * 0.0.0.0/03 252 ACCEPT all5 420 ACCEPT alleth0 * 0.0.0.0/0Refer to the exhibit.$ iptables -L -n -v
Question 10hardmultiple choice
Read the full NAT/PAT explanation →

A company runs a critical e-commerce application on AWS. The architecture includes an Application Load Balancer (ALB) in front of an Auto Scaling group of EC2 instances across two Availability Zones. The instances are in a private subnet and use a NAT Gateway for outbound internet access. The application stores session data in an ElastiCache Redis cluster. During a flash sale, users report that the site is extremely slow and some requests time out. Monitoring shows the ALB's latency metric is high, and the number of healthy hosts fluctuates. The CPU utilization on the EC2 instances averages 60% and memory averages 70%. The Redis cluster's CPU utilization is 90%, and its memory usage is 95%. The NAT Gateway's metrics show high BytesOutToSource but no errors. Which of the following is the most likely cause of the performance issue?

Question 11easymultiple choice
Study the full virtualization explanation →

A cloud administrator notices that a virtual machine (VM) is running slowly. The hypervisor shows high CPU ready time for that VM. Which of the following is the most likely cause?

Question 12mediummultiple choice
Read the full Troubleshooting explanation →

A cloud engineer is troubleshooting an issue where users cannot connect to a web application hosted on a cloud VM. The VM's security group allows HTTP (port 80) from 0.0.0.0/0, and the VM's OS firewall is disabled. The engineer can ping the VM's public IP from the internet. What is the most likely cause of the issue?

Question 13hardmultiple choice
Read the full Troubleshooting explanation →

A company uses a hybrid cloud model with an AWS Direct Connect connection to its on-premises network. Users report intermittent connectivity to cloud resources. A network engineer finds packet loss on the Direct Connect virtual interface. Which of the following should be checked FIRST to resolve the issue?

Question 14mediummulti select
Read the full Troubleshooting explanation →

A cloud administrator receives an alert that a VM's disk usage is at 95%. The VM is running a critical database. Which TWO actions should the administrator take to resolve the issue while minimizing downtime?

Question 15hardmulti select
Read the full Troubleshooting explanation →

A cloud engineer is troubleshooting a performance issue where a web server cluster experiences high latency during peak hours. The cluster uses an auto-scaling group behind a load balancer. Which THREE steps should the engineer take to identify the root cause?

Question 16hardmultiple choice
Read the full NAT/PAT explanation →

A cloud technician is troubleshooting connectivity from a VM with IP 10.0.0.1 to another VM at 10.0.1.10 in a different subnet. The ping output shows 'Destination Host Unreachable'. Which of the following is the most likely cause?

Exhibit

Refer to the exhibit.

```
$ ping 10.0.1.10
PING 10.0.1.10 (10.0.1.10) 56(84) bytes of data.
From 10.0.0.1 icmp_seq=1 Destination Host Unreachable
From 10.0.0.1 icmp_seq=2 Destination Host Unreachable
```
Question 17easymultiple choice
Review the full routing breakdown →

A cloud administrator is configuring a Linux VM as a router. The iptables rules are shown. The administrator can SSH into the VM from the network but cannot forward traffic between interfaces. What is the most likely cause?

Exhibit

Refer to the exhibit.

```
$ iptables -L -n -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0            state INVALID
  123  4567 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state ESTABLISHED,RELATED
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:22

Chain FORWARD (policy DROP 0 packets, 0 bytes)
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
```
Question 18mediummultiple choice
Read the full Troubleshooting explanation →

A cloud engineer receives an alert that the root filesystem (/) is at 93% usage. The /data volume has plenty of free space. The application stores logs in /var/log/app/ on the root filesystem. Which of the following is the BEST long-term solution?

Exhibit

Refer to the exhibit.

```
$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        20G   18G  1.5G  93% /
/dev/sdb1       100G   20G   80G  20% /data
```
Question 19easymultiple choice
Read the full VPN explanation →

A company has a cloud-based application that uses a relational database. The database team performs daily backups to an on-premises storage system using a VPN connection. Recently, backups have been failing with timeout errors. The network team confirms the VPN is up and stable. Which of the following is the MOST likely cause?

Question 20hardmultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a web application hosted on a cloud virtual machine (VM) that is experiencing intermittent high latency during peak traffic hours. The application is deployed on a single VM instance with 4 vCPUs and 8 GB RAM, running a Linux OS. The VM is connected to a virtual network with a public IP. The administrator has verified that the application code is optimized and there are no memory leaks. CPU utilization remains below 50% during peaks, but network outbound traffic shows periodic spikes up to 500 Mbps. The VM's network interface is configured with a 1 Gbps bandwidth cap. The administrator suspects that the issue is related to network throttling or packet loss. Which of the following actions should the administrator take to resolve the issue?

Question 21mediummultiple choice
Review the full subnetting walkthrough →

A cloud administrator is troubleshooting connectivity to a virtual machine with IP address 10.10.10.10 from another VM on the same subnet. The output of ping and traceroute commands is shown. What is the most likely cause of the connectivity issue?

Exhibit

Refer to the exhibit.

```
$ ping 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
From 10.10.10.1 icmp_seq=1 Destination Host Unreachable
From 10.10.10.1 icmp_seq=2 Destination Host Unreachable
From 10.10.10.1 icmp_seq=3 Destination Host Unreachable

--- 10.10.10.10 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2003ms

$ traceroute 10.10.10.10
traceroute to 10.10.10.10 (10.10.10.10), 30 hops max, 60 byte packets
 1  10.10.10.1  0.433 ms  0.428 ms  0.414 ms
 2  * * *
 3  * * *
 4  * * *
```
Question 22hardmulti select
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a performance issue where a web application is responding slowly. The application runs on virtual machines in a private cloud. The administrator has verified that CPU and memory utilization are within normal limits. Which TWO additional metrics should the administrator check to diagnose the issue?

Question 23easymultiple choice
Read the full Troubleshooting explanation →

A company hosts a critical application on a single virtual machine in a public cloud. The virtual machine has been running without issues for months. Recently, the application became unresponsive, and users report a '500 Internal Server Error'. The cloud administrator checks the virtual machine's status and finds it is 'Running'. The administrator can successfully ping the virtual machine's public IP address. The administrator then attempts to SSH into the virtual machine but receives 'Connection timed out'. The virtual machine's security group allows SSH (port 22) from the administrator's IP address. The operating system firewall is enabled and configured to allow SSH. What should the administrator do next to troubleshoot the issue?

Question 24mediumdrag order
Read the full Troubleshooting explanation →

Sequence the steps to set up a cloud storage bucket with versioning and lifecycle policies.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 25mediummatching
Read the full Troubleshooting explanation →

Match each disaster recovery term to its definition.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Maximum time to restore services after outage

Maximum acceptable data loss in time

Automatic switch to standby system

Copy of data for restoration

Documented plan for disaster recovery

Question 26easymultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a performance issue where users report slow access to a web application hosted in a public cloud. The application uses an auto-scaling group of web servers behind a load balancer. The administrator notices that the CPU utilization on the web servers is low, but the load balancer metrics show a high number of pending requests. What is the most likely cause?

Question 27easymultiple choice
Read the full Troubleshooting explanation →

A company is running a database server on a virtual machine in the cloud. The database team reports that write operations are taking longer than expected. The administrator checks the disk performance metrics and sees that the average disk queue length is consistently above 10. Which action would most likely resolve this issue?

Question 28easymultiple choice
Read the full Troubleshooting explanation →

A cloud administrator runs a deployment script that creates multiple resources using Infrastructure as Code (IaC). The script fails with a "400 Bad Request" error when attempting to create a storage account. Which troubleshooting step should the administrator take first?

Question 29mediummultiple choice
Review the full subnetting walkthrough →

A company has a three-tier application in a cloud VPC: web servers in a public subnet, application servers in a private subnet, and database servers in a private subnet. The web servers can connect to the application servers, but the application servers cannot connect to the database servers. The security groups are configured as follows: - Web SG: inbound HTTP from 0.0.0.0/0, outbound all - App SG: inbound HTTP from Web SG, outbound all - DB SG: inbound MySQL from App SG, outbound all What is the most likely cause of the connectivity issue?

Question 30mediummultiple choice
Read the full Troubleshooting explanation →

A cloud administrator manages a web application that uses an auto scaling group (ASG) with a minimum of 2 and maximum of 10 instances. The CPU utilization for the ASG averages 40%. However, during peak hours, users experience intermittent timeouts. The administrator reviews the scaling policy, which is set to scale out when CPU exceeds 70% for 5 minutes. What is the most likely cause of the timeouts?

Question 31mediummultiple choice
Read the full VPN explanation →

An organization has a site-to-site VPN connection between its on-premises network and a cloud VPC. Users report intermittent connectivity to applications hosted in the cloud. The administrator checks the VPN tunnel status and sees it is up. However, ping tests from on-premises to a cloud instance fail at random times. Which factor should the administrator investigate first?

Question 32hardmultiple choice
Read the full Troubleshooting explanation →

A cloud administrator deploys a new application that writes logs to a block storage volume attached to a virtual machine. The application's performance degrades after a few hours. Monitoring shows that the volume's read latency is low, but write latency spikes periodically. The administrator discovers that the volume type is standard HDD. What should the administrator do to improve write performance without changing the application?

Question 33hardmultiple choice
Read the full Troubleshooting explanation →

A company uses a cloud provider's IAM service to manage access. An administrator creates a new IAM role for an application running on an EC2 instance to access an S3 bucket. The application is unable to read objects from the bucket, even though the role has an attached policy that allows s3:GetObject on the bucket. The administrator verifies that the instance is correctly associated with the role. What is the most likely cause?

Question 34hardmultiple choice
Review the full routing breakdown →

A web application is deployed across multiple availability zones behind an application load balancer (ALB). The administrator notices that all traffic is being routed to instances in only one availability zone, causing performance issues. The ALB cross-zone load balancing is enabled. What is the most likely cause?

Question 35easymulti select
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a virtual machine that is experiencing high memory usage. The VM is running a web server. Which two metrics should the administrator monitor to determine if the VM needs additional memory? (Choose two.)

Question 36mediummulti select
Read the full Troubleshooting explanation →

A company's application is unable to connect to a managed cloud database. The database is deployed in a VPC with public accessibility disabled. The application runs on an EC2 instance in the same VPC. Which three troubleshooting steps should the administrator take? (Choose three.)

Question 37hardmulti select
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting performance issues with a cloud object storage bucket that is used for storing large amounts of small files. The application reads and writes objects frequently. Which three actions could improve the performance? (Choose three.)

Question 38easymultiple choice
Read the full Troubleshooting explanation →

The exhibit shows the output of the df command and an application error. What is the most likely cause of the error?

Exhibit

Refer to the exhibit.

Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda1      20G   19G  1.0G  95% /
tmpfs           1.9G   0   1.9G   0% /dev/shm

Application error: 'No space left on device' when writing to /var/log/app.log.
Question 39mediummultiple choice
Read the full Troubleshooting explanation →

The exhibit shows the health check status for targets in an application load balancer's target group. The target group has a health check on port 80. An administrator notices that one target is unhealthy on port 80 but healthy on port 443. What is the most likely cause?

Network Topology
aws elbv2 describe-target-healthtarget-group-arn arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/MyTargets/12345678Refer to the exhibit.Health Check Configuration (AWS CLI):Output:"TargetHealthDescriptions": ["Target": {"Id": "i-0a1b2c3d4e5f6g7h8","Port": 80},"HealthCheckPort": "80","TargetHealth": {"State": "unhealthy","Description": "Health checks failed""Port": 443"HealthCheckPort": "443","State": "healthy","Description": ""
Question 40hardmultiple choice
Read the full Troubleshooting explanation →

The exhibit shows VPC flow log entries for an EC2 instance (eni-12345678). The administrator is troubleshooting a connectivity problem where an application on 10.0.1.5 occasionally cannot connect to a web server at 10.0.2.10 on port 80. What action should the administrator take?

Exhibit

Refer to the exhibit.

VPC Flow Logs excerpt:
2 123456789010 eni-12345678 10.0.1.5 10.0.2.10 12345 80 6 1500 100 1625082000 1625082060 ACCEPT OK
2 123456789010 eni-12345678 10.0.1.5 10.0.2.10 12346 80 6 1500 200 1625082061 1625082121 ACCEPT OK
2 123456789010 eni-12345678 10.0.1.5 10.0.2.10 12347 80 6 100 0 1625082122 1625082182 REJECT OK
Question 41easymultiple choice
Study the full virtualization explanation →

A cloud administrator notices that a virtual machine is unresponsive. The VM is running on a hypervisor host that shows high CPU utilization. What should the administrator do first?

Question 42mediummultiple choice
Review the full subnetting walkthrough →

A company is experiencing intermittent network connectivity issues between two cloud subnets. The cloud provider's monitoring shows no packet loss. Which troubleshooting step should be taken first?

Question 43hardmultiple choice
Read the full Troubleshooting explanation →

An administrator deployed a new web application using an auto-scaling group. Users report that the application becomes slow after a few hours. The administrator examines the scaling policy and notices that the CPU utilization threshold is set to 80% for scale-out and 20% for scale-in. What is the most likely issue?

Question 44mediummulti select
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a failed backup job that was supposed to back up a database to a cloud storage bucket. The job fails with an access denied error. Which two likely causes should the administrator investigate? (Choose two.)

Question 45hardmulti select
Read the full Troubleshooting explanation →

An organization is migrating workloads to the cloud and after migration, users complain about slow application response times. The administrator reviews the cloud provider's dashboard and sees no resource bottlenecks. Which three factors could still cause poor performance? (Choose three.)

Question 46easymulti select
Read the full Troubleshooting explanation →

A cloud engineer receives alerts that a storage volume is reaching capacity. Which three immediate actions should the engineer consider? (Choose three.)

Question 47mediummultiple choice
Read the full Troubleshooting explanation →

Refer to the exhibit. An administrator is unable to SSH into a cloud server with IP 10.0.1.10 from a remote location (outside the 10.0.0.0/16 network). What is the most likely cause?

Exhibit

iptables -L -v -n
Chain INPUT (policy ACCEPT)
 pkts bytes target     prot opt in     out     source               destination
    0     0 DROP       tcp  --  eth0   *       0.0.0.0/0            10.0.1.10  tcp dpt:22
    5   600 ACCEPT     tcp  --  eth0   *       10.0.0.0/16          10.0.1.10  tcp dpt:22
Question 48hardmultiple choice
Read the full Troubleshooting explanation →

Refer to the exhibit. A cloud engineer is using AzCopy to transfer files to Azure Blob Storage. The copy fails with the above error. Which of the following is the most likely cause?

Exhibit

error log: 
[ERROR] azcopy: failed to perform copy command: 
The request failed due to: 
Server failed to authenticate the request. 
Make sure the value of Authorization header is formed correctly 
including the signature.
Question 49easymultiple choice
Read the full Troubleshooting explanation →

Refer to the exhibit. An application running on an EC2 instance is failing to connect to an RDS database. What is the most likely issue?

Exhibit

CloudWatch Logs:
2025-03-01T10:00:00Z ERROR: Connection refused to database endpoint: db.example.com:3306
2025-03-01T10:00:01Z INFO: Retrying in 1 second...
2025-03-01T10:00:02Z ERROR: Connection refused to database endpoint: db.example.com:3306
Question 50easymultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a failed deployment of a new application version using a continuous integration/continuous deployment (CI/CD) pipeline. The pipeline fails at the 'test' stage. What is the first step the administrator should take?

Question 51mediummultiple choice
Read the full Troubleshooting explanation →

A company uses a cloud-based load balancer to distribute traffic to web servers. Recently, a new security policy was applied that restricts traffic to certain geographic regions. Users from an allowed region report they cannot access the website. The load balancer status shows health checks are passing. What should the administrator check?

Question 52hardmultiple choice
Read the full VPN explanation →

An organization's hybrid cloud environment uses a VPN connection between on-premises and the cloud. Intermittent connectivity drops are reported during peak hours. The VPN logs show rekeying failures. Which configuration is most likely the cause?

Question 53easymultiple choice
Read the full Troubleshooting explanation →

A virtual machine in a cloud environment is experiencing high disk I/O latency. The administrator checks the performance metrics and sees that the disk queue length is consistently above 100. What is the best immediate action?

Question 54mediummultiple choice
Read the full Troubleshooting explanation →

During a cloud migration, a database server is moved from on-premises to a cloud-managed database service. After migration, the application team reports that some queries are running slower than before. The database CPU utilization is low. What is the most likely cause?

Question 55hardmultiple choice
Read the full DNS explanation →

A cloud engineer is troubleshooting an issue where an application running in a container on a Kubernetes cluster is unable to resolve DNS names. The cluster uses CoreDNS. The engineer checks the CoreDNS pod logs and sees no errors. Which of the following should the engineer check next?

Question 56easymultiple choice
Review the full subnetting walkthrough →

A cloud administrator notices that a virtual machine is running but cannot be reached over the network. The administrator verifies that the VM is configured with the correct IP address and subnet mask. Which of the following is the MOST likely cause of this issue?

Question 57easymultiple choice
Study the full virtualization explanation →

A cloud engineer is troubleshooting performance issues in a virtualized environment. Which of the following tools would BEST help identify CPU contention on a hypervisor?

Question 58easymultiple choice
Read the full Troubleshooting explanation →

A user reports that they cannot connect to a RDS database instance from their application. The security group for the RDS instance allows inbound traffic on port 3306 from the application server's security group. What should the administrator check NEXT?

Question 59mediummultiple choice
Read the full Troubleshooting explanation →

A cloud architect is designing a multi-tier application that must be resilient to the failure of an entire availability zone. Which of the following strategies BEST meets this requirement?

Question 60mediummultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting an application that is experiencing intermittent timeouts. The application runs on a cloud VM and connects to a cloud database. The administrator sees no errors in the application logs but notices high network latency during peak hours. Which of the following is the MOST likely cause?

Question 61mediummultiple choice
Read the full Troubleshooting explanation →

During a disaster recovery test, a cloud administrator discovers that the standby database in a different region is not synchronized with the primary. The primary database uses asynchronous replication. What is the MOST likely reason for the sync failure?

Question 62hardmultiple choice
Read the full Troubleshooting explanation →

A cloud administrator notices that a virtual machine is consuming excessive CPU resources with no apparent workload. Which of the following should the administrator investigate FIRST to determine the cause?

Question 63hardmultiple choice
Read the full Troubleshooting explanation →

A cloud engineer is troubleshooting a storage performance issue. The storage is backed by a SAN with a mix of SSD and HDD drives. Which of the following metrics would BEST indicate that the storage subsystem is the bottleneck?

Question 64hardmultiple choice
Read the full Troubleshooting explanation →

A company is deploying a critical application in the cloud and needs to ensure that it can automatically recover from an intent—a failure of an entire cloud provider region. Which of the following architectures should be implemented?

Question 65easymulti select
Study the full virtualization explanation →

A cloud administrator is investigating why a virtual machine is running slowly. The administrator checks the hypervisor performance metrics. Which TWO of the following metrics indicate CPU contention? (Choose TWO.)

Question 66mediummulti select
Read the full Troubleshooting explanation →

A cloud architect is designing a highly available web application. Which THREE of the following components should be configured in at least two availability zones? (Choose THREE.)

Question 67hardmulti select
Review the full routing breakdown →

A cloud administrator is troubleshooting a network connectivity issue between two VPCs connected via a VPC peering connection. The administrator has verified that the route tables are correct and that the security groups allow traffic. However, instances in VPC A cannot ping instances in VPC B. Which TWO of the following could be causing the issue? (Choose TWO.)

Question 68mediummultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is starting the nginx web server on a new cloud VM but it fails. According to the exhibit, what is the most likely cause of the failure?

Exhibit

Refer to the exhibit.

```
$ sudo systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2024-03-25 10:23:45 UTC; 1min 30s ago
  Process: 12345 ExecStart=/usr/sbin/nginx (code=exited, status=1/FAILURE)
 Main PID: 12345 (code=exited, status=1/FAILURE)
   CGroup: /system.slice/nginx.service

Mar 25 10:23:45 web01 systemd[1]: Starting nginx...
Mar 25 10:23:45 web01 nginx[12345]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
Mar 25 10:23:45 web01 nginx[12345]: nginx: [emerg] still could not bind()
```
Question 69hardmultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting why a newly launched VM did not complete its initialization. According to the exhibit, what is the most likely cause?

Network Topology
force-confold'option=Dpkg::Options::=force-unsafe-io'assume-yes'quiet'Refer to the exhibit.```$ cat /var/log/cloud-init-output.log...
Question 70hardmultiple choice
Review the full subnetting walkthrough →

A cloud administrator is troubleshooting why web-server-01 is not receiving traffic from an internet-facing load balancer. The load balancer is in the same VPC and subnet. According to the exhibit, what is the most likely reason?

Network Topology
$ aws ec2 describe-instancesregion us-east-1instance-ids i-0abcd1234efgh5678Refer to the exhibit.```"Reservations": ["Groups": [],"Instances": ["InstanceId": "i-0abcd1234efgh5678","ImageId": "ami-0abcdef1234567890","State": {"Code": 16,"Name": "running"},"PrivateIpAddress": "10.0.1.50","SecurityGroups": ["GroupName": "web-sg","GroupId": "sg-0a1b2c3d4e5f67890"],"SubnetId": "subnet-0a1b2c3d4e5f67890","VpcId": "vpc-0a1b2c3d4e5f67890","Tags": ["Key": "Name","Value": "web-server-01"
Question 71easymultiple choice
Review the full subnetting walkthrough →

A cloud user is unable to connect to a web server VM from the internet after a security group rule was modified. The VM is running and can be pinged from other VMs in the same subnet. What is the most likely cause?

Question 72mediummultiple choice
Read the full Troubleshooting explanation →

An administrator notices that a cloud-hosted database is experiencing high latency during peak usage. The CPU and memory utilization on the DB server are below 50%, but disk IOPS are consistently at the provisioned limit. What should the administrator check first?

Question 73hardmultiple choice
Read the full VPN explanation →

A hybrid cloud setup uses a site-to-site VPN between on-premises and a public cloud. Users report intermittent connectivity failures. Traceroutes show packets dropping after a specific hop. What is the most likely cause?

Question 74easymultiple choice
Study the full virtualization explanation →

A cloud administrator cannot deploy a new VM from a custom image. The deployment fails with an error stating 'Incompatible hypervisor version'. What is the most likely cause?

Question 75mediummultiple choice
Read the full Troubleshooting explanation →

A cloud load balancer is not distributing traffic evenly to backend servers. All servers pass health checks. Which of the following is the most likely cause?

Question 76hardmultiple choice
Read the full Troubleshooting explanation →

A cloud database cluster is experiencing replication lag. The primary node shows high write activity, and the replicas are on different availability zones. Which of the following is the most likely cause?

Question 77easymultiple choice
Read the full Troubleshooting explanation →

A cloud application returns HTTP 503 errors during high traffic. The application runs on VMs behind a load balancer. Which action is most likely to resolve the issue?

Question 78mediummultiple choice
Read the full Troubleshooting explanation →

An automated snapshot of a cloud VM is failing with the error 'Quota exceeded for resource snapshots'. What is the most likely cause?

Question 79hardmultiple choice
Read the full Troubleshooting explanation →

A cloud orchestration template fails to deploy resources with the error 'Resource limit exceeded'. The administrator has enough quota for all services. What is the most likely cause?

Question 80easymulti select
Read the full Troubleshooting explanation →

Which TWO are common causes of virtual machine performance degradation in a cloud environment?

Question 81mediummulti select
Read the full Troubleshooting explanation →

Which TWO steps should an administrator take to troubleshoot a cloud VM that fails to boot?

Question 82hardmulti select
Read the full Troubleshooting explanation →

Which THREE are common reasons why a cloud database instance may become unreachable?

Question 83mediummultiple choice
Read the full Troubleshooting explanation →

A KVM host has three VMs. The db-server VM is in a paused state. Which of the following is the most likely cause?

Network Topology
[root@kvm-host ~]# virsh listallRefer to the exhibit.Id Name State1 web-server running2 db-server paused3 app-server running
Question 84hardmultiple choice
Read the full Troubleshooting explanation →

A cloud instance fails to initialize. The cloud-init log shows the error above. Which of the following is the most likely cause?

Exhibit

Refer to the exhibit.

[cloud-init] Error: Failed to mount /dev/xvdb1 on /mnt: No such device
[cloud-init] Failed to mount /dev/xvdb1 on /mnt: No such device
[cloud-init] Instance initialization failed: mountall
Question 85hardmultiple choice
Read the full Troubleshooting explanation →

A company runs a critical e-commerce application on a private cloud using OpenStack. The application consists of web servers, application servers, and a MySQL database running on separate VMs. Recently, users have reported intermittent 502 Bad Gateway errors during peak hours. The operations team notices that the web server VMs show high CPU ready times and the application server VMs have increased network latency. Storage performance also shows high await times on the SSD-based Ceph cluster. The team suspects resource contention. Which of the following is the BEST course of action to diagnose and resolve the issue?

Question 86easymultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a performance issue where a web application experiences intermittent slowdowns. The application is deployed on a public cloud IaaS with auto-scaling. What should the administrator check first?

Question 87mediummultiple choice
Read the full Troubleshooting explanation →

A company migrated to a hybrid cloud and users report slow access to files stored in the cloud. The on-premises network is 100 Mbps. What troubleshooting step should be taken?

Question 88hardmultiple choice
Read the full Troubleshooting explanation →

After deploying a new application version, users get 503 errors. The application runs on Kubernetes in a private cloud. What is the most likely cause?

Question 89mediummulti select
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a connectivity issue between two VPCs in the same region. Which TWO actions should the administrator verify? (Choose two.)

Question 90hardmulti select
Read the full Troubleshooting explanation →

A company is experiencing high latency in their cloud-based database. The database is provisioned with SSD storage. Which THREE factors should the administrator investigate? (Choose three.)

Question 91easymultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is responsible for a multi-tier application hosted in a public cloud. The application consists of a web tier, application tier, and database tier. Recently, users have reported that the application is responding slowly during peak hours. The administrator checks the cloud monitoring dashboard and notices that the web tier instances are running at 90% CPU utilization, but the auto-scaling group has not triggered any scaling events. The scaling policy is set to scale out when average CPU exceeds 80% for 5 minutes. What should the administrator do to resolve this issue?

Question 92mediummultiple choice
Read the full Troubleshooting explanation →

An organization is using a hybrid cloud model with an on-premises data center connected to a public cloud via a dedicated Direct Connect circuit. Users on the corporate network report that access to cloud resources is intermittently failing. The cloud administrator pings the cloud gateway and sees packet loss. The on-premises network team confirms no issues on their side. The administrator reviews the cloud provider's status page and finds no outages. What should the administrator do next?

Question 93mediummultiple choice
Read the full Troubleshooting explanation →

A company recently migrated an application to the cloud. The application uses a load balancer in front of multiple EC2 instances. After the migration, users report that they occasionally receive 'Connection refused' errors. The administrator checks the load balancer health check logs and finds that some instances are marked unhealthy intermittently. The application's health check endpoint returns HTTP 200 when tested manually from the admin's workstation. What is the most likely cause?

Question 94hardmultiple choice
Read the full DNS explanation →

A global company runs a SaaS application in multiple cloud regions. They use DNS-based global load balancing to route users to the nearest region. Recently, users in Asia are experiencing high latency and timeouts. The administrator checks the health of the Asian region's resources and finds everything operational. Latency measurements from a monitoring tool show that traffic from Asian users is being routed to the European region. What should the administrator investigate first?

Question 95hardmultiple choice
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a database failover issue. The database is a managed service with a primary and standby replica in different availability zones. The application uses a read-write endpoint. During a recent maintenance event, the primary database failed over automatically, but the application experienced a 10-minute outage. The administrator checks the failover logs and sees that it completed within 2 minutes. What is the most likely cause of the extended outage?

Question 96easymultiple choice
Read the full Troubleshooting explanation →

A small business hosts a web application on a single cloud server. The server has 2 vCPUs and 4 GB RAM. Recently, the application crashes when the number of concurrent users exceeds 50. The administrator checks the system logs and finds out-of-memory (OOM) errors. What is the best course of action to resolve this issue without redesigning the application?

Question 97mediummulti select
Read the full Troubleshooting explanation →

A cloud administrator is troubleshooting a virtual machine that is experiencing high CPU utilization during peak hours. The VM runs a web application and is hosted on a public cloud platform. Which TWO steps should the administrator take first to diagnose the issue?

Question 98hardmultiple choice
Read the full Troubleshooting explanation →

A cloud administrator sees the output above when troubleshooting a virtual machine that is unresponsive. The VM is critical and must be restored quickly. What should the administrator do first?

Network Topology
[root@cloudhost ~]# virsh listallRefer to the exhibit.Id Name State5 web-app paused7 db-srv runningState: paused
Question 99easymultiple choice
Read the full VPN explanation →

A company uses a multi-cloud strategy with workloads on AWS and Azure. An application running on an Amazon EC2 instance in a VPC uses an Azure SQL Database as its backend via a site-to-site VPN. Recently, users reported intermittent timeouts when accessing the application. The EC2 instance passes health checks, and the VPN tunnel status shows as 'UP' from both sides. The application logs show 'Cannot open server 'azuresql.database.windows.net' requested by the login. The login failed.' Which of the following is the MOST likely cause of the issue?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

CV0-004 Practice Test 1 — 10 Questions→CV0-004 Practice Test 2 — 10 Questions→CV0-004 Practice Test 3 — 10 Questions→CV0-004 Practice Test 4 — 10 Questions→CV0-004 Practice Test 5 — 10 Questions→CV0-004 Practice Exam 1 — 20 Questions→CV0-004 Practice Exam 2 — 20 Questions→CV0-004 Practice Exam 3 — 20 Questions→CV0-004 Practice Exam 4 — 20 Questions→Free CV0-004 Practice Test 1 — 30 Questions→Free CV0-004 Practice Test 2 — 30 Questions→Free CV0-004 Practice Test 3 — 30 Questions→CV0-004 Practice Questions 1 — 50 Questions→CV0-004 Practice Questions 2 — 50 Questions→CV0-004 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Operations and SupportCloud Architecture and DesignSecurityDeploymentTroubleshooting

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Troubleshooting setsAll Troubleshooting questionsCV0-004 Practice Hub