GCP-Developer-Day4

GCP-Developer-Day4

Professional Development

5 Qs

quiz-placeholder

Similar activities

Quiz -  Kubernetes for Developers (LFD259) + CKAD exam bundle

Quiz - Kubernetes for Developers (LFD259) + CKAD exam bundle

Professional Development

10 Qs

WSN_1

WSN_1

Professional Development

10 Qs

Quiz Webinar Docker 25 April 21

Quiz Webinar Docker 25 April 21

Professional Development

10 Qs

EKS2

EKS2

Professional Development

7 Qs

EKS Day 2

EKS Day 2

Professional Development

8 Qs

GCP quiz 2- Instance Type  and  Discounts

GCP quiz 2- Instance Type and Discounts

Professional Development

10 Qs

CTJGP CKAD-2

CTJGP CKAD-2

Professional Development

10 Qs

Configuration Management using Ansible - 1

Configuration Management using Ansible - 1

Professional Development

8 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