تدريب على Docker و Kubernetes

تدرب على 80 سؤالًا في DevOps تغطي صور Docker والحاويات والأحجام والشبكات و Compose، وعمليات Kubernetes والخدمات والتخزين واستكشاف الأخطاء.

المستوى: Docker & Kubernetes الصعوبة: intermediate 80 سؤال 50 دقيقة
اقرأ كل سؤال عن Docker أو Kubernetes، واختر أو اكتب إجابتك ثم اطّلع على الشرح.
أيام متتالية: 0 أيام محفوظ على هذا الجهاز فقط
التقدم 0 / 80
سؤال 1

What does a Docker image contain?

اختر إجابة
سؤال 2

Which Dockerfile instruction sets the base image?

اختر إجابة
سؤال 3

Which Dockerfile instruction copies files from the build context into the image?

اختر إجابة
سؤال 4

Which command builds an image from a Dockerfile?

اختر إجابة
سؤال 5

What does the CMD instruction define?

اختر إجابة
سؤال 6

What does the ENTRYPOINT instruction define?

اختر إجابة
سؤال 7

What is a Dockerfile?

اختر إجابة
سؤال 8

What is a Docker container?

اختر إجابة
سؤال 9

Which command lists running containers?

اختر إجابة
سؤال 10

Which command starts a container from an image?

اختر إجابة
سؤال 11

What does docker pull do?

اختر إجابة
سؤال 12

What is Docker Hub?

اختر إجابة
سؤال 13

Why does Docker use image layers?

اختر إجابة
سؤال 14

What is a Docker volume used for?

اختر إجابة
سؤال 15

Which flag is commonly used to mount a volume or bind mount?

اختر إجابة
سؤال 16

What is a bind mount?

اختر إجابة
سؤال 17

What is a named volume?

اختر إجابة
سؤال 18

Which Docker network driver creates an isolated network for containers on one host?

اختر إجابة
سؤال 19

Which Docker network driver lets containers use the host network stack directly?

اختر إجابة
سؤال 20

What is Docker Compose?

اختر إجابة
سؤال 21

Which file is the default Docker Compose file?

اختر إجابة
سؤال 22

What does docker compose up do?

اختر إجابة
سؤال 23

What is a service in Docker Compose?

اختر إجابة
سؤال 24

Which Compose key specifies the image to use?

اختر إجابة
سؤال 25

Which Compose key maps host ports to container ports?

اختر إجابة
سؤال 26

What does docker exec do?

اختر إجابة
سؤال 27

Which command shows logs from a container?

اختر إجابة
سؤال 28

What is a container registry?

اختر إجابة
سؤال 29

Which command tags an image?

اختر إجابة
سؤال 30

Which command uploads an image to a registry?

اختر إجابة
سؤال 31

What is a Pod in Kubernetes?

اختر إجابة
سؤال 32

Which object maintains a desired number of identical pods?

اختر إجابة
سؤال 33

Which controller manages stateless workloads with rolling updates?

اختر إجابة
سؤال 34

Which controller runs one pod on every node?

اختر إجابة
سؤال 35

Which controller runs a task to completion?

اختر إجابة
سؤال 36

Which controller runs scheduled tasks?

اختر إجابة
سؤال 37

Which controller is best for stateful applications with stable network identity?

اختر إجابة
سؤال 38

What does a Kubernetes Service do?

اختر إجابة
سؤال 39

Which Service type exposes a service through a cloud load balancer?

اختر إجابة
سؤال 40

What is an Ingress?

اختر إجابة
سؤال 41

What is a ConfigMap?

اختر إجابة
سؤال 42

What is a Secret?

اختر إجابة
سؤال 43

Which command applies a Kubernetes manifest?

اختر إجابة
سؤال 44

Which command lists pods in a cluster?

اختر إجابة
سؤال 45

Which command shows logs from a pod?

اختر إجابة
سؤال 46

What is a namespace in Kubernetes?

اختر إجابة
سؤال 47

Where are CPU and memory limits for a container defined?

اختر إجابة
سؤال 48

What does a liveness probe check?

اختر إجابة
سؤال 49

What does a readiness probe check?

اختر إجابة
سؤال 50

What is a PersistentVolumeClaim?

اختر إجابة
سؤال 51

Which object defines how storage is provisioned in a cluster?

اختر إجابة
سؤال 52

What is kubelet?

اختر إجابة
سؤال 53

Which components form the Kubernetes control plane?

اختر إجابة
سؤال 54

Which component stores the cluster state?

اختر إجابة
سؤال 55

What is a node in Kubernetes?

اختر إجابة
سؤال 56

What does the Horizontal Pod Autoscaler do?

اختر إجابة
سؤال 57

What does kubectl rollout status show?

اختر إجابة
سؤال 58

What is RBAC in Kubernetes?

اختر إجابة
سؤال 59

What is a ServiceAccount?

اختر إجابة
سؤال 60

What does an image pull policy control?

اختر إجابة
سؤال 61

Which of the following are Kubernetes workload controllers?

اختر إجابة
سؤال 62

Which fields commonly appear in a Service manifest?

اختر إجابة
سؤال 63

Which Docker commands manage images?

اختر إجابة
سؤال 64

Which of the following are valid ways to persist data in Docker?

اختر إجابة
سؤال 65

Which components are part of the Kubernetes control plane?

اختر إجابة
سؤال 66

Which commands help debug a failing pod?

اختر إجابة
سؤال 67

Which probes can be defined for a container?

اختر إجابة
سؤال 68

Which are valid Kubernetes Service types?

اختر إجابة
سؤال 69

Type the Docker command that lists running containers.

سؤال 70

Type the kubectl command that applies a manifest file.

سؤال 71

Type the kubectl command that shows logs for a pod named web.

سؤال 72

Type the Docker command used to run a command inside a running container.

سؤال 73

Type the kubectl command that shows the status of a Deployment rollout.

سؤال 74

Type the Kubernetes object that provides a stable network name for pods.

سؤال 75

Match each Docker command to what it does.

سؤال 76

Match each Kubernetes object to its purpose.

سؤال 77

Match each Dockerfile instruction to its purpose.

سؤال 78

Match each Kubernetes object to its role.

سؤال 79

Match each kubectl command to what it does.

سؤال 80

Match each storage concept to its definition.