0
0
Azurecloud~20 mins

Azure DevOps organization and projects - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Azure DevOps Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What is the primary purpose of an Azure DevOps organization?

Imagine you want to manage multiple software projects and teams in one place. What does an Azure DevOps organization mainly help you do?

AIt acts as a container to group multiple projects and manage users and billing centrally.
BIt is a single project where all code repositories must be stored.
CIt is a tool to deploy applications directly to Azure virtual machines.
DIt is a service that automatically writes code for your projects.
Attempts:
2 left
💡 Hint

Think about how you would organize many projects and teams under one roof.

Architecture
intermediate
2:00remaining
How are projects structured within an Azure DevOps organization?

You have an Azure DevOps organization named 'ContosoOrg'. You want to create two separate projects for your web app and mobile app teams. How should you organize these projects?

ACreate one project and use folders inside it to separate web and mobile code.
BCreate two separate organizations, one for each app team.
CCreate two projects inside 'ContosoOrg', one for the web app and one for the mobile app.
DUse one project and create multiple Azure subscriptions for each app.
Attempts:
2 left
💡 Hint

Think about how Azure DevOps projects help separate work within an organization.

security
advanced
2:00remaining
Which option correctly describes user access control in Azure DevOps organizations and projects?

You want to give a user access only to one project inside your Azure DevOps organization without letting them see other projects. Which statement is true?

AYou add the user only to the specific project’s security group to limit their access.
BYou add the user to the organization with 'Project Reader' role to restrict access to one project.
CYou must create a new organization for that user to isolate access.
DYou cannot restrict access; users added to the organization see all projects.
Attempts:
2 left
💡 Hint

Think about how permissions are assigned at different levels in Azure DevOps.

service_behavior
advanced
2:00remaining
What happens when you delete an Azure DevOps project inside an organization?

You delete a project from your Azure DevOps organization. What is the immediate effect on the project’s repositories, pipelines, and boards?

AOnly the pipelines are deleted; repositories and boards remain accessible.
BAll project data including repositories, pipelines, and boards are permanently deleted immediately.
CThe project is archived but remains visible and usable by users.
DThe project is soft-deleted and can be restored within 28 days; data is hidden from users.
Attempts:
2 left
💡 Hint

Think about safety measures to prevent accidental data loss.

Best Practice
expert
3:00remaining
Which approach best supports scaling Azure DevOps for a large enterprise with many teams and projects?

Your company has hundreds of teams working on different products. You want to organize Azure DevOps to support growth, security, and easy management. Which approach is best?

ACreate multiple organizations, each with a few projects, to isolate teams completely.
BCreate one organization with many projects, and use teams and security groups to separate work.
CUse one project and separate teams by branches and folders inside repositories.
DCreate one organization and one project, and manage all teams with tags only.
Attempts:
2 left
💡 Hint

Consider how Azure DevOps is designed to handle many projects and teams.