Courseiva
Implement Generative AI And Agentic SolutionsmediumMultiple ChoiceObjective-mapped

AI-103 Implement Generative AI And Agentic Solutions Practice Question

You are configuring a Prompt Flow to use a custom Python tool. Which configuration is required to ensure the environment has the necessary libraries?

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

Include them in a 'requirements.txt' file in the flow directory.

Dependencies for custom tools must be defined in the 'requirements.txt' file within the flow folder.

Answer analysis

Option-by-option breakdown

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

  • Install them manually on the host machine.

    Why it's wrong here

    The environment is managed by Azure, manual install is not persistent.

  • Include them in a 'requirements.txt' file in the flow directory.

    Why this is correct

    Prompt Flow automatically installs libraries listed in the requirements.txt file.

  • Add them to the System Prompt.

    Why it's wrong here

    System prompts do not control runtime dependencies.

  • Add them to the deployment manifest.

    Why it's wrong here

    This is not how library management works in Prompt Flow.

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.