Skip to content
GAIEA
Assembling and Deploying Apps
medium
Question 2 of 44

An engineer uses code-based logging to deploy an AI agent with mlflow.langchain.log_model(lc_model="/path/to/agent.py", ...). When the deployed serving endpoint receives an inference request, which sequence of events occurs?

AThe agent.py file is compiled to a binary and cached; only the binary is used for inference.
BThe serving environment restores the Python environment from logged dependencies, runs agent.py to instantiate the agent, then calls invoke() for each request.
CThe agent.py file is ignored; MLflow loads a serialized pickle of the agent from the model artifact.
DThe serving environment calls mlflow.langchain.load_model() on each individual request to reload the agent freshly.

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion