CV0-004: CompTIA Cloud+ Practice Test — 307 Free Questions Online
QuestionQ1
Deployment
Save question
A cloud engineer is deploying a critical security patch to multiple servers affected by an SSH vulnerability. Which option patches the servers most quickly while using the fewest compute resources?
ALog in to each server simultaneously and apply the patch, then restart the servers.
BUpdate configuration management scripts to include the patch, then apply the configuration to a primary list of servers.
CClone the servers using a readily available cloning tool, apply the patch to the new servers, and delete the old ones.
DLaunch new servers from a patched image, install server configurations, and shut down the old servers.
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ2
Operations
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ3
Troubleshooting
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ4
Security
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ5
Cloud Architecture
0
Community Discussion
No comments yet. Be the first to start the discussion!
It's free
100% of the questions are free for all users. No strings attached.
An administrator is told by a bank that backup practices need to be modified in order to support long-term reporting needs. Which of the following changes would be most important for the administrator to implement to meet this requirement?
ALocation of the backups
BType of the backups
CRetention of the backups
DSchedule of the backups
A cloud engineer manages a three-tier application. An Application Load Balancer is positioned in front of a web layer. Following a deployment, the engineer attempts to access the website and receives an HTTP 504 error. Which of the following should the engineer do to identify the issue?
ARestart the database
BView the health check configuration
CUpdate the autoscaling policy
DRedeploy the application tiers in a new subnet
A company has just discovered that an unauthorized party accessed data in its object storage. Which action should the company have taken to render the data unusable?
AThe company should have switched from object storage to file storage.
BThe company should have hashed the data.
CThe company should have changed the file access permissions.
DThe company should have encrypted the data at rest.
Which of the following distinguishes a SAN from a NAS?
AA SAN works only with fiber-based networks.
BA SAN works with any Ethernet-based network.
CA NAS uses a faster protocol than a SAN.
DA NAS uses a slower protocol than a SAN.
QuestionQ6
Security
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ7
Security
QuestionQ8
DevOps Fundamentals
QuestionQ9
Security
QuestionQ10
Security
QuestionQ11
Troubleshooting
QuestionQ12
Deployment
QuestionQ13
Troubleshooting
QuestionQ14
Troubleshooting
QuestionQ15
Deployment
QuestionQ16
Deployment
QuestionQ17
Deployment
QuestionQ18
Security
QuestionQ19
Security
QuestionQ20
Deployment
QuestionQ21
Troubleshooting
QuestionQ22
Cloud Architecture
QuestionQ23
Deployment
QuestionQ24
DevOps Fundamentals
QuestionQ25
Security
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Ad
Want a break from the ads?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
A network load balancer in a public cloud requires a critical security patch. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruption during the demonstration of an application behind the load balancer. Which of the following actions should the cloud security engineer take?
AAsk the management team to delay the conference
BApply the security patch after the event
CAsk the upper management team to approve an emergency patch window
DApply the security patch immediately before the conference
An independent security researcher identifies a possible vulnerability in a software package that could result in an exposure. What should be the security researcher's very first action?
AUninstall the package to remove the threat.
BWrite a blog post describing how the package vulnerability was discovered.
CReport the vulnerability to the package vendor’s security email.
DOpen a public-facing issue on the vendor’s Git repository.
Which of the following AI/ML technologies takes text input to determine its tone?
AText recognition
BComputer vision
CVisual recognition
DSentiment analysis
Which of the following describes the concept that data must remain within particular borders or territories?
AData classification
BData retention
CData sovereignty
DData ownership
After a ransomware attack, a company’s legal department directs the IT administrator to retain data from the affected virtual machines for at least one year.
Which of the following does this illustrate?
ARecoverability
BRetention
CEncryption
DIntegrity
A cloud administrator is troubleshooting a client issue. The client can do the following:
Access servers in the VPC, including servers in other subnets
Ping other network resources
Ping its own gateway
However, the client cannot reach the internet. Which of the following is the most likely cause?
AThe gateway is missing a route
BThe client has a duplicate IP address
CThe DHCP server is not functioning properly
DThe network has too much latency.
Which of these compute resources is most suitable for executing one scripted task on a schedule?
ABare-metal server
BManaged container
CVirtual machine
DServerless function
A junior cloud administrator was recently promoted to cloud administrator and added to the cloud administrator group. This group is the only one authorized to access the engineering VM. After the promotion, the new administrator is unable to access the engineering VM, even though the other administrators in the same group can access it without any problems.
Which of the following is the best way to identify the root cause of this issue?
ARebooting the engineering VM
BReviewing the administrator’s permissions to access the engineering VM
CAllowing connections from 0.0.0.0/0 to the engineering VM
DPerforming a packet capture on the engineering VM
An on-call cloud engineer receives a critical alert indicating that an e-commerce web server has become unresponsive. Which of the following steps should the engineer perform first?
ATriage
BRemediation
CEscalation
DMonitoring
A cloud administrator must distribute workloads across remote data centers for redundancy. Which deployment strategy eliminates downtime, speeds deployment, and deploys in batches?
AIn-place
BRolling
CBlue-green
DCanary
An engineer has modified an application and must choose a deployment strategy that meets these requirements:
Is simple and fast
Can be performed on two identical platforms
Which strategy should the engineer use?
ABlue-green
BCanary
CRolling
DIn-place
A developer is deploying a new version of a containerized application. The DevOps team requires:
No disruption
No performance degradation
A cost-effective deployment
Minimal deployment time
Which of the following is the best deployment strategy given these requirements?
ACanary
BIn-place
CBlue-green
DRolling
Which of the following requires a mandatory tag when exchanging data between two systems?
AJSON
BSOAP
CJWT
DREST
A cloud engineer is designing a solution that requires end users:
To be authenticated
To be authorized
To be in approved locations.
To use only corporate devices
Which of the following is the best approach to meet these requirements?
ASecure by design
BPrinciple of least privilege
CZero Trust
DDefense in depth
A company uses containers to run a web application. The development team has completed internal testing of a new feature and is prepared to deploy the feature to the production environment. Which of the following deployment models would best satisfy the company’s needs while minimizing cost and targeting a particular subset of its users?
ACanary
BBlue-green
CRolling
DIn-place
A cloud engineer is getting multiple alerts from the infrastructure monitoring agent indicating that all VMs in the public subnet are running at 100% CPU utilization. However, upon checking the network utilization of these VMs, the engineer finds that network throughput is at normal levels.
Which of the following is the most likely cause of this issue?
ARansomware
BCryptojacking
CDDoS
DZombie instances
Which of the following concepts describes edge computing?
ACompute resources at a retail store sending data to the cloud
BCompute resources at a retail store analyzing point-of-sale transactions
CCompute resources in a public cloud data center analyzing recent sales data
DCompute resources in an on-premises data center analyzing quarterly sales reports
A company receives files from a bank each day. It requires the files to be copied from one cloud storage resource to another cloud storage resource for further processing. Which of the following methods requires the least effort to accomplish this task?
ARemote procedure call
BSOAP
CEvent-driven architecture
DREST
A small nonprofit needs an affordable, straightforward way to automate workflows that link different cloud services. Which option best meets this need?
AUsing a managed service provider
BLeveraging an integration platform as a service
CAutomating workflows with Python and deploying in a VM
DImplementing a message broker to access the APIs
A company deploys workloads for its IaaS infrastructure using containers stored in Docker Hub. The development team releases container updates several times each hour.
Which action should a cloud engineer take to keep proprietary code from being exposed to third parties?
Community Discussion