DevOps Quiz

DevOps Quiz

University

60 Qs

quiz-placeholder

Similar activities

FINALS

FINALS

University

57 Qs

Relational Databases and Multimedia Quiz

Relational Databases and Multimedia Quiz

University

57 Qs

CEDD

CEDD

University

60 Qs

tech stack

tech stack

University

55 Qs

Quiz Teknologi Kabel Fiber Optik

Quiz Teknologi Kabel Fiber Optik

12th Grade - University

60 Qs

Programming Concepts Quiz

Programming Concepts Quiz

University

55 Qs

DevOps Quiz

DevOps Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Naoufel KHAYATI

Used 1+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of credentials should be configured in Jenkins to access a GitHub repository?

Personal Access Token

API Key

Password in plain text

OAuth Token with read-write permissions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following line of code mean in a Dockerfile? "FROM nginx:alpine"

Creating an Alpine Linux image and installs NGINX on it.

Starting a container running NGINX on an Alpine Linux base.

Asking Docker to pull the nginx image with the alpine tag from the Docker Hub.

Specifying the version of NGINX to be installed on the host system.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the “-p 8080:80” option do in a docker run command?

It specifies the image version to use.

It maps port 8080 on the host to port 80 on the container.

It runs the container on port 80.

It sets the container's internal port to 8080.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Docker Hub?

A local registry for Docker images

A cloud-based repository for Docker images

A Docker network management tool

A command-line tool for managing containers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Docker Compose used for?

Managing Docker images

Debugging containers

Defining and running multi-container Docker applications

Monitoring container performance

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of repositories can be created in AWS CodeCommit?

Public and private repositories

Only public repositories

Only private repositories

Encrypted and unencrypted repositories

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Jenkins job?

A task allowing containers to run applications

A user role in the Jenkins system

A Jenkins plugin for deployment

A task or process defined in Jenkins to automate actions

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?