05 - Configure Azure Pipelines Flashcards

1
Q

Pipeline

A

Build automation and continuous integration

Test automation

Deploy automation

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

Azure Pipeline

A

Cloud service that you can use to automatically build and test your code project and make it available to others

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

Continuous Integration

A

fill in

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

Continuous Delivery

A

fill in

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

Azure Pipeline Key terms

A

fill in

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

Two type of agents

A

Microsoft-hosted agents

Self-hosted agents

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

Microsoft-hosted agents

A

Maintenance and upgrades are automatically done

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

Self-hosted agents

A

You take care of maintenance and upgrades

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

Four type of jobs

A

Agent pool jobs

Container jobs

Deployment group jobs

Agentless jobs

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

Agent pools

A

Scoped to the Azure DevOps organization; so, you can share an agent pool across projects

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

Security of agent pools

A

Reader

Service Account

Administrator

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

Parallel Jobs

A

Users collectively run only one build or release jobs at a time; additional jobs are queued

Release consumes a parallel job only when it’s being actively deployed to a stage

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

Estimating parallel jobs

A

How many parallel jobs do you need?

Simple vs Detailed estimates

Display all builds and releases

Parallel jobs are purchased and the organization level and are shared by all projects

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