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.
Question
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)- B3% (1)
- C3% (1)
- D94% (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.
The question implies testing a specific deployment, not a comparative test between Alpine and Ubuntu Linux distributions.
The configuration described points to a specific OS and database, not necessarily testing against multiple hardware architectures.
Testing only the amd64 architecture is too specific and doesn't capture the full scope of deploying PostgreSQL within Alpine Linux.
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
Community Discussion
No community discussion yet for this question.