nerdexam
CiscoCisco

300-910 · Question #21

300-910 Question #21: Real Exam Question with Answer & Explanation

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

Explanation

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

Common mistakes.

  • A. Ansible is an automation engine primarily used for configuration management and deployment, not a hosted continuous integration service.
  • B. pyTFS is a Python API for interacting with Team Foundation Server (TFS), not a standalone hosted CI service.
  • C. 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.

Concept tested. CI/CD hosted services

Reference. 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 PracticeBrowse All 300-910 Questions