Networking, Load Balancing, Storage and Configuration

Networking, Load Balancing, Storage and Configuration

Professional Development

44 Qs

quiz-placeholder

Similar activities

Snowflake pro core 80 Qst part 1.2

Snowflake pro core 80 Qst part 1.2

Professional Development

45 Qs

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

5th Grade - Professional Development

44 Qs

Oracle Cloud OCI 2023 Architect Associate 1Z0-1072-23 Part 2

Oracle Cloud OCI 2023 Architect Associate 1Z0-1072-23 Part 2

Professional Development

40 Qs

Bankiety

Bankiety

Professional Development

41 Qs

Cam13 - Test 3 - L1,2 R1

Cam13 - Test 3 - L1,2 R1

Professional Development

43 Qs

Computer Networking Quiz (1)

Computer Networking Quiz (1)

Professional Development

40 Qs

M44 1606

M44 1606

Professional Development

41 Qs

AZ900-04

AZ900-04

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?