Cloud Computing AZ-900 Flashcards

1
Q

NIST definition of Cloud Computing.

A

Cloud computing is a model for enabling universal, convenient, on-demand network access to a shared pool of configurable computing resources (e.g networks, servers, storage, apps and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.

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

Define Cloud Computing?

A

Cloud computing is the delivery of computing services over the internet
Expands the traditional IT offerings to include services like
Internet of Things (IoT)
Machine Learning (ML)
Artificial Intelligence (AI)
Enables organizations to quickly expand their compute footprint without the need to build a datacenter.

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

Benefits of Cloud Computing

A

Cloud is a cost effective, global, secure, scalable, elastic and always current.
Allows orgs to transfer risk, operational responsibility and to focus on innovation.

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

Public Cloud Model and it’s use case

A

Public Cloud Model:
Everything runs on your cloud provider’s hardware. Advantages include scalibility, agility, pay as you go, no maintenance, and low skills
Use case: Use to skip building your own
datacenter

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

Private Cloud Model and it’s use case

A

Private Cloud Model:
A cloud enviroment in your own datacenter. Advantages include legacy suppport, control, and compliance
Use case: Use when you need more
control.

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

Hybrid Cloud Model and it’s use case

A

Hybrid Cloud Model:
Combines public and private clouds, allowing you to run your apps in the right location. Advantages include flexibility in legacy, compliance, and scalability scenarios.
Use case: Use when you need more
control.

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

Economies of scale

A

The ability to do tasks more efficiently or at a lower cost per unit when operating at a larger scale.

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

Capital expenditure (CapEx)

A

It’s the spending of money on physical infrastructure up front.
CapEx is associated with legacy on premises datacenter scenario.

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

Operational Expenditure

A

It is spending money on services or products now and being billed as you go.
OpEx is associated with public cloud consumption (pay as you go)
The cloud increases OpEx spending and reduces CapEx spending.

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

Consumption Based Model

A

Pay for what you use, typically per unit of time or capacity (per-minute(VM), per-GB (Storage), per execution(Azure Functions)).

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

Fixed Price Model

A

You provision resources and pay for those instances whether you use them or not.
Advantage is it ensures predictable costs for your cloud services.

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

Serverless Architecture

A

A cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. hosted as a PAYG model based on use.
Resources are stateless, servers ephemeral(shorter life span) and often capable of being triggered. E.g Functions as service.
Keywords: Stateless, ephemeral & triggered.

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

How is serverless different from PAAS in terms of responsibility?

A

PaaS:
More control over deployment enviroment.
Application has to be configures to auto scale.
Application takes a while to spin up
Serverless:
Less control over deployment enviroment.
Application scales automatically.
Applicationcode only executes when invoked.
Similarity:
Developers have to write code.
No server management.

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

Word Association: Serverless

A

Logic App
Functions
Event Grid

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

Logic App

A

A cloud service that helps you schedule, automate, and orchestrate tasks, business processes, and workflows.
You can choose from a gallery of hundreds of pre-built connectors for Microsoft and 3rd party services.
Logic app is the foundation for power automate(MS Flow).

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

Functions

A

An event driven, compute on demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occuring in Azure as well as on premises systems.
(This enables billing per execution rather than by run time)

15
Q

Event Grid

A

Event grid enables you to easily manage events across many different Azure services and applications.
Once a subscription is created, Event grid will push events to the configured destination.
It’s what we call pub/sub model where app or service reacting to an event often called as reactive programming.
Event grid makes it easy for any developer to utilize the “push” model instead of the inefficient “pull” across their serverless architecture.
(Like Azure functions, it is ‘pay per use’)
Keywords: serverless, push

16
Q

Benefits of using cloud services

A

1- Availability:
It encompasses availability of the infrastructure, applications and services.
Generally expressed as a number of 9’s, such as five nines or 99.999% availability.
(Availability and uptime are often used interchangeably. Uptime simply measures the amount of time system is running)
2- Scalability:
The ability of a system to handle growth of users or work.
It refers to the ability of a system or service to handle more traffic (to scale up or scale out).
3- Elasticity:
The ability of a system to autmatically grow and shrink based on app demand (Focuses on the ability of a system or service to scale quickly to spikes in demand)
4- Agility:
Focuses on the speed and ease of allocating and deallocating resources.
This allows for vast amounts of computing resources to be provisioned in minutes.
E.g : provisioning a scale set of 10 VMs.
5- Fault Tolerance:
The ability of a system to handle faults in a servce like power, network or hardware failures.
Generally, refers to component-level failures.
6- High Availbility:
The ability to keep services up and running for long periods of time.
Generally, refers to service-level failures.

17
Q

Characteristics common in cloud platforms and services

A

Rapid elasticity and scalability
Allows the customer to grow or shrink the IT footprint as necessary to meet needs without excess capacity.
These two are related, but unique. What’s the difference?
Elasticity:
The ability of a system to automatically grow and shrink based on app demand.
Capabilities can be rapidly provisioned and de-provisioned
(scale-out: adding more instances, scale-in: removing those excess instances)
Scalability:
The ability of a system to handle growth of users or work. Ability to grow as demand increases.