Which Azure Storage account type supports hot, cool, and archive access tiers?
a) General Purpose V1 b) General Purpose V2 c) Blob Storage d) File Storage
Correct Answer: b) General Purpose V2
Explanation: General Purpose V2 accounts support multiple access tiers for optimal cost management.
Question 42
What requirement should the name of the storage account meet?
a) Must be globally unique b) Must be less than 20 characters c) Can include special characters d) Must start with a number
Correct Answer: a) Must be globally unique
Explanation: The name of an Azure storage account must be unique across Azure globally.
Question 43
Which type of storage account should be used to protect data against failures with an individual datacenter?
a) Locally Redundant Storage (LRS) b) Zone-Redundant Storage (ZRS) c) Geographically Redundant Storage (GRS) d) Geo-Zone Redundant Storage (GZRS)
Correct Answer: b) Zone-Redundant Storage (ZRS)
Explanation: ZRS provides redundancy across multiple availability zones within the same region.
Question 44
What UNC path allows the cloud administrator to connect to the file share named ABCshare?
a) \ABCaccount.file.core.windows.net\ABCshare b) \ABCaccount.file.azure.net\ABCshare c) \ABCaccount.file.storage.azure.com\ABCshare d) \ABCaccount.file.microsoft.net\ABCshare
Correct Answer: a) \ABCaccount.file.core.windows.net\ABCshare
Explanation: This path correctly points to the Azure file share within the storage account.
Question 45
What should the administrator perform first to allow access from the employee’s workstation to the storage account?
a) Set the option ‘Allow access from’ to ‘Selected networks’ b) Add the employee’s IP address to the firewall c) Configure the virtual network service endpoint d) Remove public access from the storage account
Correct Answer: a) Set the option 'Allow access from' to 'Selected networks'
Explanation: This action specifies which networks can access the storage account.
Question 46
Which shared access signature (SAS) type uses Azure Active Directory credentials to secure access to blob storage?
a) User delegation SAS b) Account SAS c) Service SAS d) Shared Access Signature
Correct Answer: a) User delegation SAS
Explanation: User delegation SAS utilizes Azure AD for secure access management.
Question 47
Which account type should be used to minimize costs while providing fault tolerance if the Azure region experiences a disaster?
a) Locally Redundant Storage (LRS) b) Geographically Redundant Storage (GRS) c) Zone-Redundant Storage (ZRS) d) Geo-Zone Redundant Storage (GZRS)
Correct Answer: b) Geographically Redundant Storage (GRS)
Explanation: GRS ensures that data is replicated to a secondary region for disaster recovery.
Question 48
Which role should be assigned to the administrator to satisfy the principle of least privilege when creating a cloud endpoint pointing to an Azure file share?
a) Owner b) Contributor c) Reader d) Storage Blob Data Contributor
Correct Answer: d) Storage Blob Data Contributor
Explanation: This role provides necessary permissions to manage blob data without excessive privileges.
Question 49
Which files must the administrator create to migrate 14 TB of files to an Azure Storage account using the Azure Import/Export service?
a) Inventory CSV file b) Driveset CSV file and Dataset CSV file c) Manifest file d) Configuration JSON file
Correct Answer: b) Driveset CSV file and Dataset CSV file
Explanation: These files provide the necessary metadata for the import/export process.
Question 50
Which Azure Storage services can the data be copied into when using AzCopy?
a) Blob, Table, and File only b) Blob, Queue, and Table only c) Blob and File only d) Blob, Table, and Queue only
Correct Answer: a) Blob, Table, and File only
Explanation: AzCopy supports transferring data into blob storage, tables, and files.