πŸ”

AZ-104 β€” questions

Page 7 of 18 Β· 350 total questions.

Topic 3 Β· Question 180

You have an Azure subscription. In the Azure portal, you plan to create a storage account named storage1 that will have the following settings: β€’ Performance: Standard β€’ Replication: Zone-redundant storage (ZRS) β€’ Access tier (default): Cool β€’ Hierarchical namespace: Disabled You need to ensure that you can set Account kind for storage1 to BlockBlobStorage. Which setting should you modify first?

  • APerformance (correct answer)
  • BReplication
  • CAccess tier (default)
  • DHierarchical namespace
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Performance.

Topic 3 Β· Question 183

You have an on-premises server that contains a folder named D:\Folder1. You need to copy the contents of D:\Folder1 to the public container in an Azure Storage account named contosodata. Which command should you run?

  • Aaz storage blob copy start D:\Folder1 https://contosodata.blob.core.windows.net/public
  • Bazcopy sync D:\folder1 https://contosodata.blob.core.windows.net/public --snapshot
  • Cazcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --recursive (correct answer)
  • Daz storage blob copy start-batch D:\Folder1 https://contosodata.blob.core.windows.net/public
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --recursive

Explanation

AzCopy is a command-line tool that efficiently copies data to and from Azure Storage.

Topic 3 Β· Question 185

You have an Azure subscription named Subscription1. You have 5 TB of data that you need to transfer to Subscription1. You plan to use an Azure Import/Export job. What can you use as the destination of the imported data?

  • Aan Azure Cosmos DB database
  • BAzure File Storage (correct answer)
  • CAzure SQL Database
  • Da virtual machine
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure File Storage.

Topic 3 Β· Question 186

You have an Azure subscription that contains the resources shown in the following table. You need to perform the tasks shown in the following table. Which tasks can you perform by using Azure Storage Explorer?

Exhibit 1 for question 186Exhibit 2 for question 186
  • ATask1 and Task3 only
  • BTask1, Task2, and Task3 only
  • CTask1, Task3, and Task4 only
  • DTask2, Task3, and Task4 only (correct answer)
  • ETask1, Task2, Task3, and Task4
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Task2, Task3, and Task4 only.

Topic 3 Β· Question 188

You have an Azure subscription that contains a storage account named storage1. You plan to create a blob container named container1. You need to use customer-managed key encryption for container1. Which key should you use?

  • Aan EC key that uses the P-384 curve only
  • Ban EC key that uses the P-521 curve only
  • Can EC key that uses the P-384 curve or P-521 curve only
  • Dan RSA key with a key size of 4096 only
  • Ean RSA key type with a key size of 2048, 3072, or 4096 only (correct answer)
Reveal answer & explanation
Correct answer: E

The correct answer is E. Option E: an RSA key type with a key size of 2048, 3072, or 4096 only.

Topic 3 Β· Question 191

You have an Azure subscription named Subscription1. You have 5 TB of data that you need to transfer to Subscription1. You plan to use an Azure Import/Export job. What can you use as the destination of the imported data?

  • AAzure Blob Storage (correct answer)
  • BAzure Data Lake Store
  • CAzure SQL Database
  • Da virtual machine
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Azure Blob Storage

Explanation

Azure Blob Storage provides durable, scalable object storage for unstructured data. Azure Blob Storage provides durable, scalable object storage with hot, cool, and archive tiers for cost control.

Topic 3 Β· Question 192

You have an Azure subscription. The subscription contains a storage account named storage1 that has the lifecycle management rules shown in the following table. On June 1, you store a blob named File1 in the Hot access tier of storage1. What is the state of File1 on June 7?

