Matt  Beranek
Quiz von , erstellt am more than 1 year ago

Quiz am ICCT V3 - Containers, K8s and OpenShift, erstellt von Matt Beranek am 12/10/2021.

20
0
0
Keine Merkmale angegeben
Matt  Beranek
Erstellt von Matt Beranek vor mehr als 4 Jahre
Schließen

ICCT V3 - Containers, K8s and OpenShift

Frage 1 von 40

1

Which is a benefit of containers?

Wähle eine der folgenden:

  • Each container runs its own operating system

  • They supply portability between different platforms and clouds

  • Like virtual machines, containers virtualize an infrastructure.

  • Each container is fully isolated and therefore secure

Erklärung

Frage 2 von 40

1

What is one of the reasons that containers are considered a better option than virtual machines?

Wähle eine der folgenden:

  • Containers include a guest operating system in every instance

  • Containers are fully isolated

  • Containers are small and do not consume as many resources

  • Containers are an orchestration platform

Erklärung

Frage 3 von 40

1

Which of the following defines a read-only file that holds code, libraries, and dependencies required by an application to run?

Wähle eine der folgenden:

  • A container image

  • Dockerfile

  • a container

  • Kubernetes

Erklärung

Frage 4 von 40

1

Which of the following is true regarding containers?

Wähle eine der folgenden:

  • Containers need special hardware

  • Containers do not require a guest OS

  • Containers do not require user applications

  • Containers mean application libraries are not required

Erklärung

Frage 5 von 40

1

What are the OS primitives that enable virtualization in the Linux Kernel?

Wähle eine der folgenden:

  • Syscalls and cgroups

  • Namespace and syscalls

  • projects and cgroups

  • namespace and cgroups

Erklärung

Frage 6 von 40

1

Physical hardware is traditionally virtualized by which of the following?

Wähle eine der folgenden:

  • Kubernetes

  • Containers

  • Namespaces

  • Hypervisors

Erklärung

Frage 7 von 40

1

Which of the following is a platform used for container orchestration?

Wähle eine der folgenden:

  • OpenStack

  • Kubernetes

  • Docker

  • Ansible

Erklärung

Frage 8 von 40

1

What is an important different between containers and virtual machines?

Wähle eine der folgenden:

  • Containers virtualize hardware and VMs virtualize the OS

  • Containers virtualize the OS and VMs vitualize the hardware

  • Containers virtualize the OS and VMs virtualize the registry

  • VMs virtualize the hardware and Continers virtualize the registry

Erklärung

Frage 9 von 40

1

What is a Docker file?

Wähle eine der folgenden:

  • A blueprint that contains the source code, libraries, and dependencies necessary for an application to run

  • An open-source community that develops container technologies

  • A text file that contains project and configuration information for Maven

  • A container runtime, or software that executes containers

Erklärung

Frage 10 von 40

1

Which of the following is considered immutable?

Wähle eine der folgenden:

  • Image

  • Container

  • Docker

  • Node

Erklärung

Frage 11 von 40

1

Resizing a VM to add additional capacity is part of which of the following?

Wähle eine der folgenden:

  • Vertical scaling

  • Horizontal scaling

  • Hardware Virtualization

  • System rationalization

  • Containers

Erklärung

Frage 12 von 40

1

Adding more VMs to a cluster to increast capacity is which of these?

Wähle eine der folgenden:

  • Scale distinctively

  • Scale proportionally

  • Scale under

  • Scale out

Erklärung

Frage 13 von 40

1

Replicating a Pod serves to scale an application in which of the following ways?

Wähle eine der folgenden:

  • Horizontally

  • Vertically

  • Upward

  • Downward

Erklärung

Frage 14 von 40

1

Which of the following statements describes Kubernetes?

Wähle eine der folgenden:

  • Open Source software

  • Container orchestration platform

  • A tool that facilitates declarative management

  • All of the above

Erklärung

Frage 15 von 40

1

Which of the following components is part of the K8s control plane?

Wähle eine der folgenden:

  • The worker nodes

  • The Kubelet

  • etcd

  • The K8s network proxy

Erklärung

Frage 16 von 40

1

Which of the following is considered a K8s object?

Wähle eine der folgenden:

  • Kubelet

  • Cluster

  • Namespace

  • Directory

Erklärung

Frage 17 von 40

1

Which K8s object represents a single instance of processes running in a container?

Wähle eine der folgenden:

  • Cluster

  • Deployment

  • Kubelet

  • Pod

Erklärung

Frage 18 von 40

1

What does "create" do in this command?

kubectl create -f nginx.yaml

Wähle eine der folgenden:

  • It creates a YAML file named nginx.yaml

  • It creates an object using the details in the nginx.yaml file

  • It creates a new cluster using the details in the inginx.yaml file

  • It creates a configuration file for an nginx web server

Erklärung

Frage 19 von 40

1

What are some of the benefits of an IKS service ? Select all that apple

Wähle eine der folgenden:

  • Image security compliance with Vulnerability Advisor

  • Support for multizone clusters

  • Continuous monitoring of the cluster health

  • Highly available masters

  • All the above

Erklärung

Frage 20 von 40

1

Each node is made up of which of the following pairs?

Wähle eine der folgenden:

  • kube-controller manager and kube-proxy

  • kube-proxy and kube-api-server

  • kube-proxy and kubelet

  • kubelet and etcd

Erklärung

Frage 21 von 40

1

What occurs if the Cluster Autoscaler detects pending pods?

Wähle eine der folgenden:

  • The Autoscaler deploys additional clusters

  • The Autoscaler scales up more worker nodes

  • The Autoscaler shuts down the oldest pod to make room for the pending pod

  • The Autoscaler adds additional resources to existing pods to handle the workload

Erklärung

Frage 22 von 40

1

In Kubernetes, which of the following is responsible for scaling out?

Wähle eine der folgenden:

  • DaemonSet

  • Horizontal Pod Autoscaler

  • Cloud controller manager

  • Kube-scheduler

Erklärung

Frage 23 von 40

1

What will occur in the Horizontal Pod Autoscaler if utilization is higher than specified?

Wähle eine der folgenden:

  • Additional resources will be added to the cluster

  • More pods will be created

  • More worker nodes will be created

  • The Autoscaler will tell the controller to limit requests until normal again

Erklärung

Frage 24 von 40

1

What happens if work nodes are under-utilized?

Wähle eine der folgenden:

  • The cluster Autoscaler scales down worker nodes one at a time

  • The cluster Autoscaler adds pods to the worker nodes until they are full

  • The cluster Autoscaler terminates pods that arent currently servicing requests

  • The cluster Autoscaler waits until this situation is detected again before acting.

Erklärung

Frage 25 von 40

1

The Horizontal Pod Autoscaler monitors which of the following?

Wähle eine der folgenden:

  • Worker node count

  • CPU utilization

  • Network latency

  • Cluster efficiency

Erklärung

Frage 26 von 40

1

Which of the following Kubernetes objects are used to store and manage sensitive information?

Wähle eine der folgenden:

  • Service bindings

  • ConfigMaps

  • Secrets

  • Replica Sets

Erklärung

Frage 27 von 40

1

Which of the following can be used to create ConfigMaps?

Wähle eine der folgenden:

  • The kubectl add configmap command

  • A file with key-value pairs

  • Service bindings

  • Horizontal Pad Autoscaler

Erklärung

Frage 28 von 40

1

ReplicaSets enable users to scale applications by running duplicate ______ ?

Wähle eine der folgenden:

  • Pods

  • Persistent Volume

  • Clusters

  • Configurations

Erklärung

Frage 29 von 40

1

ConfigMaps and secrets are used to store ______ and ________ .

Wähle eine der folgenden:

  • Configurations, credentials

  • Code, program parameters

  • Logs, authentication

  • yaml files, logs

Erklärung

Frage 30 von 40

1

Rolling updates provide a way to publish changes to apps without noticeable interruptions for the end user. Which of the following is another feature of rolling updates?

Wähle eine der folgenden:

  • Configure changes

  • Scale up changes

  • Scale down changes

  • Roll back changes

Erklärung

Frage 31 von 40

1

Red Hat OpenShift offers an integrated container registry by default as opposed to that of a K8s cluster.

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 32 von 40

1

OperatorHub is included in which of the following consoles?

Wähle eine der folgenden:

  • Docker

  • OpenShift

  • IBM Console

  • Kubernetes

Erklärung

Frage 33 von 40

1

Red Hat OpenShift on IBM Cloud is which type of service?

Wähle eine der folgenden:

  • Operational

  • Managed

  • Closed

  • Forbidden

Erklärung

Frage 34 von 40

1

Cloud native applications are small, _______ , loosely coupled services.

Wähle eine der folgenden:

  • Symbiotic

  • Reliable

  • Interdependent

  • Independent

Erklärung

Frage 35 von 40

1

Which of the following most accurately describes the relationship between Red Hat OpenShift and Kubernetes?

Wähle eine der folgenden:

  • Red Hat OpenShift packages K8s with additional tooling to make developers and administrators more productive.

  • Red Hat OpenShift is a tool in the K8s ecosystem that can be used in conjunction with K8s to deploy cloud-native apps.

  • Red Hat OpenShift can be deployed on a K8s cluster to provide additional tooling such as logging, monitoring, and CI/CD.

  • Red Hat OpenShift plugs into K8s through custom resource definitions to provide build and other capabilities

Erklärung

Frage 36 von 40

1

Which of the following is a Red Hat OpenShift Build trigger ?

Wähle eine der folgenden:

  • Source-to-image

  • Docker build

  • Webhook

  • Kube-build

Erklärung

Frage 37 von 40

1

Which of the following are operators available in OperatorHub within the OpenShift console? Select all that apply

Wähle eine der folgenden:

  • Red Hat

  • Certified

  • Community

  • Controller

Erklärung

Frage 38 von 40

1

Image Streams can point to images in which of the following locations?

Wähle eine der folgenden:

  • Public external registries

  • Red Hat OpenShift internal registry

  • Private external registries

  • K8s cluster

Erklärung

Frage 39 von 40

1

Red Hat OpenShift can be run in which of the following environments? Select all that apply!

Wähle eine der folgenden:

  • Public cloud

  • Private Cloud

  • On prem

  • Hybrid cloud

Erklärung

Frage 40 von 40

1

What is the upstream version of Red Hat OpenShift called?

Wähle eine der folgenden:

  • OKD

  • K8s open source

  • CRD

  • Enterprise Linux CoreOS

Erklärung