Implement and manage storage Flashcards

1
Q

virtual machine data

A

disks and files. persistent block storage

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

unstructured data

A

blob storage. azure data lake is hdfs

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

structured data

A

has a shared schema, aure table storage, azure cosmos db, and azure sql database

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

how many storage tiers

A

2, standard and premium

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

What are the data services that can be accessed by an azure storage account?

A

blob storage,files, azure queue storage, azure table storage

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

azure blob storage

A

unstructured or non-relational data: images, files, video/audio

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

azure files

A

config files, logs, metrics

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

azure queue storage

A

used to store and retrieve messages

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

azure table storage

A

fully manage nosql db

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

storage account types?

A

standard general-purpose v2, premium block blobs, premium file shares, premium page blobs

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

premium block blobs

A

good for applications with high transaction rates or low storage latency

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

premium file shares

A

recommended for enterprise or high-perfomrance scale applications

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

premium page blobs

A

page blobs are ideal for storing index-based and sparse data structures: operating systems, data disks, and databases

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

what are the four replication strategies?

A

locally redundant storage, zone redundant storage, geo-redundant storage, geo-zone-redundant storage

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

locally redundant storage

A

lowest cost and least durable

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

zone redundant storage

A

replicates your data across three storage clusters in a single region. not available in all regions

17
Q

geo-redundant storage

A

replicated data in a separate region

18
Q

geo-zone redundant storage

A

you get zone redundant (3 storage clusters) and geo-redundant (secondary region)

19
Q

how to access storage?

A

use the storage accounts url endpoint

20
Q

how to keep storage endpoints safe?

A

manage firewalls and virtual networks, configure an ip range

21
Q

what are the blob storage access tiers

A

hot, cool, and archive

22
Q

blob storage hot

A

frequent reads and writes of objects. lowest access costs, highest storage costs

23
Q

blob storage cool

A

large amounts of data that’s infrequently accessed. short tem back up and disaster recovery. 30 days minimum storage

24
Q

archive tier

A

offline tier of storage. minimum 180 days of storage. most cost effective storage, costly to access

25
Q

what are the three blob types?

A

block, append, and page

26
Q

block blob

A

basic blob. can store whatever

27
Q

append blob

A

block blob optimized for append operations. I’m guessing they grow in size as the data does

28
Q

page blob

A

can be up to eight pages in size. used by virtual machines

29
Q

what are the three types of blob upload tools

A

AzCopy, azure data box disk, azure import/export

30
Q

azcopy

A

easy to use command line tool for windows and linux

31
Q

azure data box disk

A

service for transferring on-prem data to blob storage for large datasets or time sensitive situations

32
Q

azure import/export

A

you put your data on disks and mail it to azure

33
Q

What are the six characteristics of azure storage security strategies?

A

Encryption, authentication, data in transit, disk encryption, shared access signatures, authorization

34
Q

shared access signature

A

uniform resource identifier that grants restricted access rights to azure storage resources. it’s like a short term key for access and very customizable

35
Q
A