Implement Storage Flashcards

1
Q

URL/Domain for Blob Storage?

A

https://[account name].blob.core.windows.net

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

URL/Domain for Table Storage?

A

https://[account name].table.core.windows.net

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

URL/Domain for Queue Storage?

A

https://[account name].queue.core.windows.net

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

URL/Domain for File Storage?

A

https://[account name].file.core.windows.net

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

What are the 2 types of Blob Storage?

A

Page and Block

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

What type of blob is a virtual machine hard disk created as?

A

Page

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

What are the 4 storage account replication options?

A
  1. Locally redundant (LRS)
  2. Zone redundant (ZRS)
  3. Geographically redundant (GRS)
  4. read-access geographically redundant (RAGRS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True/False: Zone replicated storage accounts only support block blobs?

A

True

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

What is the async blob copy service?

A

A server side based service that can copy files you specify from a source location to a destination in an Azure Storage account. The source blob can be located in another Azure Storage account, or it can even be outside of Azure as long as the storage service can access the blob directly for it to copy.

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

Max size of Azure File Shares for SMB?

A

5TB

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

When should you leverage the Azure Import and Export service for storage?

A

When it is either not possible or prohibitively expensive to upload or download the data directly

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

What is the Azure import and Export Service for storage?

A

Allows you to ship data into or out of an Azure Storage account by physically shipping disks to an Azure datacenter.

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

Requirements of the drives for Azure import and export service for storage?

A
  1. A 3.5-inch SATA II or III disk
  2. Disk <= 4TB
  3. NTFS formatted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What tool is used to prepare the drives for the Azure import and export service for storage?

A

WAImportExport.exe

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

When using a CDN, how can you control the expiration of the blob data?

A

Cache-Control metadata property

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

Default TTL of a CDN cache in Azure

A

7 days

17
Q

What DNS record do you need for a custom domain in Azure for the CDN?

A

CNAME that points to the blob url and the cdn url

18
Q

How many Access Keys are available in a storage account?

A

2

19
Q

How is a Shared Access Signature (SAS) Key different than a Access Key?

A
  1. A Shared Access Signature (SAS) is a URI that grants access to specific containers, blob, queues, and tables and can leverage an expiration date.
  2. An Access Key has full access permissions to the storage account.
20
Q

True/False: Captured metrics are stored in the table storage of the Azure Storage account being monitored, with table names that begin with $Metric and Captured logs are stored in blob storage in the $logs container.

A

True

21
Q

What are DTU’s in relation to SQL?

A

Database Throughput Units

22
Q

True/False: A database must be restored to a new database for a point-in-time restore. (Azure SQL)

A

True

23
Q

How do you fail over a SQL database to it’s replica leveraging standard geo-replication?

A

By clicking the Stop Now button in the management portal on the secondary database. This action stops replication immediately with the primary database and brings the secondary database online as a read/write database

24
Q

When doing a fail over on a Azure SQL database with standard geo-replication, why should you stop the replication on the secondary database instead of the primary?

A

Stopping replication on the primary database does not wait for in-flight transactions to complete. There may be data loss.

25
Q

Which replication strategy is used to load-balance queries across 4 SQL database instances?

A

Active Geo-Replication

26
Q

What is a BACPC file used for in in Azure SQL?

A

Used to import or export data from SQL databases. Use this instead of .bak file

27
Q

What are the max Point In Time recovery options for Azure SQL?

A

Basic - 7 days
Standard - 14 days
Premium - 32 days

28
Q

What are the max database sizes for basic, standard, and premium tiers?

A

Basic - 2Gb
Standard - 250GB
Premium - 500GB or 4TB (plan dependent)

29
Q

Size Guidelines for Azure Backup cache?

A

Cache location should have 10-15 percent of the size of the data to be backed up