Courseiva

CCNA AI Operations Questions

14 of 89 questions · Page 2/2 · AI Operations · Answers revealed

76
Multi-Selectmedium

Which TWO items should be included in an automated 'Deployment Log'?

Select 2 answers
A.Deployed model version/ID
B.Office temperature
C.Team member home address
D.Favorite programming language
E.Deployment timestamp
AnswersA, E

Provenance requirement.

Why this answer

Logs must provide the 'who, when, and what' of the deployment.

77
Multi-Selectmedium

Which TWO are common types of 'AI Model Drift'?

Select 2 answers
A.Concept drift
B.Data drift
C.Temperature drift
D.CPU drift
E.Memory drift
AnswersA, B

Relationship shift.

Why this answer

Drift is split between inputs (data) and outputs (concept).

78
MCQmedium

An organization uses MLflow for model tracking. To ensure auditability of model lineage, what must be captured in the 'mlflow.log_artifact' call?

A.Environment variable list
B.User IP address
C.Compute cluster name
D.Git commit hash and data URI
AnswerD

This links code state to the model artifact.

Why this answer

Capturing the specific code version (git hash) and data snapshot ID ensures reproducibility.

79
MCQmedium

An auditor notices high 'latency' in an online model deployment. Which component should be inspected first?

A.Developer laptop specs
B.Model documentation
C.Inference service resource limits
D.Data labeling tool settings
E.Git repository history
AnswerC

CPU/RAM bottlenecks cause latency.

Why this answer

The inference container resource allocation or the request preprocessing overhead is the common bottleneck.

80
MCQmedium

What is the function of a 'Feature Store' in an MLOps pipeline?

A.Storing raw video files
B.Compressing model weights
C.Centralized feature serving and storage
D.Monitoring compute costs
AnswerC

Ensures consistency between training and serving.

Why this answer

A Feature Store provides a centralized repository for standardized feature definitions and storage for both training and inference.

81
Multi-Selectmedium

Which TWO of the following are essential for ensuring 'Model Observability' in an enterprise production environment?

Select 2 answers
A.System latency monitoring
B.Manual code refactoring
C.Database backup frequency
D.Developer salary audits
E.Prediction drift monitoring
AnswersA, E

Essential for SLA compliance.

Why this answer

Observability requires both performance metrics and input monitoring (drift).

82
MCQeasy

Which of the following is a symptom of 'Overfitting' during the training phase?

A.Low training accuracy, low validation accuracy
B.Model crashes during training
C.Model is too small
D.High training accuracy, low validation accuracy
AnswerD

Classic sign of overfitting.

Why this answer

Overfitting happens when the model performs well on training data but poorly on unseen test data.

83
MCQmedium

What is the primary function of an 'AI Model Gateway'?

A.Storing model weights
B.Centralized request management and security
C.Training the model
D.Labeling data
AnswerB

Standard API gateway function.

Why this answer

A gateway acts as a security and management layer for AI requests, providing throttling, logging, and authentication.

84
MCQeasy

What is the purpose of an 'AI Audit trail'?

A.Reducing cloud latency
B.Providing transparency and accountability
C.Increasing model performance
D.Changing model parameters
AnswerB

Key compliance requirement.

Why this answer

To provide a transparent, verifiable record of all actions taken on an AI system.

85
MCQmedium

In Azure Machine Learning, which component should an auditor verify to ensure model registry access is restricted to authorized CI/CD service principals?

A.Workspace Access Control (IAM)
B.Environment YAML files
C.Compute Instance logs
D.Data labeling projects
AnswerA

RBAC controls access to the workspace registry.

Why this answer

Access to the Model Registry is governed by Azure RBAC and specifically Managed Identities/Service Principals assigned to the workspace.

86
MCQhard

If an AI pipeline fails, which component provides the best 'log' to diagnose the failure?

A.Orchestrator task execution logs
B.Model documentation
C.Company mission statement
D.Developer's email
AnswerA

Shows the point of failure.

Why this answer

The pipeline orchestrator's task logs indicate specifically which step failed and why.

87
MCQeasy

What is the goal of an AI 'Rollout' plan?

A.Reducing disk space
B.Deleting logs
C.Controlled deployment to users
D.Increasing training time
AnswerC

Risk management.

Why this answer

To manage the deployment of a model to users in a controlled way.

88
MCQhard

If a model's performance drops, and the input data distribution has changed, what operational process must be triggered?

A.Security audit
B.Model Deletion
C.Hardware Upgrade
D.Code Refactoring
E.Model Retraining
AnswerE

Adapts model to new data patterns.

Why this answer

Data distribution change triggers model retraining using updated data samples.

89
MCQhard

When implementing drift detection in AWS SageMaker Model Monitor, which metric should be monitored to detect feature attribution shift for structured data?

A.Cosine Similarity
B.Mean Square Error
C.Feature Attribution Drift (SHAP)
D.Precision-Recall AUC
AnswerC

This directly measures shift in SHAP values.

Why this answer

Feature attribution drift monitors how the model's reliance on specific input features changes over time.

← PreviousPage 2 of 2 · 89 questions total

Ready to test yourself?

Try a timed practice session using only AI Operations questions.