nerdexam
Cisco

300-910 · Question #11

Refer to the exhibit. What is the user doing with Drone in this automated test?

The correct answer is D. testing PostgreSQL deployment in an Alpine Linux VM. The user is employing Drone CI/CD in this automated test to deploy and validate a PostgreSQL database specifically within an Alpine Linux virtual machine environment.

CI/CD Pipelines

Question

Refer to the exhibit. What is the user doing with Drone in this automated test?

Options

  • Atesting Alpine Linux versus Ubuntu Linux
  • Btesting a PostgreSQL DB against multiple architectures
  • Ctesting only the amd64 architecture
  • Dtesting PostgreSQL deployment in an Alpine Linux VM

How the community answered

(32 responses)
  • B
    3% (1)
  • C
    3% (1)
  • D
    94% (30)

Why each option

The user is employing Drone CI/CD in this automated test to deploy and validate a PostgreSQL database specifically within an Alpine Linux virtual machine environment.

Atesting Alpine Linux versus Ubuntu Linux

The question implies testing a specific deployment, not a comparative test between Alpine and Ubuntu Linux distributions.

Btesting a PostgreSQL DB against multiple architectures

The configuration described points to a specific OS and database, not necessarily testing against multiple hardware architectures.

Ctesting only the amd64 architecture

Testing only the amd64 architecture is too specific and doesn't capture the full scope of deploying PostgreSQL within Alpine Linux.

Dtesting PostgreSQL deployment in an Alpine Linux VMCorrect

The Drone pipeline configuration likely specifies an Alpine Linux image for the test environment and includes commands to install, configure, and test a PostgreSQL deployment, thereby validating its functionality in that specific OS. This setup allows for isolated and reproducible testing of the database's deployment process and operation on a lightweight Linux distribution.

Concept tested: Drone CI, PostgreSQL deployment, Alpine Linux

Source: https://docs.drone.io/pipeline/overview/

Topics

#CI/CD#Deployment Automation#Containerization#Database Testing

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice