Azure Blob Storage MCQ Questions and Answers

Mastering Azure Blob Storage is crucial for cloud certification success. This dedicated practice set features 184 Azure Blob Storage MCQ questions and answers designed to mirror real exam scenarios across various AZURE certifications.

📝 184 Questions⏱️ 90 min🎯 Pass: 70%

About Azure Blob Storage Practice Questions

This detailed quiz focuses on Azure Blob Storage, covering key concepts and scenarios often found in AZURE exams.

  • Comprehensive coverage of Azure Blob Storage features.
  • Scenario-based questions testing design and troubleshooting skills.
  • Detailed explanations to reinforce learning.

All 184 Azure Blob Storage Questions

Browse through the complete list of questions and answers below. Use this resource to review specific concepts or check your understanding of Azure Blob Storage.

1

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
2

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
3

An administrator needs to store video files that are rarely accessed but must be available immediately when requested. Which Azure Blob Storage access tier should be used to minimize costs?

Cool
Hot
Archive
Premium
View Explanation
✓ Correct Answer: CoolExplanation:The Cool tier is optimized for data that is stored for at least 30 days and accessed infrequently, but still provides millisecond access time.
4

What is 'Lifecycle Management' in Azure Blob Storage used for?

To automatically transition blobs to cooler storage tiers or delete them based on their age or last access time
To monitor the security of the storage account
To backup the data to another region
To encrypt the blobs with different keys
View Explanation
✓ Correct Answer: To automatically transition blobs to cooler storage tiers or delete them based on their age or last access timeExplanation:Lifecycle management helps optimize storage costs by moving data to the most appropriate tier as it ages.
5

Which Azure storage redundancy option provides protection against the failure of an entire data center by replicating data to three different facilities within a single region?

Zone-Redundant Storage (ZRS)
Locally-Redundant Storage (LRS)
Geo-Redundant Storage (GRS)
Read-Access Geo-Redundant Storage (RA-GRS)
View Explanation
✓ Correct Answer: Zone-Redundant Storage (ZRS)Explanation:ZRS replicates your data across three Azure availability zones in the primary region.
6

An administrator wants to provide a time-limited link to a specific blob for an external user, without giving them the storage account key. What should they generate?

Shared Access Signature (SAS)
Access Key
Managed Identity
RBAC Role
View Explanation
✓ Correct Answer: Shared Access Signature (SAS)Explanation:A SAS provides delegated access to resources in your storage account with specific permissions and expiration.
7

What is the purpose of 'Immutable Storage' (WORM) for Azure Blobs?

To prevent data from being modified or deleted for a specific interval or due to a legal hold
To increase the read speed of the data
To compress the data automatically
To hide the data from the Azure Portal
View Explanation
✓ Correct Answer: To prevent data from being modified or deleted for a specific interval or due to a legal holdExplanation:Immutable storage is essential for meeting strict compliance and data retention regulations.
8

Which tool can be used to copy large amounts of data (terabytes) from an on-premises server to Azure Blob Storage efficiently over the network?

AzCopy
Azure Data Box
File Explorer
PowerShell 'Copy-Item'
View Explanation
✓ Correct Answer: AzCopyExplanation:AzCopy is a command-line utility designed for high-performance data transfer to/from Azure Storage.
9

What is 'Object Replication' in Azure Storage used for?

To asynchronously replicate block blobs between a source storage account and a destination storage account
To backup VMs
To provide a local copy of data on a VM
To de-duplicate data
View Explanation
✓ Correct Answer: To asynchronously replicate block blobs between a source storage account and a destination storage accountExplanation:Object replication is useful for scenarios like data distribution and minimizing latency for global users.
10

Can you use Azure Active Directory (Entra ID) credentials to authorize access to individual containers or blobs in a storage account?

Yes, using Role-Based Access Control (RBAC)
No, you must use Account Keys or SAS tokens
Only for Premium storage accounts
Only for the Archive tier
View Explanation
✓ Correct Answer: Yes, using Role-Based Access Control (RBAC)Explanation:Authorize with Entra ID is the security best practice, as it eliminates the need to manage and store account keys.
11

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure SQL Database
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
12

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
13

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
14

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
15

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
16

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
17

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
18

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
19

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
20

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
21

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
22

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
23

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
24

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
25

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
26

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
27

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
28

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
29

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
30

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
31

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
32

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
33

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
34

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
35

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
36

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
37

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
38

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
39

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
40

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
41

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
42

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
43

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
44

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
45

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
46

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
47

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
48

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
49

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
50

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
51

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
52

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
53

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
54

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
55

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
56

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
57

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
58

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
59

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
60

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
61

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
62

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
63

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
64

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
65

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
66

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
67

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
68

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
69

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
70

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
71

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
72

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
73

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
74

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
75

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
76

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
77

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
78

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
79

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
80

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
81

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
82

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
83

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
84

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
85

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
86

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
87

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
88

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
89

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
90

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
91

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
92

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
93

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
94

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
95

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
96

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
97

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
98

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
99

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
100

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
101

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
102

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
103

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
104

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
105

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
106

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
107

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
108

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
109

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
110

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
111

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
112

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
113

You are designing a data storage strategy for a massive data lake. You need a solution that supports hierarchical namespaces (directories) for high-performance analytics and integrates with Azure Active Directory for fine-grained access control. Which storage option fits?

Azure Data Lake Storage Gen2
Azure Blob Storage (Flat namespace)
Azure Files
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Data Lake Storage Gen2Explanation:ADLS Gen2 combines Blob storage with a hierarchical namespace and POSIX-compliant ACLs, making it ideal for big data workloads.
114

Which Azure storage feature allows you to automatically move older, infrequently accessed data from the 'Hot' tier to the 'Cool' or 'Archive' tiers based on its age to save costs?

Azure Blob Lifecycle Management
Azure Storage Explorer
Azure Import/Export
Azure Backup
View Explanation
✓ Correct Answer: Azure Blob Lifecycle ManagementExplanation:Lifecycle management policies allow you to automate data transition and expiration based on defined rules.
115

How can you securely provide access to an Azure storage account for a 3rd-party user for a specific period of time (e.g., 2 hours) without sharing the storage account key or creating an Azure AD account for them?

Create a Shared Access Signature (SAS) token with a specific expiration time
Email them the primary key
Publicly expose the container temporarily
Use a VNet Service Endpoint
View Explanation
✓ Correct Answer: Create a Shared Access Signature (SAS) token with a specific expiration timeExplanation:SAS tokens provide time-limited, scoped access to storage resources without revealing the master account keys.
116

Scenario: To minimize the risk of data loss due to a regional disaster, you want to ensure that all your Azure Blob storage data is replicated to a secondary region that is at least 300 miles away. Solution ?

Geo-redundant storage (GRS)
Locally-redundant storage (LRS)
Zone-redundant storage (ZRS)
Azure Backup
View Explanation
✓ Correct Answer: Geo-redundant storage (GRS)Explanation:GRS replicates your data synchronously three times within a single physical location in the primary region, then replicates data asynchronously to a single physical location in the secondary region.
117

An organization is migrating their 1 PB file archive to Azure. They want a storage solution that is as cheap as possible and where data can be retrieved with a latency of several hours. Which storage tier should they choose?

Archive tier
Cool tier
Hot tier
Premium tier
View Explanation
✓ Correct Answer: Archive tierExplanation:The Archive tier is optimized for data that is rarely accessed and has a higher cost for retrieval and higher latency (hours), but the lowest storage cost.
118

To improve the performance of an Azure Storage account for a globally distributed team that needs consistent, low-latency 'Read' access to a large library of CAD drawings, which feature should you enable?

Azure Blob Storage with 'Object Replication'
Locally-redundant storage (LRS)
Storage Account Multi-region
Azure Backup
View Explanation
✓ Correct Answer: Azure Blob Storage with 'Object Replication'Explanation:Object Replication allows you to asynchronously copy block blobs between storage accounts in different regions, bringing the data closer to the users.
119

A media company is using Azure Blob storage to store high-value videos. They want to ensure that even if they accidentally delete a blob, they can recover it for up to 30 days. Which feature should they enable?

Soft Delete for Blobs
Blob Versioning
Geo-redundant storage
Azure Backup
View Explanation
✓ Correct Answer: Soft Delete for BlobsExplanation:Soft delete allows you to recover deleted blobs for a specified period, protecting against accidental deletions.
120

Scenario: You are designing a data lake and want to ensure that all data is automatically encrypted with customer-managed keys (CMK), and you want an audit log that shows every time an analyst decrypts a specific file. Solution ?

Azure Storage encryption with Azure Key Vault (CMK) and Storage logging enabled
Standard Microsoft-managed encryption
NSG rules
Azure Policy only
View Explanation
✓ Correct Answer: Azure Storage encryption with Azure Key Vault (CMK) and Storage logging enabledExplanation:Using CMK in Key Vault provides full control over keys, and storage logging ensures that every access attempt is audited.
121

You need to perform a one-time update to the 'Access Tier' of 500 million blobs in a storage account to move them from Hot to Archive. Which Azure storage feature is specifically designed to perform actions on a massive number of blobs at scale using a job-based approach?

Azure Blob 'Batch' operations (via Lifecycle Management or custom SDK)
Storage Explorer
Manual AzCopy script
Azure Backup
View Explanation
✓ Correct Answer: Azure Blob 'Batch' operations (via Lifecycle Management or custom SDK)Explanation:While 'S3 Batch Operations' is the equivalent in AWS, Azure typically handles large-scale transitions via Lifecycle Management policies or the Blob Batch API.
122

To protect against a large-scale Ransomware attack that modifies or deletes blobs in your storage accounts, which feature should you enable to ensure that data remains immutable for a specified period?

Azure Blob 'Immutable Storage' (with time-based retention policy)
Soft delete only
Versioning
Azure Backup
View Explanation
✓ Correct Answer: Azure Blob 'Immutable Storage' (with time-based retention policy)Explanation:Immutable storage for Azure Blobs allows you to store business-critical data in a non-erasable and non-rewritable state.
123

Scenario: To minimize the risk of data exfiltration by a rogue administrator, you want to ensure that all access to sensitive blobs in a storage account requires a separate approval from a security manager. Solution ?

Azure Storage with 'Microsoft Entra RBAC' and 'Access Reviews' or PIM for sensitive roles
Delete the primary keys
Use a public container
VNet Private Link only
View Explanation
✓ Correct Answer: Azure Storage with 'Microsoft Entra RBAC' and 'Access Reviews' or PIM for sensitive rolesExplanation:Using Entra RBAC for storage allows you to apply PIM (Just-In-Time access) and Access Reviews, which provide the necessary governance and auditing.
124

To improve the performance of an Azure Storage account for a globally distributed team, you want to ensure that files are automatically cached at edge locations to provide low-latency access. Which service should you choose?

Azure Front Door or Azure CDN
Azure Blob 'Object Replication'
Locally-redundant storage
Azure Backup
View Explanation
✓ Correct Answer: Azure Front Door or Azure CDNExplanation:Front Door and CDN provide edge caching for static content, bringing data physically closer to users.
125

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure SQL Database
Azure Managed Disks
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
126

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
127

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
128

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
129

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Virtual Machines running a web server
Azure SQL Database
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
130

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
131

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
132

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
133

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
134

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
135

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
136

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
137

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
138

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Share full administrative credentials
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
139

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
140

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
141

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
142

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
143

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
144

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
145

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
146

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
147

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
148

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
149

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
150

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
151

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure SQL Database
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
152

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
153

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
154

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
155

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
156

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
157

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure SQL Database
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
158

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
159

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
160

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
161

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Virtual Machines running a web server
Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
162

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
163

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
164

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
165

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
166

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
167

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
168

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
169

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
Azure SQL Database
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
170

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
171

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure SQL Database
Azure Virtual Machines running a web server
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
172

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
173

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
174

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
175

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
176

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
177

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Managed Disks
Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
178

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
179

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure Blob Storage configured for static website hosting
Azure Managed Disks
Azure Virtual Machines running a web server
Azure SQL Database
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
180

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
181

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Managed Disks
Azure Blob Storage configured for static website hosting
Azure Virtual Machines running a web server
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
182

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Create long-term access keys for each developer
Use Azure Virtual Machines instance profiles
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
Share full administrative credentials
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.
183

You need to host a static website (HTML, CSS, JS) with the lowest possible cost and high durability. You do not need server-side processing. Which storage solution should you choose?

Azure SQL Database
Azure Virtual Machines running a web server
Azure Blob Storage configured for static website hosting
Azure Managed Disks
View Explanation
✓ Correct Answer: Azure Blob Storage configured for static website hostingExplanation:Azure Blob Storage supports static website hosting directly, offering high durability and low cost compared to running a VM.
184

You need to grant developers read-only access to Azure Blob Storage buckets without giving them access to other services. What's the best approach using Azure Active Directory (Entra ID)?

Use Azure Virtual Machines instance profiles
Create long-term access keys for each developer
Share full administrative credentials
Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a group
View Explanation
✓ Correct Answer: Create an Azure Active Directory (Entra ID) policy with Azure Blob Storage read permissions and attach it to a groupExplanation:Azure Active Directory (Entra ID) allows you to define granular permissions. Attaching policies to groups follows the principle of least privilege and simplifies management.