exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 14 question 3 discussion

Actual exam question from Microsoft's AI-102
Question #: 3
Topic #: 16
[All AI-102 Questions]

You are developing the knowledgebase by using Azure Cognitive Search.
You need to process wiki content to meet the technical requirements.
What should you include in the solution?

  • A. an indexer for Azure Blob storage attached to a skillset that contains the language detection skill and the text translation skill
  • B. an indexer for Azure Blob storage attached to a skillset that contains the language detection skill
  • C. an indexer for Azure Cosmos DB attached to a skillset that contains the document extraction skill and the text translation skill
  • D. an indexer for Azure Cosmos DB attached to a skillset that contains the language detection skill and the text translation skill
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
evangelist
Highly Voted 10 months ago
Selected Answer: D
The correct answer is D. Use an indexer connected to Azure Cosmos DB that includes language detection and text translation skills. This solution meets the requirement for handling multiple languages and supports content transformation for English, French, and Portuguese by using the text translation skill, which aligns with the technical requirement for multilingual support. Additionally, using Azure Cosmos DB and associated skill sets ensures content security and role-based access control (RBAC), meeting the requirements for content approval and security.
upvoted 13 times
mrg998
2 months, 3 weeks ago
but you can apply RBAC to blob also so that makes no sense why you would go cosmos just for that
upvoted 1 times
...
...
g2000
Highly Voted 2 years, 6 months ago
Selected Answer: D
Document extraction skill only works for files. It's less likely to work with CosmoDB.
upvoted 11 times
sdokmak
2 years, 5 months ago
so A?..
upvoted 2 times
sdokmak
2 years, 5 months ago
nvm i get it now
upvoted 1 times
...
...
AzureJobsTillRetire
1 year, 9 months ago
This is not correct. Azure Cosmos DB is a globally distributed multi-model database with support for multiple APIs. The Get Document operation retrieves a document by its partition key and document key. Method Request URI Description GET https://{databaseaccount}.documents.azure.com/dbs/{db-id}/colls/{coll-id}/docs/{doc-id} Note that the {databaseaccount} is the name of the Azure Cosmos DB account created under your subscription. The {db-id} value is the user generated name/ID of the database, not the system generated ID (rid). The {coll-id} value is the name of the collection. The {doc-id} value is the ID of the document to be retrieved. https://learn.microsoft.com/en-us/rest/api/cosmos-db/get-a-document
upvoted 2 times
...
...
famco
Most Recent 2 months, 3 weeks ago
Is this question checking if I can spot in the table that the wiki content is kept in CosmosDB and not in Blob storage? Is that the skill an AI-engineer should possess? | Next level is to know that the data in cosmosDB stored for wiki are not documents or images. Just assume based on language skills?
upvoted 1 times
...
mustafaalhnuty
3 months ago
Selected Answer: D
D 100%
upvoted 1 times
...
JuneRain
3 months, 4 weeks ago
This question was in the test I took in August 2024
upvoted 3 times
...
reiwanotora
5 months, 3 weeks ago
Selected Answer: D
D is the answer.
upvoted 1 times
...
fba825b
6 months ago
Selected Answer: D
It is D and not C. Document extraction skill is not needed because the format of content is text (as stated in the table above)
upvoted 1 times
...
takaimomoGcup
6 months, 4 weeks ago
Selected Answer: D
Is this question still available on May 21, 2024?
upvoted 1 times
...
chandiochan
8 months ago
Selected Answer: D
must be D
upvoted 1 times
...
Murtuza
8 months, 3 weeks ago
Selected Answer: D
Therefore, A. an indexer for Cosmos DB attached to a skillset that contains the language detection skill and the text translation skill aligns with the technical requirements for content approval, multilingual support, and RBAC1
upvoted 4 times
chrillelundmark
1 week ago
Don't foget the requirement where it says the searchable knowledgebase should contain all intellectual property. Another argument for A since Azure Cosmos DB is typically used for structured or semi-structured data, not for handling diverse formats like video or audio.
upvoted 1 times
...
...
chandiochan
9 months ago
Selected Answer: D
Must be D
upvoted 4 times
...
PCRamirez
10 months, 1 week ago
Windows Copilot: B. An indexer for Azure Blob storage attached to a skillset that contains the language detection skill. Here’s the explanation: Azure Blob Storage: You’ll use Azure Blob storage to store your content, including wiki articles and other relevant documents. Indexer: An indexer in Azure Cognitive Search automatically discovers new content from supported data sources (such as blob storage) and adds it to the search index. In your case, you’ll create an indexer to process the wiki content. Skillset: A skillset defines a set of cognitive skills (such as language detection, text translation, and more) that can be applied during indexing. Since your knowledgebase needs to support multiple languages (English, French, and Portuguese), you’ll attach a skillset to the indexer. ...
upvoted 1 times
PCRamirez
10 months, 1 week ago
Language Detection Skill: This skill detects the language of the content. It ensures that the appropriate language-specific processing (such as translation) can be applied. By using the language detection skill, you’ll be able to handle content in different languages and transcribe jargon accurately. Additionally, the Azure Cognitive Search service supports full-text search, semantic search, vector search, and hybrid search, which aligns with your requirements for searching content in various formats, including video. Remember that the semantic search and vector search features are currently in public preview in Azure Cognitive Search. The solution will also provide relevant links to external resources for further research, enhancing the overall knowledgebase experience. 📚🔍🌐 For more details, you can refer to the official documentation.
upvoted 1 times
...
PCRamirez
10 months, 1 week ago
(1) Search and query an enterprise knowledge base by using Azure OpenAI or .... https://learn.microsoft.com/en-us/azure/architecture/ai-ml/openai/idea/search-and-query-using-openai-service. (2) Create a knowledge store with Azure AI Search - Training. https://learn.microsoft.com/en-us/training/modules/create-knowledge-store-azure-cognitive-search/. (3) Implement knowledge mining with Azure Cognitive Search. https://learn.microsoft.com/en-us/training/paths/implement-knowledge-mining-azure-cognitive-search/. (4) Knowledge store concepts - Azure AI Search | Microsoft Learn. https://learn.microsoft.com/en-us/azure/search/knowledge-store-concept-intro. (5) Index file content and metadata by using Azure Cognitive Search. https://learn.microsoft.com/en-us/azure/architecture/ai-ml/architecture/search-blob-metadata.
upvoted 1 times
...
...
lastget
11 months ago
Selected Answer: D
You only need to detect language and translate form wiki
upvoted 2 times
...
dimsok
11 months, 1 week ago
It is confusing because the table mentions wikis are in Text format, but on the other hand, wikis (and blog entries) usually contain HTML. If they do contain HTML is should be C (extract text from html - dont translate tags) If they don't it should be D At the end I choose D because we shouldn't assume stuff, the questions says "Text" not "Text/HTML"
upvoted 1 times
...
rdemontis
1 year, 1 month ago
Selected Answer: D
IMHO the correct answer should be D. You don't need Document Extraction to extract text from files. You have already the text in wikis. https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-document-extraction It's true that Text Translation could also detect the source language but reading the documentation seems it could be not so accurate. https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-text-translation For sure you need two operations here: detect and translate.
upvoted 3 times
...
sl_mslconsulting
1 year, 1 month ago
Selected Answer: D
Wikis are already in text format and available in three languages so what do you need the document extraction and translation normalize the text to a single language before indexing for? What you need is to detect the language of the text and translate it to English if you want to normalize the text to a single language before indexing for search. Only in this case it would make sense to use text translation skill.
upvoted 3 times
sl_mslconsulting
1 year, 1 month ago
Correction: Wikis are already in text format and available in three languages so what do you need the document extraction and translation for? What you need is to detect the language of the text and translate it to English if you want to normalize the text to a single language before indexing for search. Only in this case it would make sense to use text translation skill.
upvoted 1 times
idcanymore
8 months, 2 weeks ago
Where does it say wikis are available in three languages? All it says is ' All planned projects must support English, French, and Portuguese.'.
upvoted 1 times
...
...
...
zellck
1 year, 5 months ago
Gotten this in Jul 2023 exam.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago