GCP-Developer-Day4

GCP-Developer-Day4

Professional Development

5 Qs

quiz-placeholder

Similar activities

CB AWS Quiz 1

CB AWS Quiz 1

Professional Development

10 Qs

Computer Networs Lab - Viva

Computer Networs Lab - Viva

Professional Development

10 Qs

Virtualization-Hands-On-Quiz-1

Virtualization-Hands-On-Quiz-1

Professional Development

10 Qs

PS_ACE_Day3_21September

PS_ACE_Day3_21September

Professional Development

10 Qs

How well do you know WebSphere Server?

How well do you know WebSphere Server?

Professional Development

10 Qs

kubernetes-2

kubernetes-2

Professional Development

10 Qs

EKS Day 1 Quiz

EKS Day 1 Quiz

Professional Development

7 Qs

Kubernetes-1

Kubernetes-1

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