FDEInterviews logo

versioning

FDE interview questions tagged versioning, across every topic.

5 questions · 1 unlocked for you

Concepts behind "versioning"

The curriculum that explains the ideas these questions test.

Core
🔁 MLOps & LifecycleSign in
Model Registry and PromotionA model registry is the source of truth for every model version, what data and code produced it, and how it scored on your eval suite. Promotion is the gated path from a registered candidate to live serving: pass the gates, soak in shadow or canary, then swap an alias so traffic moves atomically and rollback is one step.
Advanced
⚙️ System Design for AI in Production🔒 Premium
REST API Design for IntegrationsThe API you hand a customer is the part of the deployment their engineers live with after you leave, so it is judged on how little it surprises them. Resources and verbs are the easy half; versioning, pagination, error shape and idempotency are what decide whether their integration keeps working next quarter.
Advanced
🔁 MLOps & Lifecycle🔒 Premium
Model Versioning and MigrationThe model under your application changes whether or not you asked. Providers ship new snapshots, deprecate old ones and give you a window, so a deployment that pinned nothing has quality moving beneath it and a deployment that pinned everything eventually gets a forced cutover on someone else's schedule.
Advanced
🤖 Retrieval & Agents🔒 Premium
Embedding Versions and DriftTwo versions of an embedding model produce unrelated coordinate systems, so a document's old and new vector are no more similar to each other than to a random document. Mixing them in one index cannot raise an error, which is why a half-finished migration returns confident nonsense at full speed.