تدريب Certified Kubernetes Administrator

تدرب على 60 سؤالًا أصليًا لـ Certified Kubernetes Administrator (CKA) تغطي البنية والتثبيت وأعباء العمل والجدولة والخدمات والشبكات والتخزين والأمان واستكشاف الأخطاء.

المستوى: Certified Kubernetes Administrator الصعوبة: intermediate 60 سؤال 60 دقيقة
اختر وضع التدريب وأجب عن كل سؤال من أسئلة CKA ثم راجع الشرح. تُحفظ الأخطاء محليًا.
أيام متتالية: 0 أيام محفوظ على هذا الجهاز فقط
التقدم 0 / 60
سؤال 1

What is Kubernetes?

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

What is a node in Kubernetes?

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

Which set of components manages the cluster?

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

Which control plane component schedules pods onto nodes?

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

Which component stores cluster state and configuration?

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

Which component runs on every node and manages pods?

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

What is kube-proxy responsible for?

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

Which tool is commonly used to bootstrap a Kubernetes cluster for the CKA exam?

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

What is a kubeconfig file?

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

What does a context in a kubeconfig combine?

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

Which kubectl command shows cluster information?

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

What is a namespace?

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

What is the smallest deployable unit in Kubernetes?

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

Which workload controller runs a pod on every node?

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

Which workload controller is best for stateless applications that need rollouts and scaling?

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

Which workload runs a finite task to completion?

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

Which workload runs jobs on a schedule?

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

What does a ReplicaSet ensure?

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

Which pod field limits scheduling to nodes with matching labels?

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

What is a resource request?

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

What is a resource limit?

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

What does a node taint do?

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

What is a toleration?

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

What does a liveness probe check?

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

Which resource provides a stable IP and DNS name for a set of pods?

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

Which Service type exposes a port on every node?

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

Which Service type provisions a cloud load balancer?

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

Which resource routes HTTP and HTTPS traffic to Services?

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

What is a ClusterIP?

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

What is the DNS name for a Service in the cluster?

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

Which type of plugin provides pod networking?

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

What is a PersistentVolume?

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

What is a PersistentVolumeClaim?

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

Which resource enables dynamic provisioning of volumes?

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

What is a ConfigMap used for?

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

What is a Secret used for?

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

Which resource defines permissions for users and service accounts in a namespace?

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

Which resource binds a Role to a user or ServiceAccount?

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

What is a ServiceAccount?

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

Which feature can drop Linux capabilities for a container?

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

What is a NetworkPolicy?

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

Which command shows logs from a pod?

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

Which command shows detailed information about a resource?

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

Which command lists cluster events?

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

Which command runs a command inside a running container?

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

What does kubectl drain do?

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

What does kubectl cordon do?

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

Which command applies a manifest to the cluster?

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

Which command deletes a resource?

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

Which command shows pods in all namespaces?

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

Which controller manager runs controllers such as node and replication controllers?

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

What is a StatefulSet used for?

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

What is pod affinity used for?

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

What does a HorizontalPodAutoscaler do?

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

What is a headless Service?

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

What does kubectl top show?

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

Which of the following are control plane components? Select all that apply.

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

Which of the following are workload controllers? Select all that apply.

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

kubectl drain permanently removes a node from the cluster.

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

Match each kubectl command to its purpose.