Courseiva

EX188 · domain

Storage And Configuration

Practise Red Hat Certified Specialist in Containers (EX188, Podman-based) (EX188) Storage And Configuration practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

59 questions20 easy20 medium19 hard

Focused practice

Practice Storage And Configuration questions

Scored sessions drawing only from this domain — pick a length below.

Start 20-question practice test →

What this domain covers

What to know about Storage And Configuration

Storage And Configuration questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Storage And Configuration exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Question index

All Storage And Configuration questions (59)

Click any question to see the full explanation, or start a practice session above.

1

Which THREE commands are valid when inspecting or managing Podman storage volumes? (Choose THREE)

Easy
2

Which THREE parameters are valid key-value pairs when using the advanced '--mount' flag with bind or volume types? (Choose THREE)

Hard
3

Which subcommand deletes one or more specific named volumes?

Easy
4

A container needs read-only access to a host configuration directory located at /etc/appconfig. Which Podman volume flag configuration correctly achieves this?

Easy
5

Which THREE formatting options or commands can be used with 'podman volume ls' to customize or filter output? (Choose THREE)

Hard
6

You need to pass sensitive database credentials to a Podman container securely without storing them in plaintext environment variables. Which sequence of commands correctly creates and injects the secret?

Hard
7

A container using a named volume needs to be deleted, but you want to ensure the persistent volume data is preserved for future containers. Which command should you execute?

Hard
8

You are configuring a container to consume a Podman secret named db_password. By default, where within the container's file system will this secret be mounted if no destination path is specified?

Medium
9

An application requires a secret to be exposed as an environment variable inside the container instead of a file mount. Which option achieves this with '--secret'?

Hard
10

An engineer needs to mount a host directory using the advanced '--mount' syntax instead of '-v'. Which syntax correctly specifies a bind mount?

Medium
11

An administrator runs a container with an SELinux-enforced host bind mount, but the container processes fail to write to the directory due to permission errors. Which volume option resolves this by sharing the SELinux content label?

Medium
12

Which TWO options can be specified when mounting a Podman secret into a container? (Choose TWO)

Hard
13

A container needs to read a secret named 'api_key' injected as a file at '/run/secrets/api_key'. What is the default destination path inside the container when mounting a secret without specifying a target?

Hard
14

You need to inspect the disk space usage and detailed metadata of all managed volumes currently configured in Podman. Which command provides this information?

Medium
15

An administrator wants to create a named volume using a specific volume driver instead of the default local driver. Which flag should be used with 'podman volume create'?

Medium
16

Which TWO flags can be used to mount volumes or bind mounts when running a container? (Choose TWO)

Easy
17

Which TWO methods can be used to supply environment variables to a Podman container? (Choose TWO)

Hard
18

A developer wants to mount a host directory into a container with read-only permissions to prevent accidental data modification. Which volume option flag achieves this?

Medium
19

An administrator is managing Podman secrets and needs to interact with the secret store. Which THREE commands or operations are valid when working with podman secret? (Choose three.)

Hard
20

What type of storage pattern is used by default when a container writes logs and temporary application state directly to its writable layer without any volumes attached?

Easy
21

When using the '--mount' flag, what parameter specifies the type of mount being performed (e.g., bind, volume, tmpfs)?

Hard
22

Which TWO statements are true regarding Podman bind mounts? (Choose TWO)

Medium
23

An engineer needs to inspect the content and metadata of an existing Podman secret named 'my_secret' without outputting the raw secret value in plain text if masked, or viewing its metadata. Which command inspects the secret?

Hard
24

Where are Podman named volumes typically stored on the host file system by default for a non-root user?

Easy
25

Which TWO actions occur when a container is run with ephemeral storage (the default behavior without volume mounts)? (Choose TWO)

Medium
26

An administrator wants to pass custom options to a volume driver when creating a volume. Which flag should be used?

Medium
27

Which TWO actions can be performed using the podman volume management command suite? (Choose two.)

Medium
28

An engineer needs to inspect the low-level configuration details, mount points, and driver options of a named volume named 'app_vol'. Which command provides this information in JSON format?

Hard
29

