Question 1easy
What is LLMOps?
Question 2medium
What makes LLM systems uniquely hard to operate vs. ordinary software? (Select all that apply)
Question 3medium
Which artifacts should be versioned as experiments? (Select all that apply)
Question 4medium
Why pin a dated model snapshot (e.g. gpt-4o-mini-2024-07-18) instead of a floating alias?
Question 5medium
What makes an LLM run reproducible?
Question 6hard
In the change lifecycle, what gates a prompt/model change before rollout?
Question 7hard
What is a canary rollout for a prompt/model change?
Question 8medium
Why keep the previous version one config-flip away?
Question 9hard
A provider deprecates your pinned model. What must you do before switching to the replacement?
Question 10medium
What is 'data drift' in an LLM system?
Question 11hard
In an incident, what is the correct FIRST action after detection?
Question 12hard
What is the value of the post-mortem step (adding the failing case to the golden set)?
Question 13medium
What experiment-tracking tool (name one) is commonly used to version LLM/ML runs, params, and metrics?
Question 14hard
Complete the incident rule: '____ before diagnose' — roll back first, investigate second.