Medium1 markMultiple Choice
AZ-305 · Question 29 · Domain 2.4: Non-Relational Data Storage
You are designing a document search solution for a legal firm. They have millions of scanned PDF contracts stored in Azure Blob Storage. You need to extract text from the images within the PDFs, identify key entities (like names and organizations), and make the documents searchable via a web portal. Which TWO Azure services are required for this solution? (Select TWO)
You are designing a document search solution for a legal firm. They have millions of scanned PDF contracts stored in Azure Blob Storage. You need to extract text from the images within the PDFs, identify key entities (like names and organizations), and make the documents searchable via a web portal. Which TWO Azure services are required for this solution? (Select TWO)
Answer options:
A.
Azure Cognitive Search.
B.
Azure Cosmos DB.
C.
Azure Data Factory.
D.
Azure AI Services (Cognitive Services).
E.
Azure Synapse Analytics.
How to approach this question
Identify the search engine service and the AI service used to extract text from images.
Full Answer
A,D
Azure Cognitive Search is used to index the documents and provide the search API. Azure AI Services are attached to the search indexer as 'skillsets' to perform OCR on scanned images and extract entities.
Common mistakes
Thinking Cognitive Search can do OCR natively without attaching an AI Services resource.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 6
55 questions · hints · full answers · grading
More questions from this exam
Q01Contoso Ltd is a global manufacturing company with 50,000 employees. They operate a mix of on-pre...MediumQ02A financial institution has 500 Windows Server VMs on-premises and 200 VMs in Azure. They need to...HardQ03An enterprise uses Azure Sentinel and Log Analytics. They ingest 500 GB of logs daily. The IT bud...HardQ04You are designing a monitoring strategy for a new Azure deployment consisting of App Service, Azu...EasyQ05A healthcare company uses Microsoft Entra ID (Azure AD). They need to implement a security policy...Medium
Expert