Azure Developer Flashcards

(21 cards)

1
Q

Cloud Computing

A

The delivery of computing services (servers, storage, databases, networking, software) over the internet (“the cloud”).

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

Deployment

A

The process of making an application or service available for use in a live environment.

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

Resource Group

A

A container in Azure that holds related resources for an application or project.

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

Subscription

A

A logical container that holds resource groups and resources; used for billing and access control.

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

Tenant

A

A dedicated Azure Active Directory (AAD) instance that represents an organization

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

Region

A

A geographical area containing one or more Azure datacenters.

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

Scalability

A

The ability of a system to handle increased load by adding resources (scale up = bigger machine; scale out = more machines).

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

Redundancy

A

Duplication of components or functions of a system to increase reliability and availability.

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

Workload

A

The applications, services, and processes that run on a cloud infrastructure.

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

Provision

A

To create and configure resources (e.g., provision a virtual machine).

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

Agile

A

A methodology that emphasizes iterative development, flexibility, and collaboration.

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

Scrum

A

A framework within Agile used to organize work into fixed time periods (sprints).

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

Sprint

A

A short, time-boxed period (usually 1–2 weeks) where the team works on specific tasks.

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

Backlog

A

A prioritized list of work (features, fixes, tasks) that needs to be completed.

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

User Story

A

A short, simple description of a feature told from the user’s perspective (e.g., “As a user, I want to…”).

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

Acceptance Criteria

A

Conditions that must be met for a user story or task to be considered “done.”

17
Q

Task

A

A specific piece of work assigned to a team member

18
Q

Blocker

A

An obstacle preventing progress on a task or story

19
Q

Burndown Chart

A

A visual chart that shows progress during a sprint (tasks completed vs. remaining).

20
Q

Velocity

A

The amount of work a team can complete in a sprint, used to measure productivity