- AIntegration pipeline
- BDeployment pipeline
- CBoth Integration and deployment pipeline
- DNone of the options
Time Taken:
Correct Answer:
Wrong Answer:
Percentage: %
The correct answer is:
"Longevity Testing"
Longevity Testing (also known as Endurance Testing) assesses stability problems by running a system for an extended period under a sustained load to detect memory leaks, performance degradation, or failures over time.
The correct answer is: "Release Plan"
A Release Plan outlines the steps required to release an application for the first time, including development, testing, deployment, and post-release activities.
True
Functional testing is a verification activity because it ensures that the software behaves as expected based on the given requirements. It checks whether each function of the application works correctly by providing inputs and validating outputs.
The correct answer is:
"Deployment Pipeline"
The Deployment Pipeline is a central part of Continuous Deployment as it automates the process of building, testing, and deploying code changes to production seamlessly.
True
The Deployment pipeline enables collaboration by providing visibility into the software development process, ensuring automated testing, and allowing teams to work together efficiently across different stages of deployment.
The correct answer is:
"Integration pipeline"
The Integration pipeline is an extension of the component pipeline as it integrates multiple components, verifies their interactions, and ensures they work together before deployment.
The correct answer is:
"Mean Time to Repair failures."
MTTR (Mean Time to Repair) measures the average time required to fix a failure and restore the system to operational status. It is a key reliability metric in incident management.