EX188 Container Operations And Lifecycle Practice Question
An administrator is working with Podman Quadlets to manage container lifecycles via systemd. Which TWO statements regarding Quadlet file naming conventions and directory locations are correct? (Choose TWO)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Quadlet configuration files are automatically translated into native systemd unit files by Podman generators.
Quadlet configuration files use specific extensions like .container and system-wide files reside in /etc/containers/systemd/.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Rootless Quadlet files are placed in /var/lib/containers/systemd/ root directory.
Why it's wrong here
Rootless Quadlet files are placed in ~/.config/containers/systemd/, not /var/lib/containers/systemd/.
- ✓
Quadlet configuration files are automatically translated into native systemd unit files by Podman generators.
Why this is correct
Quadlet generator tools parse .container and other Quadlet files and generate corresponding systemd unit files on the fly.
- ✓
System-wide Quadlet configuration files are placed in /etc/containers/systemd/.
Why this is correct
/etc/containers/systemd/ is the standard directory for system-wide Podman Quadlets.
- ✗
Quadlet files must be manually compiled using gcc before systemd can read them.
Why it's wrong here
Quadlet files are plain text configuration files read directly by Podman generators, not compiled with gcc.
- ✗
Quadlet container unit files must use the exact file extension .service.container.
Why it's wrong here
The correct file extension for container Quadlets is .container, not .service.container.
About these practice questions
Courseiva writes every EX188 question from scratch — 301 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed August 2026 · checked against the official Red Hat exam blueprint
This EX188 practice question is part of Courseiva's free Red Hat certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the EX188 exam.