0 votes
in Continuous Deployment by
Continuous Deployment Interview Questions and Answers

continuous deployment final assessment questions and answers

continuous deployment assessment questions and answers

jenkins interview questions

continuous delivery vs continuous deployment

how to implement an effective and successful ci/cd pipeline?

ci/cd pipeline interview questions for testers

deployment interview questions

cd interview questions

1 Answer

0 votes
by
Question#1 Collection of executable codes is known as ____________.

a) Installers

b) build

c) Binaries

Answer is : -Binaries

Question#2 ____________ testing was derived from hardware testing.

a) Capacity

b) Smoke

c) System

d) None of the options

Answer is : -Smoke

Question#3 Build executables cannot be included as part of version control.

a) True

b) False

Answer is : -False

Question#4 Continuous deployment must be followed to practice continuous delivery.

a) True

b) False

Answer is : -False

Question#5 Configuration management enables traceability.

a) True

b) False

Answer is : -True

Question#6 Environment configuration must be integrated only during package creation.

a) True

b) False

Answer is : -False

Question#7 Environment configuration details can be integrated during build time.

a) True

b) False

Answer is : -True

Question#8 ____________ is an attribute that describes an environment.

a) Test configuration

b) Middleware configuration

c) Continuous deployment

d) All of the options

Answer is : -Middleware configuration

Question#9 Capacity testing _______________.

a) is a critical testing and helps to verify business aspects

b) is a critical testing and helps to verify programming aspects

c) is a critical testing and helps to verify technical aspects

d) None of the options

Answer is : -is a critical testing and helps to verify technical aspects

Question#10 A build that fails __________ stage will not be deployable.

a) Commit

b) Acceptance

c) Both the options

d) None of the options

Answer is : -Acceptance

Question#11 Accurev is a _____________________________ system.

a) Distributed Version Control

b) Stream Based Version Control

c) Local Version Control

d) All of the Options

Answer is : -Stream Based Version Control

Question#12 Release candidate is created after the change passes through the

______________.

a) Commit Stage

b) Staging environment

c) Acceptance Stage

Answer is : -Commit Stage

Question#13 ________ dependencies must be present when an application runs in an environment.

a) Build time

b) Run time

c) None of the options

Answer is : -Run time

Question#14 People who perform the deployment should be part of creating the deployment process.

a) True

b) False

Answer is : -True

Question#15 Continuous deployment focuses on enabling feedback loops as short as possible.

a) True

b) False

Answer is : -True

Question#16 New instance of _________ is created upon every check-in.

a) Component pipeline

b) Deployment pipeline

c) Commit stage

d) All of the options

Answer is : -Deployment pipeline

Question#17 Component pipeline is an integral part of ________________.

a) Dependency pipeline

b) Integration pipeline

c) Both Integration and dependency pipeline

d) None of the options

Answer is : -Integration pipeline

Question#18 Time taken to fix a broken build is measured using ________________.

a) Total Build time

b) Successful build rate

c) Broken Build Time

Answer is : -Broken Build Time

Question#19 Dependencies between components are represented by ______.

a) Cyclometric dependency

b) Directed acyclic graph

c) Both the options

Answer is : -Directed acyclic graph

Question#20 What are the principle(s) that are basic for an effective configuration management?

a) Configuration information should be maintained in a single place

b) Binaries should be independent of configuration information

c) All of the options

d) None of the options

Answer is : -All of the options

Question#21 MTTR is __________________.

a) Mean Time to reduce failures

b) Mean time between failures

c) Mean Time to Repair failures

Answer is : -Mean Time to Repair failures

Question#22 Which of the task/tasks is/are part of continuous integration?

a) Version Control

b) Inspection

c) Tests

d) All of the Options

Answer is : -All of the Options

Question#23 Emergency fixes must go through the deployment pipeline.

a) True

b) False

Answer is : -True

Question#24 The creation of a release candidate initiates the deployment pipeline.

a) True

b) False

Answer is : -True

Question#25 A build can be triggered by a version control tool.

a) True

b) False

Answer is : -True

Question#26 Build-time dependencies must be present when an application is runs in an environment.

a) True

b) False

Answer is : -False

Question#27 Large scale changes to an application can be achieved using __________.

a) Branch by Abstraction

b) Trunk Based development

c) Both the options

d) None of the options

Answer is : -Branch by Abstraction

Question#28 Build is triggered when a change occurs in the _________.

a) Downstream Dependency

b) Upstream dependency

c) Both upstream and downstream dependency

Answer is : -Upstream dependency

Question#29 ______________ is an extension of component pipeline.

a) Integration pipeline

b) Continuous deployment

c) Continuous integration

d) None of the options

Answer is : -Integration pipeline

Question#30 Testing done in a customer’s environment is know as ____________ testing.

a) beta

b) alpha

c) contract

d) All of the options

Answer is : -beta

Question#31 Static code analysis is performed in the _____________.

a) Commit stage

b) Unit test

c) Acceptance stage

Answer is : -Commit stage

Question#32 _______________ stage asserts that the system works at the technical level.

a) Acceptance

b) Commit

c) Manual Test

Answer is : -Commit

Question#33 Component pipeline can be triggered by __________________.

a) change in component’s code

b) both due to change in the component’s code and downstream dependency

c) downstream dependency

d) None of the options

Answer is : -change in component’s code

Related questions

+2 votes
asked Jun 26, 2019 in Continuous Deployment by SakshiSharma
0 votes
asked Nov 14, 2019 in Continuous Integration by SakshiSharma
...