AI Bot

AI-200: Deployment, Monitoring & Responsible AI Flashcards

Microsoft Azure AI Cloud Developer Associate AI-200 Flashcards

Study our AI-200: Deployment, Monitoring & Responsible AI flashcards for the Microsoft Azure AI Cloud Developer Associate AI-200 exam with 62+ flashcards. View as flashcards, a searchable table, or as a fun matching game.
Microsoft Azure AI Cloud Developer Associate AI-200 Course Header Image
FrontBack
Compare ARM and BicepBicep is a concise abstraction over ARM JSON templates
How do you detect model driftMonitor input distributions prediction distributions and performance metrics over time
Name a bias mitigation techniquePre processing reweighing in processing adversarial debiasing or post processing calibration
Name a CI CD tool for AzureAzure DevOps pipelines or GitHub Actions
Name a global explainability methodFeature importance and partial dependence to explain overall model behavior
Name a local explainability methodSHAP or LIME that explains individual predictions
Name a scaling metric for AKSCPU utilization or memory usage or custom application metrics
Name the blue green deployment patternRun two identical environments and switch traffic to the new one
What are counterfactual explanationsShow minimum changes to inputs that would change the model outcome
What is a canary deploymentGradually shift a small percentage of traffic to a new version to validate changes
What is a containerLightweight isolated runtime image that packages app code libraries and settings
What is a diagnostic logDetailed event records emitted by a service for troubleshooting
What is a metric alertNotification triggered when a telemetry metric crosses a threshold
What is a resource template parameterValue passed to a template to customize deployments
What is a rolling deploymentReplace instances gradually to update an application with zero downtime
What is a sidecar containerAuxiliary container that provides supporting capabilities like logging or proxy
What is adversarial testingEvaluate model robustness by generating inputs that cause incorrect predictions
What is AKSAzure Kubernetes Service managed Kubernetes for container orchestration
What is Application InsightsAzure service for monitoring telemetry logs metrics and traces
What is autoscalingAutomatically adjust compute resources based on demand metrics
What is canary monitoring focusClosely monitor errors latency and key metrics for the small percentage of new users
What is CI CDPipeline for Continuous Integration and Continuous Deployment
What is concept driftChange in relationship between inputs and labels over time
What is containerization best practiceUse minimal base images and multi stage builds for smaller images
What is cost optimization for deploymentRight size resources use autoscaling and choose appropriate compute tier
What is data anonymizationRemove or transform identifiers to reduce re identifiability of individuals
What is data at rest encryptionEncrypt stored data using platform managed or customer managed keys
What is data driftChange in input feature distribution compared to training data
What is data in transit encryptionUse TLS to secure data while moving between services
What is dataset cardDocumentation describing dataset creation curation and known biases
What is differential privacyTechnique to add noise to data to protect individual privacy while enabling analytics
What is distributed tracingTrace requests across services to diagnose latency and errors
What is explainability tool in AzureInterpretML or Azure Machine Learning Responsible AI components
What is fairness metric to checkStatistical parity equalized odds or demographic parity for protected groups
What is GitOpsUse Git as the single source of truth for declarative infrastructure
What is GPU acceleration benefitFaster model inference and training for parallel workloads
What is Infrastructure as CodeDefine cloud infrastructure using machine readable templates
What is interpretability monitoringTrack shifts in explanation patterns to detect explanation drift
What is latency budgetMaximum allowable end to end time for a request to meet user expectations
What is logging retention policyDefine how long logs are kept to balance cost and forensic needs
What is Managed IdentityAzure feature that provides a secure identity for apps to access resources without secrets
What is model batchingBatch multiple inference requests to improve throughput and GPU utilization
What is model cardDocumentation of model purpose performance limitations and evaluation results
What is model compressionReduce model size using pruning quantization or distillation to improve latency
What is model distillationTrain a smaller model to mimic a larger model to improve efficiency
What is model explainabilityTechniques to interpret model predictions and surface feature contributions
What is network isolationUse VNets NSGs and private endpoints to limit network access
What is privacy preserving inferenceTechniques such as homomorphic encryption or secure enclaves for encrypted computation
What is quantizationConvert model weights to lower precision to reduce memory and compute
What is RBACRole Based Access Control grants permissions to users groups and identities
What is request timeout tuningSet limits on request duration to protect resources and improve SLA
What is resource limits in KubernetesSet CPU and memory requests and limits per container
What is responsible AI governanceProcesses and policies to ensure models are safe fair and compliant
What is runbookDocumented operational procedures to troubleshoot and resolve incidents
What is secrets managementStore credentials and keys securely using services like Azure Key Vault
What is serverlessCompute model that abstracts servers and bills per execution time
What is shadow deploymentRun new model in parallel without impacting production responses to compare behavior
What is SLAService Level Agreement defines uptime and performance commitments
What is SLIService Level Indicator metric used to measure service performance
What is SLOService Level Objective measurable target within an SLA
What is structured loggingLog messages using a consistent schema to enable queries and analysis
When should you retrain a modelSignificant model drift or degradation in production performance

About the Flashcards

Flashcards for the Microsoft Azure AI Cloud Developer Associate exam review cloud application and machine learning deployment concepts, including containers, serverless computing, AKS, CI/CD pipelines, Infrastructure as Code, GitOps, and common release strategies.

Students can reinforce terminology related to monitoring, model and data drift, autoscaling, performance optimization, security, privacy, and responsible AI. The deck also covers model explainability, fairness, bias mitigation, operational reliability, service-level measurements, deployment testing, and documentation used to manage production AI systems.

Topics covered in this flashcard deck:

  • Containers and AKS
  • CI/CD deployment strategies
  • Monitoring and model drift
  • Security and data privacy
  • Explainability and responsible AI
  • Performance and reliability optimization
Share on...
Follow us on...