exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 15 question 2 discussion

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

You need to audit the retail store sales transactions.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Update the retail store location data upload process to include blob index tags. Create an Azure Function to process the blob index tags and filter by store location.
  • B. Process the change feed logs of the Azure Blob storage account by using an Azure Function. Specify a time range for the change feed data.
  • C. Enable blob versioning for the storage account. Use an Azure Function to process a list of the blob versions per day.
  • D. Process an Azure Storage blob inventory report by using an Azure Function. Create rule filters on the blob inventory report.
  • E. Subscribe to blob storage events by using an Azure Function and Azure Event Grid. Filter the events by store location.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

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
OPT_001122
Highly Voted 2 years, 6 months ago
Selected Answer: BE
B and E
upvoted 10 times
1CY1
11 months, 2 weeks ago
With answer E. Ordinarily this would be an obvious choice in real time but the question has the requirement of 'Audit store sale transaction information nightly'. To me this meant that it would not be 'real time' but rather say a schedule at night. While this is not clear I'll still go with B and E.
upvoted 1 times
...
ReyPirata
1 year, 9 months ago
Correct B and E. This was on the exam (08/20/2023). Scored 925
upvoted 3 times
...
...
motekim
Highly Voted 2 years, 2 months ago
B. Process the change feed logs of the Azure Blob storage account by using an Azure Function. Specify a time range for the change feed data. The change feed provides a way to log changes to blobs in a storage account. By using an Azure Function to process the change feed logs, it is possible to track and audit sales transaction information. The time range for the change feed data can be specified to capture the transactions within a specific time period. E. Subscribe to blob storage events by using an Azure Function and Azure Event Grid. Filter the events by store location. Azure Event Grid allows subscribing to events raised by Azure services or third-party services. By using an Azure Function and Event Grid, it is possible to filter the events for a specific store location and track sales transactions. This approach can help to monitor sales transactions in real-time and provide an audit trail for reconciliation.
upvoted 5 times
...
nardk
Most Recent 1 year, 9 months ago
Selected Answer: BE
Must be B and E
upvoted 1 times
...
juanckar
1 year, 11 months ago
This was on the exam (July 2023). Went with highly voted. Scored 917
upvoted 2 times
...
gmishra88
2 years, 8 months ago
Also note that it is possible to react to change in storage blob the following way: * Blob storage trigger (Functions), They call this sometimes Blob storage trigger standard. This uses polling and latency is high * Blob storage trigger event based (function). Uses event grid but not the same as event-grid-trigger * Event grid trigger (function or others) Also called Storage Events: Not same as above. This uses an event grid subscription directly (for functions) and others as storage events that can be subscribed to * Change feed : Avro and event grid format (see articles for details, I never used). Latency higher than events. Transactional log, ordered * Azure storage blob inventory : Records of all read, write, list, and delete operations with successful and failed requests across all operations. Analytics logs are best-effort and no ordering is guaranteed. Not transactional log
upvoted 3 times
...
Mousavi
2 years, 8 months ago
why not D? can someone explain that?
upvoted 1 times
gmishra88
2 years, 8 months ago
Unfortunately that cannot be explained because it is not clear what is being audited. Microsoft keeps that vague so that you can guess what the person who wrote this question is thinking. But if the audit is about content other two choices are fine.
upvoted 2 times
...
gmishra88
2 years, 8 months ago
Sorry, I did not read the question fully or forgot. It says clearly it needs to audit the transactions. The option to use Azure storage blob inventory does not give the transactions, but the properties for the blob containers. So, it is clearly not the option to audit the transactions. Hope it is clear
upvoted 4 times
...
...
sghaha
3 years, 1 month ago
in Korean https://docs.microsoft.com/ko-kr/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal
upvoted 4 times
Younes364
2 years, 9 months ago
Sceen shots in English :D
upvoted 3 times
...
Billabongs
2 years, 7 months ago
in English https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal
upvoted 5 times
...
mkahmann
1 year, 9 months ago
In Spanish https://learn.microsoft.com/es-es/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal Greetz, Señor developer :P
upvoted 2 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 ...