MCQ Single Best Answer Easy

Q________ dependencies must be present when an application runs in an environment.

ID: #23989 Continuous Deployment 59 views
Question Info
#23989Q ID
EasyDifficulty
Continuous DeploymentTopic

Choose the Best Option

Click any option to instantly check if you're correct.

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

Challenge a friend or share with your study group.