How can you audit retail store sales transactions? Choose two complete approaches.
Choose an answer
Tap an option to check your answer.
Correct answer: Consume the Azure Blob Storage change feed with an Azure Function and specify the time range of change-feed records to process., Subscribe to Blob Storage events via Azure Event Grid and use an Azure Function to filter events by store location..
Why this is the answer
The Azure Blob Storage change feed provides a durable, ordered, and guaranteed log of all changes to blobs, making it ideal for auditing. An Azure Function can efficiently consume this feed and filter records by a specified time range to identify relevant transactions. Azure Event Grid allows you to react to events happening in Blob Storage, such as blob creation or modification. By subscribing to these events, an Azure Function can be triggered whenever a sales transaction (represented as a blob) occurs. The function can then filter these events based on store location metadata or content to perform auditing. Blob index tags are for searching and managing blobs, not for auditing changes over time. Blob versioning tracks different versions of a blob, but enumerating all daily versions for auditing sales transactions would be inefficient and not directly provide transaction-level audit trails. The blob inventory report provides a list of blobs and their properties at a specific point in time, not a continuous audit log of changes.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed