AZ-400 Chapter 15-17 Flashcards

1
Q

4 ways DevOps works with digital transformation

A

drives change
reduces waste
promotes collaboration
expedites innovation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

4 pillars of modernization

A

life cycle management
solution architecture - rehost, refactor or re-engineer (10-15%)
automation
cloud platform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Pro’s of containers

A

consistent
separation of concerns
platform independent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

dockerfile

A

stores commands
should have one for test and prod
contains ‘FROM’ ‘RUN’ and ‘EntryPoint’
Get the sdk first then do the run, then another from

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Container process

A

make a dockerfile, make container image, run container image
To use in devops you’ll need a service endpoint created
and have image in Azure Container Registry

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Kubernetes

A

cluster orchestration
does load balancing
rollouts/rollbacks
self-healing and secret management
master and regular nodes (kubelets)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure Kubernetes

A

makes it easier
manages health and scaling
core components: master node (free) and regular nodes (pay for these)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What items are shared between projects?

A

work items, pipelines, agents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Project best practices

A

have as few as possible
avoid linking users to multiple teams
create area path for each major product

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 2 security approaches

A

org/project level
object level
(also server level for on prem)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the licensing access levels?

A

stakeholder - free with limited access, non-dev
basic - no test. first 5 are free. VS users free too
basic/test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You must pay extra for these 2

A

Pipeline parallel execution
artifact storage over 2 GB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How to migrate to DevOps

A

devop server to services
big bang - old tool off everything moves
synchronization - keep both online for a while
rebuilding - rebuild everything in new tool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does Mend Bolt do?

A

verifies 3rd party libraries
find security and compliance issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What do you need to register a machine as self-hosted?

A

a personal access token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

3 security levels for agent pools

A

Reader - basically operators
Service Account or User - can use pools in pipelines
Admin - manage permissions and membership

17
Q
A