Day 4 - Jenkins - IBM Cloud ICKS

Day 4 - Jenkins - IBM Cloud ICKS

Professional Development

6 Qs

quiz-placeholder

Similar activities

Advanced DevOps Quiz1

Advanced DevOps Quiz1

Professional Development

10 Qs

Container, Docker and Kubernetes

Container, Docker and Kubernetes

Professional Development

8 Qs

SUSE Udacity Cloud Native Foundations Scholarship Challenge

SUSE Udacity Cloud Native Foundations Scholarship Challenge

Professional Development

10 Qs

TRAZABILIDAD GAIA

TRAZABILIDAD GAIA

Professional Development

10 Qs

Learning Check: HPE ATP Clinic

Learning Check: HPE ATP Clinic

Professional Development

10 Qs

Day 17ish Quiz

Day 17ish Quiz

Professional Development

7 Qs

Day 2 Adv Arch

Day 2 Adv Arch

Professional Development

10 Qs

Trivia G.O.D. - Nov 2021

Trivia G.O.D. - Nov 2021

Professional Development

6 Qs

Day 4 - Jenkins - IBM Cloud ICKS

Day 4 - Jenkins - IBM Cloud ICKS

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Bernardo Segura

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which file should you use to create reproducible build for Docker images?

Jenkinsfile

Dockerfile

YAML files

docker.config

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What command you should run to see all running container in Docker?

docker ps

docker images

docker ls

docker containers ls

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which command we should use to display all nodes with details?

oc get nodes -l

oc show nodes -o wide

oc list nodes -o wide

oc get nodes -o wide

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Containers Orchestrators manages the deployment, placement, and lifecycle of containers.

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which is NOT a benefit of microservices?

Modularity

Reproducibility

Portability

Dependency

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Projects and namespaces are the same?

True

False