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.

← Deployment practice sets

CV0-004 Deployment • Complete Question Bank

CV0-004 Deployment — All Questions With Answers

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

81
Questions
Free
No signup
Certifications/CV0-004/Practice Test/Deployment/All Questions
Question 1mediummultiple choice
Read the full Deployment explanation →

A company is deploying a new web application in a hybrid cloud environment. The application must be able to scale out automatically during peak usage and scale in during low usage. The deployment must also ensure that the application remains available if a single Availability Zone fails. Which deployment strategy should the architect recommend?

Question 2hardmultiple choice
Review the full subnetting walkthrough →

A cloud administrator is deploying a critical application that requires the lowest possible latency between compute instances. The instances will be running in a private subnet and must communicate with each other using their private IP addresses. Which of the following deployment configurations would best meet these requirements?

Question 3easymultiple choice
Study the full virtualization explanation →

An organization is migrating its on-premises virtualization environment to a public cloud. The current environment uses VMware vSphere with VM templates. The cloud provider supports importing VMs in OVF format. Which step should the cloud administrator take to prepare the VMs for migration?

Question 4mediummultiple choice
Read the full Deployment explanation →

A cloud engineer is deploying a containerized application using Kubernetes. The application consists of a frontend, a backend API, and a database. The engineer needs to ensure that the backend API can be reached by the frontend but not from outside the cluster. Which Kubernetes resource should the engineer use to expose the backend API?

Question 5hardmultiple choice
Read the full Deployment explanation →

A company is deploying a multi-tier application in a cloud environment. The application must comply with PCI DSS, which requires encryption of data at rest and in transit. The database tier must be isolated from direct internet access, while the web tier must be accessible from the internet. Which of the following deployment architectures best meets these requirements?

Question 6mediummulti select
Read the full Deployment explanation →

Which TWO of the following are valid considerations when deploying a virtual machine in a cloud environment? (Choose two.)

Question 7hardmulti select
Read the full Deployment explanation →

Which THREE of the following are best practices when deploying a cloud application using Infrastructure as Code (IaC)? (Choose three.)

Question 8mediummultiple choice
Read the full Deployment explanation →

A company is deploying a web application across multiple cloud regions for high availability. The application must maintain session state. Which deployment strategy should be used?

Question 9hardmultiple choice
Read the full Deployment explanation →

A cloud architect must design a deployment for a containerized microservices application. The requirements include automated scaling based on CPU utilization, rolling updates with zero downtime, and service discovery. Which orchestration feature should be used?

Question 10easymultiple choice
Read the full Deployment explanation →

A deployment of a new application version fails with a '503 Service Unavailable' error after a rolling update. The previous version was working. What is the most likely cause?

Question 11mediummultiple choice
Read the full Deployment explanation →

A cloud engineer needs to deploy a virtual machine with a specific configuration that includes a custom script to install software after boot. The deployment must be repeatable and version-controlled. Which approach should be used?

Question 12mediummulti select
Read the full Deployment explanation →

A cloud administrator is deploying a web application that must be highly available across two availability zones. The deployment includes an application load balancer and multiple EC2 instances. Which TWO configurations are required to meet the high availability requirement?

Question 13hardmultiple choice
Read the full Deployment explanation →

A DevOps engineer runs a rollout status command for a Kubernetes deployment and receives the error shown. The deployment specification includes a rolling update strategy with maxSurge=25% and maxUnavailable=25%. What is the most likely cause of the failure?

Exhibit

Refer to the exhibit.

```bash
$ kubectl rollout status deployment/myapp
Waiting for deployment "myapp" rollout to finish: 0 of 3 updated replicas are available...
Error: deployment "myapp" exceeded its progress deadline
```
Question 14hardmultiple choice
Review the full subnetting walkthrough →

A company has a hybrid cloud environment with on-premises servers and AWS. They deploy a new application using AWS Elastic Beanstalk with a load balancer and auto scaling group. The application is a Node.js API that connects to an RDS MySQL database. After deployment, users report that the API returns a '500 Internal Server Error' intermittently. The application logs show 'ETIMEDOUT' errors when connecting to the database. The database is deployed in a private subnet with a security group that allows inbound traffic from the Elastic Beanstalk environment's security group. The database connection string uses the RDS endpoint. The same application works perfectly when deployed on-premises. What is the most likely cause?

Question 15mediummultiple choice
Read the full NAT/PAT explanation →

A financial services company is deploying a PCI-DSS compliant workload in a public cloud. The deployment must include a web application (port 443) and a database (port 3306). The security requirements mandate that the web application is internet-facing, but the database must be in a private subnet with no direct internet access. The cloud administrator creates two VPCs: one for the web tier and one for the database tier. The web tier is deployed in VPC-A with a public subnet and an internet gateway. The database tier is deployed in VPC-B with a private subnet and a NAT gateway for outbound updates. The administrator configures VPC peering between VPC-A and VPC-B, and updates route tables accordingly. The web application can connect to the database, but the database cannot initiate outbound connections to the internet for updates. What is the most likely issue?

Question 16mediummultiple choice
Read the full Deployment explanation →

A company is deploying a new web application in a hybrid cloud environment. The application must be highly available and able to handle traffic spikes. The cloud team decides to use an auto-scaling group across multiple availability zones with a load balancer. Which additional step should the team take to ensure session persistence during scaling events?

Question 17hardmulti select
Read the full Deployment explanation →

A cloud architect is designing a deployment for a multi-tier application that must meet compliance requirements for data residency. The application consists of a web tier, application tier, and database tier. Which TWO deployment strategies should the architect consider to ensure data remains in a specific geographic region while maintaining high availability?

Question 18mediumdrag order
Read the full VPN explanation →

Arrange the steps to configure a VPN connection between an on-premises network and a cloud VPC.

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 19mediumdrag order
Read the full Deployment explanation →

Arrange the steps to implement a cloud security group that allows only specific IPs to access an application.

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 20mediummatching
Read the full Deployment explanation →

Match each networking concept to its definition.

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

Concepts
Matches

Isolated private network in the cloud

Logical subdivision of a VPC

Enables private instances to access internet

Secure tunnel over public internet

Distributed network for content delivery

Question 21mediummatching
Read the full Deployment explanation →

Match each high-availability concept to its description.

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

Concepts
Matches

Distribute traffic across multiple servers

Isolated location within a region

One node active, one standby

All nodes serve traffic simultaneously

Question 22easymultiple choice
Read the full Deployment explanation →

A company needs to deploy a web application quickly and reliably. Which approach is best?

Question 23mediummultiple choice
Read the full Deployment explanation →

A deployment fails with a message about missing dependencies. What should the administrator check first?

Question 24hardmultiple choice
Read the full Deployment explanation →

A company is deploying a microservices architecture that must scale dynamically based on traffic. Which technology should be used?

Question 25easymultiple choice
Read the full Deployment explanation →

An organization wants to migrate its on-premises virtual machines to the cloud with minimal changes. Which deployment model is most appropriate?

Question 26mediummultiple choice
Read the full Deployment explanation →

During a deployment using a script, an administrator receives a 'Permission Denied' error. What is the most likely cause?

Question 27hardmultiple choice
Read the full Deployment explanation →

A company is deploying a multi-tier application with web servers and a database. Which architecture ensures high availability?

Question 28easymultiple choice
Read the full Deployment explanation →

What is the primary benefit of using Infrastructure as Code (IaC)?

Question 29mediummultiple choice
Read the full Deployment explanation →

A containerized application deployment fails with an 'ImagePullBackOff' error. What should the administrator verify?

Question 30hardmultiple choice
Read the full Deployment explanation →

Which deployment strategy minimizes risk by gradually shifting a small percentage of traffic to a new version before full rollout?

Question 31mediummulti select
Read the full Deployment explanation →

Which TWO factors should be considered when choosing a cloud deployment model (public, private, hybrid)? (Select TWO.)

Question 32hardmulti select
Read the full Deployment explanation →

Which THREE are common tasks in a CI/CD pipeline? (Select THREE.)

Question 33easymulti select
Read the full Deployment explanation →

Which TWO are advantages of using containers over virtual machines? (Select TWO.)

Question 34mediummultiple choice
Read the full Deployment explanation →

A cloud architect is designing a deployment strategy for a web application that must handle unpredictable traffic spikes. The application runs in containers on a Kubernetes cluster. The architect wants to minimize costs while ensuring that the cluster can scale out rapidly during spikes. Which deployment strategy best meets these requirements?

