Azure AI Apps and Agents Developer Associate · 13% of the exam

Implement text analysis solutions: free practice questions

5 sample questions from our 33-question bank for this domain — answers and explanations included. These are the same scenario-based style as the real Microsoft exam.

1. A support ticketing system wants to automatically detect the language of an incoming ticket and route it to the correct queue, while also translating a short preview snippet into English for triage staff. Which approach BEST fits both needs?

  • A. Azure Translator (or an LLM-powered translation flow) to detect language and produce the English preview snippet✓ Correct
  • B. Sentiment detection to infer both the language and a translated preview simultaneously
  • C. Text-to-speech to read the ticket aloud in the original language for triage staff
  • D. Entity extraction limited to product names, with no language handling
Explanation

Translation services such as Azure Translator (or an LLM-powered flow) typically support language detection alongside translation, making them well suited to both routing by detected language and producing an English preview. Option B misapplies sentiment detection, which analyzes tone, not language identity or translation. Option C produces audio, not a text preview, and does not address routing. Option D extracts only product entities and provides no language detection or translation capability.

2. A company operating in a specialized industry (e.g., aviation) finds that general-purpose speech-to-text frequently misrecognizes their domain-specific jargon and acronyms during pilot radio communications. Which capability addresses this accuracy gap?

  • A. A custom speech model trained or adapted to the domain's vocabulary and acoustic conditions✓ Correct
  • B. Text-to-speech tuned with a different voice persona
  • C. Azure Translator configured for a closely related language pair
  • D. Sentiment detection layered on top of the existing transcription output
Explanation

Custom speech models can be adapted to domain-specific vocabulary, acronyms, and acoustic conditions, directly addressing recognition accuracy gaps for specialized jargon that general-purpose models miss. Option B addresses voice output style, not input recognition accuracy. Option C is unrelated, since the problem is domain vocabulary recognition, not language translation. Option D operates on the already-inaccurate transcription and cannot fix upstream recognition errors.

3. A telehealth platform wants patients to speak their symptoms, have the system reason over the audio to summarize likely symptom categories for a nurse, and separately maintain a full audio-derived transcript for the medical record. Which set of capabilities is required together?

  • A. Multimodal reasoning over audio for the symptom summary, plus speech-to-text for the full transcript record✓ Correct
  • B. Text-to-speech only, since it can both summarize and transcribe simultaneously
  • C. Azure Translator only, assuming every patient speaks the same language as the nurse
  • D. Video analysis of the patient's face, replacing the need for any audio processing
Explanation

Multimodal reasoning from the audio can directly produce the symptom-category summary, while speech-to-text separately produces the full transcript needed for the medical record — these are complementary capabilities serving different outputs. Option B misapplies text-to-speech, which converts text to audio, the opposite direction of what's needed here, and it does neither summarization nor transcription. Option C assumes away the multilingual reality and does not perform summarization or transcription. Option D substitutes an unrelated visual capability for what is fundamentally an audio-content task.

4. A team is deciding whether to use Azure Translator directly or route translation through an LLM-powered flow for translating highly idiomatic marketing copy where preserving tone and wordplay matters more than literal accuracy. Which consideration MOST correctly distinguishes the two options?

  • A. Azure Translator and LLM-powered translation flows are functionally identical in every respect, so the choice never matters
  • B. An LLM-powered translation flow can be prompted to prioritize tone, style and idiomatic intent over literal word-for-word accuracy, which is harder to control with a purely literal translation service✓ Correct
  • C. Azure Translator is incapable of translating marketing copy under any circumstances
  • D. LLM-powered flows should never be used for translation tasks regardless of the content type
Explanation

An LLM-powered translation flow can be prompted with instructions to prioritize tone, style, and idiomatic intent, giving more control over creative or nuanced text like marketing copy compared to a more literal translation service. Option A is incorrect — the two approaches have different strengths and control surfaces, which is exactly why the scenario poses a choice. Option C overstates a limitation; Azure Translator can translate marketing copy, it simply may be less tunable for idiomatic tone preservation. Option D is an unwarranted blanket exclusion not supported by the scenario.

5. A team wants their sentiment analysis pipeline to also catch messages that are technically neutral in tone but reference self-harm, which a pure positive/negative sentiment score would likely miss. What does this indicate about the pipeline's design?

  • A. Sentiment scoring alone is a sufficient proxy for safety risk, so no changes are needed
  • B. Safety/sensitive-content detection must be applied as a distinct capability alongside sentiment scoring, since risk indicators are not always captured by tone alone✓ Correct
  • C. The pipeline should abandon sentiment analysis entirely and only ever run safety detection
  • D. Translating the messages first will resolve the detection gap regardless of underlying capability
Explanation

This illustrates why safety/sensitive-content detection is treated as a distinct capability from general sentiment scoring — risk indicators like self-harm references can appear in neutral-toned text and would be missed by sentiment alone, so both need to run. Option A is precisely the flawed assumption the scenario disproves. Option C is an overcorrection; sentiment analysis still has independent business value for tone insights, and dropping it is unnecessary. Option D is a non-sequitur — translation does not add safety-detection capability.

28 more questions in this domain

Practice the full bank with instant grading, flashcards, and a timed mock exam.

Start practicing free