GCP-Developer-Day4

GCP-Developer-Day4

Professional Development

5 Qs

quiz-placeholder

Similar activities

Modulo 6a - Clase 5

Modulo 6a - Clase 5

Professional Development

10 Qs

az-104_module7

az-104_module7

Professional Development

10 Qs

Assessment 5

Assessment 5

Professional Development

10 Qs

Siapakah Aku

Siapakah Aku

Professional Development

10 Qs

Azure Fundamentals AZ-900 2.1

Azure Fundamentals AZ-900 2.1

Professional Development

7 Qs

Quarkus & OpenShift on IBM Cloud

Quarkus & OpenShift on IBM Cloud

Professional Development

8 Qs

MONKEYPOX

MONKEYPOX

Professional Development

10 Qs

K 4 Kubernetes

K 4 Kubernetes

Professional Development

10 Qs

GCP-Developer-Day4

GCP-Developer-Day4

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

CloudThat Technologies

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to use kubectl to configure your cluster, but first you must configure it. Where does the kubectl command store its configuration file?

A. The configuration information is stored in the $HOME/.kube/config file.

B. kubectl uses the same authorization and credential tokens as the gcloud CLI utilities.

C. The configuration information is entered in Kubectl before executing commands.

D. The configuration information is stored in environment variables in the current shell when required

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command can be used to display error messages from containers in a Pod that are failing to run successfully?

A. kubectl describe pod

B. kubectl get pod

C. kubectl exec -it -- sh

D. kubectl logs

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the name for the computers in a Google Kubernetes Engine cluster that run workloads?

A. Nodes

B. Control planes

C. Containers

D. Container images

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When using Kubernetes, you must describe the desired state you want, and Kubernetes's job is to make the deployed system conform to that desired state and keep it there despite failures. What is the name of this management approach?

A. Imperative configuration

B. Virtualization

C. Declarative configuration

D. Containerization

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Google Kubernetes Engine offers two modes of operation: Autopilot and Standard mode. Which one of the options below is a use case for using Standard mode?

A. You want to only pay for Pods and not nodes.

B. You require SSH access to nodes..

C. You want machine types based on workloads.

D. You want to avoid cluster configuration