Docker and GitLab CI/CD Quiz

Docker and GitLab CI/CD Quiz

Professional Development

8 Qs

quiz-placeholder

Similar activities

Docker-Compose Quiz (Basics)

Docker-Compose Quiz (Basics)

Professional Development

7 Qs

Máster SAPUI5 (C24C313) - Clase #12

Máster SAPUI5 (C24C313) - Clase #12

Professional Development

4 Qs

SAP Cloud Connector Quiz

SAP Cloud Connector Quiz

Professional Development

5 Qs

CI/CD Basics Quiz

CI/CD Basics Quiz

Professional Development

10 Qs

Large Language Models

Large Language Models

Professional Development

10 Qs

Agile 03 - Exposés (Jira, Git, API)

Agile 03 - Exposés (Jira, Git, API)

Professional Development

11 Qs

Usa entorno de ejecución backend con JavaScript - Node JS

Usa entorno de ejecución backend con JavaScript - Node JS

Professional Development

5 Qs

Quiz sobre Implementación de Contenedores de Aplicación

Quiz sobre Implementación de Contenedores de Aplicación

Professional Development

11 Qs

Docker and GitLab CI/CD Quiz

Docker and GitLab CI/CD Quiz

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Koray Incki

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best way to ensure a job runs in an environment with Node.js and npm pre-installed?

Install Node.js manually inside the Runner

Use the official Node.js Docker image

Enable Auto DevOps in GitLab

Use the alpine image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does GitLab pull the Docker image from by default if no registry is specified?

GitHub Container Registry

GitLab Container Registry

Docker Hub (hub.docker.com)

GitLab's internal registry

A local repository

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a key reason to use Docker instead of installing dependencies manually on the GitLab Runner?

It prevents dependency conflicts between different projects

Docker allows for multiple programmin languages in a sinle project

It makes the pipeline run faster by defult

Docker is required for GitLab CI/CD to work

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you find the correct Docker image for a programmin language or tool?

Search for open-source community images on Docker Hub

Use any image that has been recently updated

Look for images with the most downloads, regardless of source

Check the official documentation for the tool or framework

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "tag" in the context of Docker images (e.g., node:22)?

A label that assigns a unique identifier to a container instance

A branch name in GitLab that helps pipelines run in the correct environment

A version identifier used to specify which version/variant of an image to pull

A Git commit reference that determines which image version to use

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might you choose a node:22-alpine image over node:22?

Alpine images are faster and include more tools by default

Alpine images are smaller and download faster in CI/CD pipelines

Alpine images have better compatibility with GitLab

Alpine images automatically install npm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a potential downside of using node:22-alpine instead of node:22?

The Alpine image might lack certain libraries or tools (Git, curl, etc.)

The Alpine image does not support GitLab CI/CD pipelines

The Alpine image automatically installs extra dependencies, makint it larger

The Alpine image does not support Node.js

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which Docker image is being used?

green-3

amr64v8/ubuntu:latest

ubuntu:latest

alpine:latest