Storage Flashcards

1
Q

3 storage account options are:

A

GPv1, GPv2, Blob

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

Three tiers for Blob storage

A

Hot, Cool, Archive

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

Maximum number of storage accounts per subscription

A

200

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

For most scenarios, Microsoft recommends: GPv2 or Blob?

A

GPv2

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

Two performance tiers for storage

A

Premium, Standard

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

Type of disk for Standard performance tier

A

Magnetic (HDD)

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

Type of disk for Premium performance tier

A

SSD

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

Can you switch between Standard and Premium performance tiers?

A

No

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

What is the only usage for the Premium performance tier?

A

Azure VMs

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

Is there any storage data that is not replicated?

A

No - data is always replicated at least three times

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

What are the four replication options for a storage account?

A

Locally Redundant Storage (LRS), Zone-Redundant Storage (ZRS), Geo-Redundant Storage (GRS), Read Access Geo-Redundant Storage (RA-GRS)

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

Which type of replication option cannot be altered to another type?

A

ZRS

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

How many times is LRS replicated, and where?

A

3 times within a single facility in a single region

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

How many times is ZRS replicated, and where?

A

3 times across two or three facilities, in either one or two regions

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

How many times is GRS replicated, and where?

A

3 times in primary region and 3 times in second region

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

What is difference between RA-GRS and GRS?

A

RA-GRS provides read access to your data in the second region

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

What is AzCopy?

A

Command-line utility to copy files to and from Blob, Table and File storage

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

What are common parameters of AzCopy?

A

/Source: /Dest: /SourceKey: /DestKey: /SourceSAS: /DestSAS: /Pattern:

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

For which type of container is AzCopy case-sensitive?

A

Blob

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

What replication scheme is the default?

A

RA-GRS

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

Aside from user credentials, what are the two options to manage storage resources in a different Azure subscription?

A

Account name and key, Shared access signature

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

Virtual machines have at least how many disks?

A

two - OS and temporary disks

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

On a Windows VM, the OS drive is registered as what type of disk and on what drive letter?

A

SATA and C:\

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

The temporary disk on a Windows VM is used for storing what (specifically) and under what drive letter by default?

A

