Courseiva
Implement Generative AI And Agentic SolutionshardMultiple SelectObjective-mapped

AI-103 Implement Generative AI And Agentic Solutions Practice Question

You are designing a generative AI application in Azure AI Foundry that supports multi-turn conversations with memory. Which THREE components are required to properly maintain conversational state and context? (Choose THREE)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Thread or session state storage to persist message history across turns

Agent threads/session storage, message history management, and context window truncation or summarization strategies are required for multi-turn conversational memory.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Thread or session state storage to persist message history across turns

    Why this is correct

    Threads store the ongoing conversation history so the model remembers prior turns.

  • Permanently deleting all messages after every single API turn

    Why it's wrong here

    Deleting messages destroys conversational memory and prevents multi-turn context.

  • Setting temperature to 0.0 to erase all memory between calls

    Why it's wrong here

    Temperature controls randomness, not conversation history persistence.

  • Message history appending logic in the prompt construction payload

    Why this is correct

    Prior messages must be appended to the API payload so the model has conversational context.

  • Context window management strategy (such as summarization or truncation) to prevent token overflow

    Why this is correct

    Managing the context window ensures long conversations do not exceed model token limits.

About these practice questions

One of 510 original AI-103 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Microsoft exam blueprint

This AI-103 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-103 exam.