wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

OpenShift AI - Challenge 2025

Total questions: 40

Worksheet time: 40mins

Name
Class
Date
1.

What does RHOCP provide to automatically increase or decrease the number of pods depending on average CPU utilization.

a)

Route

b)

Horizontal Pod Autoscaler (HPA)

c)

Containers

d)

Scaling

2.

Which resource defines the entire build process.

a)

Build

b)

BuildConfig

c)

Resource

d)

ResourceConfig

3.

What enables external access to containerized applications in a manageable way.

a)

Path

b)

OpenShift Cluster

c)

OpenShift routes

d)

Build

4.

What allows users to search for and download images from local or remote registries

a)

Firefox Browser

b)

Internet

c)

CatalogImage

d)

Podman

5.

What does OpenShift automatically configure to load balance the user requests between pods.

a)

Host Bus Adapter

b)

Messaging Service

c)

route resource

d)

Scalers

6.

Default container storage is ephemeral, meaning its contents are not present after the container is removed.

a)

NA

b)

TRUE

c)

FALSE

d)

NA

7.

What does OpenShift provides for high-level logging and auditing facility called?

a)

Debugger

b)

Operators

c)

Events

d)

Loggers

8.

RHOCP refers to the action of changing the number of pods for an application as _________.

a)

scaling.

b)

load balancer

c)

magic

d)

web server

9.

What are used to store non-sensitive plain text configuration parameters.

a)

Configuration maps

b)

Route

c)

Containers

d)

Operators

10.

Which page of the OpenShift web console is used to identify the deployment step in error.

a)

Search

b)

Builds

c)

Pipeline

d)

Topology

11.

What is used to store sensitive information like passwords.

a)

ConfigMaps

b)

Secrets

c)

OpenShift CLI

d)

Webhooks

12.

Scaling up increases the number of pods for an application

a)

TRUE

b)

FALSE

c)

NA

d)

NA

13.

Which process is a simple way to automatically build and deploy an application from its source code.

a)

Source-to-Image (S2I)

b)

Virtualization

c)

Application Server

d)

Administration

14.

You can automatically trigger new builds using ________

a)

Build

b)

Webhooks

c)

ResourceConfig

d)

Scalers

15.

Which file lists default registries for the Linux container tools, such as Podman and Skopeo?

a)

/etc/registries.conf

b)

/etc/containers/podman.conf

c)

/etc/containers.conf

d)

/etc/containers/registries.conf

16.

Which of the following is a major advantage of containers?

a)

Containers run anywhere, independent of the host OS.

b)

Containers are easy to deploy because they run a complete host OS.

c)

The same container can be reused by multiple applications, reducing memory and disk usage.

d)

Containers require less memory and disk resources compared to virtual machines, because they include only the user space of an OS.

17.

Which of the following commands lists only running containers? In the following commands, replacing “podman” with “docker” gives the same result.

a)

podman list all

b)

podman ps running

c)

podman ps

d)

podman list running

18.

Which are the following is not a version control system?

a)

SVN

b)

Git

c)

Jenkins

d)

Mercurial

19.

Which command removes untracked files from our working directory?

a)

git commit

b)

git clean -f

c)

git clean

d)

git reset

20.

The main objectives of Git are:

a)

speed

b)

data integrity

c)

support for distributed non-linear workflows

d)

All of the above

21.

What is the full form of GIT?

a)

Gastro Intestional Track

b)

Gastro International Track

c)

Global information Tracker

d)

None of the above

22.

Which command permits to change the working directory to the parent of the current location?

a)

cd~

b)

cd..

c)

cd../.

d)

cd-u1

23.

Which of the following commands grants rw permissions for the group sales to all new files that will be created in the /data directory and all of its subdirectories?

a)

setfacl -m d:g:sales:rw /data

b)

setfacl -m d:g:sales:rwx /data

c)

setfacl -R -m g:sales:rwx /data

d)

setfacl -R -m g:sales:rw /data

24.

Which of the following is the name of the text user interface to specify network connection properties?

a)

system-config-network

b)

system-config-networkmanager

c)

nmtui

d)

nmcli

25.

Which command generates an SSH key pair for authentication

a)

ssh-keygen

b)

ssh-agent

c)

ssh-add

d)

ssh -i

26.

Which command securely and efficiently synchronizes files between two directories, either one of which can be on a remote system?

a)

tar

b)

rsync

c)

scp

d)

sftp

27.

Which command isused to list available modules and streams?

a)

yum module list --installed

b)

yum module list

c)

yum repolist all

d)

yum list

28.

Which command provides an overview of the file system mount points and the amount of free space available in SI units?

a)

df

b)

df -H

c)

df -h

d)

du -h

29.

Under which directory would you expect to find log files?

a)

/proc

b)

/run

c)

/var

d)

/usr

30.

Which command is used to tune ext4 file system parameters?

a)

man -k ext4

b)

man -k boot

c)

man -k zip

d)

man ext4

31.

Which pattern will match only filenames beginning with "i"?

a)

i*

b)

*i

c)
  • *i *

d)

[*i]

32.

Which command is used to list the names and numbers of all available signals?

a)

kill

b)

kill -l

c)

killall

d)

kill -s

33.

What is a container in relation to the Linux kernel?

a)

A virtual machine

b)

An isolated process with regulated resource access

c)

A set of file-system layers exposed by UnionFS

d)

A local file system recovery tool

34.

What is the process of creating a runnable container image from application source code?

a)

Instance

b)

Package

c)

Build

d)

Image

35.

Which of the following is the openshift command line client?

a)

oc

b)

os

c)

ocp

d)

openshift

36.

What is the expansion of S2I?

a)

Source Script Image

b)

Source Image Initiative

c)

Support Source Image

d)

Source-to-Image

37.

Name the file that contains instructions that specify how to construct a container image.

a)

A Containerfile

b)

BuildFile

c)

ResourceFile

d)

ConfigFile

38.

What provides tested and certified images at registry.redhat.io

b)

Red Hat Container Catalog

d)

Web Catalog

39.

What is the mechanism to support multiple releases of a container image.

a)

Version

b)

Control

c)

Image tags

d)

Messages

40.

Kubernetes manages load balancing, high availability, and persistent storage for containerized applications.

a)

NA

b)

FALSE

c)

TRUE

d)

NA