Understand Cloud Concepts Flashcards

1
Q

What’s a virtual machine?

A

A software emulation of a physical computer.

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

How do you call a snapshot of a running VM?

A

An image.

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

What does it mean to scale up (vertically)?

A

It means to increase the memory, storage, or compute power on an existing virtual machine.

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

What does it mean to scale out (horizontally)?

A

It means to add extra virtual machines to power your application.

For example, you might create many virtual machines configured in exactly the same way and use a load balancer to distribute work across them.

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

What is CapEx?

A

Capital Expenditure (CapEx) is the spending of money on physical infrastructure up front, and then deducting that expense from your tax bill over time. It is an upfront cost, which has a value that reduces over time.

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

What is OpEx?

A

Operational Expenditure (OpEx) is spending money on services or products now and being billed for them now. You can deduct this expense from your tax bill in the same year. There is no upfront cost, you pay for a service or product as you use it.

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

What are the advantages of public cloud?

A
  • high scalability/agility
  • pay-as-you-go pricing (no CapEx costs)
  • maintenance or updates of the hardware handled by provider
  • minimal technical knowledge required to set up and use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the disadvantages of public cloud?

A
  • specific security requirements cannot be met by using public cloud
  • some government policies, industry standards, or legal requirements cannot be met
  • you cannot manage them as they may wish
  • unique business requirements, such as having to maintain a legacy application might be hard to meet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the advantages of private cloud?

A
  • complete control over the resources
  • complete control (and responsibility) over security
  • can meet strict security, compliance, or legal requirements in ways a public cloud might not be able to
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the disadvantages of private cloud?

A
  • upfront CapEx costs and must purchase the hardware for startup and maintenance
  • limited agility
  • require IT skills and expertise that’s hard to come by
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What’s IaaS?

A

It is the most flexible category of cloud services. It aims to give you complete control over the hardware that runs your application.

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

What are the common scenarios to use IaaS?

A
  • migrating workloads
  • test and development
  • website hosting
  • storage, backup, and recovery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What’s Paas?

A

It is a complete development and deployment environment in the cloud.

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

What are the common scenarios to use Paas?

A
  • development framework
  • analytics or business intelligence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What’s SaaS?

A

It is software that is centrally hosted and managed for the end customer.

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

What is the http address of global Azure portal?

A

https://portal.azure.com

17
Q

What is the http address of Germany Azure portal?

A

https://portal.microsoftazure.de

18
Q

What’s High Availability?

A

Characteristic of a system, which aims to ensure an agreed level of operational performance, usually uptime, for a higher than normal period.

19
Q

What’s Fault Tolerance?

A

Fault tolerance is the property that enables a system to continue operating properly in the event of the failure of some (one or more faults within) of its components.

20
Q

What’s Scalability?

A

Scalability is a characteristic of a system, model or function that describes its capability to cope and perform well under an increased or expanding workload or scope.

21
Q

What’s Elasticity?

A

It’s the degree to which a system is able to adapt to workload changes by provisioning and de-provisioning resources in an autonomic manner, such that at each point in time the available resources match the current demand as closely as possible

22
Q

What’s Disaster Recovery?

A

Disaster recovery (DR) is an area of security planning that aims to protect an organization from the effects of significant negative events.