Question 35hardmultiple choice
Read the full Deployment explanation →

A company is migrating its on-premises application to a public cloud. The application requires low-latency access to a legacy database that cannot be moved to the cloud. The cloud deployment must use a hybrid architecture. Which network connectivity solution should the cloud architect recommend to minimize latency and provide secure, reliable communication?

Question 36easymultiple choice
Read the full Deployment explanation →

An organization is deploying a new application using Infrastructure as Code (IaC) with Terraform. The development team needs to ensure that the same configuration is applied consistently across development, staging, and production environments. What is the best practice for managing these Terraform configurations?

Question 37mediummultiple choice
Read the full Deployment explanation →

A cloud administrator is deploying a virtual machine (VM) in a public cloud and must ensure that the VM can be recovered quickly in case of failure. The administrator configures the VM to use a managed disk. What additional deployment step should be taken to meet the recovery objective with minimal cost?

Question 38hardmultiple choice
Read the full Deployment explanation →

A company is using AWS CloudFormation to deploy a multi-tier application. The stack includes an Auto Scaling group and an Application Load Balancer. The operations team reports that deployments are failing because the new instances are not passing health checks. Which CloudFormation template attribute should be modified to ensure that the stack update rolls back automatically if the health check fails?

Question 39mediummultiple choice
Read the full Deployment explanation →

A cloud engineer is deploying a serverless application using AWS Lambda. The application processes files uploaded to an S3 bucket. To minimize cold start latency, which deployment configuration should the engineer use?

Question 40easymultiple choice
Read the full Deployment explanation →

After deploying a new cloud application, users report that they cannot connect to the application. The cloud administrator checks the security group rules and finds that the inbound rule for HTTP traffic is missing. What is the best practice to prevent this issue in future deployments?

Question 41hardmultiple choice
Read the full Deployment explanation →

A company is deploying a containerized microservices architecture on Azure Kubernetes Service (AKS). The security team requires that all container images are scanned for vulnerabilities before deployment. Which deployment approach should the DevOps team implement to ensure only approved images are used?

Question 42easymultiple choice
Read the full Deployment explanation →

A cloud administrator needs to deploy a new application that requires a static IP address. The administrator is using a cloud provider that allows the reservation of elastic IP addresses. Which deployment step should be taken to ensure the IP address is not lost when the resource is stopped?

Question 43mediummulti select
Read the full Ansible explanation →

Which TWO of the following are advantages of using a configuration management tool (e.g., Ansible, Chef, Puppet) in cloud deployments? (Choose two.)

Question 44mediummulti select
Read the full Deployment explanation →

Which THREE of the following are best practices for deploying applications in a cloud environment? (Choose three.)

Question 45hardmulti select
Read the full Deployment explanation →

Which THREE of the following are valid considerations when selecting a cloud deployment model (public, private, hybrid)? (Choose three.)

Question 46mediummultiple choice
Read the full Deployment explanation →

A cloud administrator is debugging a failed CloudFormation stack creation. The exhibit shows the stack events. What is the most likely cause of the failure?

Network Topology
$ aws cloudformation describe-stack-eventsstack-name WebAppRefer to the exhibit.```"StackEvents": ["StackId": "arn:aws:cloudformation:us-east-1:123456789012:stack/WebApp/...","EventId": "Event-1","StackName": "WebApp","LogicalResourceId": "WebApp","PhysicalResourceId": "arn:aws:cloudformation:us-east-1:123456789012:stack/WebApp/...","ResourceType": "AWS::CloudFormation::Stack","Timestamp": "2023-03-01T12:00:00.000Z","ResourceStatus": "CREATE_IN_PROGRESS","ResourceProperties": "..."},"LogicalResourceId": "WebServerInstance","ResourceType": "AWS::EC2::Instance","ResourceStatus": "CREATE_FAILED",Status Code: 400Error Code: InvalidGroup.NotFound)","Timestamp": "2023-03-01T12:05:00.000Z"
Question 47hardmultiple choice
Read the full Deployment explanation →

A DevOps engineer is deploying an application on Kubernetes. The exhibit shows the status of pods and a describe output. The frontend pod is stuck in Pending state. Which action should the engineer take to resolve the issue?

Exhibit

Refer to the exhibit.

```
$ kubectl get pods -n production
NAME                      READY   STATUS    RESTARTS   AGE
frontend-5d8f4d9c7-cm2xr   0/1     Pending   0          10m
backend-6b9f7d5e4-lp9qz    1/1     Running   0          15m
$ kubectl describe pod frontend-5d8f4d9c7-cm2xr -n production
...
Events:
  Type     Reason            Age   From               Message
  ----     ------            ----  ----               -------
  Warning  FailedScheduling  10m   default-scheduler  0/3 nodes are available: 1 Insufficient cpu, 2 Insufficient memory.