An application container requires multiple configuration variables defined in a local file named 'app.env'. Which flag loads these variables into the container environment?

Medium
30

Which THREE characteristics describe Podman named volumes compared to bind mounts? (Choose THREE)

Medium
31

Which command displays disk space usage statistics for Podman storage, including volumes and containers?

Easy
32

When configuring container mounts using the --mount flag, which THREE key-value pairs are valid parameters in the option string? (Choose three.)

Hard
33

Which command lists all named volumes currently managed by Podman?

Easy
34

How can an administrator remove an existing Podman secret named 'old_secret'?

Easy
35

Which THREE advanced features or driver options can be utilized when creating Podman named volumes with plugins or specialized drivers? (Choose THREE)

Hard
36

An administrator needs to list all created Podman secrets on the system. Which command should they execute?

Hard
37

An administrator needs to pass a single environment variable directly on the command line when starting a container. Which flag accomplishes this?

Medium
38

Which THREE of the following are valid options or flags when working with Podman secrets? (Choose THREE)

Medium
39

An administrator needs to create a persistent storage volume that Podman can manage independently of any specific container lifecycle. Which command accomplishes this?

Easy
40

When configuring an environment file for use with '--env-file', how are comment lines designated?

Hard
41

Which TWO commands help clean up unused or dangling Podman storage resources? (Choose TWO)

Easy
42

An administrator wants to bind mount a host file directly into a container as a configuration file. Is this supported in Podman?

Medium
43

You have a file named config.env containing multiple KEY=VALUE pairs. Which flag allows you to load these configurations into a container as environment variables?

Easy
44

A Podman secret named 'db_password' has been created. How is this secret made accessible inside a running container?

Medium
45

An administrator needs to create a temporary filesystem mount stored purely in host memory for high-performance temporary data inside a container. Which mount type should be used?

Medium
46

Which flag can be passed to 'podman run' to automatically remove the container and its anonymous volumes upon exit?

Easy
47

Which TWO types of storage mechanisms are natively supported by Podman for container data persistence? (Choose two.)

Easy
48

Which THREE inspection or cleanup actions can be performed on Podman secrets? (Choose THREE)

Hard
49

Which TWO SELinux relabeling suffixes can be appended to a Podman volume or bind mount? (Choose TWO)

Medium
50

Which TWO commands or flags are valid for managing Podman named volumes? (Choose TWO)

Easy
51

Which THREE storage-related items can be inspected using 'podman system df'? (Choose THREE)

Easy
52

An administrator needs to create a Podman secret from a file on disk named 'secret.txt'. Which command correctly performs this action?

Medium
53

An administrator wants to ensure that a bind-mounted directory allows propagation of mounts from the host into the container. Which mount option configures mount propagation mode?

Hard
54

An administrator needs to create a persistent storage area managed completely by Podman that does not rely on a specific host directory path. Which command should be used?

Easy
55

Which TWO conditions are required for a non-root (rootless) user to successfully bind mount a host directory into a container? (Choose TWO)

Medium
56

How can an administrator remove all unused, dangling Podman volumes that are not currently attached to any container?

Easy
57

Which TWO commands are used to manage Podman secrets? (Choose TWO)

Easy
58

Which flag is used with 'podman run' to create an ephemeral, writable container layer scratchpad that is automatically destroyed when the container stops?

Easy
59

An administrator runs a container with a SELinux-relabeled host directory mount using the Z option, but multiple containers need to share write access to this exact same volume. Which option should be used instead?

Hard

Frequently asked questions

What does the Storage And Configuration domain cover on the EX188 exam?
Storage And Configuration questions test whether you can apply the concept in context, not just recognise a definition.
How many questions are in this domain?
This page lists all 59 Storage And Configuration questions in the EX188 question bank. The actual exam draws from this domain proportionally to its weighting in the official exam blueprint.
What is the best way to practise this domain?
Start with a short focused session (10 questions) to identify gaps, then work through explanations. Repeat with a longer session once the weak areas feel solid.
Can I practise only Storage And Configuration questions?
Yes — the session launcher on this page filters questions to this domain only. Choose any session length for inline explanations and scoring.
redhat-ex188 REDHAT-EX188 storage and configuration Practice Questions