exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 8 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure
Storage Blob storage. The storage account type is General-purpose V2.
When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.
You need to design the process that starts the photo processing.
Solution: Convert the Azure Storage account to a BlockBlobStorage storage account.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
oleks
Highly Voted 4 years, 4 months ago
B is correct
upvoted 32 times
MiraA
3 years, 2 months ago
The answer is NO - the Even Grid integration should be used. https://docs.microsoft.com/en-us/azure/event-grid/resize-images-on-storage-blob-upload-event
upvoted 10 times
...
...
Justing_Gao
Highly Voted 4 years, 4 months ago
A BlockBlobStorage account is a specialized storage account in the premium performance tier for storing unstructured object data as block blobs or append blobs. Compared with general-purpose v2 and BlobStorage accounts, BlockBlobStorage accounts provide low, consistent latency and higher transaction rates.
upvoted 17 times
syj123
4 years, 3 months ago
so, Do you mean that BlockBlobStorage account is better but not necessary?
upvoted 2 times
...
...
pjatx
Most Recent 8 months, 2 weeks ago
Selected Answer: B
Azure storage of any type won't help here. You need something that will trigger processing. Answer NO.
upvoted 1 times
...
bgbgvfvf
11 months, 2 weeks ago
I think B is the right answer
upvoted 1 times
...
kvtborad
1 year, 4 months ago
I have this question on 6th August. it was passed with 904. chose the NO.
upvoted 4 times
...
[Removed]
1 year, 8 months ago
Got this in exam today (5 April 2023)
upvoted 2 times
...
CODE_STS
1 year, 9 months ago
Got this in the exam today! Feb 28, 2023
upvoted 1 times
...
ABHI_SHEK_31
1 year, 10 months ago
No, converting the Azure Storage account to a BlockBlobStorage storage account does not meet the requirement of starting the photo processing in less than one minute. The conversion of the storage account type would not have any impact on the time it takes to start the photo processing. A different solution such as triggering the photo processing from Blob storage events or using a queue-based solution may be more appropriate to meet the requirement.
upvoted 4 times
...
kociuba
1 year, 11 months ago
got it on my exam 30-12-2022 score: 818
upvoted 1 times
...
SoftSol
1 year, 11 months ago
Selected Answer: B
Got this in the exam dec 13, 2022
upvoted 2 times
...
carlosghosn
2 years ago
Got this in the exam today ! Nov 25, 2022
upvoted 1 times
...
AZAdam22
2 years, 4 months ago
Selected Answer: B
No - The account type does not affect how the photo processing code is triggered.
upvoted 6 times
...
dookebroyle
2 years, 5 months ago
Selected Answer: A
No, because you can't convert this account. I think the question is intentionally misleading, wanting you to be distracted by the 1 minute start to process time. Note that the requirements state the processing needs to START in less than 1 minute, not finish in a minute.
upvoted 1 times
...
Eltooth
2 years, 6 months ago
Selected Answer: B
B is correct answer.
upvoted 1 times
...
Goyo
2 years, 10 months ago
Selected Answer: B
The correct answer is NO
upvoted 1 times
...
dmeld
3 years ago
Answer is No. Blob storage trigger cannot handle the reuqirment less than one minutes. You should use the Event Grid trigger. Hence, it is not useful change the account storage tier from v2 to block blob account.
upvoted 2 times
...
Chked
3 years, 4 months ago
Answer - NO "You can't convert an existing standard performance storage account to a block blob storage account with premium performance. To migrate to a premium performance storage account, you must create a premium block blob account, and migrate the data to the new account." https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-performance-tiers
upvoted 10 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 ...