```
Question 48easymultiple choice
Read the full Deployment explanation →

A cloud engineer is reviewing a Terraform configuration for deploying a web server. The instance is created successfully, but the web server does not start. What is the most likely cause?

Exhibit

Refer to the exhibit.

```
resource "aws_instance" "web" {
  ami           = "ami-0abcdef1234567890"
  instance_type = "t2.micro"
  subnet_id     = "subnet-abc123"
  vpc_security_group_ids = ["sg-12345678"]
  user_data     = <<-EOF
                  #!/bin/bash
                  yum install -y httpd
                  systemctl start httpd
                  EOF
}
```
Question 49mediummultiple choice
Read the full Deployment explanation →

A company wants to migrate its existing on-premises web application to the cloud to reduce operational overhead. The application runs on a custom Linux distribution with specific kernel modules. Which cloud deployment model would best minimize the need to refactor the application while still reducing maintenance of the underlying infrastructure?

Question 50easymultiple choice
Read the full Deployment explanation →

Users are unable to load a web page on a newly deployed web server. The security group for the server allows inbound HTTP from 0.0.0.0/0. The web service is running and listening on port 80. Which of the following is the MOST likely cause?

Question 51hardmultiple choice
Read the full Deployment explanation →

An organization is migrating a legacy monolithic application to the cloud using a re-platform approach (lift and shift with minimal changes). After migration, performance is worse than on-premises. Which of the following is the BEST next step to improve performance without significant application changes?

Question 52mediummultiple choice
Read the full Deployment explanation →

A company is deploying a cloud-based application that requires consistent, low-latency access to shared database files. Which storage option should be used for the database files?

Question 53easymultiple choice
Read the full Deployment explanation →

During a cloud deployment, a virtual machine is created from a custom image. After boot, the VM is not accessible via SSH. Which of the following should the administrator check FIRST?

Question 54hardmultiple choice
Read the full Deployment explanation →

A Kubernetes StatefulSet is deployed to run a database. The pods are stuck in pending state. The administrator checks and finds that the PersistentVolumeClaim is not bound to any PersistentVolume. Which of the following is the MOST likely cause?

Question 55mediummultiple choice
Read the full Deployment explanation →

A cloud architect is designing an auto-scaling policy for a web application that experiences predictable traffic spikes every weekday morning from 8 to 10 AM. The application runs on a group of virtual machines behind a load balancer. Which scaling approach is MOST cost-effective while ensuring performance during the spike?

Question 56easymultiple choice
Read the full NAT/PAT explanation →

A startup wants to develop a new web application with minimal upfront infrastructure management. They want to focus on writing code and not worry about operating system patches or scaling servers. Which cloud service model is MOST appropriate?

Question 57hardmultiple choice
Read the full Deployment explanation →

An e-commerce company is deploying a disaster recovery solution across two cloud regions. The primary region runs the production workload. The recovery region should have a fully provisioned environment that can take over immediately in case of a failure. Which deployment strategy BEST meets this requirement while minimizing costs?

Question 58mediummulti select
Read the full Deployment explanation →

A company is considering a multi-cloud deployment to avoid vendor lock-in. Which TWO factors should they consider? (Select TWO.)

Question 59hardmulti select
Read the full Deployment explanation →

A DevOps team is implementing an automated deployment pipeline for a cloud application. Which THREE steps are essential components of a continuous delivery pipeline? (Select THREE.)

Question 60easymulti select
Read the full Deployment explanation →

A hybrid cloud deployment connects an on-premises data center to a public cloud. Which TWO components are typically required to establish this connectivity? (Select TWO.)

Question 61mediummultiple choice
Read the full Deployment explanation →

Refer to the exhibit. A cloud administrator launched a CloudFormation stack to deploy an EC2 instance, but the stack is rolling back. What is the MOST likely cause?

Exhibit

StackStatus: "ROLLBACK_IN_PROGRESS"
StackEvents:
  - ResourceStatus: "CREATE_FAILED"
    ResourceType: "AWS::EC2::Instance"
    ResourceStatusReason: "Value of property ImageId is invalid. Please use a valid AMI."
Question 62hardmultiple choice
Read the full Deployment explanation →

Refer to the exhibit. A developer is trying to upload an object to S3 bucket 'example-bucket' using the IAM policy shown. The upload fails with an AccessDenied error. Which of the following is the MOST likely reason?

Exhibit

IAM Policy:
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:PutObject",
      "Resource": "arn:aws:s3:::example-bucket/*",
      "Condition": {
        "StringEquals": {
          "s3:x-amz-server-side-encryption": "AES256"
        }
      }
    }
  ]
}

Bucket Policy:
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Deny",
      "Principal": "*",
      "Action": "s3:PutObject",
      "Resource": "arn:aws:s3:::example-bucket/*",
      "Condition": {
        "StringNotEquals": {
          "s3:x-amz-server-side-encryption": "aws:kms"
        }
      }
    }
  ]
}
Question 63mediummultiple choice
Read the full Deployment explanation →

Refer to the exhibit. After deploying a new version of the application, users report that some requests fail intermittently. The administrator checks the load balancer configuration and health checks, and both servers are marked as healthy. Which of the following is the MOST likely cause of the intermittent failures?

Exhibit

frontend web_frontend
   bind *:80
   default_backend web_servers

backend web_servers
   balance roundrobin
   server web1 10.0.1.10:80 check
   server web2 10.0.1.11:80 check

Health check configuration (excerpt):
   option httpchk GET /health
   http-check expect status 200
Question 64easymultiple choice
Read the full Deployment explanation →

A company wants to move its on-premises web application to the cloud with minimal code changes to reduce risk. Which deployment strategy is most appropriate?

Question 65mediummultiple choice
Read the full Deployment explanation →

A DevOps team sets up a CI/CD pipeline for a containerized application on Kubernetes. They want to test a new version with a small subset of users before full rollout. Which deployment method should they use?

Question 66hardmultiple choice
Read the full Deployment explanation →

A company is migrating a legacy database that relies on a specific hardware security module (HSM) that cannot be moved to the cloud. The application must continue to function with minimal redevelopment. Which migration strategy is most appropriate?

Question 67easymultiple choice
Read the full Deployment explanation →

A small business plans to migrate its on-premises infrastructure to the cloud to reduce capital expenditure. They have a limited IT team and want to minimize management overhead. Which cloud deployment model should they choose?

Question 68mediummultiple choice
Read the full Deployment explanation →

A company is deploying a stateful application that requires persistent storage. They are using Kubernetes. Which resource should they create to ensure data persists across pod restarts?

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

An organization is adopting Infrastructure as Code (IaC) for their cloud deployments. They need to ensure that the configuration files are version-controlled and changes are audited. Which combination of tools should they use?

Question 70easymulti select
Read the full NAT/PAT explanation →

A company is planning to migrate a legacy application to the cloud. They want to leverage cloud-native features while minimizing code changes. Which TWO migration strategies should they consider?

Question 71mediummulti select
Read the full Deployment explanation →

A cloud architect is designing a deployment pipeline for a multi-tier application. The team wants to automate testing and deployment while ensuring that only healthy code reaches production. Which TWO practices should they implement?

Question 72hardmulti select
Read the full Deployment explanation →

A large enterprise is migrating multiple applications to the cloud. They need to ensure compliance with industry regulations and maintain security during the transition. Which THREE best practices should they follow?

Question 73easymultiple choice
Read the full Deployment explanation →

A company recently migrated its on-premises e-commerce application to a public cloud using lift-and-shift. After the migration, users report that the application is slower than before. The application consists of a web server, an application server, and a database server, all deployed on separate virtual machines. The cloud architecture uses the same instance sizes as the on-premises servers. The cloud administrator notices that the database server's disk I/O latency is higher than expected. What is the most likely cause of the performance degradation?

Question 74mediummultiple choice
Read the full Deployment explanation →

A company is deploying a containerized application using Kubernetes on a public cloud. The development team has created a Docker image and pushed it to a private container registry. The deployment YAML points to the registry. However, when the deployment is applied, the pods fail to start with an 'ImagePullBackOff' error. The cloud administrator verifies that the registry is reachable from the cluster nodes and that the image exists. What is the most likely reason for the failure?

Question 75hardmultiple choice
Read the full VPN explanation →

A financial services company is migrating a critical application to a hybrid cloud environment. The application must maintain sub-millisecond latency between the front-end and back-end components. The on-premises data center is located in New York, and the cloud region chosen is AWS us-east-1. The network team has established a dedicated AWS Direct Connect connection. After deploying the application, latency tests show 2 ms on average, which is acceptable. However, during peak hours, latency spikes to 10 ms. The cloud administrator suspects that the spike is due to increased traffic going over the VPN backup link instead of Direct Connect. What should the administrator do to resolve the issue?

Question 76easymultiple choice
Read the full Deployment explanation →

A startup is deploying its web application in the cloud using an auto-scaling group. The application experiences variable traffic, with spikes during business hours. The team has configured the auto-scaling group to scale out when CPU utilization exceeds 70% and scale in when it drops below 30%. However, during a sudden spike, the new instances take over 5 minutes to become healthy, causing slow response times. What should the team do to improve responsiveness?

Question 77mediummultiple choice
Read the full Deployment explanation →

A company is migrating a legacy application to the cloud using a replatforming strategy. The application uses a proprietary logging framework that writes logs to local disk. The cloud architecture uses ephemeral storage for the application servers. The operations team notices that logs are lost when servers are replaced during auto-scaling events. What is the best solution to ensure logs are preserved?

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

A multinational corporation is deploying a new application across multiple cloud regions for disaster recovery. The application requires consistent low latency for users globally. The architect decides to use a content delivery network (CDN) for static assets and a global load balancer for API traffic. After deployment, some users in Asia report occasional timeouts when accessing the API. The API servers are deployed in the US East and Europe regions. The load balancer is configured with latency-based routing. What is the most likely cause of the timeouts?

Question 79mediummulti select
Read the full Deployment explanation →

A cloud architect is evaluating deployment strategies for a microservices application that requires high availability and minimal downtime during updates. Which TWO deployment methods should the architect consider?

Question 80hardmultiple choice
Review the full subnetting walkthrough →

After reviewing the Terraform plan, a cloud administrator notices that the instance will be created with a public IP address. However, the company policy requires that all instances in this subnet remain private. What should the administrator do to meet the policy before applying the plan?

Exhibit

Refer to the exhibit.

```
$ terraform plan
...
  # aws_instance.web will be created
  + resource "aws_instance" "web" {
      + ami                          = "ami-0c55b159cbfafe1f0"
      + instance_type                = "t2.micro"
      + subnet_id                    = "subnet-06e3d2f8a8b9c1234"
      + vpc_security_group_ids       = [
          + "sg-0123456789abcdef0",
        ]
      + associate_public_ip_address  = true
      + user_data                    = <<-EOT
          #!/bin/bash
          apt-get update
          apt-get install -y nginx
          systemctl enable nginx
          EOT
      + tags                          = {
          + "Name" = "web-server"
        }
    }

Plan: 1 to add, 0 to change, 0 to destroy.
```
Question 81easymultiple choice
Study the full ACL explanation →

A company is migrating its on-premises e-commerce application to a public cloud provider. The application consists of a web tier, an application tier, and a database tier. The cloud architect has designed a three-tier architecture using virtual machines (VMs) in a virtual private cloud (VPC). During the deployment, the web servers are placed in a public subnet, the application servers in a private subnet, and the database servers in a separate private subnet. All security groups and network ACLs have been configured to allow the required traffic. After deploying the application, the operations team reports that the web servers cannot communicate with the application servers. The web servers are able to reach the internet, and the application servers can be reached from the operations team's management bastion host. 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 Deployment setsAll Deployment questionsCV0-004 Practice Hub