MicrosoftMicrosoft
AI-102 · Question #145
AI-102 Question #145: Real Exam Question with Answer & Explanation
The correct answer is A: Azure Table storage. To store semi-structured event log data as it arrives, Azure Table storage is the most appropriate service.
Submitted by yuki_2020· Mar 30, 2026DOMAIN_LIST_NOT_PROVIDED
Question
You need to store event log data that is semi-structured and received as the logs occur. What should you use?
Options
- AAzure Table storage
- BAzure Queue storage
- CAzure Files
Explanation
To store semi-structured event log data as it arrives, Azure Table storage is the most appropriate service.
Common mistakes.
- B. Azure Queue storage is designed for temporary message storage for asynchronous processing, not for persistent archival of event log data.
- C. Azure Files provides managed file shares for traditional file system needs and is not optimized for ingesting and querying semi-structured event log data.
Concept tested. Choosing appropriate Azure storage for semi-structured data
Reference. https://learn.microsoft.com/en-us/azure/storage/tables/table-storage-overview
Topics
#Azure Table storage#Semi-structured data#Event logging
Community Discussion
No community discussion yet for this question.