- Which of the following best describes containerization?
View Answer
Correct answer: A — Packaging applications with dependencies into isolated units
- Docker is primarily used for:
View Answer
Correct answer: A — Creating and managing containers
- Kubernetes is used for:
View Answer
Correct answer: A — Orchestrating containerized applications
- Which of the following is NOT a containerization tool?
View Answer
Correct answer: C — Vagrant
- Docker images are built using:
View Answer
Correct answer: A — Dockerfile
- Which of the following is true about Kubernetes pods?
View Answer
Correct answer: A — They are the smallest deployable units in Kubernetes
- Docker Compose is used to:
View Answer
Correct answer: A — Define and run multi-container applications
- Which of the following is true about Kubernetes services?
View Answer
Correct answer: A — They expose pods to network traffic
- Which of the following is a Kubernetes deployment strategy?
View Answer
Correct answer: A — Rolling updates
- Helm is used for:
View Answer
Correct answer: A — Managing Kubernetes applications with charts
- What will be printed?
1 echo "Eduinq Container Test" View Answer
Correct answer: A — Eduinq Container Test
- Which of the following is true about Docker volumes?
View Answer
Correct answer: A — They persist data outside containers
- Kubernetes ConfigMaps are used to:
View Answer
Correct answer: A — Store configuration data
- Which of the following is true about Kubernetes namespaces?
View Answer
Correct answer: A — They logically isolate resources within a cluster
- Docker Hub is:
View Answer
Correct answer: A — A public registry for Docker images
- Which of the following is true about Kubernetes deployments?
View Answer
Correct answer: A — They manage desired state of pods
- Kubernetes StatefulSets are used for:
View Answer
Correct answer: A — Managing stateful applications
- Which of the following is true about Docker networking?
View Answer
Correct answer: A — It allows containers to communicate with each other
- Kubernetes Ingress is used to:
View Answer
Correct answer: A — Manage external access to services
- Which of the following is true about container orchestration?
View Answer
Correct answer: A — It automates deployment, scaling, and management of containers
- Which of the following is true about Docker containers?
View Answer
Correct answer: A — They are lightweight and portable
- Kubernetes nodes are:
View Answer
Correct answer: A — Worker machines in a cluster
- Which of the following is true about Docker layers?
View Answer
Correct answer: A — They allow efficient image storage and reuse
- Kubernetes ReplicaSets are used to:
View Answer
Correct answer: A — Ensure a specified number of pod replicas are running
- Which of the following is true about Docker registries?
View Answer
Correct answer: A — They store and distribute container images
- Kubernetes DaemonSets are used to:
View Answer
Correct answer: A — Run a copy of a pod on all nodes
- Which of the following is true about Docker Swarm?
View Answer
Correct answer: A — It provides native container orchestration for Docker
- Kubernetes Secrets are used to:
View Answer
Correct answer: A — Store sensitive information securely
- Which of the following is true about container orchestration tools?
View Answer
Correct answer: A — They automate deployment, scaling, and management of containers
- Kubernetes kubelet is:
View Answer
Correct answer: A — An agent that runs on each node
- What will be printed?
1 echo "Eduinq Kubernetes Deployment" View Answer
Correct answer: A — Eduinq Kubernetes Deployment
- Which of the following is true about Docker networking modes?
View Answer
Correct answer: A — Bridge, Host, Overlay
- Kubernetes kube-proxy is responsible for:
View Answer
Correct answer: A — Managing network rules for pods
- Which of the following is true about Dockerfile instructions?
View Answer
Correct answer: A — FROM, RUN, CMD, COPY
- Kubernetes etcd is used to:
View Answer
Correct answer: A — Store cluster configuration data
- Which of the following is true about Docker Compose files?
View Answer
Correct answer: A — They are written in YAML
- Kubernetes labels are used to:
View Answer
Correct answer: A — Organize and select resources
- Which of the following is true about Docker container lifecycle?
View Answer
Correct answer: A — Create, Start, Stop, Remove
- Kubernetes Helm charts are:
View Answer
Correct answer: A — Packages of pre-configured Kubernetes resources
- Which of the following is true about container orchestration benefits?
View Answer
Correct answer: A — Automated scaling, self-healing, efficient resource use
- Which of the following is true about Docker image tags?
View Answer
Correct answer: A — They identify versions of images
- Kubernetes deployments support:
View Answer
Correct answer: A — Rolling updates and rollbacks
- Which of the following is true about Docker container isolation?
View Answer
Correct answer: A — It uses namespaces and cgroups
- Kubernetes cluster autoscaler is used to:
View Answer
Correct answer: A — Adjust the number of nodes based on demand
- Which of the following is true about Docker multi-stage builds?
View Answer
Correct answer: A — They optimize image size by separating build and runtime stages
- Kubernetes taints and tolerations are used to:
View Answer
Correct answer: A — Control pod placement on nodes
- Which of the following is true about Docker overlay networks?
View Answer
Correct answer: A — They enable multi-host communication for containers
- Kubernetes Horizontal Pod Autoscaler adjusts:
View Answer
Correct answer: A — Number of pods based on CPU/memory usage
- Which of the following is true about Docker container resource limits?
View Answer
Correct answer: A — They restrict CPU and memory usage
- Which of the following best describes containerization and orchestration overall?
View Answer
Correct answer: A — Packaging applications into containers and managing them with orchestration tools