TechNuggets Academy

Implement AI solutions by using Microsoft Foundry

Free Microsoft Certified: Azure AI Fundamentals practice — 6 questions on Implement AI solutions by using Microsoft Foundry, with explanations. No sign-up. Full 12-question mixed test →

Question 1 of 6 · Implement AI solutions by using Microsoft Foundry
A developer is building a customer support agent using Azure AI Foundry and needs to ensure the agent stays focused on troubleshooting product issues and never discusses competitor products. The agent should politely redirect users who ask about competitors. Which approach BEST implements this requirement?
System prompts are the primary mechanism for defining agent behavior, role boundaries, and response patterns. Including explicit instructions about what topics to avoid and how to redirect users is the most effective and reliable method. System prompts can provide specific examples like 'If asked about competitors, respond: I'm here to help with [Product] questions. For other products, please contact their support teams.'
Question 2 of 6 · Implement AI solutions by using Microsoft Foundry
An application uses Azure AI Language service to analyze customer feedback in English, Spanish, and French. The application extracts key phrases from each review. A developer notices that key phrase extraction returns different numbers of phrases for semantically similar reviews in different languages. What explains this behavior?
Azure AI Language uses native language-specific models for key phrase extraction. Different languages have different grammatical structures, idiomatic expressions, and cultural contexts. A concept expressed in 2 words in English might require 4 words in French or be captured in a compound word in German. The models are trained to identify what constitutes a 'key phrase' in each language's natural structure, so output length variation is expected and correct behavior.
Question 3 of 6 · Implement AI solutions by using Microsoft Foundry
A company is building a document processing pipeline using Azure AI Document Intelligence (formerly Form Recognizer). They need to extract tables, handwritten text, and specific labeled fields from mixed-format invoices. The invoices come from 15 different vendors with varying layouts. Which solution approach is MOST cost-effective while maintaining accuracy?
The prebuilt invoice model is trained on thousands of invoice variations and can handle most vendor layouts out-of-the-box. It automatically extracts common fields (invoice ID, dates, amounts, line items, tables) and handles handwriting. This is the most cost-effective option - no training data required, no training costs, immediate deployment. For the small percentage of fields it might miss due to unusual layouts, targeted post-processing is cheaper than training custom models.
Question 4 of 6 · Implement AI solutions by using Microsoft Foundry
A mobile app allows users to take photos of food items and receive nutritional estimates. The app must identify specific food items in the image (e.g., 'apple', 'chicken breast', 'rice'). Which Azure AI Vision capability should the developer implement?
Object detection is the correct capability because users will photograph plates with MULTIPLE food items simultaneously. Object detection identifies each item, draws bounding boxes around them, and classifies each one separately (e.g., one image might contain apple, rice, AND chicken). This is exactly what nutritional estimation needs - identify each distinct food item present. Custom training is needed because food recognition is domain-specific.
Question 5 of 6 · Implement AI solutions by using Microsoft Foundry
A developer is building a real-time customer service application where users speak in various languages. The application must detect the language automatically, transcribe the speech to text, then translate to English for agent review. Using Azure AI Speech and Translator services, which implementation provides the LOWEST latency?
Speech translation (part of Azure AI Speech) performs speech recognition and translation in a SINGLE operation with auto-detect. It outputs translated text directly without needing a separate transcription→translation pipeline. This is the lowest latency option because it eliminates the round-trip to a separate Translator service call and processes both operations in the speech pipeline.
Question 6 of 6 · Implement AI solutions by using Microsoft Foundry
A healthcare application uses Azure AI Vision for facial detection in patient photos to assist with identity verification during telehealth appointments. The development team must ensure HIPAA compliance. Which statement about implementing facial detection for this scenario is correct?
Facial DETECTION (detecting that a face exists and its location) is different from facial RECOGNITION/identification. Detection only returns rectangle coordinates and attributes - it doesn't create biometric templates or identify individuals. This can be used in HIPAA environments if the overall application meets compliance requirements (encryption, access controls, BAA with Microsoft, etc.). The detection itself doesn't create restricted biometric data.
Ready for the real thing?

The full course has two full-length practice tests, video lessons for every exam domain, hands-on labs and detailed answer explanations.

Start my full course on Udemy →