πŸ”

CV0-004 β€” questions

Page 6 of 9 Β· 180 total questions.

Topic 1 Β· Question 102

A software engineer is integrating an application to the cloud that is web socket based. Which of the following applications is the engineer most likely deploying?

  • AImage-sharing
  • BData visualization
  • CChat (correct answer)
  • DFile transfer
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Chat

Topic 1 Β· Question 103

Which of the following is the best type of database for storing different types of unstructured data that may change frequently?

  • AVector
  • BRelational
  • CNon-relational (correct answer)
  • DGraph
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Non-relational

Topic 1 Β· Question 104

A cloud engineer needs to deploy a new version of a web application to 100 servers. In the past, new version deployments have caused outages. Which of the following deployment types should the cloud engineer implement to prevent the outages from happening this time?

  • ARolling
  • BBlue-green (correct answer)
  • CCanary
  • DRound-robin
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Blue-green

Topic 1 Β· Question 105

Which of the following package managers would most likely be used with Ubuntu Linux?

  • AYUM
  • BDNF
  • CPacman
  • DAPT (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: APT

Topic 1 Β· Question 106

A cloud server needs to automatically allocate more resources during sudden peak times. This allocation does not need to occur in regular intervals. Which of the following scaling approaches should be used?

  • AEvent (correct answer)
  • BManual
  • CTrending
  • DScheduled
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Event

Topic 1 Β· Question 107

Which of the following best describes a system that keeps all different versions of a software separate from each other while giving access to all of the versions?

  • ACode documentation
  • BCode control
  • CCode repository (correct answer)
  • DCode versioning
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Code repository

Topic 1 Β· Question 108

A company recently set up a CDN for its photography and image-sharing website. Which of the following is the most likely reason for the company's action?

  • ATo eliminate storage costs
  • BTo improve site speed (correct answer)
  • CTo enhance security of static assets
  • DTo prevent unauthorized access
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: To improve site speed

Topic 1 Β· Question 109

The company's IDS has reported an anomaly. The cloud engineer remotely accesses the cloud instance, runs a command, and receives the following information: Which of the following is the most likely root cause of this anomaly?

Exhibit 1 for question 109
  • APrivilege escalation (correct answer)
  • BLeaked credentials
  • CCryptojacking
  • DDefaced website
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Privilege escalation

Topic 1 Β· Question 110

A developer is building a new application version using a CI/CD pipeline. The developer receives the following error message log when the build fails. Which of the following is the most likely cause of this failure?

Exhibit 1 for question 110
  • AIncorrect version
  • BTest case failure
  • CBroken build pipeline
  • DDependency issue (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Dependency issue

Topic 1 Β· Question 111

A company wants to implement a work environment that will have low operational overhead and highly accessible enterprise resource planning, email, and data resources. Which of the following cloud service models should the company implement?

  • AIaaS
  • BPaaS
  • CDBaaS
  • DSaaS (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: SaaS

Explanation

Software as a service delivers a complete provider-managed application to end users.

Topic 1 Β· Question 112

A company receives files daily from a bank. The company requires that the files must be copied from the cloud storage resource to another cloud storage resource for further processing. Which of the following methods requires the least amount of effort to achieve the task?

  • ARemote procedure call
  • BSOAP
  • CEvent-driven architecture (correct answer)
  • DREST
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Event-driven architecture This option is the most fully managed / serverless choice, so it meets the requirement for the least operational overhead.

Topic 1 Β· Question 113

An on-premises data center is located in an earthquake-prone location. The workload consists of real-time, online transaction processing. Which of the following data protection strategies should be used to back up on-premises data to the cloud while also being cost-effective?

  • ARemote replication for failover (correct answer)
  • BA copy that is RAID 1 protected on spinning drives in an on-premises private cloud
  • CA full backup to on-site tape libraries in a private cloud
  • DAir-gapped protection to provide cyber resiliency
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Remote replication for failover This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 114

Which of the following communication methods between on-premises and cloud environments would ensure minimal-to-low latency and overhead?

  • ASite-to-site VPN
  • BPeer-to-peer VPN
  • CDirect connection (correct answer)
  • DVPC peering
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Direct connection This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 115

A cloud engineer is collecting web server application logs to troubleshoot intermittent issues. However, the logs are piling up and causing storage issues. Which of the following log mechanisms should the cloud engineer implement to address this issue?

  • ASplicing
  • BRotation (correct answer)
  • CSampling
  • DInspection
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Rotation

Topic 1 Β· Question 116

A cloud security analyst is looking for existing security vulnerabilities on software applications. Which of the following describes this vulnerability management phase?

  • AAnalyze
  • BReport
  • CRemediation
  • DIdentification (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Identification This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 117

A new application that will be deployed to cloud VMs has the following requirements: β€’ Low inter-VM latency β€’ Horizontal scaling support β€’ 98.5% availability β€’ 8vCPU and 16GB β€’ Ability to split jobs across VMs Which of the following will best meet these requirements?

  • ALoad balanced 2vCPU with 4GB RAM on multiregion
  • BLoad balanced 4vCPU with 8GB RAM on single availability zone
  • CLoad balanced 2vCPU with 4GB RAM on multiple availability zones (correct answer)
  • DSingle 8vCPU with 16GB RAM VM on single availability zone
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Load balanced 2vCPU with 4GB RAM on multiple availability zones

Topic 1 Β· Question 118 Β· Select all that apply

Which of the following is a customer responsible for in a provider-managed database service? (Choose two.)

  • AOperating system patches
  • BTable-level permissions (correct answer)
  • CMinor database engine updates
  • DCluster configuration
  • ERow-level encryption (correct answer)
  • FAvailability of hardware for scaling
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Table-level permissions Option E: Row-level encryption

Explanation

Encryption protects confidentiality by making data unreadable without the appropriate key.

Topic 1 Β· Question 119

A database administrator performs a full backup periodically and keeps several versions in a cloud instance with increasing storage costs. Which of the following should the administrator consider doing to manage backup retention?

  • AClassify backup files based on the sensitivity of data.
  • BSet up a time frame for the deletion of old backup files. (correct answer)
  • CIdentify the need for granular and/or bulk recovery.
  • DDetermine whether a differential backup will satisfy the operational needs.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Set up a time frame for the deletion of old backup files.

Topic 1 Β· Question 120

A cloud administrator is provisioning infrastructure to run an application with the following requirements: β€’ Ten midsize instances need to run as a cluster most of the day. β€’ Sixteen midsize instances are required during peak hours. β€’ Costs must be kept low. β€’ The instances must be deployed in an IaaS model. β€’ The application has no tolerance for service disruptions. Which of the following steps should the cloud architect take to host the application?

  • AReserve 16 instances but turn off the unused instances outside of peak hours.
  • BUse ten pay-as-you-go instances and add six spot instances during peak hours.
  • CDeploy reserved instances for normal operation and add pay-as-you-go instances during peak hours. (correct answer)
  • DConfigure the workload to use spot instances with scheduled scaling for normal operation, including peak hours.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Deploy reserved instances for normal operation and add pay-as-you-go instances during peak hours.

Topic 1 Β· Question 121

An IT manager is planning a cloud deployment for a new company. The company does not want on-premises servers or applications. Which of the following is the best approach for the manager to take?

  • AColocation β€” PaaS
  • BImplementation β€” SaaS (correct answer)
  • CMigration β€” IaaS
  • DHybrid β€” XaaS
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Implementation β€” SaaS

Explanation

Software as a service delivers a complete provider-managed application to end users.

Showing questions 101–120 of 180 Β· Page 6 of 9