MCQ Practice Single Best Answer Topic: Continuous Deployment

Q ________ dependencies must be present when an application runs in an environment.

Question ID
#23989
Subchapter
Continuous Deployment
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A None of the options
  • B Run time
  • C Build time
Correct 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"

Share This Question

Share this MCQ with your friends or study group.