Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam with our comprehensive quiz. Study with flashcards, multiple choice questions, and detailed explanations to ace your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which Azure service is most suitable for scenario-based testing and deployment of applications?

  1. Azure DevOps

  2. Azure Function

  3. Azure Cloud Services

  4. Azure App Service

The correct answer is: Azure Cloud Services

In the context of scenario-based testing and deployment of applications, Azure DevOps stands out as the most suitable service. Azure DevOps is designed to facilitate a range of development tasks, including version control, project management, continuous integration, and continuous deployment. With its robust toolkit, it enables teams to build, test, and deliver applications more efficiently and reliably. While Azure Cloud Services provides a structured environment to deploy applications, it does not offer the same depth of integration with testing and deployment processes that Azure DevOps does. Azure Functions focuses on serverless computing, providing a way to run small pieces of code without the need for complex infrastructure, which may not align directly with comprehensive application testing and deployment strategies. Azure App Service is an excellent platform for hosting web applications, but it does not encompass the broader project management and CI/CD functionalities that Azure DevOps provides. In summary, for scenario-based testing and deployment, Azure DevOps integrates development and operational processes, making it the appropriate choice for teams looking to streamline application lifecycle management.