Practice Free AI-200 Exam Online Questions
An international travel agency uses Azure AI Translator to translate customer reviews on its website. The agency wants to ensure that specific product names (e.g., ‘FlyHigh Express’) are never translated, and they also want to automatically mask any profanity found in the reviews before translation.
Which two configurations or API parameters should you use? (Select TWO)
- A . Set the profanityAction parameter to ‘Marked’ or ‘Deleted’ in the Translator API request string.
- B . Deploy an Azure AI Vision Read API pipeline to inspect the review text string as an image block.
- C . Pass a Custom Glossary parameter or file in the translation request to enforce non-translation of specific phrases.
- D . Configure an Azure Key Vault secret rotation policy targeting the Translator endpoint URI.
- E . Train a Custom Text Classification model in Azure AI Language to handle the profanity filtering.
You are creating a QnA solution using Azure AI Language. You want the bot to follow up with a specific question if a user asks about ‘Warranty’.
Which feature enables this?
- A . Multi-turn conversations
- B . Chit-chat
- C . Active Learning
- D . Metadata filtering
You need to configure Azure AI Document Intelligence to process documents and output results in a specific Azure Blob Storage container with a custom naming convention.
Which feature supports custom output configuration?
- A . Configure output in the Azure Data Factory Document Intelligence activity
- B . Set the outputContentFormat parameter to specify Azure Blob output
- C . Azure AI Document Intelligence has no built-in output routing ‘” results are returned in the API response
- D . Use the Azure AI Document Intelligence analyze operation result URL to retrieve and then store programmatically
- E . Use Azure Logic Apps to capture the result and write to Blob with custom naming
You are deploying an AI agent that handles sensitive financial data. You need to ensure that the AI model’s training data is encrypted using a key that is stored in a Hardware Security Module (HSM) with FIPS 140-2 Level 3 compliance.
Which Azure service is required?
- A . Azure Key Vault Premium or Managed HSM
- B . Azure Storage Service Encryption
- C . Azure Key Vault Standard
- D . Azure Disk Encryption
You are configuring a vector index in Cosmos DB. You need to choose a distance function to measure how similar two vectors are.
Which function is the default for most Azure OpenAI embedding models?
- A . Euclidean
- B . Manhattan
- C . Cosine
- D . Dot Product
You are building an AI pipeline using Azure Event Grid. You want to trigger an Azure Function only when a ‘New File’ is uploaded to a specific folder in Blob Storage.
Which Event Grid feature allows you to specify this folder?
- A . Endpoint Type
- B . Topic Name
- C . Subject Filter
- D . Event Type
You are configuring semantic ranking in Azure AI Search. The index has title, content, and category fields. Semantic ranking must prioritize matches in the title and content fields over the category field.
How is this configured?
- A . Set field weights in the index definition
- B . In the semantic configuration, set title as the ‘title field’ and content as a ‘content field’
- C . Use a scoring profile to boost title and content fields
- D . In the semantic configuration, set title and content as ‘content fields’ and category as a ‘keyword field’
- E . Configure the semantic configuration with prioritized fields using the fields array
A company is building a knowledge mining solution on Azure. They need to extract skills from resumes, enrich documents with sentiment, and make them searchable.
What is the correct order of components in an Azure AI Search enrichment pipeline?
- A . Blob Storage → Indexer with attached Skillset → Enriched Index
- B . Indexer pulls from data source and pushes to index with skillset enrichments inline
- C . Data source → Skillset → Indexer → Index
- D . Azure AI Services multi-service resource must be attached to the Skillset
- E . Data source → Indexer → Skillset → Index
A developer is testing an Azure OpenAI application. They receive error code 429.
What does this indicate and what are two valid responses?
- A . Rate limit exceeded ‘” implement exponential backoff retry logic
- B . Rate limit exceeded ‘” upgrade to a Provisioned Throughput Unit (PTU) deployment
- C . Service unavailable ‘” check Azure Service Health
- D . Authentication failure ‘” rotate API keys
- E . Context length exceeded ‘” reduce the prompt size
You are building a RAG (Retrieval-Augmented Generation) system. You want to ensure the ‘Top 5’ most relevant chunks are retrieved based on semantic meaning rather than just keywords.
Which type of search should you implement?
- A . Spatial search
- B . B-Tree search
- C . Vector search
- D . Full-text search
