DevOps Quiz

DevOps Quiz

University

60 Qs

quiz-placeholder

Similar activities

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

University

55 Qs

Test Quiz

Test Quiz

University

61 Qs

IMC413 Test 2 20244

IMC413 Test 2 20244

University

60 Qs

DCCN VIVA QUIZ

DCCN VIVA QUIZ

University

56 Qs

Python 1

Python 1

University

60 Qs

 COMPUTER SYSYTEMS SERVICING

COMPUTER SYSYTEMS SERVICING

10th Grade - University

55 Qs

COMPUTER SYSTEM ORGANIZATION QUIZ

COMPUTER SYSTEM ORGANIZATION QUIZ

University

60 Qs

Information Security and Risk Management Quiz

Information Security and Risk Management Quiz

University

57 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?