The continuous deployment must be followed to practice continuous delivery=true
A build can be triggered by a version control tool=true
Collection of executable codes is known as ____________.=binaries
Accurev is a _____________________________ system.=Centralized Version
Control(x),all(x),distributed(x),local,Stre
Large scale changes to an application can be achieved using __________.branch by
A build that fails __________ stage will not be deployable=acceptance
Capacity testing _______________.technical aspect
____________ testing was derived from hardware testing=smoke
People who do the deployment should be part of creating the deployment process
=true
Dependencies between components must be represented using ______. direct acyclic
graph
Time taken to fix a broken build is measured using ________________.build repair
rate
New instance of ___________ is created upon every check-in=ALL
Release candidate is created after the change passes through the
______________.Commit Stage
Build tools can be categorised as __________________.both
Build-time dependency should be present when an application is run=False
Continuous deployment aims at making feedback loops as short as possible.=true
Feature toggles is possible in version control systems=true
A build is triggered whenever there is a change in the _________.both
Component is separated from codebase when ______________.all
Chef is an orchestration tool=true
Famous problem of dependency management is known as ___________.dependency hell
Automated implementation of an application's build, test, and deployment process is
called as ______deployment pipeline_______________.
_____________________ is a paradigm to move code from check-in to production in a
controlled [Link]
Only positive scenarios are validated in ___________ testing=build
verification(capacity testing)
Load and Longevity test can be triggered parallelly=true
Deployment pipeline is an extension of ______________.Cont Integration
Configuration information can be supplied using ____________.ENvironment,Registry
setting,ALL
What are the principle(s) that are basic for an effective configuration
management=both
Testing done in a customer's environment is know as ____________.BETA
Which of the activity/activities are part of continuous integration=ALL
It is advised to perform manual testing throughout the project [Link]
User acceptance testing is a verification activity=False
Disciplined technique for restructuring a code without modifying its external
behavior is _____________.Refactoring
Steps to be followed to release the application first time is part of
___________.BOTH
Environment constitutes _________________________.ALL
__________________ stage takes the delivery team beyond continuous
integration=.Acceptance
Emergency fixes must go through the deployment pipeline=TRUE
The capability of your build system to handle an increase in the amount of code
that it integrates and analyzes is known as ____________.None of these(x)
_________________________ are known as hot-deployments=zero down time
Functional testing is a verification activity=true
Static code analysis is performed in the _____________. commit stage