mediumMultiple ChoiceObjective-mapped
XK0-006 Practice Question: That a recently installed application fails to…
A user reports that a recently installed application fails to start. The application was installed via a shell script that added a repository and installed the package. The user runs 'ldd /usr/bin/app' and sees several 'not found' libraries. Which of the following is the MOST likely cause?
⚠ Common exam trap
Watch out — candidates often confuse library resolution failures with permission or security issues (like SELinux), but `ldd` output directly points to missing files, not access control.
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
✓
The installation script did not install all required dependencies.
The `ldd` command lists shared library dependencies for a binary. When it reports 'not found' libraries, it means the dynamic linker cannot locate the required `.so` files. Since the application was installed via a shell script that added a repository and installed the package, the most likely cause is that the script failed to install all required dependencies, leaving the binary unable to resolve its shared library links.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The installation script did not install all required dependencies.
Why this is correct
The 'not found' libraries indicate missing dependencies, which can occur if the script failed to install all required packages.
- ✗
The kernel version is outdated.
Why it's wrong here
Kernel version would affect system calls, not library visibility.
- ✗
SELinux is blocking the application.
Why it's wrong here
SELinux denials appear in audit logs, not as missing libraries from ldd.
- ✗
The file system is corrupted.
Why it's wrong here
File system corruption would typically cause I/O errors, not missing library messages.
Visual reference
Go deeper
Related to this question
Learn chapter
Installing Linux and Package Management
Key term
User
A user is any person, system, or device that interacts with an IT service, resource, or identity system, typically authenticated through credentials and authorized to perform specific actions.
Key term
Repository
A repository is a central storage location where software packages, code, or configuration files are kept, managed, and distributed for use by IT systems.
About these practice questions
Courseiva writes every XK0-006 question from scratch — 979 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 by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This XK0-006 practice question is part of Courseiva's free CompTIA 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 XK0-006 exam.