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.
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.
Which THREE commands are valid when inspecting or managing Podman storage volumes? (Choose THREE)
Easy2Which THREE parameters are valid key-value pairs when using the advanced '--mount' flag with bind or volume types? (Choose THREE)
Hard3Which subcommand deletes one or more specific named volumes?
Easy4A container needs read-only access to a host configuration directory located at /etc/appconfig. Which Podman volume flag configuration correctly achieves this?
Easy5Which THREE formatting options or commands can be used with 'podman volume ls' to customize or filter output? (Choose THREE)
Hard6You 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?
Hard7A 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?
Hard8You 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?
Medium9An 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'?
Hard10An engineer needs to mount a host directory using the advanced '--mount' syntax instead of '-v'. Which syntax correctly specifies a bind mount?
Medium11An 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?
Medium12Which TWO options can be specified when mounting a Podman secret into a container? (Choose TWO)
Hard13A 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?
Hard14You need to inspect the disk space usage and detailed metadata of all managed volumes currently configured in Podman. Which command provides this information?
Medium15An 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'?
Medium16Which TWO flags can be used to mount volumes or bind mounts when running a container? (Choose TWO)
Easy17Which TWO methods can be used to supply environment variables to a Podman container? (Choose TWO)
Hard18A 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?
Medium19An 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.)
Hard20What 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?
Easy21When using the '--mount' flag, what parameter specifies the type of mount being performed (e.g., bind, volume, tmpfs)?
Hard22Which TWO statements are true regarding Podman bind mounts? (Choose TWO)
Medium23An 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?
Hard24Where are Podman named volumes typically stored on the host file system by default for a non-root user?
Easy25Which TWO actions occur when a container is run with ephemeral storage (the default behavior without volume mounts)? (Choose TWO)
Medium26An administrator wants to pass custom options to a volume driver when creating a volume. Which flag should be used?
Medium27Which TWO actions can be performed using the podman volume management command suite? (Choose two.)
Medium28An 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?
Hard29An application container requires multiple configuration variables defined in a local file named 'app.env'. Which flag loads these variables into the container environment?
Medium30Which THREE characteristics describe Podman named volumes compared to bind mounts? (Choose THREE)
Medium31Which command displays disk space usage statistics for Podman storage, including volumes and containers?
Easy32When configuring container mounts using the --mount flag, which THREE key-value pairs are valid parameters in the option string? (Choose three.)
Hard33Which command lists all named volumes currently managed by Podman?
Easy34How can an administrator remove an existing Podman secret named 'old_secret'?
Easy35Which THREE advanced features or driver options can be utilized when creating Podman named volumes with plugins or specialized drivers? (Choose THREE)
Hard36An administrator needs to list all created Podman secrets on the system. Which command should they execute?
Hard37An administrator needs to pass a single environment variable directly on the command line when starting a container. Which flag accomplishes this?
Medium38Which THREE of the following are valid options or flags when working with Podman secrets? (Choose THREE)
Medium39An administrator needs to create a persistent storage volume that Podman can manage independently of any specific container lifecycle. Which command accomplishes this?
Easy40When configuring an environment file for use with '--env-file', how are comment lines designated?
Hard41Which TWO commands help clean up unused or dangling Podman storage resources? (Choose TWO)
Easy42An administrator wants to bind mount a host file directly into a container as a configuration file. Is this supported in Podman?
Medium43You 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?
Easy44A Podman secret named 'db_password' has been created. How is this secret made accessible inside a running container?
Medium45An 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?
Medium46Which flag can be passed to 'podman run' to automatically remove the container and its anonymous volumes upon exit?
Easy47Which TWO types of storage mechanisms are natively supported by Podman for container data persistence? (Choose two.)
Easy48Which THREE inspection or cleanup actions can be performed on Podman secrets? (Choose THREE)
Hard49Which TWO SELinux relabeling suffixes can be appended to a Podman volume or bind mount? (Choose TWO)
Medium50Which TWO commands or flags are valid for managing Podman named volumes? (Choose TWO)
Easy51Which THREE storage-related items can be inspected using 'podman system df'? (Choose THREE)
Easy52An administrator needs to create a Podman secret from a file on disk named 'secret.txt'. Which command correctly performs this action?
Medium53An 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?
Hard54An 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?
Easy55Which TWO conditions are required for a non-root (rootless) user to successfully bind mount a host directory into a container? (Choose TWO)
Medium56How can an administrator remove all unused, dangling Podman volumes that are not currently attached to any container?
Easy57Which TWO commands are used to manage Podman secrets? (Choose TWO)
Easy58Which flag is used with 'podman run' to create an ephemeral, writable container layer scratchpad that is automatically destroyed when the container stops?
Easy59An 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?
HardOther domains
All EX188 exam domains
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.