Français
Applied AI · Intermediate 🟡 · Session 8
❓ Interactive quiz
← Return to program 📄 Source .md

Quiz — Session 8: Infrastructure & Deployment

Program : Applied AI — Intermediate Level — Instructor: Yann Isola Format: 14 MCQ (multiple choice questionnaire) — only one correct answer per question — recommended duration: 12 minutes.


Question 1 — What is the essential difference between a notebook prototype and a production service?

Question 2 — Why should you NEVER place an API key in client-side code (browser, mobile application)?

Question 3 — Your application receives an HTTP 429 (Too Many Requests) response. What is the correct reaction?

Question 4 — Which category of errors should NOT be automatically retried?

Question 5 — Why does streaming via Server-Sent Events (SSE) improve user experience?

Question 6 — How does prompt caching allow savings of up to ~90% ⚠ on the hidden part?

Question 7 — What is model routing?

Question 8 — Why do we monitor latency in percentiles (p50, p95, p99) rather than on average?

Question 9 — What does “prompts are code” mean in practice?

Question 10 — You must summarize 50,000 documents every night, without a human in front of the screen, with a supplier rate limit of 500 requests/minute ⚠. Which architecture to choose?

Question 11 — What is quantization of a model, and what is it for?

Question 12 — You need to self-host an open-weights model of 70 billion parameters (data sovereignty) on two 24 GB VRAM cards. In FP16 it weighs ≈ 140 GB. Which approach is the most reasonable?

Question 13 — In an enterprise AI architecture, what does Zero Data Retention (ZDR) actually mean?

Question 14 — For a workload containing critical trade secrets, which option provides the strongest structural assurance?