1. Capacity testing _.
View Answer
is a critical testing and helps to verify technical aspects
2. Accurev is a _ system.
View Answer
Stream Based Version Control
3. ____________ testing was derived from hardware testing.
View Answer
Smoke
4. The continuous deployment must be followed to practice continuous delivery.
View Answer
True
5. Large scale changes to an application can be achieved using __.
View Answer
Branch by Abstraction
6. Collection of executable codes is known as .
View Answer
Binaries
7. A build can be triggered by a version control tool.
View Answer
True
8. A build that fails __ stage will not be deployable.
View Answer
Acceptance
9. People who do the deployment should be part of creating the deployment process.
View Answer
True
10. Dependencies between components must be represented using .
View Answer
Directed acyclic graph
11. Time taken to fix a broken build is measured using __.
View Answer
Build repair rate
12. Build-time dependency should be present when an application is run.
View Answer
False
13. Build tools can be categorised as ____.
View Answer
Both the options
14. Release candidate is created after the change passes through the .
View Answer
Commit Stage
15. New instance of ___ is created upon every check-in.
View Answer
All of the options
16. Continuous deployment aims at making feedback loops as short as possible.
View Answer
True
17. _ is a paradigm to move code from check-in to production in a controlled way.
View Answer
Integration Pipeline
18. Feature toggles is possible in version control systems.
View Answer
True
19. User acceptance testing is a verification activity.
View Answer
False
20. Disciplined technique for restructuring a code without modifying its external behavior is _.
View Answer
Refactoring
21. Famous problem of dependency management is known as ___.
View Answer
DLL Hell
22. Only positive scenarios are validated in ___ testing.
View Answer
Build Verification
23. MTTR is ____.
View Answer
Mean Time to Repair failures.
24. Automated implementation of an application's build, test, and deployment process is called as _.
View Answer
Deployment Pipeline
25. The deployment pipeline is initiated by the creation of a release candidate.
View Answer
False
26. _ stage asserts that the system works at the technical level.
View Answer
Manual Test
27. The capability of your build system to handle an increase in the amount of code that it integrates and analyzes is known as .
View Answer
Build performance
28. Chef is an orchestration tool.
View Answer
True
29. In branch by abstraction model, features are developed in _.
View Answer
Release Branch
30. Steps to be followed to release the application first time is part of ___.
View Answer
Release Plan
31. Static code analysis is performed in the _.
View Answer
Commit stage
32. User acceptance testing is done in the stage.
View Answer
Manual Test
33. Functional testing is a verification activity.
View Answer
True
34. Testing done in a customer's environment is know as .
View Answer
Beta
35. Value delivered by an application is validated through .
View Answer
All of the options
36. _ is a central part of continuous deployment.
View Answer
Deployment Pipeline
37. ____ stage takes the delivery team beyond continuous integration.
View Answer
Acceptance
No comments:
Post a Comment