NEW
Font size
WorksheetsAZ-400 | Mod-3,4,5,6&7
Total questions: 22
Worksheet time: 11mins
Which of the following is a correct statement about Azure Pipelines?
Azure Pipelines works exclusively with Azure and Microsoft Technology. For open-source, GitHub is recommended.
Azure Pipelines work with any language or platform
Azure Pipelines only deploys in cloud environments
Which of the following choices is a Continuous Integration (CI) benefit?
Automatically ensure you don't ship broken code
Automatically deploy code to production
Ensure deployment targets have the latest code
Which of the following choices are the two types of agents being used in pipelines?
Client-Hosted and Server-Hosted.
Self-Hosted and Microsoft-Hosted.
Windows-Hosted and Linux-Hosted.
Which of the following is a correct statement about Agent Pools?
Agent pools are scoped to the entire project and can be shared across pipelines.
Agent pools are scoped to the entire repository and can be shared across pipelines.
Agent pools are scoped to the entire organization and can be shared across projects
Which of the following choices isn't a pillar of Continuous Integration?
Version Control System.
Automated Build Process.
Automated Deploy Process.
Which of the following choices is where you change the build number format?
Build properties.
Library.
Project Settings
Which of the following choices is the location where you can find workflows?
.github/workflows
.github/build/workflows
github/actions/workflows
Which of the following choices best describe Continuous Delivery?
Continuous delivery (CD) triggers automated testing for every code change
Continuous delivery (CD) is a set of processes, tools, and techniques for rapid, reliable, and continuous software development and delivery
Continuous delivery (CD) is the process of automating the build and testing of code every time a team member commits changes to version control
Which of the following choices is a microservice characteristic?
Each microservice can be tested based on other microservice results.
If one microservice changes, it shouldn't impact any other microservices within your landscape.
If one microservice changes, it affects other services, and you need to wait for other services to go online.
Which of the following choices isn't a Release Management tool?
Azure Repos
Azure Pipelines
Jenkins
Which of the following choices is a characteristic that makes users suitable for working with Canary deployments?
Uses the app irregularly
High tolerance for issues
It depends highly on the app working all the time
Which of the following choices do you need to create when a pipeline needs access to resources?
Service Hook
Service Connection
Agent Pool
Which of the following choices is recommended to authenticate to Azure with Service Connections?
User and Password
Personal Access Token
Service Principal
Which of the following choices allows automatic collection of health signals from external services and promotes the release when all the signals are successful?
Release gates
Events
Service Hooks
Which of the following choices are usually emails you receive when an action occurs to which you're subscribed?
Notifications
Service Hooks
Events
Which of the following choices is defines the ability to apply one or more operations against a resource, resulting in the same outcome every time?
Increment
Idempotence
Configuration Drift
Which of the following choices are the deployment modes available when using Azure Resource Manager templates?
Transactional, Complete
Incremental, Complete
Differential, Validate
Which of the following choices is the process whereby a set of resources change their state over time from the desired state in which they were deployed?
Configuration Drift
Increment
Idempotence
Which of the following choices is a tool to prevent accidental deletion of Azure resources?
Locks
Policy
Key Vault
Which of the following steps represents the correct sequence of OWASP ZAP execution in a pipeline?
Pull OWASP Zap Weekly, Start Container, Run Baseline, Report Results and Create Bugs
Start Container, Report Results, Run Baseline, Pull OWASP ZAP
Start Container, Pull OWASP ZAP Weekly, Run Baseline, Spider Site, Report Results, Create Bugs
Which of the following tools can you use to do code quality checks?
SonarCloud
Veracode
Microsoft Defender for Cloud
Which of the following choices is a principle or process that Threat Modeling is a core element?
Microsoft Solutions Framework (MSF)
Microsoft Security Development Lifecycle (SDL)
Application Lifecycle Management (ALM)
