exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 3 question 49 discussion

Actual exam question from Microsoft's AZ-204
Question #: 49
Topic #: 3
[All AZ-204 Questions]

You have a Linux container-based console application that uploads image files from customer sites all over the world. A back-end system that runs on Azure virtual machines processes the images by using the Azure Blobs API.

You are not permitted to make changes to the application.

Some customer sites only have phone-based internet connections.

You need to configure the console application to access the images.

What should you use?

  • A. Azure BlobFuse
  • B. Azure Disks
  • C. Azure Storage Network File System (NFS) 3.0 support
  • D. Azure Files
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
130nk3r5
Highly Voted 1 year, 6 months ago
Selected Answer: A
The correct answer is: A. Azure BlobFuse Azure BlobFuse allows you to access Azure Blob Storage from Linux and Azure services as if it were a local file system, without changing the application. This is particularly useful for your scenario where you can't modify the application and need to process images stored in Azure Blob Storage. BlobFuse provides the necessary interface between the application and Azure Blob Storage.
upvoted 8 times
Jass1nonly
1 year, 3 months ago
That's a chatGPT answer?
upvoted 3 times
...
...
SachinV
Highly Voted 1 year, 7 months ago
Azure BlobFuse, as Azure Disks are block storage devices that are not designed to be accessed directly by applications. Azure Storage NFS 3.0 support is still in preview and is not yet available for all accounts. Azure Files is a managed file share service that is not designed to be used with slow and unreliable internet connections.
upvoted 5 times
examtopicsLogin123
5 months, 2 weeks ago
I agree with the answer, but don't quite agree with the explanation Azure Disks - designed to work with Virtual Machines Azure Container Storage - not in the list of answer options https://learn.microsoft.com/en-us/azure/storage/common/storage-introduction Azure Files - like a regular disk in a computer, I think this option should work https://learn.microsoft.com/en-us/azure/storage/files/storage-files-introduction Network File System (NFS) 3.0 protocol support for Azure Blob Storage - also seems like a good option. The article doesn't say anything about the "preview" https://learn.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support Azure BlobFuse - this seems to be the correct answer https://learn.microsoft.com/en-us/azure/storage/blobs/blobfuse2-what-is
upvoted 2 times
...
...
f09229d
Most Recent 2 months, 3 weeks ago
Selected Answer: A
In exam 30/3/2025 with this answer, I scored 907/1000
upvoted 2 times
...
Vichu_1607
7 months, 3 weeks ago
Selected Answer: A
A. Azure BlobFuse: BlobFuse is a virtual file system driver for Azure Blob storage. It allows you to mount a Blob storage container as a file system on Linux. This would enable the console application to access the images stored in Azure Blob storage without requiring any changes to the application itself.
upvoted 3 times
...
Luxlux
9 months, 4 weeks ago
Selected Answer: A
Azure BlobFuse is an open-source virtual file system driver for Azure Blob storage. It allows you to mount a Blob storage container as a file system on Linux. Advantages: Seamless Integration: Since BlobFuse allows you to mount Blob storage as a file system, your application can interact with the Blob storage as if it were a local file system. This means no changes are needed in your application code. Performance: BlobFuse is optimized for performance and can handle large files and high throughput. Compatibility: It works well with Linux-based systems and containerized applications. Network Efficiency: It can handle intermittent connectivity and optimize data transfer over limited bandwidth connections, which is beneficial for sites with phone-based internet connections.
upvoted 3 times
...
Hendrikdb
1 year, 4 months ago
Azure files is the selected answers according to google bbard and chatgpt.
upvoted 1 times
...
kysmf0100101
1 year, 5 months ago
Linuxis unbased. we should ff
upvoted 2 times
...
Sakhana88
1 year, 6 months ago
Selected Answer: A
https://learn.microsoft.com/en-us/azure/storage/blobs/blobfuse2-what-is
upvoted 5 times
...
Razvan_C
1 year, 7 months ago
Is this still a valid question for AZ-204? I don't see those resources in study guide.
upvoted 4 times
DaveOla
1 year, 3 months ago
Microsoft is just crazy
upvoted 2 times
...
...
junkz
1 year, 7 months ago
not completly clear on what "access the images" really means,but seeing that the application in VM uses blob API, stands to reason that the console application will interact with blob storage, not files. given that the console application is uploading images, it reasonably means that uploads via blobfuse, as this is a virtual file system driver for azure blob storage
upvoted 1 times
...
Ciupaz
1 year, 7 months ago
Selected Answer: A
Azure BlobFuse is the correct answer in this scenario.
upvoted 3 times
...
dasunl
1 year, 7 months ago
Hi what is this?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...