Introduction to Kubernetes

Introduction to Kubernetes

Professional Development

25 Qs

quiz-placeholder

Similar activities

NM-BIG DATA Course

NM-BIG DATA Course

Professional Development

20 Qs

Google Cloud - Trilha 01

Google Cloud - Trilha 01

Professional Development

22 Qs

d1quiz

d1quiz

Professional Development

20 Qs

Hadoop BigData

Hadoop BigData

Professional Development

20 Qs

Data Structures - Tree

Data Structures - Tree

University - Professional Development

20 Qs

Reviewer ACE 3

Reviewer ACE 3

Professional Development

20 Qs

CTJGP CKAD

CTJGP CKAD

Professional Development

20 Qs

DevOps | Change Management | Incident Management Interview Quiz

DevOps | Change Management | Incident Management Interview Quiz

Professional Development

25 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?