Question 1easy
Why are containers especially valuable for AI apps?
Question 2easy
What is the relationship between a Dockerfile, an image, and a container?
Question 3medium
Why copy requirements.txt and install dependencies BEFORE copying application code?
Question 4medium
Which reduce Docker image size? (Select all that apply)
Question 5medium
What does a multi-stage build achieve?
Question 6medium
What does docker-compose provide?
Question 7medium
In a compose file, how does the app service reach the database service named 'db'?
Question 8hard
Why must secrets like API keys come from the environment at runtime, not the Dockerfile?
Question 9hard
How does env-based config support the LLMOps promote/rollback flow?
Question 10hard
Which are containerization pitfalls? (Select all that apply)
Question 11easy
What is a .dockerignore file for?
Question 12medium
What Docker technique (two words) builds in one stage and copies only artifacts into a slim final stage?
Question 13hard
Which twelve-factor principle says configuration and secrets should come from where (one word)?