Networking, Load Balancing, Storage and Configuration

Networking, Load Balancing, Storage and Configuration

Professional Development

44 Qs

quiz-placeholder

Similar activities

AZ900-08

AZ900-08

Professional Development

40 Qs

Tech Meetup Quiz

Tech Meetup Quiz

Professional Development

40 Qs

MK-Home

MK-Home

Professional Development

39 Qs

Types of flowers, trees, shrubs, vines, grasses and groundcovers

Types of flowers, trees, shrubs, vines, grasses and groundcovers

Professional Development

48 Qs

AI900-06

AI900-06

Professional Development

40 Qs

AZ-900 Deployment and Management

AZ-900 Deployment and Management

Professional Development

40 Qs

Switch Staff Challenge 2025 - Explorer

Switch Staff Challenge 2025 - Explorer

Professional Development

41 Qs

Pro-DevOps-3

Pro-DevOps-3

Professional Development

39 Qs

Networking, Load Balancing, Storage and Configuration

Networking, Load Balancing, Storage and Configuration

Assessment

Quiz

English, Computers, Professional Development

Professional Development

Hard

Created by

Khachatur Ashotyan

Used 4+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of a Service in Kubernetes?

Schedules Pods on worker nodes.

Manages the Deployment Service for Pods.

Handles storing Secrets and Configuration.

Provides a single point of entry for accessing one or more Pods.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you associate a Service with Pod?

Use an Annotation

That is not supported

Use a Deployment

Use a Label

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Services default to which type unless otherwise specified?

ClusterIP

ExternalName

NodePort

LoadBanacer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When deploying an app running on a Kubernetes cluster, what would you configure the "service type" as in order to expose the service on the same port of each selected node?

ClusterIP

NodePort

LoadBalancer

NodeIP

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is feature of service objects?

The set of pods that a service objects connects to does not change.

Versioning and healing are provided by service objects.

The service objects and the pods that they govern are tightly coupled.

Service objects provide stable static addresses that can be used by external clients.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of your Pods needs access to a Service that has an associated port that is a published and a cluster IP in in its place. The client Pod's environment variables aren't yet populated, however. Why?

You must create the Service before creating the client Pods.

You must create the Service 30 minutes after you create the client Pods.

You must replace the Domain Name System (DNS) Service Discovery method with the environment variable method.

You must replace the Domain Name System (DNS) Service Discovery method with the Dynamic Host Configuration Protocol (DHCP) method.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A cluster administrator creatred a StorageClass resource named gce-storage-disk, allowing an storage system to dynamically provision volumes. What actions must a developer take to bind PersistentVolumeClaims (PVC) to PersistentVolumes (PV) of the storage class gce-storage-disk.

Set the volume.beta.kubernetes.io/storage-class-name: gce-storage-disk annotation on PVC resources.

Set the volume.beta.kubernetes.io/storage-class-name: gce-storage-disk attribute on PVC resources.

Set the spec.storageClassName: gce-storage-disk attribute on PVC resources.

Set the spec.storageClass: gce-storage-disk attribute on PVC resources.

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?