Describe Core Azure Concepts Flashcards

1
Q

What is cloud computing?

A

Cloud computing is the delivery of computing services over the internet by using a pay as you go pricing model

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

What is the shared responsibility model?

A

The responsibility of IT maintenance is shared between the cloud provider and the consumer.

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

What is the consumer responsible for and what is the cloud provider responsible for in the shared responsibility model?

A
  • The cloud provider is responsible for anything to do with the data center: Physical network, hosts and datacenter
  • The consumer is responsible for the data and information stored in the cloud and for access security, meaning you only give access to those who need it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a private cloud?

A

Private cloud is a cloud (delivering IT services over the internet) that’s used by a single entity. It is more secure and controlled but it is more expensive. A private cloud may be hosted from your on site datacenter. It may also be hosted in a dedicated datacenter offsite, potentially even by a third party that has dedicated that datacenter to your company.

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

What is a public cloud?

A

A public cloud is built, controlled, and maintained by a third-party cloud provider. With a public cloud, anyone that wants to purchase cloud services can access and use resources, it is available to be used by the general public.

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

What is a hybrid cloud?

A

Hybrid cloud is a computing environment that combines an on-premises datacentre (also called a private cloud) with a public cloud, allowing data and applications to be shared between them.

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

What is a multi cloud?

A

A multi cloud is where you have two or more public cloud providers as well as a private cloud and manage resources and security in both environments.

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

What does Azure Arc do?

A

Azure Arc can help manage your cloud environment, whether it’s a public cloud solely on Azure, a private cloud in your datacenter, a hybrid configuration, or even a multi-cloud environment running on multiple cloud providers at once.

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

What are the two types of expenses in a consumption based model?

A

Capital expenditure (CapEx) and Operational expenditure (OpEx).

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

Explain Capital Expenditure

A

CapEx is a one-time, up-front expenditure to purchase or secure tangible resources. Eg building a datacenter, or buying a company vehicle

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

Explain Operational expenditure

A

OpEx is spending money on services or products over time. Eg Renting a convention center, leasing a company vehicle, or signing up for cloud services.

Cloud computing is consumption-based OpEx because you pay for the IT resources you use, you don’t pay for the physical infrastructure.

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

List out the benefits of cloud computing (RAGEDs)

A
  • Reliability - ability of a system to recover from failures and continue to function.
  • High Availability - high availability ensures the maximum availability with no apparent downtime regardless of disruptions
  • Geo-distribution - can be deployed to regional datacenters so that customers have best experience
  • Elasticity - automatic scaling, when the system is able to allocate and deallocate resources dynamically
  • Disaster recovery - application data is safe in the event of a disaster due to cloud-based backup services, data replication, and geo-distribution.
  • Scalability - scaling is adding or removing resources based on demand.
  • Vertically scaling: Computing capacity can be increased by adding more processing power, RAM or CPUs to a virtual machine.
  • Horizontal scaling: Computing capacity can be increased by adding instances of a resource, such as adding more Virtual machines or Containers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Infrastructure as a service?

A

Cloud computing service that offers essential compute, storage, and networking resources on demand, on a pay-as-you-go basis.

  • Most control over cloud resources, most responsibility with the consumer
  • The cloud provider is responsible for maintaining the physical infrastructure, physical security, and connection to the internet.
  • The consumer is responsible for everything else: maintaining the operating systems, network database and storage configuration; also data management and user access.
  • It’s like renting the hardware in a cloud datacenter, you can do what you like with the hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Platform as a service?

A

Cloud computing services that supply an on-demand environment/platform for developing, testing, delivering, and managing software applications. PaaS is designed to make it easier for developers to quickly create web or mobile apps, without worrying about setting up or managing the underlying infrastructure of servers, storage, network, and databases needed for development. eg heroku, google app engine.

**- Splits the responsibility between you and the cloud provider.
**
- The cloud provider is responsible for maintaining the physical infrastructure, physical security, and connection to the internet. The cloud provider also maintain the operating systems, network database and storage configuration.
- The consumer is responsible for data management and user access.
- Provide a complete development environment without the headache of maintaining all the development infrastructure, you don’t have to worry about the licensing or patching for operating systems and databases.

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

What is software as a service?

A

Software as a service is a method for delivering software applications over the internet, on demand, and typically on a subscription basis. eg Jira, dropbox (you manage the data and the user access/identity only)

  • Most responsibility with the cloud provider
  • The cloud provider is responsible for physical security of the datacenters, power, network connectivity, and application development and patching. (Everything)
  • The consumer is just 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 (data management and user access)
  • You’re essentially renting or using a fully developed application.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly