Practice Exam From MS Flashcards

1
Q

You need to create an Azure Storage account that supports the Azure Data Lake Storage Gen2 capabilities.

Which two types of storage accounts can you use? Each correct answer presents a complete solution.

premium block blobs

premium file shares

standard general-purpose v2

premium page blobs

A

Premium Block Blobs
AND
Standard General purpose V2

To support Data Lake Storage, the storage account must support blob storage, which is available as standard general-purpose v2 and premium block blobs. Additionally, when you create the storage account, you must enable the hierarchical namespace.

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

Your need to create an Azure Storage account that meets the following requirements:

Stores data in a minimum of two availability zones
Provides high availability
Which type of storage redundancy should you use?

geo-redundant storage (GRS)

locally-redundant storage (LRS)

read-access geo-redundant storage (RA-GRS)

zone-redundant storage (ZRS)

A

zone-redundant storage (ZRS)

Zone-redundant storage (ZRS) replicates a storage account synchronously across three Azure availability zones in the primary region. For ensuring high availability, Microsoft recommends using ZRS in the primary region and also replicating to a secondary region.

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

You have an Azure Storage account named corpimages and an on-premises shared folder named \server1\images.

You need to migrate all the contents from \server1\images to corpimages.

Which two commands can you use? Each correct answer presents a complete solution?

azcopy copy
azcopy sync
Get-ChildItem
Set AzStorageBlobContent

A

Azcopy
Get-ChildItem

The AzCopy command allows you to copy all files to a storage account. You then use Get-ChildItem with the path parameter, recurse to select everything, and then use the Set-AzureStorageBlobContent cmdlet.

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

You need to assign licenses to the users based on Microsoft Entra ID attributes. The solution must minimize administrative effort.

Which two actions should you perform?

A

1) Create dynamic groups.
2) Assign the licenses to the dynamic groups

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