wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AZ-400 | Mod-3,4,5,6&7

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Which of the following is a correct statement about Azure Pipelines?

a)

Azure Pipelines works exclusively with Azure and Microsoft Technology. For open-source, GitHub is recommended.

b)

Azure Pipelines work with any language or platform

c)

Azure Pipelines only deploys in cloud environments

2.

Which of the following choices is a Continuous Integration (CI) benefit?

a)

Automatically ensure you don't ship broken code

b)

Automatically deploy code to production

c)

Ensure deployment targets have the latest code

3.

Which of the following choices are the two types of agents being used in pipelines?

a)

Client-Hosted and Server-Hosted.

b)

Self-Hosted and Microsoft-Hosted.

c)

Windows-Hosted and Linux-Hosted.

4.

Which of the following is a correct statement about Agent Pools?

a)

Agent pools are scoped to the entire project and can be shared across pipelines.

b)

Agent pools are scoped to the entire repository and can be shared across pipelines.

c)

Agent pools are scoped to the entire organization and can be shared across projects

5.

Which of the following choices isn't a pillar of Continuous Integration?

a)

Version Control System.

b)

Automated Build Process.

c)

Automated Deploy Process.

6.

Which of the following choices is where you change the build number format?

a)

Build properties.

b)

Library.

c)

Project Settings

7.

Which of the following choices is the location where you can find workflows?

a)

.github/workflows

b)

.github/build/workflows

c)

github/actions/workflows

8.

Which of the following choices best describe Continuous Delivery?

a)

Continuous delivery (CD) triggers automated testing for every code change

b)

Continuous delivery (CD) is a set of processes, tools, and techniques for rapid, reliable, and continuous software development and delivery

c)

Continuous delivery (CD) is the process of automating the build and testing of code every time a team member commits changes to version control

9.

Which of the following choices is a microservice characteristic?

a)

Each microservice can be tested based on other microservice results.

b)

If one microservice changes, it shouldn't impact any other microservices within your landscape.

c)

If one microservice changes, it affects other services, and you need to wait for other services to go online.

10.

Which of the following choices isn't a Release Management tool?

a)

Azure Repos

b)

Azure Pipelines

c)

Jenkins

11.

Which of the following choices is a characteristic that makes users suitable for working with Canary deployments?

a)

Uses the app irregularly

b)

High tolerance for issues

c)

It depends highly on the app working all the time

12.

Which of the following choices do you need to create when a pipeline needs access to resources?

a)

Service Hook

b)

Service Connection

c)

Agent Pool

13.

Which of the following choices is recommended to authenticate to Azure with Service Connections?

a)

User and Password

b)

Personal Access Token

c)

Service Principal

14.

Which of the following choices allows automatic collection of health signals from external services and promotes the release when all the signals are successful?

a)

Release gates

b)

Events

c)

Service Hooks

15.

Which of the following choices are usually emails you receive when an action occurs to which you're subscribed?

a)

Notifications

b)

Service Hooks

c)

Events

16.

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?

a)

Increment

b)

Idempotence

c)

Configuration Drift

17.

Which of the following choices are the deployment modes available when using Azure Resource Manager templates?

a)

Transactional, Complete

b)

Incremental, Complete

c)

Differential, Validate

18.

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?

a)

Configuration Drift

b)

Increment

c)

Idempotence

19.

Which of the following choices is a tool to prevent accidental deletion of Azure resources?

a)

Locks

b)

Policy

c)

Key Vault

20.

Which of the following steps represents the correct sequence of OWASP ZAP execution in a pipeline?

a)

Pull OWASP Zap Weekly, Start Container, Run Baseline, Report Results and Create Bugs

b)

Start Container, Report Results, Run Baseline, Pull OWASP ZAP

c)

Start Container, Pull OWASP ZAP Weekly, Run Baseline, Spider Site, Report Results, Create Bugs

21.

Which of the following tools can you use to do code quality checks?

a)

SonarCloud

b)

Veracode

c)

Microsoft Defender for Cloud

22.

Which of the following choices is a principle or process that Threat Modeling is a core element?

a)

Microsoft Solutions Framework (MSF)

b)

Microsoft Security Development Lifecycle (SDL)

c)

Application Lifecycle Management (ALM)