Courseiva
Question 54 of 881

AZ-204 Practice Question: Connect to and consume Azure services and third-party services

Match each Azure DevOps component to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Git repositories for source control

CI/CD for building and deploying code

Agile project management with Kanban boards

Package management for Maven, npm, NuGet

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Azure Boards: Manage work items, user stories, and bugs.

Correct matches: Azure Boards tracks work items, Azure Repos hosts source code, Azure Pipelines automates builds and deployments. Common confusions include mixing up Boards with Repos, or Repos with Pipelines.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure Boards: Manage work items, user stories, and bugs.

    Why this is correct

    Azure Boards is a core component of Azure DevOps designed for agile project management and work tracking. It enables teams to effectively manage their software development lifecycle by creating, prioritizing, and tracking work items such as user stories, features, tasks, and bugs. Teams utilize Boards for backlog management, sprint planning, visualizing progress on Kanban boards, and generating dashboards to maintain transparency and facilitate collaboration throughout the development process.

  • Azure Boards: Store and version source code.

    Why it's wrong here

    This statement is incorrect because Azure Boards is specifically engineered for managing and tracking work items, not for storing or versioning source code. The functionality for hosting Git repositories, managing branches, and implementing version control for source code is provided by Azure Repos. Boards focuses on the 'what' and 'when' of development, while Repos handles the 'how' in terms of code management.

  • Azure Repos: Host Git repositories for source code.

    Why this is correct

    Azure Repos serves as the centralized version control system within Azure DevOps, primarily hosting Git repositories for source code management. It provides robust features for collaborative development, including support for pull requests, branch policies to enforce code quality, and comprehensive code review workflows. This ensures that all changes to the codebase are tracked, reviewed, and properly versioned, facilitating team collaboration and maintaining code integrity.

  • Azure Repos: Build, test, and deploy to any platform.

    Why it's wrong here

    This statement is incorrect as Azure Repos is dedicated solely to source code management and version control, not the automation of the software delivery pipeline. The processes of building, testing, and deploying applications to various platforms are the exclusive domain of Azure Pipelines. Repos provides the source code, but Pipelines consumes that code to execute the continuous integration and continuous delivery (CI/CD) workflows.

  • Azure Pipelines: Build, test, and deploy to any platform.

    Why this is correct

    Azure Pipelines is the continuous integration and continuous delivery (CI/CD) service within Azure DevOps, designed to automate the build, test, and deployment phases of the software development lifecycle. It supports a wide array of programming languages, platforms, and cloud providers, enabling teams to define multi-stage pipelines that compile code, run automated tests, and deploy applications consistently to any target environment, ensuring rapid and reliable software releases.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-204 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-204 exam.