1. What is Compose file ? Junior A. a group of services managed together under one Compose configuration B. a mechanism to selectively enable groups of services for different scenarios C. an ordering directive that controls service start order without guaranteeing readiness D. a docker-compose.yml defining multi-container applications declaratively Reveal the answer + AI explanation — free account
2. Which term means: "a docker-compose.yml defining multi-container applications declaratively"? Junior A. Override file B. Compose file C. Project D. Compose network Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Compose file — a default bridge network letting services reach each other by service name B. Compose file — a Compose-defined probe used to mark a service healthy before dependents start C. Compose file — a docker-compose.yml defining multi-container applications declaratively D. Compose file — a mechanism to selectively enable groups of services for different scenarios Reveal the answer + AI explanation — free account
4. What is Service ? Junior A. a default bridge network letting services reach each other by service name B. a group of services managed together under one Compose configuration C. a container definition in Compose describing image, ports, and configuration D. an ordering directive that controls service start order without guaranteeing readiness Reveal the answer + AI explanation — free account
5. Which term means: "a container definition in Compose describing image, ports, and configuration"? Junior A. Service B. Healthcheck C. depends_on D. Compose file Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. Service — a mechanism to selectively enable groups of services for different scenarios B. Service — a container definition in Compose describing image, ports, and configuration C. Service — a docker-compose.override.yml merged automatically to adjust settings per environment D. Service — a group of services managed together under one Compose configuration Reveal the answer + AI explanation — free account
7. What is Project ? Junior A. a mechanism to selectively enable groups of services for different scenarios B. a Compose-defined probe used to mark a service healthy before dependents start C. a group of services managed together under one Compose configuration D. a docker-compose.override.yml merged automatically to adjust settings per environment Reveal the answer + AI explanation — free account
8. Which term means: "a group of services managed together under one Compose configuration"? Junior A. Project B. Profiles C. Healthcheck D. depends_on Reveal the answer + AI explanation — free account
9. Which statement is correct? Junior A. Project — a Compose-defined probe used to mark a service healthy before dependents start B. Project — a group of services managed together under one Compose configuration C. Project — a container definition in Compose describing image, ports, and configuration D. Project — a docker-compose.yml defining multi-container applications declaratively Reveal the answer + AI explanation — free account
10. What is Compose network ? Junior A. a default bridge network letting services reach each other by service name B. a docker-compose.override.yml merged automatically to adjust settings per environment C. an ordering directive that controls service start order without guaranteeing readiness D. a mechanism to selectively enable groups of services for different scenarios Reveal the answer + AI explanation — free account
11. Which term means: "a default bridge network letting services reach each other by service name"? Junior A. Compose network B. Service C. depends_on D. Override file Reveal the answer + AI explanation — free account
12. Which statement is correct? Junior A. Compose network — a group of services managed together under one Compose configuration B. Compose network — an ordering directive that controls service start order without guaranteeing readiness C. Compose network — a container definition in Compose describing image, ports, and configuration D. Compose network — a default bridge network letting services reach each other by service name Reveal the answer + AI explanation — free account
13. What is depends_on ? Mid A. a Compose-defined probe used to mark a service healthy before dependents start B. an ordering directive that controls service start order without guaranteeing readiness C. a container definition in Compose describing image, ports, and configuration D. a docker-compose.override.yml merged automatically to adjust settings per environment Reveal the answer + AI explanation — free account
14. Which term means: "an ordering directive that controls service start order without guaranteeing readiness"? Mid A. Override file B. Compose network C. Healthcheck D. depends_on Reveal the answer + AI explanation — free account
15. Which statement is correct? Mid A. depends_on — a docker-compose.override.yml merged automatically to adjust settings per environment B. depends_on — a docker-compose.yml defining multi-container applications declaratively C. depends_on — an ordering directive that controls service start order without guaranteeing readiness D. depends_on — a group of services managed together under one Compose configuration Reveal the answer + AI explanation — free account
16. What is Healthcheck ? Mid A. a Compose-defined probe used to mark a service healthy before dependents start B. a docker-compose.yml defining multi-container applications declaratively C. a container definition in Compose describing image, ports, and configuration D. an ordering directive that controls service start order without guaranteeing readiness Reveal the answer + AI explanation — free account
17. Which term means: "a Compose-defined probe used to mark a service healthy before dependents start"? Mid A. Service B. Healthcheck C. depends_on D. Project Reveal the answer + AI explanation — free account
18. Which statement is correct? Mid A. Healthcheck — a Compose-defined probe used to mark a service healthy before dependents start B. Healthcheck — a docker-compose.yml defining multi-container applications declaratively C. Healthcheck — a group of services managed together under one Compose configuration D. Healthcheck — a default bridge network letting services reach each other by service name Reveal the answer + AI explanation — free account
19. What is Profiles ? Mid A. a container definition in Compose describing image, ports, and configuration B. a mechanism to selectively enable groups of services for different scenarios C. a docker-compose.override.yml merged automatically to adjust settings per environment D. a default bridge network letting services reach each other by service name Reveal the answer + AI explanation — free account
20. Which term means: "a mechanism to selectively enable groups of services for different scenarios"? Mid A. Override file B. Profiles C. depends_on D. Project Reveal the answer + AI explanation — free account
21. Which statement is correct? Mid A. Profiles — an ordering directive that controls service start order without guaranteeing readiness B. Profiles — a mechanism to selectively enable groups of services for different scenarios C. Profiles — a container definition in Compose describing image, ports, and configuration D. Profiles — a docker-compose.yml defining multi-container applications declaratively Reveal the answer + AI explanation — free account
22. What is Override file ? Mid A. a default bridge network letting services reach each other by service name B. a container definition in Compose describing image, ports, and configuration C. a docker-compose.override.yml merged automatically to adjust settings per environment D. a mechanism to selectively enable groups of services for different scenarios Reveal the answer + AI explanation — free account
23. Which term means: "a docker-compose.override.yml merged automatically to adjust settings per environment"? Mid A. Service B. Project C. Override file D. Compose network Reveal the answer + AI explanation — free account
24. Which statement is correct? Mid A. Override file — a default bridge network letting services reach each other by service name B. Override file — a group of services managed together under one Compose configuration C. Override file — a docker-compose.override.yml merged automatically to adjust settings per environment D. Override file — a mechanism to selectively enable groups of services for different scenarios Reveal the answer + AI explanation — free account
25. What does docker compose up -d do? Junior A. create and start all services in the background B. run a shell in the running web service container C. list the containers for the current Compose project D. build or rebuild the images for the services Reveal the answer + AI explanation — free account
26. Which command will create and start all services in the background? Junior A. docker compose logs -f B. docker compose down C. docker compose up -d D. docker compose ps Reveal the answer + AI explanation — free account
27. Which statement is correct? Junior A. docker compose up -d — follow aggregated logs from all services B. docker compose up -d — list the containers for the current Compose project C. docker compose up -d — create and start all services in the background D. docker compose up -d — run a shell in the running web service container Reveal the answer + AI explanation — free account
28. What does docker compose down do? Junior A. create and start all services in the background B. list the containers for the current Compose project C. run a shell in the running web service container D. stop and remove containers, networks created by up Reveal the answer + AI explanation — free account
29. Which command will stop and remove containers, networks created by up? Junior A. docker compose logs -f B. docker compose exec web sh C. docker compose ps D. docker compose down Reveal the answer + AI explanation — free account
30. Which statement is correct? Junior A. docker compose down — run a shell in the running web service container B. docker compose down — follow aggregated logs from all services C. docker compose down — list the containers for the current Compose project D. docker compose down — stop and remove containers, networks created by up Reveal the answer + AI explanation — free accountShowing 30 of 42 Containers · Compose questions — the full set, with answers, explanations and an AI tutor on every question, is inside.