Session 5-6 Flashcards

(23 cards)

1
Q

What is azure storage?

A

You can use to store files, messages, tables and other types of info

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

5 types of AZ storage. Explain each

A

Blob storage - no restrictions on the kind of data it can hold (i.e. ideal for images or docs directly to browser). Highly scalable
Disk storage - Provides disks for VM, apps, and other services
File storage - az files offers fully managed file shares in the cloud
Queue storage - service for storing large # of messages bw apps
Table Storage - stores large amts of structured data

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

What are the storage tiers?

A

hot tier
cool tier
archive tier

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

hot tier

A

optimized for storing data that is accessed or modified frequently (i.e. images on website)
highest storage costs
lowest access costs

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

cool tier

A

optimized for storing data that is infrequently accessed or modified (i.e. customer invoices). data should be stored for 30 days
lower storage costs
higher access costs

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

Archive tier

A

optimized for storing data that is rarely accessed or modified (i.e. long term backups)
data should be stored for 180 days
lowest storage costs
highest access costs

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

___ ensures that your storage account meets its availability and durability targets even in the face of failures

A

redundancy

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

Data in the Azure storage is always replicated __ times in the primary region

A

3

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

az sstorage offers two options for how your data is replicated in the primary region: ___ and ___-

A
  • locally redundant storage LRS
  • zone redundant storage ZRS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Locally redundant storage (LRS)

A
  • replicates ur data 3x within a single data center in the primary region
  • lowest cost redundancy option
    least durability compared to other options
  • protects against server rack or drive failures but not disaster that occurs within the data center
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Zone redundant storage

A
  • Replicates your Azure Storage data across three Azure data centers in 3 diff availability zones in the primary region.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Geo Redundant storage

A
  • For applications requiring high durability, you can choose to copy the data in your storage account to a secondary region that is hundreds of miles away from the primary region.
  • copies your data synchronously three times within a single physical location in the primary region using LRS
  • It then copies your data asynchronously to a single physical location in the secondary region (the region pair) using LRS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Geo-zone-redundant storage

A

Data in a GZRS storage account is copied across three Azure availability zones in the primary region (similar to ZRS) and is also replicated to a secondary geographic region, using LRS, for protection from regional disasters.

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

what type of storage would you use to store data like a file server

A

file storage

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

what is cold tier storage

A

optimized for storing data that is infrequently accessed or modified. Stored for min of 90 days. Lower storage costs, higher access costs

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

What is data box

A

physical migration service that helps transfer large amount of data in quick, inexpensive way

17
Q

What can you use to execute code in a serverless environment?

A

Azure functions

18
Q

You need to allow resources on two different Azure virtual networks to communicate with each other.

What should you configure?

A

peering
You can link virtual networks together by using virtual network peering. Peering enables resources in each virtual network to communicate with each other.

19
Q

What can you use to connect Azure resources, such as Azure SQL databases, to an Azure virtual network?

A

Service endpoints are used to expose Azure services to a virtual network, providing communication between the two. ExpressRoute is used to connect an on-premises network to Azure. NSGs allow you to configure inbound and outbound rules for virtual networks and virtual machines. Peering allows you to connect virtual networks together.

20
Q

To which object or level is an Azure role-based access control (RBAC) role applied?

21
Q

What prevents the accidental change or deletion of a resource

A

resource lock

22
Q

What can you use to sync identities from an on-premises Active Directory Domain Services (AD DS) domain to Azure AD?

A

Azure AD Connect

23
Q

What can you use to ensure that users authenticate by using multi-factor authentication (MFA) when they attempt to sign in from a specific location?

A

conditional access