- ANone of the options
- Bchange in component's code
- Cdownstream dependency
- Dboth due to change in the component's code and downstream dependency
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:
"Acceptance"
The Acceptance stage takes the delivery team beyond Continuous Integration (CI) by validating whether the software meets business requirements and is ready for deployment. It typically includes User Acceptance Testing (UAT) and other validation processes.
The correct answer is:
"Capacity testing is a critical testing and helps to verify technical aspects"
Capacity testing is a type of performance testing that helps determine how many users or transactions a system can handle before performance degrades. It primarily focuses on technical aspects like system scalability, resource usage, and infrastructure limits.
The correct answer is:
"All of the options"
An environment consists of:
All these components together define a system's environment.
The correct answer is:
"Beta"
Beta testing is performed in a customer's environment before the final release. It allows real users to test the application in real-world conditions and provide feedback.
The correct answer is:
"Deployment Pipeline"
The Deployment Pipeline paradigm is used to move code from check-in to production in a controlled and automated way, ensuring code quality, security, and stability before deployment.
The correct answer is:
"Smoke"
Smoke testing originated from hardware testing, where a device was considered to have "passed" if it did not catch fire or smoke upon first powering up. In software, it refers to a preliminary check to ensure that the basic functionalities work before deeper testing.
The correct answer is:
"Commit stage"
Static code analysis is performed in the Commit stage to check code quality, security vulnerabilities, and coding standard violations before the code is integrated into the main branch.