pagefile.sys and d:\

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What storage is used for Data disks on a VM?
They are persisted as a blob in an Azure Storage Acct
26
What determines the size of the temporary disk and the number of disks you can attach to a VM?
The size you choose for the VM
27
What is the max IOPS per storage account for standard storage?
50,000
28
What is the maximum number of disks per storage account for standard storage?
100
29
What is the maximum IOPS for premium storage for a storage account?
unlimited
30
What is the maximum number of disks per storage account for premium storage
unlimited
31
What is the total disk capacity and maximum number of disks at max capacity for a storage account with premium storage?
35 TB total, 35 disks
32
What is the max bandwidth for a storage account with premium storage?
50 Gbps
33
What is the total snapshot capacity for premium storage in a storage account?
10 TB
34
What is the difference between using a managed and unmanaged disk for a VM?
Disks that are unmanaged must explicitly define a separate storage account.
35
When using premium disk for a VM, do you have access to the underlying storage account?
No
36
True or false - you can upload a VHD file and attach it to an existing VM in Azure?
true
37
When detaching a managed disk from a VM, does it impact the underlying disk object?
No. It is the equivalent of unplugging the hard drive from the computer.
38
When converting an unmanaged disk to a managed disk for a VM, what is the potential issue with performing the process?
You must power off the VM
39
File storage uses what protocol?
SMB 3.0
40
What command would you use to map a file share on your Windows VM?
net use
41
The quota on a file share could also be referred to as what?
Size
42
If you have a mapped or mounted file share, what action will likely break the mount?
Rotating or changing the access key for the file share. The access key is the password used to connect.
43
To mount a file share in Linux, what must be true of your Linux machine?
It must be running in Azure in the same region as the file share.
44
What is the maximum size for a file share?
5 TB
45
What two series of VMs support premium storage?
DS and FS
46
True or false - the file share quota cannot be changed after creation
False - you can change the size (quota) of the file share
47
What drive type is used for new data disks for a VM?
SCSI
48
What are the three main types of blobs?
Block blobs, Append blobs, Page blobs
49
Which blob type is the best choice for a large number of IOT sensors / devices writing data to a blob, but not needing to read data from it?
Append blob
50
Which type of blob would be most useful as the persistence for a VHD?
Page blob
51
What are the three types of access for a blob service, and which is the default?
Private (default), Blob, Container
52
Can a blob storage account use Premium performance?
No - only standard
53
True or false: you can use Powershell to upload or download a VHD file
True - Add-AzureRmVHD, Save-AzureRmVHD
54
What is the name of the service by which you can ship a physical hard drive to Azure instead of uploading the data?
Azure Import/Export service
55
Which type of blob is optimized for sequential I/O?
Block blobs
56
Which type of blob is most cost effective?
Block blob
57
What is the maximum size for a single queue message in Queue Storage?
64 KB
58
What is the upper bound in overall size of a queue?
The amount of space available in the storage account
59
How long can a message remain on a queue?
7 days
60
What is the maximum number of properties an entry in table storage can have?
255
61
True or false - PrimaryKey is a required entry for an Azure table entry
False
62
What are the required fields for an Azure table entry?
PartitionKey, Timestamp, RowKey
63
What is the name of the service that will automatically encrypt a storage account?
Storage Service Encryption (SSE)
64
What is a URI that grants restricted access rights to Azure Storage resources?
Shared Access Signature (SAS)
65
What are two types of Shared Access Signatures?
Ad Hoc and Policy
66
If I want to allow a user to read and delete from a specific type of storage, would I use a storage key or a shared access signature?
Shared Access Signature allows discrete access to individual resources
67
When creating a Recovery Services vault, what is the default replication?
Geo-redundant
68
Is Azure Site Recovery heterogeneous or homogeneous and why?
Heterogeneous because it supports multiple types of servers / VMs such as Hyper-V, VMWare and physical servers
69
True or false: Azure Site Recovery cannot be used to assist with a surge in demand on your existing site
False - Site Recovery is able to help deal with traffic surges and extend capacity
70
True or false: Azure Site Recovery can monitor and facilitate failover for two on-prem data centers
True
71
Storage Analytics metrics are available for what four types of storage objects? Which of these four does NOT have Storage Analytics logging available?
metrics - blobs, files, tables, queues | logging is not supported for files
72
Are write operations performed by Storage Analytics billable?
Yes
73
What is the maximum retention policy for Storage Analytics?
``` explicitly defined - 365 days implicitly defined (0 days) - indefinite ```
74
What is the default retention policy for Storage Analytics?
0 days (meaning, indefinite)
75
Can your Azure Backup be recovered if you lose the passphrase?
No
76
The software you install locally to backup files to Azure as part of Azure Backup is called what?
Azure Backup Agent
77
When you create a storage account, Azure creates ___ storage keys, each of them being ___ bits
2, 512
78
If you believe your storage account key to have been compromised, what should you do?
regenerate it
79
By default, a new storage account is created in which access tier?
Hot
80
What are the two primary considerations when estimating the cost of a blob GPv2 storage account?
How much data will be stored, and how will you normally access that data?
81
LRS is designed to provide how many "9s" in durability?
11 9s (99.999999999)
82
A write request to LRS storage only returns successfully after what is true?
Only after the data has been written to all replicas
83
What is a storage scale unit?
A collection of racks of storage nodes
84
What is a Fault Domain in the context of LRS?
A group of nodes representing a physical unit of failure and can be considered to belong to the same physical rack
85
What is an Upgrade Domain in the context of LRS?
A group of nodes that are upgraded together during the process of a service upgrade (rollout)
86
If a datacenter-level disaster occurs, which type of storage may lose all replicas?
LRS
87
ZRS offers how many "9s" in durability?
12 9s (99.9999999999)
88
GRS offers how many "9s" in durability?
16 9s (99.99999999999999)
89
When you enable RA-GRS, your data is available on a secondary endpoint. How does the URL change to access that secondary endpoint?
Add "-secondary" to the account name
90
True or false - when using RA-GRS, your application must manage the endpoint it is interacting with
True - because there is a "-secondary" endpoint available
91
When using RA-GRS, if you want to know whether your data has been fully replicated yet, what should you check?
Last Sync Time
92
Under what circumstance would you obtain read and write access to your secondary region with RA-GRS?
After completion of a Microsoft-initiated failover to the secondary region
93
What is the SLA on GRS?
There is none currently
94
What is the RPO for GRS?
Typically under 15 minutes, but there is no SLA
95
Are you able to choose the secondary region for GRS?
No - it is determined automatically based on the primary region you choose
96
Which storage tier cannot be set at the account level and must be set on a blob?
Archive
97
GPv1 accounts do or do not support tiering (Hot, Cool, Archive)?
They do not
98
As compared hot storage tier, cool storage has ____ storage costs and _____ access costs
Lower storage cost, Higher access cost
99
If you have media content that is not viewed frequently, but is expected to be available immediately, which storage tier is appropriate?
Cool
100
Historical medical images would be a good candidate for which storage tier?
Archive
101
You are gathering large scientific data sets. If you break up your data-gathering process into accumulation and processing, when should you use hot and cool storage tiers?
Accumulation and stage for processing in hot storage, storage of the data after processing (which gathering more) in cool storage
102
Archive data is intended for data that can tolerate ____ ____ of retrieval latency and will remain in the archive tier for at least ____ days
several hours of latency, 180 days
103
What must you do to read data in archive storage, what is the process called and how long can it take to complete?
You must change the tier of the blob to hot or cool, the process is called rehydration and it can take up to 15 hours to complete
104
What should you check to see if your rehydration of archive tier data is complete?
Archive Status - it will read "rehydrate-pending-to-hot" or "rehydrate-pending-to-cool" and will be removed entirely upon completion
105
What operation do you use to change the storage tier for an individual blob?
Set Blob Tier
106
What property would you check to see if a blob storage tier is inferred from the storage account?
Access Tier Inferred
107
When a blob is moved to a warmer storage tier, how is the operation billed?
As a read from the source (cooler) tier
108
When a blob is moved to a cooler storage tier, how is the operation billed?
As a write against the destination (cooler) tier
109
You will be charged an early deletion fee if you delete it or move to a warmer tier prior to ___ days in the cool tier and ___ days in the archive tier. Is the fee prorated?
30 (cool), 180 (archive), yes it is prorated
110
Azure Storage events are pushed / published through what?
Azure Event Grid
111
True or false: asynchronous file uploads are a great fit for events
True
112
You can identify a blob storage event because the event type start with what?
Microsoft.Storage
113
What is the maximum request rate per storage account?
20,000 req / sec
114
Maximum number of blocks in a block blob or append blob
50,000
115
Max size of a block in a block blob
100 MiB
116
Max size of a block in an append blob
4 MiB
117
Max size of a page blob
8 TiB
118
Max number of stored access policies per blob container or file share
5
119
Maximum size of a file in a file share
1 TiB
120
Target throughput for a single file share
up to 60 MiB
121
File Share - Max open handles per file
200
122
File Share - Maximum number of open snapshots
200
123
Page blobs are made up of ___ byte pages, up to a total size of ___
512 byte pages up to a total of 8 TB
124
What type of strength and algorithm is used for Azure Storage encryption?
256 bit AES
125
True or false: You can disable Storage Service Encryption
False - it is applied to all new and existing storage accounts and cannot be disabled
126
If you're creating a custom domain name for a blob storage account, and you have an SLA and want to avoid downtime, what method should you use?
Intermediary mapping with asverify (instead of direct CNAME mapping)