Exhibit 1 for question 192
  • Astored in the Cool access tier
  • Bstored in the Archive access tier
  • Cstored in the Hot access tier
  • Ddeleted (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: deleted.

Topic 3 Β· Question 194

You have an Azure subscription named Subscription1. You have 5 TB of data that you need to transfer to Subscription1. You plan to use an Azure Import/Export job. What can you use as the destination of the imported data?

  • Aan Azure Cosmos DB database
  • BAzure Data Lake Store
  • CAzure Blob storage (correct answer)
  • DAzure Data Factory
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Blob storage

Explanation

Azure Blob Storage provides durable, scalable object storage for unstructured data. Azure Blob Storage provides durable, scalable object storage with hot, cool, and archive tiers for cost control.

Topic 3 Β· Question 196

You have an Azure subscription named Subscription1. You have 5 TB of data that you need to transfer to Subscription1. You plan to use an Azure Import/Export job. What can you use as the destination of the imported data?

  • Aan Azure Cosmos DB database
  • BAzure Blob Storage (correct answer)
  • CAzure SQL Database
  • Dthe Azure File Sync Storage Sync Service
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure Blob Storage

Explanation

Azure Blob Storage provides durable, scalable object storage for unstructured data. Azure Blob Storage provides durable, scalable object storage with hot, cool, and archive tiers for cost control.

Topic 3 Β· Question 197

You plan to create an Azure Storage account named storage1 that will contain a file share named share1. You need to ensure that share1 can support SMB Multichannel. The solution must minimize costs. How should you configure storage?

  • APremium performance with locally-redundant storage (LRS) (correct answer)
  • BStandard performance with zone-redundant storage (ZRS)
  • CPremium performance with geo-redundant storage (GRS)
  • DStandard performance with locally-redundant storage (LRS)
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Premium performance with locally-redundant storage (LRS) This option delivers the requirement at the lowest cost.

Topic 3 Β· Question 198

You have an Azure subscription named Subscription1. You have 5 TB of data that you need to transfer to Subscription1. You plan to use an Azure Import/Export job. What can you use as the destination of the imported data?

  • AAzure Data Lake Store
  • BAzure File Storage (correct answer)
  • CAzure SQL Database
  • Dthe Azure File Sync Storage Sync Service
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Azure File Storage.

Topic 3 Β· Question 199

You have an Azure subscription that contains a storage account named storage1. You plan to use conditions when assigning role-based access control (RBAC) roles to storage1. Which storage1 services support conditions when assigning roles?

  • Acontainers only
  • Bfile shares only
  • Ctables only
  • Dqueues only
  • Econtainers and queues only (correct answer)
  • Ffiles shares and tables only
Reveal answer & explanation
Correct answer: E

The correct answer is E. Option E: containers and queues only.

Topic 3 Β· Question 201

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure Storage account named storage1. You need to enable a user named User1 to list and regenerate storage account keys for storage1. Solution: You assign the Storage Account Encryption Scope Contributor Role to User1. Does this meet the goal?

  • AYes
  • BNo (correct answer)
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: No.

Topic 3 Β· Question 204

You have an Azure Storage account that contains 5,000 blobs accessed by multiple users. You need to ensure that the users can view only specific blobs based on blob index tags. What should you include in the solution?

  • Aa role assignment condition (correct answer)
  • Ba stored access policy
  • Cjust-in-time (JIT) VM access
  • Da shared access signature (SAS)
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: a role assignment condition.

Topic 3 Β· Question 205

You have an Azure Storage account named storage1. For storage1, you create an encryption scope named Scope1. Which storage types can you encrypt by using Scope?

  • Afile shares only
  • Bcontainers only (correct answer)
  • Cfile shares and containers only
  • Dcontainers and tables only
  • Efile shares, containers, and tables only
  • Ffile shares, containers, tables, and queues
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: containers only.

Topic 3 Β· Question 207

You have an Azure subscription named Subscription1. You have 5 TB of data that you need to transfer to Subscription1. You plan to use an Azure Import/Export job. What can you use as the destination of the imported data?

  • AAzure Data Factory
  • Bthe Azure File Sync Storage Sync Service
  • CAzure File Storage (correct answer)
  • DAzure SQL Database
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure File Storage.

Topic 3 Β· Question 209 Β· Select all that apply

You have an Azure virtual machine named VM1 and an Azure key vault named Vault1. On VM1, you plan to configure Azure Disk Encryption to use a key encryption key (KEK). You need to prepare Vault1 for Azure Disk Encryption. Which two actions should you perform on Vault1? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • ASelect Azure Virtual machines for deployment.
  • BCreate a new key. (correct answer)
  • CCreate a new secret.
  • DConfigure a key rotation policy.
  • ESelect Azure Disk Encryption for volume encryption. (correct answer)
Reveal answer & explanation
Correct answer: B, E

The correct answer is B, E. Option B: Create a new key. Option E: Select Azure Disk Encryption for volume encryption.

Explanation

Azure Managed Disks provide block storage attached to a single VM with configurable performance tiers.

Topic 3 Β· Question 210

You have an Azure subscription that contains a virtual machine named VM1 and an Azure key vault named KV1. You need to configure encryption for VM1. The solution must meet the following requirements: β€’ Store and use the encryption key in KV1. β€’ Maintain encryption if VM1 is downloaded from Azure. β€’ Encrypt both the operating system disk and the data disks. Which encryption method should you use?

  • Acustomer-managed keys
  • BConfidential disk encryption
  • CAzure Disk Encryption (correct answer)
  • Dencryption at host
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Azure Disk Encryption

Explanation

Azure Managed Disks provide block storage attached to a single VM with configurable performance tiers.

Topic 3 Β· Question 212

You have an Azure subscription that contains a storage account named storage1. The storage1 account contains a container named container1. You need to configure access to container1. The solution must meet the following requirements: β€’ Only allow read access. β€’ Allow both HTTP and HTTPS protocols. β€’ Apply access permissions to all the content in the container. What should you use?

  • Aan access policy
  • Ba shared access signature (SAS) (correct answer)
  • CAzure Content Delivery Network (CDN)
  • Daccess keys
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: a shared access signature (SAS).

Topic 3 Β· Question 213 Β· Select all that apply

You need to create an Azure Storage account named storage1. The solution must meet the following requirements: β€’ Support Azure Data Lake Storage. β€’ Minimize costs for infrequently accessed data. β€’ Automatically replicate data to a secondary Azure region. Which three options should you configure for storage1? Each correct answer presents part of the solution. NOTE: Each correct answer is worth one point.

  • Azone-redundant storage (ZRS)
  • Bthe Cool access tire (correct answer)
  • Cgeo-redundant storage (GRS) (correct answer)
  • Dthe Hot access tier
  • Ehierarchical namespace (correct answer)
Reveal answer & explanation
Correct answer: B, C, E

The correct answer is B, C, E. Option B: the Cool access tire Option C: geo-redundant storage (GRS) Option E: hierarchical namespace This option delivers the requirement at the lowest cost.

Showing questions 121–140 of 350 Β· Page 7 of 18