nerdexam
Cisco

300-910 · Question #21

A DevOps engineering wants to build an application implementation based on the CI/CD pipeline model. Which service should be used to provide hosted continuous service for open and private projects?

The correct answer is D. Travis CI. The question asks for a hosted continuous integration service suitable for both open-source and private projects within a CI/CD pipeline model.

CI/CD Pipelines

Question

A DevOps engineering wants to build an application implementation based on the CI/CD pipeline model. Which service should be used to provide hosted continuous service for open and private projects?

Options

  • AAnsible
  • BpyTFS
  • CGitlab CLI
  • DTravis CI

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    89% (32)

Why each option

The question asks for a hosted continuous integration service suitable for both open-source and private projects within a CI/CD pipeline model.

AAnsible

Ansible is an automation engine primarily used for configuration management and deployment, not a hosted continuous integration service.

BpyTFS

pyTFS is a Python API for interacting with Team Foundation Server (TFS), not a standalone hosted CI service.

CGitlab CLI

GitLab CLI is a command-line interface tool for GitLab, which offers integrated CI/CD, but the CLI itself is not the hosted CI service.

DTravis CICorrect

Travis CI is a hosted, distributed continuous integration service used to build and test software projects primarily hosted on GitHub and Bitbucket, supporting both open source and private repositories. It automatically builds and tests code changes, making it ideal for CI/CD pipelines.

Concept tested: CI/CD hosted services

Source: https://docs.travis-ci.com/

Topics

#CI/CD#Continuous Integration#DevOps Tools#Hosted Services

Community Discussion

No community discussion yet for this question.

Full 300-910 Practice