Dockerize Metaverse

Dockerize Metaverse

Professional Development

6 Qs

quiz-placeholder

Similar activities

GKE 101

GKE 101

Professional Development

10 Qs

REPASO KUBERNETES

REPASO KUBERNETES

Professional Development

11 Qs

Week 6: CI/CD

Week 6: CI/CD

Professional Development

10 Qs

AZ-900 practice quiz

AZ-900 practice quiz

Professional Development

10 Qs

Data Governance - 2

Data Governance - 2

Professional Development

10 Qs

Is Your AWS Cloud Well Architected

Is Your AWS Cloud Well Architected

Professional Development

10 Qs

Azure practice quiz 4

Azure practice quiz 4

Professional Development

10 Qs

Kubernetes Clase4

Kubernetes Clase4

Professional Development

10 Qs

Dockerize Metaverse

Dockerize Metaverse

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Gennaro Giaquinto

Used 3+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What’s the objective of a CI/CD flow?

Test

Build

Containerize and Deploy

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is a CI/CD flow useful in our Ringverse

To make everyone work in a coordinate way

To deploy the application with ease

To add more complexity and overhead to the development process

To introduce bottlenecks in the workflow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What’s the first thing you should declare inside a Dockerfile?

The version of Docker

The ports to expose

The labels to add

The scope of your environment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which Probe checks the readiness of a container to receive traffic

Readiness Probe

Liveness Probe

Network Probe

Storage Probe

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Kind of Autoscaler changes the number of pods?

Vertical Pod Autoscaler

Diagonal Pod Autoscaler

None of the above

Horizontal Pod Autoscaler

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of approach is used by Kubernetes?

Imperative

Procedural

Declarative

Reactive