Home › Certifications › Azure AI Apps and Agents Developer AI-103 › Text Analysis Solutions
38 multiple-choice questions and 19 flashcards on Text Analysis Solutions, about 13% of the Azure AI Apps and Agents Developer AI-103 bank. Every one carries a written rationale.
Text Analysis Solutions is one of 6 chapters in CoStudy's Azure AI Apps and Agents Developer (AI-103) bank, and it holds 38 of the bank's 293 multiple-choice questions — roughly 13% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
A media archive holds 40,000 hours of recorded audio that must be transcribed overnight, with no user waiting on any single result. Which Azure Speech in Foundry Tools mode is MOST appropriate?
Answer: C — Batch transcription against the audio files already held in storage
C) Correct — batch transcription is the asynchronous mode designed for large volumes of stored audio, processing files without a live connection. A) tempts because it uses the same recognition models, but streaming is engineered for low latency on live input and scales poorly across tens of thousands of hours. B) does produce source text, but it adds an unnecessary translation step and cost. D) is the reverse capability and does nothing for transcription.
A brand wants a synthetic voice that reproduces a specific named spokesperson for its automated announcements. Which statement about custom neural voice is MOST accurate?
Answer: B — It is a limited access capability requiring registration, approval, and voice talent consent
B) Correct — custom neural voice sits behind limited access: you apply for approval, and you must supply recorded consent from the voice talent plus abide by the responsible AI terms. A) tempts because most speech features do unlock with tier, but this one is gated by review rather than pricing. C) is precisely the misconception the consent requirement exists to prevent; employment status is irrelevant. D) invents an internal/external distinction — the gate applies to creating the voice, not to where the audio is played.
Speaker verification is best described as:
Answer: C — Confirming a claimed identity against one enrolled profile
C) Verification is a one-to-one check: the caller asserts an identity and the audio is compared with that single enrolled profile. A) Transcription produces text and asserts nothing about identity. B) One-to-many search is identification. D) Building a voice is synthesis.
Document translation in Azure Translator in Foundry Tools provides:
Answer: A — Asynchronous translation of whole documents in Blob Storage
A) You point the job at a source container and a target container and poll the long-running operation, and the layout of each document is preserved. B) The batch route is asynchronous by design. C) Preserving formatting is the point of the feature. D) Spoken audio is handled by the speech service.
An inbound-mail router must place each message into exactly one of eight internal departments based on its wording. Volume is high, the eight categories are stable, and cost per message matters. Which approach is MOST appropriate?
Answer: B — Train a custom text classification project with a single-label configuration
B) Correct — a stable, closed label set at high volume is the textbook case for single-label custom text classification: a small trained model, low per-call cost, measurable accuracy. A) tempts because a generative model needs no labeled data and would work, but it costs far more per message and gives no per-class evaluation metrics for a task this narrow. C) misuses an extraction model as a classifier. D) is brittle and needs constant manual curation as vocabulary drifts.
Training a custom neural voice requires:
Answer: C — Limited Access approval and recorded voice talent consent
C) Custom neural voice is gated by responsible AI review, and you must show recorded consent from the voice talent before training. A) The feature is not limited to one language. B) Open self-service training is exactly what the gating prevents. D) Synthesis is a managed cloud service.
Which Azure Language in Foundry Tools capability best redacts national IDs, phone numbers and addresses?
Answer: C — PII detection, which returns categories and text offsets
C) The PII capability is tuned for sensitive categories such as government identifiers and phone numbers, and returns offsets plus an optional redacted copy of the text. A) Sentiment scores tone, not identifiers. B) General entity recognition finds people and places but misses government IDs and card numbers. D) Key phrases summarize topics.
Sentiment analysis in Azure Language in Foundry Tools returns at minimum:
Answer: A — Sentence and document sentiment with confidence scores
A) Each sentence is scored and the document label is derived from those sentence scores, with confidence values for positive, neutral and negative. B) Translation is a different service. C) Speaker labels come from speech processing. D) Embeddings are produced by a model deployment, not this operation.
Custom text classification in Azure Language in Foundry Tools supports:
Answer: A — Single-label and multi-label classification of whole documents
A) A project is created as either single-label or multi-label, so a document can carry one category or several. B) Sentiment is a separate prebuilt capability. C) Extraction is custom entity recognition, a different project type. D) Language detection is prebuilt and needs no labelling.
A speech transcription model in Foundry Models is BEST suited to which task?
Answer: D — Converting recorded speech to text, including translation into English
D) Right — the model turns audio into a text transcript and can also translate the spoken content into English. A) Time series forecasting is not a speech workload. B) That is text-to-speech, the inverse capability. C) Image generation is a different model family entirely.
4 cards from the 19 in this chapter.
Real-time vs batch speech-to-text?
Real-time streams audio over a persistent connection and returns partial and final results with low latency. • Batch takes audio already stored at a URL and transcribes asynchronously, which suits high volume and long recordings.
Speaker recognition modes?
Verification is one-to-one: does this audio match the claimed enrolled speaker? • Identification is one-to-many: which enrolled speaker in a group is talking? • Both need enrollment audio first.
What does key phrase extraction return, and what is it good for?
It returns the main talking points of a document as an unranked list of noun phrases, with no scores or categories. It suits tagging, clustering and quick triage of large text volumes; it does not classify or summarize.
Azure Speech in Foundry Tools — capabilities?
Speech-to-text, including real-time and batch transcription. • Text-to-speech with neural voices. • Speech translation. • Speaker recognition. • Pronunciation assessment.
These are a sample. The full Text Analysis Solutions chapter runs 57 items with per-chapter progress tracking, on the web and in the iOS app.
Open Azure AI Apps and Agents Developer AI-103 in CoStudy →
All Azure AI Apps and Agents Developer AI-103 practice questions →