
LPI DevOps Tools Engineer
Domain 2Objective 3
702.3 Container Image Building (weight: 5) DEVOPS-TOOLS-ENGINEER Practice Questions (Page 3)
Part of the 702 Application Container domain, which makes up ~18% of our current practice bank. Linux Professional Institute does not publish an official question count, but from its 90-minute exam (~35–60 total, ~6–11 in this domain), expect 2–4 from this objective — we provide 28 practice questions to prepare you well beyond it. (estimate)
28questions here
6free pages
10concepts
Questions 11–15
- 11
In a multi-stage build, how do you copy an artifact from a previous stage into the final stage?
Select an answer first - 12
A team is optimizing a Dockerfile for a Python application. The current Dockerfile copies the entire application source before running `pip install`. Developers frequently change the application code but rarely change the `requirements.txt` file. Which change would most improve build performance by leveraging layer caching?
Select an answer first - 13
A security review of a Dockerfile reveals that the application runs as the root user inside the container. The application does not require root privileges. Which Dockerfile instruction should be added to run the application as a non-root user?
Select an answer first - 14
Which base image is commonly used to minimize image size?
Select an answer first - 15
A team is building a Debian-based image for a utility tool. The Dockerfile currently has separate RUN instructions for `apt-get update`, `apt-get install`, and `rm -rf /var/lib/apt/lists/*`. The team wants to reduce the final image size. Which change is most effective?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Professional Institute. “DEVOPS-TOOLS-ENGINEER” is a trademark of its owner, used for identification only.