1 Flashcards

(55 cards)

1
Q

What is IaaS?

A

Infrastructure as a Service – You manage OS and apps, Azure manages hardware.

Example: Azure Virtual Machines

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

What is PaaS?

A

Platform as a Service – You manage the app, Azure handles OS and infrastructure.

Example: Azure App Service

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

What is SaaS?

A

Software as a Service – Fully managed by provider.

Example: Microsoft 365

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

CapEx vs OpEx

A

CapEx = upfront hardware cost, OpEx = cloud pay-as-you-go billing

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

Benefits of cloud computing

A

Scalability, Elasticity, Agility, Fault Tolerance, High Availability, Geo-distribution

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

What is Azure Virtual Machines?

A

IaaS – Fully controlled, customizable virtual server. No physical hardware needed.

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

What is Azure App Service?

A

PaaS – Host websites and APIs. Built-in autoscaling, SSL, custom domains.

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

What are Azure Functions?

A

Serverless – Event-based code execution. No server to manage. Pay-per-execution.

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

What are Azure Container Instances?

A

Deploy containers without managing servers.

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

What is Azure Kubernetes Service (AKS)?

A

Manages containers using Kubernetes for scalability and orchestration.

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

What is Azure Blob Storage?

A

Object storage for unstructured data (videos, images, backups).

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

What is Azure Disk Storage?

A

Block storage used for Azure VMs (virtual hard drives).

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

What is Azure File Storage?

A

Shared file system with SMB protocol (cloud file server).

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

What are the storage tiers?

A

Hot: frequent | Cool: infrequent | Archive: rarely accessed (cheap).

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

What is Azure SQL Database?

A

PaaS relational database – fully managed SQL Server in the cloud.

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

What is Azure Cosmos DB?

A

NoSQL DB – globally distributed with low latency.

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

What are Azure Database for MySQL/PostgreSQL?

A

Managed open-source relational databases.

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

What is a Virtual Network (VNet)?

A

Private network in Azure to securely host resources.

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

What is a Subnet?

A

Smaller segment within a VNet for organization.

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

What is a Network Security Group (NSG)?

A

Filters traffic to/from resources. Acts like a firewall.

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

What is a VPN Gateway?

A

Secure connection between on-premises and Azure.

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

What is ExpressRoute?

A

Dedicated private connection between on-prem and Azure.

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

What is Azure Load Balancer?

A

Distributes traffic across multiple resources for availability.

24
Q

What is Azure DNS?

A

Hosts and manages domain names in Azure.

25
What is Azure Active Directory (AAD)?
Identity and access management for users and apps. Supports SSO and MFA.
26
What is Role-Based Access Control (RBAC)?
Manages permissions on resources (Reader, Contributor, Owner).
27
What is Azure Policy?
Enforces rules on resources (e.g., allowed regions or VM sizes).
28
What is an Azure Initiative?
Collection of policies applied together.
29
What is a Resource Group?
Container for related resources with shared lifecycle.
30
What is a Management Group?
Organizes multiple subscriptions under one governance structure.
31
What are Locks?
Prevents deletion or modification of critical resources.
32
What is Azure Monitor?
Monitors performance and availability of resources.
33
What is Log Analytics?
Analyzes logs using Kusto Query Language (KQL).
34
What is Azure Advisor?
Provides recommendations for cost, performance, reliability, and security.
35
What is Azure Resource Manager (ARM)?
Deployment and management service for Azure resources.
36
What are ARM Templates?
JSON files defining resource deployment and configuration.
37
What is the Pricing Calculator?
Tool to estimate Azure service costs.
38
What is the TCO Calculator?
Compare total cost of ownership (on-prem vs Azure).
39
What is Cost Management?
Monitor, budget, and forecast Azure spending.
40
What factors affect Azure pricing?
Resource type, usage, region, licensing, bandwidth.
41
What is a Service Level Agreement (SLA)?
Microsoft's uptime guarantee. ## Footnote Example: 99.99% for VMs in Availability Zones.
42
What are the support plans?
Basic (Free), Developer, Standard, Pro Direct.
43
What is the Shared Responsibility Model?
Azure secures the cloud; customers secure data, endpoints, identities.
44
What is DDoS Protection?
Protects against large-scale network attacks.
45
What is Azure Firewall?
Stateful firewall with built-in high availability.
46
What is Azure Sentinel?
SIEM tool to detect and respond to threats.
47
What is Microsoft Defender for Cloud?
Posture management + threat protection across services.
48
What is the Trust Center?
Public Microsoft site for security, privacy, compliance info.
49
What is the Service Trust Portal?
Access to compliance reports and audit results (login required).
50
What are Compliance Offerings?
Azure follows ISO, GDPR, SOC, and other global standards.
51
What is Azure Marketplace?
Deploy third-party apps and solutions from trusted vendors.
52
What are Azure Blueprints?
Package of templates, policies, RBAC for compliant environments.
53
What is Azure Arc?
Manage non-Azure/on-prem resources using Azure tools.
54
What are Availability Zones?
Separate datacenters in a region. Improve fault tolerance and uptime.
55
What is the difference between Regions and Availability Zones?
Region = geographic area | AZ = physical location inside region.