Free Microsoft Azure AI-102 Actual Exam Questions - Question 10 Discussion
You deploy the GPT-4 model to the resource.
You need to ensure that you can upload files that will be used as grounding data for the model.
Which two types of resources should you create? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
D and E, since Blob Storage stores files and AI Search indexes them for GPT-4 to access.
It’s D and C. Blob Storage holds raw files, but Document Intelligence is needed to extract and structure info so GPT-4 can actually use the data effectively. AI Search alone won’t prep the content properly.
D imo, Blob Storage is definitely needed to hold the files themselves. For the second resource, I’d go with E, Azure AI Search, because it can index and make the content searchable, which helps with grounding data for GPT-4. Document Intelligence (C) seems more about extracting structured data but might not be essential here if the main goal is just making the uploaded files usable as context. So, D and E together cover storage and retrieval efficiently.
D imo, you definitely need Azure Blob Storage for file uploads. B seems off since SQL isn’t really for unstructured files. Then for the second, E (Azure AI Search) probably makes sense to index and use that data.