Two defects hit the parks-department automation packages. Package A fails on a clean runner because a required library was never listed. Package B lists two libraries that cannot be installed together. How should those packaging defects be classified?
Select an answer to reveal the explanation.
Short Explanation
Forgetting to list an ingredient and listing two ingredients that cannot share a bowl are different kitchen mistakes. One is undeclared; the other is an incompatibility—both live at the package level.
Full Explanation
Task 1.11 covers undeclared dependencies (fail on a clean environment) and conflicting declared dependencies (cannot coexist). Those are packaging defects, not Domain 4 CI log forensics, Docker/Kubernetes deployment issues, or API-auth problems. Keep the diagnosis at the package metadata layer.