MAIN Flashcards

(50 cards)

1
Q

What is cloud computing?

A

Delivery of computing services over the Internet using a pay-as-you-go model, allowing users to rent compute power and storage from a provider’s data center.

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

What does pay-as-you-go mean in cloud computing?

A

You’re billed only for the resources you use, with no upfront costs for infrastructure.

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

Why is speed a key value of the cloud?

A

It enables quick solutions to business challenges and rapid deployment, like creating a website on Azure in minutes.

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

What are two major trends driving cloud adoption?

A
  1. Teams deliver new features faster, often multiple times a day. 2. Users expect rich, immersive experiences with devices and software.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is lift and shift in cloud migration?

A

Gradually moving existing apps to the cloud without significant changes, often starting with virtual machines.

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

How does cloud computing support scalability?

A

It allows increasing or decreasing resources based on demand, supporting both horizontal (adding servers) and vertical (adding power) scaling.

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

What is elasticity in cloud computing?

A

The ability to automatically add or remove resources to meet current demand, e.g., adding resources during peak hours and removing them when demand drops.

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

How does the cloud ensure reliability?

A

Cloud providers offer data backup, disaster recovery, and fault tolerance, where a backup component takes over if one fails.

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

What is a public cloud?

A

A deployment model where everything runs on the cloud provider’s hardware, shared with other users, requiring no local hardware management.

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

What is a private cloud?

A

A cloud environment in your own data center, providing self-service access but requiring you to manage hardware and software.

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

What is a hybrid cloud?

A

Combines public and private clouds, allowing applications to run in the most suitable location, e.g., hosting a website in the public cloud and a secure database in a private cloud.

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

What is an advantage of a public cloud?

A

High scalability and agility without needing to buy new servers, with pay-as-you-go pricing and no maintenance responsibilities.

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

What is a disadvantage of a private cloud?

A

Requires significant upfront capital expenditure (CapEx) and IT expertise to manage hardware and scale.

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

What is cloud-bursting in a hybrid cloud?

A

Using public cloud resources when on-premises compute resources are insufficient to handle demand.

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

What are the three main categories of cloud computing services?

A

Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

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

What is IaaS?

A

Instant computing infrastructure (e.g., VMs, storage) provisioned over the internet, giving users the most control over hardware.

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

What is PaaS?

A

An environment for building, testing, and deploying applications without managing underlying infrastructure, e.g., Azure SQL Database.

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

What is SaaS?

A

Centrally hosted and managed software, typically subscription-based, e.g., Microsoft 365.

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

Who is responsible for managing applications in IaaS?

A

The user is responsible for managing applications, operating systems, and data.

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

What does the shared responsibility model mean in IaaS?

A

The cloud provider ensures infrastructure functionality, while the customer ensures correct configuration, updates, and availability.

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

What is a common use case for PaaS?

A

Development framework, allowing developers to create applications with built-in scalability and high-availability features.

22
Q

What is Azure?

A

Microsoft’s public and private cloud computing platform, providing tools to build, manage, and deploy applications globally.

23
Q

What are some examples of Azure services?

A

Compute (VMs, containers), databases (SQL, NoSQL), identity, networking, storage, and AI/machine learning services.

24
Q

How does Azure use virtualization?

A

Azure uses a hypervisor to emulate virtual machines, running multiple VMs on servers to optimize hardware capacity.

25
What is the Azure Resource Manager?
A service to manage and organize Azure resources, using resource groups as logical containers.
26
What is an Azure resource group?
A logical container for resources deployed on Azure, tied to a region and subscription, used for organization and access control.
27
What happens if you delete an Azure resource group?
All resources contained within the resource group are also deleted.
28
What is the purpose of tagging in Azure?
Tagging helps organize, search, and filter resources using name/value pairs, e.g., for billing, monitoring, or automation.
29
What are resource locks in Azure?
Locks that block modification (Read-only) or deletion (Delete) of resources to prevent accidental changes.
30
What is Azure Active Directory (Azure AD)?
A cloud-based identity service for authentication and authorization, supporting SSO and MFA.
31
What is Single Sign-On (SSO) in Azure AD?
Allows users to access multiple applications with one set of credentials, reducing password management complexity.
32
What is Multi-Factor Authentication (MFA) in Azure AD?
Requires two or more authentication elements (e.g., password, mobile app) for enhanced security.
33
What is a service principal in Azure AD?
An identity used by a service or application, assigned roles to access resources.
34
What is Role-Based Access Control (RBAC) in Azure?
Provides fine-grained access management by assigning roles (e.g., Owner, Contributor) to users or services.
35
What are the four fundamental Azure roles?
Owner, Contributor, Reader, User Access Administrator.
36
What is Azure Key Vault?
A service to securely store and manage secrets, keys, and certificates, integrated with other Azure services.
37
What is Transparent Data Encryption (TDE) in Azure?
Real-time encryption and decryption of Azure SQL Database, backups, and logs at rest, enabled by default.
38
What is Azure Firewall?
A managed, scalable firewall service providing inbound protection for non-HTTP/S protocols and outbound protection for all traffic.
39
What is Azure DDoS Protection?
Monitors traffic at the Azure network edge to mitigate denial-of-service attacks, protecting application availability.
40
What is a Network Security Group (NSG)?
Filters network traffic to and from Azure resources in a virtual network using rules based on IP, port, and protocol.
41
What is Azure Monitor?
Collects, analyzes, and acts on telemetry from cloud and on-premises environments to monitor application performance.
42
What is Azure Service Health?
Provides a comprehensive view of Azure service health, notifying users about issues, maintenance, and resource impacts.
43
What is the difference between CapEx and OpEx in cloud computing?
CapEx involves upfront costs for physical infrastructure, while OpEx involves paying for services as used, with no upfront costs.
44
What is a usage meter in Azure billing?
Tracks resource usage (e.g., compute hours, data transfer) to calculate costs for each billing period.
45
What is the Azure Pricing Calculator?
A free tool to estimate costs by selecting and configuring Azure services, exportable as Excel or URL.
46
What is Azure Advisor?
A free service providing recommendations on high availability, security, performance, and cost optimization.
47
What is Azure Cost Management?
A free tool for setting budgets, scheduling reports, and analyzing cost areas with historical breakdowns.
48
What is the Azure Hybrid Benefit?
Allows using existing on-premises Windows Server or SQL Server licenses on Azure to pay only Linux rates.
49
What is vertical scaling in Azure?
Increasing or decreasing memory, storage, or compute power on an existing virtual machine (scaling up/down).
50
What is horizontal scaling in Azure?
Adding or removing virtual machines to distribute workload (scaling out/in), often using a load balancer.