Introduction to Kubernetes

Introduction to Kubernetes

Professional Development

25 Qs

quiz-placeholder

Similar activities

CKAD (1-4)

CKAD (1-4)

Professional Development

28 Qs

Bid Data: Day 2

Bid Data: Day 2

KG - Professional Development

20 Qs

AWS-Basics

AWS-Basics

Professional Development

20 Qs

Scheduling

Scheduling

Professional Development

26 Qs

Docker_Kubernetes_Git

Docker_Kubernetes_Git

Professional Development

28 Qs

Sesion 5

Sesion 5

Professional Development

20 Qs

EKG TERMINOLOGY

EKG TERMINOLOGY

Professional Development

20 Qs

2 - Serviços de computação em nuvem do Google

2 - Serviços de computação em nuvem do Google

Professional Development

20 Qs

Introduction to Kubernetes

Introduction to Kubernetes

Assessment

Quiz

English, Professional Development, Computers

Professional Development

Hard

Created by

Khachatur Ashotyan

Used 34+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is YAML?

It is a human-friendly, data serialization standard for all programming languages.

It is a generic, read-only data structure for Kubernetes.

It is a markup language dedicated to translating text formatting between sources.

It is a markup language for managing application abstractions.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a node managed by an external, master node?

Because a Kubernetes node is running a traditional operating system package and therefore cannot run in an isolated sense.

Because a node is a simple worker unit and does not have the resource to manage itself.

Because if a node goes offline, there would be no way for it to communicate its status to other nodes.

Because a node does not container the Kubernetes container runtime which stops it from reading its own metadata.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the control plane in a cluster?

To register the node it's running with the application programming interface (API) server.

To make the cluster's current state match the desired state.

To deploy and rune the application containers.

To allocate the node the pods need to be created.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Whit is kube-scheduler, one of the kubernetes master components, responsible for?

Allocating cloud resources defined whithin your cluster, such as creating storage voumes.

Watching for newly created Pods, and determining which node they should run on.

Invoking container on a cron schedule that the user defines.

Load balancing between the worker nodes when an incoming request is received.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a context element in a kubeconfig file?

To group custom resources in a Kubernetes configuration.

To group access parameters under a single name.

To group authentication mapping in a Kubernetes cluster.

To group public elements in a Kubernetes cluster.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Master Node has which feature?

Container manager.

Image manager.

etcd key/value store.

Kubernetes controller.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most basic type of resource in Kubernetes?

Pod

Deployment

Service

Container

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?