Implement & Manage Storage in Azure Flashcards

1
Q

Microsoft’s cloud storage solution for modern data storage scenarios

A

Azure Storage

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

Azure Storage is:

A

Durable & highly available, Secure, Scalable, Managed, Accessible

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

Generally think of Azure Storage in three categories:

A

Storage for VMs, Unstructured data (like Blobs, Data Lakes), Structured Data (Tables, Cosmos DB, Azure SQL DB)

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

Azure Storage two tiers:

A

Standard & Premium

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

Backed by magnetic drives (HDD) & provide lowest cost per GB; require bulk storage or where data is infrequently accessed

A

Standard Tier

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

Backed by SSDs & offer consistent low-latency performance, use for VMs w/ I/O intensive apps like databases

A

Premium Storage

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

You ___ convert a Standard storage account to a Premium storage account of vice versa.

A

Cannot

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

Azure Storage Services:

A

Containers (Blobs), Files, Queues, Tables

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

Massively scalable object store for text & binary data

A

Containers (Blobs)

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

Managed file shares for cloud or on-premises deployments

A

Files

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

A messaging store for reliable messaging between application components

A

Queues

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

A NoSQL Store for schemaless storage of structured data

A

Tables

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

Ideal for storage of: images or documents to a browser, storing files for distributed access, streaming video & audio, storing data for backup & restore, disaster recovery & archiving, data for analysis by an on-premises or Azure-hosted service

A

Container (blob) storage

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

___ messages can be up to 64KB in size & a queue can contain millions of messages

A

Queue

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

Four types of storage accounts:

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
16
Q

Enterprise of high-performance file share applications

A

Premium file shares

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

Premium high-performance page blob scenarios

A

Premium page blobs

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

Block blob scenarios with high transaction rates or scenarios that use smaller objects or require consistently low storage latency

A

Premium block blobs

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

Most scenarios like blob, file, queue, table, & data lake storage

A

Standard general purpose v2

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

Four types of replication:

A

LRS, ZRS, GRS/RA-GRS, GZRS/RA-GZRS

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

Lowest-cost replication option, all replicas may be lost or unrecoverable

A

Locally redundant storage (LRS)

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

Synchronously replicates data across three (3) storage clusters in a single region

A

Zone redundant storage (ZRS)

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

Replicates your data to a secondary region; 16 9’s durability

A

Geo-redundant storage

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

Combines the high availability of zone-redundant storage with protection from regional outages as provided by geo-redundant storage

A

Geo-zone redundant storage (GZRS)

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

Storage account links:

A
//mystorageaccount.blob.core.windows.net
(substitute blob with table, queue, file)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

A service for storing large amounts of unstructured object data, such as text or binary data; aka “object storage”

A

Blob Storage

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

Blob storage offers three types of resources:

A

Storage account, containers in the storage account, blobs in a container

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

Provides a grouping set of blobs

A

Container

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

Blob name can be:

A

lowercase letters, numbers, hyphens and must begin with a letter or number & 3-63 chars long

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

Blob - Public access level types:

A

Private, Blob, Container

31
Q

Azure Storage offers three types of blobs:

A

Block, page, and append

32
Q

Blocks of data assembled to make a blob; ideal for storing text & binary data like files, imagines & videos

A

Block blobs (default)

33
Q

Like block blobs but optimized for append operations, useful for logging scenarios

A

Append blobs

34
Q

Can be up to 8TB in size & are efficient for frequent read/write operations; AZ VMs use these

A

Page blobs

35
Q

Blob upload methods:

A

AzCopy, Azure Storage Data Movement Library, Azure Data Factory, Blobfuse, Azure Data Box Disk, Azure Import/Export

36
Q

.NET library for moving data between Azure storage services

A

Azure Storage Data Movement Library

37
Q

Supports copying data to and from blob storage using the account key, shared access signature, service principal, or managed identifies for Azure resources authentications

A

Azure Data Factory

38
Q

A virtual file system for Azure blob storage; access through Linux file system

A

Blobfuse

