AI Bot

Data Engineering & Deployment for AI Flashcards

Microsoft Azure AI Fundamentals AI-901 Flashcards

Study our Data Engineering & Deployment for AI flashcards for the Microsoft Azure AI Fundamentals AI-901 exam with 43+ flashcards. View as flashcards, a searchable table, or as a fun matching game.
Microsoft Azure AI Fundamentals AI-901 Course Header Image
FrontBack
A B testing for modelsCompare performance of two models on live traffic segments
Autoscaling metrics to monitorCPU memory request rate latency queue length
Batch scoring definitionProcess many records periodically for throughput oriented use cases
Blob storage purposeObject storage for unstructured data and large files
Blue green deployment definitionRun new version parallel then switch traffic instantaneously
Bucketing purposeHash based grouping to optimize joins on specific keys
Canary deployment definitionRoll out new version to small subset to detect issues early
CI CD for ML pipelinesAutomate training tests validation and deployment with repeatable steps
Columnar storage advantageFast reads for analytical queries and better compression
Common missing data strategiesDrop rows Impute with mean median or mode Use model based imputation
Concept drift definitionChange in relationship between features and target over time
Containerization benefitsConsistency across environments isolation and portability
Cost optimization strategiesRight size resources spot instances model quantization and caching
Data cleaning stepsRemove duplicates Impute missing values Normalize and validate ranges
Data drift detection methodsStatistical tests PSI KL divergence and ML based detectors
Data governance and lineageTrack data origins transformations and access history
Data Lake definitionCentralized repository for raw and processed data at scale
Docker image best practiceSmall base image multistage builds and explicit dependencies
Embeddings for categorical dataMap high cardinal categories to dense continuous vectors
Feature crosses purposeCreate interactions between categorical features to capture joint effects
Feature engineering transformsLog scaling binning polynomial features interactions
Feature selection methodsFilter Wrapper and Embedded methods
Feature store benefitsCentralized feature definitions reuse online and offline consistency
Horizontal versus vertical scalingHorizontal adds instances vertical increases resources per instance
Kubernetes roleOrchestrate containers manage scaling and resilience
Label encoding caveatIntroduces ordinal relation not suitable for nominal categories
Latency versus throughput tradeoffLower latency reduces batching and may reduce throughput
Logging and tracing importanceDebug issues audit requests and trace end to end flows
Major cost drivers for AI deploymentsStorage compute data transfer and human operations
Model serving endpoints typesREST gRPC and streaming sockets
Monitoring metrics for modelsLatency throughput error rate accuracy and drift indicators
Normalization versus standardizationNormalization scales to 0 1 Standardization centers to mean 0 std 1
One hot encoding when to useCategorical variables with low cardinality
Outlier detection techniquesZ score IQR Isolation Forest and visual inspection
Parquet versus CSVParquet is columnar compressed schema aware CSV is row oriented text
Partitioning benefitsImproves query performance by pruning irrelevant files
Real time scoring definitionServe predictions with low latency per request for immediate responses
REST versus gRPC tradeoffsREST is simple gRPC is high performance binary RPC
Security best practices for data storageEncryption at rest and in transit IAM and network isolation
Streaming source examplesKafka Kinesis Pub Sub
Target encoding risk and mitigationCan leak target information Use cross validation or smoothing
Versioning models and dataKeep immutable artifacts tags and provenance for reproducibility
When to use SQL databasesStructured data transactional workloads and complex queries

About the Flashcards

Flashcards for the Microsoft Azure AI Fundamentals exam offer a compact way to review core ML and data engineering terminology. Cards summarize preprocessing steps, data cleaning, imputation, outlier detection, normalization versus standardization, categorical encoding approaches, target-encoding risks, embeddings, feature engineering transforms, selection methods, and feature store basics.

They also cover data storage and formats (data lakes, blob storage, SQL, Parquet vs CSV, columnar layouts, partitioning and bucketing), deployment and serving patterns (batch vs real-time scoring, streaming sources, containerization, Docker, Kubernetes, REST and gRPC, autoscaling, canary and blue-green rollouts), plus monitoring, drift detection, governance, security, versioning, CI/CD, and cost optimization strategies.

Topics covered in this flashcard deck:

  • Data cleaning and imputation
  • Categorical encoding techniques
  • Feature engineering and selection
  • Storage formats and partitioning
  • Containerization and deployment
  • Monitoring, drift, governance
Share on...
Follow us on...