Designing and Implementing an Azure AI Solution (legacy) — Question 26
You are developing an AI application that will perform the following functions:
Capture video from hundreds of surveillance cameras.
Recognize faces in the captured videos.
You want to save the captured videos in Azure but you also want to keep costs to a minimum.
Which of the following actions could you take?
Answer options
- A. Make use of Azure Synapse Analytics.
- B. Make use of Azure Data Lake Storage.
- C. Make use of Azure Blob Storage.
- D. Make use of Azure Databricks.
Correct answer: C
Explanation
The correct answer is C, as Azure Blob Storage is designed for storing large amounts of unstructured data, making it cost-effective for video storage. Options A and D are more suited for data analytics and processing rather than storage, while option B, although useful for big data, may not be the most cost-effective choice for storing video files.