Dockerize Metaverse

Dockerize Metaverse

Professional Development

6 Qs

quiz-placeholder

Similar activities

Suse Lesson 5 CI/CD with Cloud Native Tooling

Suse Lesson 5 CI/CD with Cloud Native Tooling

Professional Development

10 Qs

MOC20703 - Part 2

MOC20703 - Part 2

Professional Development

10 Qs

Az900-CloudConcepts- M1

Az900-CloudConcepts- M1

Professional Development

6 Qs

FinTech 22-2 DeFi

FinTech 22-2 DeFi

Professional Development

6 Qs

Android Basics - Pre Requisite

Android Basics - Pre Requisite

10th Grade - Professional Development

10 Qs

Dy02-Data Explorer Quiz

Dy02-Data Explorer Quiz

Professional Development

10 Qs

Mongodb Basics

Mongodb Basics

Professional Development

10 Qs

FinTech 13-2 AWS

FinTech 13-2 AWS

Professional Development

9 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