Q: ________ dependencies must be present when an application runs in an environment.
-
A
None of the options
-
B
Run time
-
C
Build time
B
Answer:
B
Explanation:
Run-time dependencies are the libraries, frameworks, or other components that must be present when an application is executing in an environment. These include:
- Database drivers
- Third-party libraries (e.g., logging frameworks, API clients)
- Configuration files
- Runtime environments (e.g., Java Runtime, .NET CLR, Python interpreter)
Why not "Build time"?
- Build-time dependencies (e.g., compilers, linters, test frameworks) are needed only during development and compilation, not during execution.
Since an application needs run-time dependencies to function, the correct answer is:
✅ "Run time"
Related Topic:
Share Above MCQ