DON'T WANT TO MISS A THING?

Certification Exam Passing Tips

Latest exam news and discount info

Curated and up-to-date by our experts

Yes, send me the newsletter

Free CompTIA CV0-004 Practice Questions & Answers 2026 Part1 | CompTIA Cloud+

Are you preparing for the CompTIA CV0-004 certification exam? SPOTO offers the CompTIA CV0-004 Premium File; all questions are aligned with the latest exam content and come with expert-provided answers. Our question banks cover the latest question types, core concepts, and detailed explanations, helping you familiarize yourself with the exam format and difficulty level. Whether you are reviewing core concepts or simulating a real exam environment, these resources will rapidly boost your confidence and readiness.
For over two decades, SPOTO has successfully helped numerous IT professionals secure their ideal positions at Fortune 500 companies. Download now to start practicing efficiently and ensure a high score on the actual exam. Don't miss this opportunity to pass your certification exam with ease!
Take other online exams

Question #1
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
A. Usability testing
B. Regression testing
C. Vulnerability testing
D. Penetration testing
View answer
Correct Answer: B
Question #2
A cloud solutions architect is designing a VM-based solution that requires reducing the cost as much as possible.Which of the following solutions will best satisfy this requirement?
A. Using ephemeral storage on replicated VMs
B. Creating Spot VMs in one availability zone
C. Spreading the VMs across different regions
D. Using provisioned IOPS storage
View answer
Correct Answer: B
Question #3
A cloud engineer is designing a cloud-native, three-tier application. The engineer must adhere to the following security best practices:· Minimal services should run on all layers of the stack.· The solution should be vendor agnostic.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
View answer
Correct Answer: B
Question #4
A cloud engineer is designing a cloud-native, three-tier application. The engineer must adhere to the following security best practices:· Minimal services should run on all layers of the stack.· The solution should be vendor agnostic.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
View answer
Correct Answer: B
Question #5
A cloud administrator is working on the deployment of an e-commerce website. The administrator evaluates the scaling methods to be implemented when seasonal or flash sales are launched. Which of the following scaling approaches should the administrator use to best manage this scenario?
A. Scheduled
B. Load
C. Event
D. Trending
View answer
Correct Answer: B
Question #6
To save on licensing costs, the on-premises, IaaS-hosted databases need to be migrated to a public DBaaS solution. Which of the following would be the BEST technique?
A. Live migration
B. Physical-to-virtual
C. Storage-level mirroring
D. Database replication
View answer
Correct Answer: D
Question #7
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
View answer
Correct Answer: C
Question #8
A cloud networking engineer is troubleshooting the corporate office's network configuration. Employees in the IT and operations departments are unable to resolve IP addresses on all devices, and the IT department cannot establish a connection to other departments' subnets. The engineer identifies the following configuration currently in place to support the office network:Each employee needs to connect to the network with a maximum of three hosts. Each subnet must be segregated, but the IT department must have the ability to communicate with all subnets.Which of the following meet the IP addressing and routing requirements? (Select two).
A. Modifying the subnet mask to 255 255 254
B. Configuring static routing to allow access from each subnet to 10
C. Modifying the BYOD policy to reduce the volume of devices that are allowed to connect to the corporate network
D. Configuring static routing to allow access from 10
E. Combining the subnets and increasing the allocation of IP addresses available to support three hosts for each employee
F. Modifying the subnet mask to 255
View answer
Correct Answer: DF
Question #9
A cloud engineer is provisioning a new application that requires access to the organization's public cloud resources.Which of the following is the best way for the cloud engineer to authenticate the application?
A. Access key
B. API
C. MFA token
D. Username and Password
View answer
Correct Answer: A
Question #10
Which of the following application migration strategies will best suit a customer who wants to move a simple web application from an on-premises server to the cloud?
A. Rehost
B. Rearchitect
C. Refactor
D. Retain
E. Reveal Answer
View answer
Correct Answer: A
Question #11
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
View answer
Correct Answer: B
Question #12
A vendor is installing a new retail store management application for a customer. The application license ensures software costs are low when the application is not being used, but costs go up when use is higher. Which of the following licensing models is MOST likely being used?
A. Socket-based
B. Core-based
C. Subscription
D. Volume-based
View answer
Correct Answer: C
Question #13
A cloud engineer is designing a cloud-native, three-tier application. The engineer must adhere to the following security best practices:· Minimal services should run on all layers of the stack.· The solution should be vendor agnostic.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
View answer
Correct Answer: B
Question #14
A technician receives an email from a vendor who is requesting payment of an invoice for human resources services. The email contains a request for bank account numbers.Which of the following types of attacks does this behavior most likely indicate?
A. MaIware
B. Cryptojacking
C. Ransomware
D. Phishing
View answer
Correct Answer: D
Question #15
Developers want to speed up application deployment across multiple environments. Which DevOps practices should they implement?
A. Continuous delivery and automated testing
B. Manual configuration and testing
C. Enabling public repositories for all artifacts
D. Logging and manual scaling
View answer
Correct Answer: A
Question #16
A developer is testing code that will be used to deploy a web farm in a public cloud. The main code block is a function to create a load balancer and a loop to create 1.000 web servers, as shown below:The developer runs the code against the company's cloud account and observes that the load balancer is successfully created, but only 100 web servers have been created.Which of the following should the developer do to fix this issue?
A. Request an increase of Instance quota
B. Run the code multiple times until all servers are created
C. Check the my_web_server () function to ensure it is using the right credentials
D. Place the my_load_balancer () function after the loop
View answer
Correct Answer: A
Question #17
A software engineer needs to transfer data over the internet using programmatic access while also being able to query the data. Which of the following will best help the engineer to complete this task?
A. SQL
B. Web sockets
C. RPC
D. GraphQL
View answer
Correct Answer: D
Question #18
A cross-site request forgery vulnerability exploited a web application that was hosted in a public laaS network. A security engineer determined that deploying a WAF in blocking mode at a CDN would prevent the application from being exploited again. However, a week after implementing the WAF, the application was exploited again.Which of the following should the security engineer do to make the WAF control effective?
A. Configure the DDoS protection on the CDN
B. Install endpoint protection software on the VMs
C. Add an ACL to the VM subnet
D. Deploy an IDS on the laaS network
View answer
Correct Answer: C
Question #19
In DevOps workflows, ________ ensures infrastructure provisioning is repeatable and consistent.
A. Manual deployment
B. Artifact management
C. Continuous delivery
D. Infrastructure as Code (IaC)
View answer
Correct Answer: D
Question #20
A VDI administrator has received reports of poor application performance. Which of the following should the administrator troubleshoot FIRST?
A. The network environment
B. Container resources
C. Client devices
D. Server resources
View answer
Correct Answer: D
Question #21
An organization suffered a critical failure of its primary datacenter and made the decision to switch to the DR site. After one week of using the DR site, the primary datacenter is now ready to resume operations.Which of the following is the MOST efficient way to bring the block storage in the primary datacenter up to date with the DR site?
A. Set up replication
B. Copy the data across both sites
C. Restore incremental backups
D. Restore full backups
View answer
Correct Answer: A
Question #22
Which of the following migration types is best to use when migrating a highly available application, which is normally hosted on a local VM cluster, for usage with an external user population? When migrating a highly available application normally hosted on a local VM cluster for usage with an external user population, the best migration type would be on-premises to cloud. This allows the application to leverage the cloud's scalability and reach, providing better access to the external users. References: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Migration
A. Cloud to on-premises
B. Cloud to cloud
C. On-premises to cloud
D. On-premises to on-premises
View answer
Correct Answer: C
Question #23
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
View answer
Correct Answer: C
Question #24
An administrator needs to provide a backup solution for a cloud infrastructure that enables the resources to run from another data center in case of a outage. Connectivity to the backup data center is via a third-party, untrusted network.
A. Deduplication
B. Replication
C. Compression
D. Encryption
E. Labeling
View answer
Correct Answer: D
Question #25
A company wants to optimize cloud resources and lower the overhead caused by managing multiple operating systems.Which of the following compute resources would be best to help to achieve this goal?
A. VM
B. Containers
C. Remote desktops
D. Bare-metal servers
View answer
Correct Answer: B
Question #26
A cloud administrator has finished setting up an application that will use RDP to connect. During testing, users experience a connection timeout error. Which of the following will MOST likely solve the issue?
A. Checking user passwords
B. Configuring QoS rules
C. Enforcing TLS authentication
D. Opening TCP port 3389
View answer
Correct Answer: D
Question #27
To ensure high availability, organizations often use _________ to replicate data across multiple locations.
A. Replication policies
B. Data encryption
C. Differential backups
D. Manual scaling
View answer
Correct Answer: A
Question #28
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
View answer
Correct Answer: C
Question #29
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
View answer
Correct Answer: B
Question #30
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
View answer
Correct Answer: C
Question #31
A company that utilizes an IaaS service provider has contracted with a vendor to perform a penetration test on its environment. The vendor is able to exploit the virtualization layer and obtain access to other instances within the cloud provider's environment that do not belong to the company. Which of the following BEST describes this attack?
A. VM escape
B. Directory traversal
C. Buffer overflow
D. Heap spraying
View answer
Correct Answer: A
Question #32
To save on licensing costs, the on-premises, IaaS-hosted databases need to be migrated to a public DBaaS solution. Which of the following would be the BEST technique?
A. Live migration
B. Physical-to-virtual
C. Storage-level mirroring
D. Database replication
View answer
Correct Answer: D
Question #33
A cloud administrator is reviewing the annual contracts for all hosted solutions. Upon review of the contract for the hosted mail solution, the administrator notes the monthly subscription rate has increased every year. The provider has been in place for ten years, and there is a large amount of data being hosted. Which of the following is a barrier to switching providers?
A. Service-level agreement
B. Vendor lock-in
C. Memorandum of understanding
D. Encrypted data
View answer
Correct Answer: B
Question #34
An engineer made a change to an application and needs to select a deployment strategy that meets the following requirements • Is simple and fast • Can be performed on two Identical platforms Which of the following strategies should the engineer use?
A. Blue - green
B. Canary
C. Rolling
D. in - place
View answer
Correct Answer: A
Question #35
Which of the following would be the BEST option for discussion of what individuals should do in an incident response or disaster recovery scenario?
A. A business continuity plan
B. Incident response/disaster recovery documentation
C. A tabletop exercise
D. A root cause analysis
View answer
Correct Answer: C
Question #36
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
A. Usability testing
B. Regression testing
C. Vulnerability testing
D. Penetration testing
View answer
Correct Answer: B
Question #37
An organization's web server farm, which is hosted in the cloud with DNS load balancing, is experiencing a spike in network traffic. This has caused an outage of the organization's web server infrastructure. Which of the following should be implemented to prevent this in the future as a mitigation method?
A. Enable DLP
B. Configure microsegmentation
C. Enable DNSSE
D. Deploy a vADC appliance
View answer
Correct Answer: D
Question #38
Cloud bursting refers to using a _________ to meet additional capacity during peak demand.
A. Dedicated private cloud
B. Hybrid cloud
C. Multi-cloud strategy
D. CDN
View answer
Correct Answer: B
Question #39
A company is concerned about the security of its data repository that contains customer PII. A systems administrator is asked to deploy a security control that will prevent the exfiltration of such data. Which of the following should the systems administrator implement?
A. DLP
B. WAF
C. FIM
D. ADC
View answer
Correct Answer: A
Question #40
A manager wants information about which users signed in to a certain VM during the past month.Which of the following can the cloud administrator use to obtain this information?
A. Retention
B. Alerting
C. Aggregation
D. Collection
View answer
Correct Answer: D
Question #41
A software engineer at a cybersecurity company wants to access the cloud environment. Per company policy, the cloud environment should not be directly accessible via the internet. Which of the following options best describes how the software engineer can access the cloud resources?
A. SSH
B. Bastion host
C. Token-based access
D. Web portal
E. Reveal Answer
View answer
Correct Answer: B
Question #42
A cloud engineer is designing a cloud-native, three-tier application. The engineer must adhere to the following security best practices:· Minimal services should run on all layers of the stack.· The solution should be vendor agnostic.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
View answer
Correct Answer: B
Question #43
A developer is sending requests to a SaaS application. The developer becomes unable to send more requests after sending a number of them, but other developers can still send requests.
A. Partial outage
B. API throttling
C. Rate limiting
D. Service quota
View answer
Correct Answer: C
Question #44
A cross-site request forgery vulnerability exploited a web application that was hosted in a public laaS network. A security engineer determined that deploying a WAF in blocking mode at a CDN would prevent the application from being exploited again. However, a week after implementing the WAF, the application was exploited again. Which of the following should the security engineer do to make the WAF control effective?
A. dd an ACL to the VM subnet
B. nstall endpoint protection software on the VMs
C. onfigure the DDoS protection on the CDN
D. eploy an IDS on the laaS network
View answer
Correct Answer: A
Question #45
An engineer made a change to an application and needs to select a deployment strategy that meets the following requirements:· Is simple and fast· Can be performed on two Identical platformsWhich of the following strategies should the engineer use?
A. Blue-green
B. Canary
C. Rolling
D. in-place
View answer
Correct Answer: A
Question #46
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
View answer
Correct Answer: B
Question #47
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
A. Usability testing
B. Regression testing
C. Vulnerability testing
D. Penetration testing
View answer
Correct Answer: B
Question #48
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
View answer
Correct Answer: B
Question #49
An engineer wants lo scale several cloud workloads on demand. Which of the following approachesis the most suitable?
A. oad
B. cheduled
C. anual
D. rending
View answer
Correct Answer: A
Question #50
Some VMs that are hosted on a dedicated host server have each been allocated with 32GB of memory. Some of VMs are not utilizing more than 30% of the allocation. Which of the following should be enabled to optimize the memory utilization?
A. Auto-scaling of compute
B. Oversubscription
C. Dynamic memory allocations on guests
D. Affinity rules in the hypervisor
View answer
Correct Answer: C
Question #51
A social networking company operates globally. Some users from Brazil and Argentina are reporting the following error: website address was not found.Which of the following is the most likely cause of this outage?
A. Client DNS misconfigutation
B. Regional DNS provider outage
C. DNS server misconfiguration
D. DNS propagation issues
View answer
Correct Answer: B
Question #52
Which of the following should be used on containers to process data and keep the output in files for later review?
A. Standard output
B. Optical disk mount
C. Ephemeral storage
D. Persistent volumes
View answer
Correct Answer: D
Question #53
A cloud engineer must scan cloud resources for vulnerabilities. Which of the following is the first step the cloud engineer should take?
A. esearch the CVEs
B. efine the scope
C. ssess the systems
D. emediate the vulnerabilities
View answer
Correct Answer: B
Question #54
A company has decided to scale its e-commerce application from its corporate datacenter to a commercial cloud provider to meet an anticipated increase in demand during an upcoming holiday.The majority of the application load takes place on the application server under normal conditions. For this reason, the company decides to deploy additional application servers into a commercial cloud provider using the on-premises orchestration engine that installs and configures common software and network configurations.The remote computing environment is connected to the on-premises datacenter via a site-to-site IPSec tunnel. The external DNS provider has been configured to use weighted round-robin routing to load balance connections from the Internet.During testing, the company discovers that only 20% of connections completed successfully.InstructionsReview the network architecture and supporting documents and fulfill these requirements:Part 1:-Analyze the configuration of the following components: DNS, Firewall 1, Firewall 2, Router 1, Router 2, VPN and Orchestrator Server.-Identify the problematic device(s).-Part 2:-Identify the correct options to provide adequate configuration for hybrid cloud architecture.-If any time you would like to bring back the initial state of the simulation, please click the Reset All button.Part 1Part 2Only select a maximum of TWO options from the multiple choice question. (Choose two.)
A. Update the PSK (Pre-shared key) in Router 2
B. Update the A record on the DNS from 2
C. Promote deny All to allow All in Firewall 1 and Firewall 2
D. Change the Address Space on Router 2
E. Change internal IP Address of Router 1
F. Reverse the Weight property in the two CNAME records on the DNS
G. Add the Application Server at on-premises to the Load Balancer
View answer
Correct Answer: AD
Question #55
Which of the following service models would be used for a database in the cloud?
A. PaaS
B. IaaS
C. CaaS
D. SaaS
View answer
Correct Answer: A
Question #56
A cloud administrator is building a new VM for machine-learning training. The developer requesting the VM has stated that the machine will need a full GPU dedicated to it. Which of the following configuration options would BEST meet this requirement?
A. Virtual GPU
B. External GPU
C. Passthrough GPU
D. Shared GPU
View answer
Correct Answer: C
Question #57
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
View answer
Correct Answer: B
Question #58
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
View answer
Correct Answer: B
Question #59
A technician just received the lessons learned from some recent data that was lost due to an on-premises file-server crash. The action point is to change the backup strategy to minimize manual intervention. Which of the following is the BEST approach for the technician to implement?
A. Backup as a service
B. RAID 1
C. Long-term storage
D. New backup devices
View answer
Correct Answer: A
Question #60
What is the primary function of a content delivery network (CDN)?
A. To provide persistent storage for large datasets
B. To cache content closer to end-users for faster access
C. To secure connections to public cloud networks
D. To manage container orchestration across regions
View answer
Correct Answer: B
Question #61
Some VMs that are hosted on a dedicated host server have each been allocated with 32GB of memory. Some of VMs are not utilizing more than 30% of the allocation. Which of the following should be enabled to optimize the memory utilization?
A. Auto-scaling of compute
B. Oversubscription
C. Dynamic memory allocations on guests
D. Affinity rules in the hypervisor
View answer
Correct Answer: C
Question #62
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
View answer
Correct Answer: B
Question #63
A company is required to save historical data for seven years. A cloud administrator implements a script that automatically deletes data older than seven years.
A. End of life
B. Data loss prevention
C. Cost implications
D. Tiered storage for archiving
View answer
Correct Answer: A
Question #64
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
View answer
Correct Answer: B
Question #65
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
View answer
Correct Answer: B
Question #66
After accidentally uploading a password for an IAM user in plain text, which of the following should a cloud administrator do FIRST? (Choose two.)
A. Identify the resources that are accessible to the affected IAM user
B. Remove the published plain-text password
C. Notify users that a data breach has occurred
D. Change the affected IAM user's password
E. Delete the affected IAM user
View answer
Correct Answer: BD
Question #67
A systems administrator needs to configure a script that will monitor whether an application is healthy and stop the VM if an unsuccessful code is returned. Which of the followingscripts should the systems administrator use to achieve this goal?
A. RESPONSE_CODE }
B. string APP_URL
C. bool RESPONSE_CODE
D. string VM
E. health checker (APP_URL, VM) {
F. if [ http_probe (APP_URL) == 200] { echo RESPONSE_CODE }
G. else{
H. stop (VM) echo
View answer
Correct Answer: A
Question #68
An SQL injection vulnerability was reported on a web application, and the cloud platform team needs to mitigate the vulnerability while it is corrected by the development team. Which of the following controls will BEST mitigate the risk of exploitation?
A. DLP
B. HIDS
C. NAC
D. WAF
View answer
Correct Answer: D
Question #69
A network administrator is budding a site - to - site VPN tunnel from the company's headquarters office 10 the company's public cloud development network. The network administrator confirms the following The VPN tunnel is established on the headquarter office firewall. While inside the office, developers report that they cannot connect to the development network resources. While outside the office on a client VPN, developers report that they can connect to the development network resources. The office and the client VPN have different IP subnet ranges. The firewall flow logs show VPN traffic is reaching the development network from the office. Which of the following is the next step the next network administrator should take to troubleshoot the VPN tunnel?
A. Review the development network routing table
B. Change the ciphers on the site - to - site VPN
C. Restart the site - to - site VPN tunnel
D. Check the ACLS on the development workloads
View answer
Correct Answer: A
Question #70
A company wants to optimize cloud resources and lower the overhead caused by managing multipleoperating systems. Which of the following compute resources would be best to help to achieve thisgoal?
A. M
B. ontainers
C. emote desktops
D. are-metal servers
View answer
Correct Answer: B

View The Updated CompTIA Exam Questions

SPOTO Provides 100% Real CompTIA Exam Questions for You to Pass Your CompTIA Exam!

View Answers after Submission

Please submit your email and WhatsApp to get the answers of questions.

Note: Please make sure your email ID and Whatsapp are valid so that you can get the correct exam results.

Email:
Whatsapp/phone number:
Contact Us