πŸ”

CV0-004 β€” all questions

180 practice questions with answers and explanations.

Topic 1 Β· Question 1

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?

  • ASQL
  • BWeb sockets
  • CRPC
  • DGraphQL (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: GraphQL

Topic 1 Β· Question 2

Which of the following is a field of computer science that enables computers to identify and understand objects and people in images and videos?

  • AImage reconstruction
  • BFacial recognition
  • CNatural language processing
  • DComputer vision (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Computer vision

Topic 1 Β· Question 3

A company needs to deploy its own code directly in the cloud without provisioning additional infrastructure. Which of the following is the best cloud service model for the company to use?

  • APaaS (correct answer)
  • BSaaS
  • CIaaS
  • DXaaS
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: PaaS

Explanation

Platform as a service manages the underlying platform so customers focus on deploying applications and data.

Topic 1 Β· Question 4

A company just learned that the data in its object storage was accessed by an unauthorized party. Which of the following should the company have done to make 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. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: The company should have encrypted the data at rest.

Topic 1 Β· Question 5

A customer relationship management application, which is hosted in a public cloud IaaS network, is vulnerable to a remote command execution vulnerability. Which of the following is the best solution for the security engineer to implement to prevent the application from being exploited by basic attacks?

  • AIPS
  • BACL
  • CDLP
  • DWAF (correct answer)
Reveal answer & explanation
Correct answer: D

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

Topic 1 Β· Question 6

Which of the following is a difference between a SAN and 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. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: A NAS uses a slower protocol than a SAN.

Topic 1 Β· Question 7

A cloud engineer is troubleshooting an application that consumes multiple third-party REST APIs. The application is randomly experiencing high latency. Which of the following would best help determine the source of the latency?

  • AConfiguring centralized logging to analyze HTTP requests
  • BRunning a flow log on the network to analyze the packets
  • CConfiguring an API gateway to track all incoming requests
  • DEnabling tracing to detect HTTP response times and codes (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Enabling tracing to detect HTTP response times and codes

Topic 1 Β· Question 8

A cloud engineer is reviewing the following Dockerfile to deploy a Python web application: Which of the following changes should the engineer make to the file to improve container security?

Exhibit 1 for question 8
  • AAdd the instruction USER nonroot. (correct answer)
  • BChange the version from latest to 3.11.
  • CRemove the ENTRYPOINT instruction.
  • DEnsure myapp/main/py is owned by root.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Add the instruction USER nonroot. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 9

A group of cloud administrators frequently uses the same deployment template to recreate a cloud-based development environment. The administrators are unable to go back and review the history of changes they have made to the template. Which of the following cloud resource deployment concepts should the administrator start using?

  • ADrift detection
  • BRepeatability
  • CDocumentation
  • DVersioning (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Versioning

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

A government agency in the public sector is considering a migration from on premises to the cloud. Which of the following are the most important considerations for this cloud migration? (Choose two.)

  • ACompliance (correct answer)
  • BIaaS vs. SaaS
  • CFirewall capabilities
  • DRegulatory (correct answer)
  • EImplementation timeline
  • FService availability
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Compliance Option D: Regulatory

Topic 1 Β· Question 11

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?

  • AVM
  • BContainers (correct answer)
  • CRemote desktops
  • DBare-metal servers
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Containers

Explanation

A container packages an application and dependencies while sharing the host kernel for lightweight isolation.

Topic 1 Β· Question 12

A company runs a discussion forum that caters to global users. The company’s monitoring system reports that the home page suddenly is seeing elevated response times, even though internal monitoring has reported no issues or changes. Which of the following is the most likely cause of this issue?

  • ACryptojacking
  • BHuman error
  • CDDos (correct answer)
  • DPhishing
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: DDos

Topic 1 Β· Question 13

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?

  • ACloud to on-premises
  • BCloud to cloud
  • COn-premises to cloud (correct answer)
  • DOn-premises to on-premises
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: On-premises to cloud By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 Β· Question 14

A cloud architect attempts to modify a protected branch but is unable to do so. The architect receives an error indicating the action cannot be completed. Which of the following should the architect try instead?

  • AAdding a new remote
  • BCreating a pull request (correct answer)
  • CMerging the branch
  • DRebasing the branch
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Creating a pull request

Topic 1 Β· Question 15

Which of the following container storage types loses data after a restart?

  • AObject
  • BPersistent volume
  • CEphemeral (correct answer)
  • DBlock
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Ephemeral

Topic 1 Β· Question 16

Following a ransomware attack, the legal department at a company instructs the IT administrator to store the data from the affected virtual machines for a minimum of one year. Which of the following is this an example of?

  • ARecoverability
  • BRetention (correct answer)
  • CEncryption
  • DIntegrity
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Retention

Topic 1 Β· Question 17

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?

  • ABlue-green (correct answer)
  • BCanary
  • CRolling
  • DIn-place
Reveal answer & explanation
Correct answer: A

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

Topic 1 Β· Question 18

An organization needs to retain its data for compliance reasons but only when required. Which of the following would be the most cost-effective type of tiered storage?

  • AWarm
  • BHot
  • CArchive (correct answer)
  • DCold
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Archive This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 19

An e-commerce store is preparing for an annual holiday sale. Previously, this sale has increased the number of transactions between two and ten times the normal level of transactions. A cloud administrator wants to implement a process to scale the web server seamlessly. The goal is to automate changes only when necessary and with minimal cost. Which of the following scaling approaches should the administrator use?

  • AScale horizontally with additional web servers to provide redundancy.
  • BAllow the load to trigger adjustments to the resources. (correct answer)
  • CWhen traffic increases, adjust the resources using the cloud portal.
  • DSchedule the environment to scale resources before the sale begins.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Allow the load to trigger adjustments to the resources. This option scales automatically to match demand.

Topic 1 Β· Question 20

Which of the following vulnerability management phases includes the process of discovering newly introduced security vulnerabilities?

  • AScanning (correct answer)
  • BIdentification
  • CReporting
  • DRemediation
Reveal answer & explanation
Correct answer: A

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

Showing questions 1–20 of 180 Β· Page 1 of 9