nerdexam
Microsoft

AZ-400 · Question #238

Drag and Drop Question You are building an application that has the following assets: - Source code - Logs from automated tests and builds - Large and frequently updated binary assets - A common libra

The correct answer is Azure Repos; Azure Artifacts; Azure Pipelines; Azure Storage. Source code belongs in Azure Repos, which is a version control system (Git or TFVC) designed for storing and managing source code. A common library used by multiple applications belongs in Azure Artifacts, which is a package management service that hosts and shares reusable packa

Submitted by rania.sa· Mar 6, 2026Design and Implement Source Control / Select Appropriate Azure DevOps Services for Asset Management

Question

Drag and Drop Question You are building an application that has the following assets: - Source code - Logs from automated tests and builds - Large and frequently updated binary assets - A common library used by multiple applications Where should you store each asset? To answer, drag the appropriate Azure services to the correct assets. Each service may be used once. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-400 question #238 exhibit

Answer Area

Drag items

Azure ArtifactsAzure PipelinesAzure ReposAzure StorageAzure Test Plans

Correct arrangement

  • Azure Repos
  • Azure Artifacts
  • Azure Pipelines
  • Azure Storage

Explanation

Source code belongs in Azure Repos, which is a version control system (Git or TFVC) designed for storing and managing source code. A common library used by multiple applications belongs in Azure Artifacts, which is a package management service that hosts and shares reusable packages (NuGet, npm, Maven, etc.) across teams and projects. Logs from automated tests and builds are produced and stored by Azure Pipelines, which orchestrates CI/CD workflows and retains build/release logs and test results as pipeline artifacts. Large and frequently updated binary assets belong in Azure Storage, which is optimized for storing unstructured blob data at scale, making it ideal for binaries that don't fit neatly into version control or package management.

Topics

#Azure DevOps#Azure Repos#Azure Artifacts#Azure Pipelines#Azure Storage

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice