MCQs on Blob Storage Management and Operations | Azure Storage

Blob Storage in Azure is essential for scalable data management, providing functionalities like uploading, downloading, deleting, and handling large files with block blobs. These MCQs will test foundational skills in Blob Storage operations.


Blob Storage Management and Operations

Uploading, Downloading, and Deleting Blobs

  1. Which Azure service is primarily used for storing unstructured data like images and documents?
    • A) Azure Blob Storage
    • B) Azure SQL Database
    • C) Azure Queue Storage
    • D) Azure Event Hubs
  2. What is the basic unit of storage in Azure Blob Storage?
    • A) Container
    • B) Blob
    • C) Folder
    • D) Disk
  3. Which tool is commonly used to upload blobs to Azure Blob Storage?
    • A) Azure CLI
    • B) Visual Studio Code
    • C) Power BI
    • D) Microsoft Teams
  4. What is the maximum size of a single blob in Azure Blob Storage?
    • A) 5 TB
    • B) 100 GB
    • C) 2 TB
    • D) 1 PB
  5. Which of the following operations can you perform directly from the Azure portal?
    • A) Uploading blobs
    • B) Downloading blobs
    • C) Deleting blobs
    • D) All of the above
  6. In which scenario would you delete a blob in Azure Blob Storage?
    • A) When you want to move it to another container
    • B) When it is no longer needed
    • C) To increase container size
    • D) To enhance performance
  7. Which method is used to download a blob using Azure CLI?
    • A) az storage blob download
    • B) az blob download
    • C) az storage download
    • D) az blob get
  8. How can you automate the deletion of blobs after a certain time?
    • A) Using a lifecycle management policy
    • B) By setting a deletion rule in the portal
    • C) Through manual deletion only
    • D) Via a SQL query
  9. Which Azure Storage tier is best for infrequent access to blobs?
    • A) Hot
    • B) Cold
    • C) Archive
    • D) Premium
  10. What role is required to delete a blob in a storage account?
  • A) Reader
  • B) Contributor
  • C) Owner
  • D) Blob Storage Data Contributor

Managing Large Files with Block Blobs

  1. What type of blob is recommended for storing large files?
  • A) Append Blob
  • B) Page Blob
  • C) Block Blob
  • D) Snapshot Blob
  1. What is the maximum size of a block within a block blob?
  • A) 4 MB
  • B) 100 MB
  • C) 200 MB
  • D) 256 MB
  1. How many blocks can a block blob contain?
  • A) 50,000 blocks
  • B) 10,000 blocks
  • C) 1,000 blocks
  • D) Unlimited
  1. Which command is used to upload large files in chunks to a block blob?
  • A) az storage blob upload-batch
  • B) az storage blob upload-large
  • C) az storage block upload
  • D) az storage upload
  1. Which method is typically used to upload large files when you encounter size limitations?
  • A) Append Blob Upload
  • B) Block Blob Upload in chunks
  • C) Single-blob Upload
  • D) JSON File Upload
  1. How do you combine multiple blocks into a single block blob?
  • A) Use commit operation
  • B) Use finalize operation
  • C) Use concatenate operation
  • D) Use merge operation
  1. If a large block blob upload fails, how can it be resumed?
  • A) Re-upload the entire blob
  • B) Resume from the failed block
  • C) Use a retry policy for the container
  • D) Start a new upload session
  1. When would you use the Append Blob type over Block Blob?
  • A) When uploading sequential log data
  • B) When dealing with large file uploads
  • C) For storing frequently accessed images
  • D) For snapshot backups
  1. Which of these options best describes the use case of a block blob?
  • A) For small files under 1 MB
  • B) For structured data storage
  • C) For large, unstructured data storage
  • D) For video streaming
  1. Which command allows uploading multiple blocks in parallel to improve upload speed?
  • A) az storage blob upload-batch
  • B) az storage block upload
  • C) az storage batch upload
  • D) az blob parallel upload

Copying and Moving Blobs Between Containers

  1. What command in Azure CLI is used to copy blobs between containers?
  • A) az storage blob copy start
  • B) az storage blob move
  • C) az storage container copy
  • D) az blob transfer
  1. Which operation can be used to replicate a blob in another container?
  • A) Move
  • B) Copy
  • C) Archive
  • D) Snapshot
  1. How would you move a blob from one container to another within the same account?
  • A) Use the copy command and delete the source blob
  • B) Use move command directly
  • C) Use az storage blob transfer
  • D) Use az storage container migrate
  1. Which of the following is required to copy a blob across Azure regions?
  • A) Region replication
  • B) Shared access signature (SAS) token
  • C) Only the Blob URL
  • D) Premium storage
  1. What happens to the source blob after a successful copy operation?
  • A) It remains in the original container
  • B) It is automatically deleted
  • C) It is moved to the destination container
  • D) It is archived
  1. What is required to create a copy of a blob in a different Azure subscription?
  • A) Access to both subscriptions
  • B) Only access to the destination subscription
  • C) Only access to the source subscription
  • D) No specific permissions
  1. Which type of blob snapshot allows you to create an immutable backup of a blob?
  • A) Soft snapshot
  • B) Hard snapshot
  • C) Incremental snapshot
  • D) Full snapshot
  1. Can you change a blob’s access tier while copying it to another container?
  • A) Yes, during the copy operation
  • B) No, it must remain the same
  • C) Only for Archive tier blobs
  • D) Only in the Premium tier
  1. Which command is best for transferring multiple blobs across containers?
  • A) az storage blob upload-batch
  • B) az storage blob transfer
  • C) az storage blob copy batch
  • D) az container blob migrate
  1. What is a common use case for copying blobs between containers?
  • A) Backup and redundancy
  • B) Improving network latency
  • C) Decreasing container storage limits
  • D) To reduce storage costs

Answer Key

QnoAnswer
1A) Azure Blob Storage
2B) Blob
3A) Azure CLI
4A) 5 TB
5D) All of the above
6B) When it is no longer needed
7A) az storage blob download
8A) Using a lifecycle management policy
9C) Archive
10D) Blob Storage Data Contributor
11C) Block Blob
12D) 256 MB
13A) 50,000 blocks
14A) az storage blob upload-batch
15B) Block Blob Upload in chunks
16A) Use commit operation
17B) Resume from the failed block
18A) When uploading sequential log data
19C) For large, unstructured data storage
20A) az storage blob upload-batch
21A) az storage blob copy start
22B) Copy
23A) Use the copy command and delete the source blob
24B) Shared access signature (SAS) token
25A) It remains in the original container
26A) Access to both subscriptions
27D) Full snapshot
28A) Yes, during the copy operation

Use a Blank Sheet, Note your Answers and Finally tally with our answer at last. Give Yourself Score.

X
error: Content is protected !!
Scroll to Top