Which Azure Storage access tier should be used for blobs that will not be accessed for 30 to 150 days?
a) Hot b) Cool c) Archive d) Standard
Correct Answer: b) Cool
Explanation: The Cool tier is designed for data that is infrequently accessed.
Question 42
Which Azure Storage account type supports hot, cool, and archive access tiers?
a) Blob Storage b) General Purpose V2 c) File Storage d) Standard Storage
Correct Answer: b) General Purpose V2
Explanation: General Purpose V2 accounts support all access tiers including hot, cool, and archive.
Question 43
What requirement must the name of a storage account meet?
a) Must contain only uppercase letters b) Must be globally unique c) Must include numbers d) Must start with a letter
Correct Answer: b) Must be globally unique
Explanation: The name of an Azure storage account must be globally unique across Azure.
Question 44
Which type of storage account should be used to protect data against failures in a single datacenter?
a) Locally Redundant Storage (LRS) b) Zone-Redundant Storage (ZRS) c) Geo-Redundant Storage (GRS) d) Read-Access Geo-Redundant Storage (RA-GRS)
Correct Answer: b) Zone-Redundant Storage (ZRS)
Explanation: ZRS protects against failures within a single datacenter by replicating data across multiple zones
Question 45
What is the UNC path format for connecting to an Azure file share?
a) \account.file.core.windows.net\share b) \account\share c) \share\account.file.core.windows.net d) \account\file.core.windows.net\share
Correct Answer: a) \account.file.core.windows.net\share
Explanation: The correct UNC path format for accessing an Azure file share includes the account name.
Question 46
What should be done to allow access from a workstation with a public IP address to an Azure storage account?
a) Enable public access b) Set the option ‘Allow access from’ to ‘Selected networks’ c) Use a SAS token d) Disable the firewall
Correct Answer: b) Set the option 'Allow access from' to 'Selected networks'
Explanation: To allow access, the selected network option must be configured in the storage account settings.
Question 47
Which shared access signature (SAS) type uses Azure Active Directory credentials to secure access to blob storage?
a) Account SAS b) User delegation SAS c) Service SAS d) Blob SAS
Correct Answer: b) User delegation SAS
Explanation: User delegation SAS uses Azure AD credentials for secure access to blob storage.
Question 48
Which Azure Storage account type minimizes costs while providing fault tolerance against regional disasters?
a) Locally Redundant Storage (LRS) b) Geo-Redundant Storage (GRS) c) Zone-Redundant Storage (ZRS) d) Read-Access Geo-Redundant Storage (RA-GRS)
Correct Answer: b) Geo-Redundant Storage (GRS)
Explanation: GRS provides fault tolerance against regional disasters while minimizing costs.
Question 49
Which role should be assigned to an administrator creating a cloud endpoint that points to an Azure file share?
a) Reader b) Contributor c) Owner d) User Access Administrator
Correct Answer: b) Contributor
Explanation: The Contributor role provides the necessary permissions to create and manage cloud endpoints.
Question 50
What two files must an administrator create to migrate files to an Azure Storage account using the Azure Import/Export service?
a) Dataset CSV file and Driveset CSV file b) User CSV file and Dataset CSV file c) Driveset CSV file and Security CSV file d) Import CSV file and Export CSV file
Correct Answer: a) Dataset CSV file and Driveset CSV file
Explanation: The Azure Import/Export service requires both a Dataset and Driveset CSV file for migration.