Azure Fundamentals Flashcards

1
Q

You’ll always be responsible for:

A

(IAAS)
The information and data stored in the cloud
Devices that are allowed to connect to your cloud (cell phones, computers, and so on)
The accounts and identities of the people, services, and devices within your organization

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

The cloud provider is always responsible for:

A

The physical datacenter
The physical network
The physical hosts

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

Your service model will determine responsibility for things like:

A

Operating systems
Network controls
Applications
Identity and infrastructure

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

Capital Expenditure

A

CapEx is typically a one-time, up-front expenditure to purchase or secure tangible resources. A new building, repaving the parking lot, building a datacenter, or buying a company vehicle are examples of CapEx.

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

Operational Expenditure

A

OpEx is spending money on services or products over time. Renting a convention center, leasing a company vehicle, or signing up for cloud services are all examples of OpEx. Cloud computing falls under OpEx because cloud computing operates on a consumption-based model. You pay for the IT resources you use.

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

Scalability

A

Scalability refers to the ability to adjust resources to meet demand. If you suddenly experience peak traffic and your systems are overwhelmed, the ability to scale means you can add more resources to better handle the increased demand. If demand drops off, you can reduce your resources and thereby reduce your costs.

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

Vertical Scaling

A

With vertical scaling, if you were developing an app and you needed more processing power, you could vertically scale up to add more CPUs or RAM to the virtual machine or scale down.

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

Horizontal Scaling

A

With horizontal scaling, if you suddenly experienced a steep jump in demand, your deployed resources could be scaled out (either automatically or manually). For example, you could add additional virtual machines or containers, scaling out.

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

Reliability

A

Reliability is the ability of a system to recover from failures and continue to function. It’s also one of the pillars of the Microsoft Azure Well-Architected Framework.

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

Reliability

A

Reliability is the ability of a system to recover from failures and continue to function. It’s also one of the pillars of the Microsoft Azure Well-Architected Framework.

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

Predictability

A

Predictability in the cloud lets you move forward with confidence. Predictability can be focused on performance predictability or cost predictability. Both performance and cost predictability are heavily influenced by the Microsoft Azure Well-Architected Framework. Deploy a solution that’s built around this framework and you have a solution that’s cost and performance are predictable

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

Performance

A

Performance predictability focuses on predicting the resources needed to deliver a positive experience for your customers. Autoscaling, load balancing, and high availability are just some of the cloud concepts that support performance predictability. If you suddenly need more resources, autoscaling can deploy additional resources to meet the demand, and then scale back when the demand drops. Or if the traffic is heavily focused on one area, load balancing will help redirect some of the overload to less stressed areas.

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

IaaS

A

Infrastructure as a service (IaaS) is the most flexible category of cloud services, as it provides you the maximum amount of control for your cloud resources. In an IaaS model, the cloud provider is responsible for maintaining the hardware, network connectivity (to the internet), and physical security. You’re responsible for everything else: operating system installation, configuration, and maintenance; network configuration; database and storage configuration; and so on. With IaaS, you’re essentially renting the hardware in a cloud datacenter, but what you do with that hardware is up to you.

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

Shared responsibility model

A

The shared responsibility model applies to all the cloud service types. IaaS places the largest share of responsibility with you. The cloud provider is responsible for maintaining the physical infrastructure and its access to the internet. You’re responsible for installation and configuration, patching and updates, and security

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

PaaS

A

Platform as a service (PaaS) is a middle ground between renting space in a datacenter (infrastructure as a service) and paying for a complete and deployed solution (software as a service). the cloud provider maintains the physical infrastructure, physical security, and connection to the internet. They also maintain the operating systems, middleware, development tools, and business intelligence services that make up a cloud solution. In a PaaS scenario, you don’t have to worry about the licensing or patching for operating systems and databases.
PaaS is well suited to provide a complete development environment without the headache of maintaining all the development infrastructure. Think of PaaS like using a domain joined machine: IT maintains the device with regular updates, patches, and refreshes.

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

SaaS

A

Software as a service (SaaS) is the most complete cloud service model from a product perspective. With SaaS, you’re essentially renting or using a fully developed application. Email, financial software, messaging applications, and connectivity software are all common examples of a SaaS implementation.
While the SaaS model may be the least flexible, it’s also the easiest to get up and running. It requires the least amount of technical knowledge or expertise to fully employ.
Shared responsibility model
The shared responsibility model applies to all the cloud service types. SaaS is the model that places the most responsibility with the cloud provider and the least responsibility with the user. In a SaaS environment you’re responsible for the data that you put into the system, the devices that you allow to connect to the system, and the users that have access. Nearly everything else falls to the cloud provider. The cloud provider is responsible for physical security of the datacenters, power, network connectivity, and application development and patching.

17
Q

SaaS scenarios

A

Some common scenarios for SaaS are:
Email and messaging.
Business productivity applications.
Finance and expense tracking.

18
Q

PaaS Scenarios

A

Development framework: PaaS provides a framework that developers can build upon to develop or customize cloud-based applications. Similar to the way you create an Excel macro, PaaS lets developers create applications using built-in software components. Cloud features such as scalability, high-availability, and multi-tenant capability are included, reducing the amount of coding that developers must do.
Analytics or business intelligence: Tools provided as a service with PaaS allow organizations to analyze and mine their data, finding insights and patterns and predicting outcomes to improve forecasting, product design decisions, investment returns, and other business decisions.