AI-200 Containerized AI Workloads Practice Question
Your containerized AI application requires a specific version of a kernel driver that is not installed on the AKS nodes. What is the most efficient way to manage this?
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
✓
Use a privileged InitContainer to load the driver.
Using an InitContainer with appropriate privileges to install the driver on the host is a common pattern for specific hardware needs.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Mount the /proc filesystem as read-write.
Why it's wrong here
This is dangerous and not the correct way to load drivers.
- ✗
Run the application as root.
Why it's wrong here
Running as root is a security risk and doesn't load drivers.
- ✓
Use a privileged InitContainer to load the driver.
Why this is correct
This allows you to prepare the node environment before the main application starts.
- ✗
Rebuild the AKS cluster.
Why it's wrong here
This is inefficient and disruptive.
About these practice questions
One of 503 original AI-200 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 →
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-200 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-200 exam.