- AFalse
- BTrue
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
False
Continuous deployment and continuous delivery are related but distinct practices.
You can practice continuous delivery without implementing continuous deployment, as continuous delivery allows for manual release decisions.
"Capacity testing is a critical testing and helps to verify technical aspects."
Capacity testing is a type of performance testing that evaluates how a system performs under different loads to determine its maximum capacity. It helps in identifying:
Since it focuses on technical aspects like system scalability, resource utilization, and response times, the correct answer is:
✅ "is a critical testing and helps to verify technical aspects."
✅ "Acceptance"
Middleware configuration
✅ True
Environment configuration details can be integrated during build time, but it is generally not recommended for best practices.
At build time, configurations (such as database connections, API keys, or feature flags) can be baked into the build artifacts, but this approach has limitations:
Instead of integrating configurations at build time, it's better to:
Thus, while True, it's not the best practice for modern DevOps workflows. ✅
✅ "Smoke"
Smoke testing was originally derived from hardware testing, where a device was powered on for the first time, and if it started smoking or failed immediately, it was considered defective.
In software development, smoke testing refers to a preliminary test performed after a build to check if the critical functionalities are working before moving to deeper testing. It ensures that:
Thus, the correct answer is:
✅ "Smoke"
traceability
Traceability – CM tracks and records changes, ensuring that every modification is documented and can be traced back to its origin.
People who perform the deployment should be involved in creating the deployment process because:
Thus, the correct answer is:
✅ True
Run-time dependencies are the libraries, frameworks, or other components that must be present when an application is executing in an environment. These include:
Since an application needs run-time dependencies to function, the correct answer is:
✅ "Run time"