Continues Integration Question Answers


Hello friends in this post we are going to discuss about Continues Integration MCQ with answers | Continues Integration Multiple choice questions | Continues Integration Objective type questions | Continues Integration TCS Fresco play

Feature branching is used to __________ .

Work on user stories

Release branches are created for resolving merge conflicts.

0

Which is NOT a benefit of CI ?

Bugs and defects no longer occur

Activities that are part of continuous integration.

All of the Options

Which is not a CI practice ?

Deploy to production

Which is NOT true about continuous integration

Involves moving code in large amounts

Work Branch is also known as______.

Codeline

Git is a _ version control system.

Distributed

Time taken to fix a broken build is measured using_______ .

Build repair rate

_______is a .Net build tool.

Nant

Pipeline break and build break is one and the same.

0

Capablility of your build system to handle an increase in the amount of code that it integrates and analyzes is known as .

Build scalability

Complexity of a code is determined based on_____.

Cyclomatic Complexity Number

_ ____is a measure of incoming dependencies.

Afferent Coupling

Private builds are executed after moving the changes to version control.

0

Build can be triggered by a version control tool.

1

Release builds can be triggered _____.

All of the options

is a continuous integration server.

Maven

Jabber is a :

Messaging plugin

Staged builds include___ .

Secondary builds

Trunk is also known as _____.

Mainline

Practice of developers integrating changes directly in the feature or work branches and commiting the changes

Continuous Integration

Faster feedback can be received by ____.

Staging builds

Commiting a code change, when the inspection fails , is perfectly fine as the code logic is working fine anyway.

0

______helps in differentiating the environments.

Configuration files

Which is the first code analysis to be executed ?

unit test


Control flow graph is used to calculate_____ .

Cyclomatic Complexity

CI pipeline consists of _____.

Stage

Which of the tools is not used for establishing a pipeline workflow ?

  1. Teamcity
  2. Jenkins

Arrange in order

A. Running Unit Test B.Running Static Code Check C.Check for
Code Coverage D. Build Package

Git, Mercurial and Subversion are centralized version control tools.

0

How are component dependencies injected in a workflow ?

Build package first and then perform the remaining tasks

Staged builds include_____.

Commit builds

CI servers use the ______ expression to poll for changes.

CRON

Efferent Coupling is a measure of _____.

Outgoing dependencies

Teamcity is a_____ .

Build Scheduler

Component test is executed as part of ___.

Integration Build

CCMetrics is used to identify _____.

Code Complexity

Which of the following is an artifact repository ?

Nexus

Feature toggle can be used in the following scenarios .

Disabling or Hiding a feature

Code changes can be hidden,enabled or disabled using_____ .

Feature Toggles

______ is a code coverage tool.

Cobertura

Which of these is not mandated for a CI pipeline ?

Application code

Does CI pipeline need to have all the software development functionalities integrated in place ?

0

Which of the tools is not mandated for integration in a CI pipeline ?

Chef

_____is an independent line of work.

Branch

__ branches are created for logical changes.

Both the options

In a normal scenario, software from _ is deployed to production.

Master branch

Changing code without changing behaviour is refactoring

Refactoring

What are the reasons for a build to fail ?

None of the options

CCMetrics is a measure of number of non-linearly independent paths.

0

IBM Clearcase is a ___ version control

streambased

Which is the most important operational parameter in CI ?

Quality

Functional testing can be automated using Jenkins.

1


Leave a Reply

Your email address will not be published. Required fields are marked *