39
Q

A service for transferring on-premises data to Blob storage when large datasets or network constraints make uploading data over the wire unrealistic

A

Azure Data Box Disk

40
Q

Authorization options

A

Azure AD, Shared Key, Shared access signatures, Anonymous access to containers & blobs

41
Q

A URI that grants restricted access rights to Azure Storage resources

A

Shared access signature (SAS)

42
Q

SAS provides both __ and __ control.

A

account-level & service-level

43
Q

Delegates access to resources in one or more of the storage services

A

Account-level SAS

44
Q

Delegates access to a resource in just one of the storage services

A

Service-level SAS

45
Q

When creating an SAS, a URI is created using parameters and tokens, the URI consists of:

A

Storage resources & SAS Token

46
Q

Data at rest protection

A

Azure Storage Service Encryption (SSE)

47
Q

Common uses of file storage

A

Replace & supplement; Access anywhere; Lift & shift; Azure File sync; Shared aps; Diagnostic data; Tools & Utilities

48
Q

Provides SMB, NFS, Client libraries, & a REST interface that allows access from anywhere to stored files

A

Azure Files

49
Q

true directory objects, accessed through file shares, shared access across multiple VMs

A

Azure Files

50
Q

Provides the capability to take snapshots of file shares

A

Azure Files

51
Q

Centralized your org’s file shares in Azure Files, while keeping the flexilibility, perforamnce, and compatbility of an on-premises file server

A

Azure File Sync

52
Q

Azure File Sync benefits:

A

Lift & shift, Branch Offices, Backup & Disaster Recovery, File Archiving

53
Q

Top-level Azure resource for Azure File Sync; a peer of the storage account resource

A

Storage Sync Service

54
Q

Defines the sync topology for a set of files

A

Sync Group

55
Q

Represents a trust relationship between your server (or cluster) and the Storage Sync Service

A

Registered Service

56
Q

A downloadable package that enables Windows Server to be synced

A

Azure File Sync Agent

57
Q

File Sync Agent has three main components:

A

FileSyncSvc.exe (background Windows service for monitoring changes on server endpoints; StorageSync.sys(Azure File Sync system filter) & PowerShell management cmdlets

58
Q

Represents a specific location on a registered server such as a folder

A

Server endponit

59
Q

An Azure file share that is part of the sync group

A

Cloud endpoint

60
Q

Four high-level steps for configuring File Sync

A

(1) Deploy the Storage Sync Service (2) Prepare Windows Server to use with Azure File Sync (3) Install the Azure File Sync Agent (4) Register Windows Server with Storage Sync Service

61
Q

A standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linus

A

Azure Storage Explorer

62
Q

To fully access resources after you sign in, Storage Explorer requires both management (____) and ___ ___ ___.

A

ARM, data layer permissions

63
Q

Connect to different storage accounts with Storage Explorer:

A

Associated with Azure Subscriptions, shared from other Azure subscriptions, and local storage with Azure Storage Emulator

64
Q

Service used to securely import large amounts of data to Azure Blob & Files by shipping disk drives to an Azure Datacenter

A

Azure Import/Export Service

65
Q

Use cases for Azure Import/Export service:

A

Migrating data to cloud, Content distribution, Backup, Data recovery

66
Q

You supply your own disk drives and transfer data yourself

A

Azure Import/Export

67
Q

You will be shipping hard drives containing your data

A

Import Jobs

68
Q

Transfer data from Azure storage to hard drive drives and ship to your on-premise sites

A

Export Jobs

69
Q

Drive preparation and repair tool you can use with Microsoft Azure Import/Export Service

A

Azure Import/Export Tool

70
Q

Next-generation CLI utility for copying data to/from Blob & File Storage

A

AzCopy v10

71
Q

Authentication options for AzCopy

A

Azure AD & SAS Tokens

72
Q

Azure Storage creates __ __-bit access keys for every storage account that’s created.

A

two 512

73
Q

Azure Storage supports three types of shared access signatures:

A

User delegation SAS, Service SAS, Account SAS