Q.1
What is the correct fqdn for service "nginx" in namespace "app"?
  • nginx.local
  • nginx.app.svc.cluster.local
  • nginx.app.cluster.local
  • nginx.svc.cluster.local
Q.2
What was Kubernetes called before it got opensource?
  • Containerd
  • Borg
  • Rocket
  • Kubecon
Q.3
Kubernetes allows you to manage container clusters in multiple cloud providers.
  • False
  • May Be
  • True
Q.4
What is a Kubernetes volume?
  • The software within an OS that controls capacity allocation for nodes
  • Layering software that puts apps into compartments for easier deployment
  • A directory for the data accessible to containers in a pod
  • Code that enables two software programs to communicate
  • None of the above
Q.5
Select the first release version of kubernetes in 2021?
  • 1.25
  • 1.23
  • 1.21
  • 1.20
  • 1.22
Q.6
Which of the following are core Kubernetes objects?
  • Pods
  • Services
  • Volumes
  • All of the above
  • Option 1 and 3
Q.7
Which of the following are NOT a Container Orchestrators?
  • Vault
  • Docker Swarm
  • Kubernetes
Q.8
What is the most basic kubernetes object? select the correct answer
  • container
  • kubeclt
  • pod
  • namespace
  • yaml
Q.9
Which project inspired kubernetes? select the correct answer
  • docker swarm
  • windows 1.0
  • linux
  • borg
  • cobol
Q.10
What is the SLA of EKS API server endpoint?
  • 99.95%
  • 99.9%
  • 99.99%
  • We do not gurantee any SLA
Q.11
What is a pod in Kubernetes and what does it do?
  • A collection of physical IT components that supports a group of containers
  • A collection of logic circuitry that evaluates a computer's operational code
  • Where you find peas
  • One or more containers grouped together to share resources and run as a unit
Q.12
What is a kubelet?
  • A node agent that manages pods and their containers
  • Software that is used to run containers outside of pods
  • A smaller version of Kubernetes
  • A device that collects data in an organized manner for easy access
Q.13
In EKS Fargate Launch type, AWS manages both Control and Data Plane
  • True
  • False
Q.14
The story of how A came to be starts here. For years, B had been quietly building a cluster management system called C, which runs hundreds of thousands of jobs and makes computing more efficient. The same infrastructure was used to deliver D. Impressed by the scalability and portability of C, engineers at B wanted to make it open source and they named the project E (in an homage to the original name, this is also why A’s logo has seven sides)
  • A – Kubernetes, B – Google, C – Borg, D – GCP, E – Seven of Nine
  • A – Google, B – Kubernetes, C – Borg, D – GCP, E – Seven of Nine
  • A – Kubernetes, B – Google, C – GCP, D – Borg, E – Seven of Nine
Q.15
Logging of EKS control plane is enabled by default
  • True
  • False
Q.16
Which among the following is NOT a control plane component?
  • API Server
  • Scheduler
  • Kube-proxy
  • Controller
Q.17
The type of architecture in which your application is divided into multiple components and there's no single point of failure is known as
  • Monoservice-based architecture
  • Monolithic architecture
  • Microservice-based architecture
  • Microlithic architecture
Q.18
Kubernetes was originally designed and developed by which of the following company?
  • RedHat
  • Microsoft
  • Google
  • Facebook
Q.19
A container can consist of one or multiple pods.
  • True
  • False
Q.20
Kubernetes has it's own DNS service. Consider a service "a" running in the namespace "b". There's another service "c", which is running in the namespace "d". How would the service "c" query service "a"?
  • a.c
  • a.b
  • b.a
  • c.a
0 h : 0 m : 1 s