DevOps Quiz

DevOps Quiz

University

60 Qs

quiz-placeholder

Similar activities

FINAL EXAM (BSIS 3A)

FINAL EXAM (BSIS 3A)

University

55 Qs

Python final questions part 1

Python final questions part 1

University

62 Qs

OOP- Quiz #1

OOP- Quiz #1

University

55 Qs

Cybersecurity Certification

Cybersecurity Certification

University

61 Qs

Quiz 04 - Applied OS

Quiz 04 - Applied OS

University

60 Qs

Database Fundamentals Worksheet

Database Fundamentals Worksheet

University

55 Qs

Software Testing Techniques Quiz

Software Testing Techniques Quiz

University

55 Qs

SIA-ME-IT3102

SIA-ME-IT3102

University

57 Qs

DevOps Quiz

DevOps Quiz

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Hard

Created by

Naoufel KHAYATI

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Similar Resources on Wayground