Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Node.JS Books
Special Offer
Laptop Lenovo
GATE Exam

Cat Exam
Start a Blog
Develop Your Skill

Develop Your Skill

SQL Books

Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Topic of Day
 
 :) Hot Jobs
 :)
 :) Most Searchable
 


 :) Quiz System
Computer Quiz
Science Quiz
Banking Quiz
Sports Quiz
GK Quiz


  

 
In a normal scenario, software from ____________ is deployed to production. View:-26926
Question Posted on 03 Oct 2022

In a normal scenario, software from ____________ is deployed to production.
Choose the correct answer fro....
ADS Posted In : Test and Papers | Continuous Integration



Private builds can be triggered automatically. View:-28370
Question Posted on 03 Oct 2022

Private builds can be triggered automatically.
Choose the correct answer from below list
(1)False
ADS Posted In : Test and Papers | Continuous Integration


Subversion (SVN) is a distributed version control system. View:-32471
Question Posted on 02 Oct 2022

Subversion (SVN) is a distributed version control system.
Choose the correct answer from below list
(....
ADS Posted In : Test and Papers | Continuous Integration


Which of these is not a valid build trigger? View:-16906
Question Posted on 01 Oct 2022

Which of these is not a valid build trigger?
Choose the correct answer from below list
(1)parameteriz....
ADS Posted In : Test and Papers | Continuous Integration


Select the activity/activities that are part of Continuous Integration. View:-30518
Question Posted on 01 Oct 2022

Select the activity activities that are part of Continuous Integration.
Choose the correct answer from be....
ADS Posted In : Test and Papers | Continuous Integration


____________ is an independent line of work. View:-34434
Question Posted on 30 Sep 2022

____________ is an independent line of work.
Choose the correct answer from below list
(1)Branch
....
ADS Posted In : Test and Papers | Continuous Integration


Branch is also known as a ___________. View:-40648
Question Posted on 29 Sep 2022

Branch is also known as a ___________.
Choose the correct answer from below list
(1)Mainline
(2)N....
ADS Posted In : Test and Papers | Continuous Integration


Feature branching is used to work on _____________. View:-36790
Question Posted on 29 Sep 2022

Feature branching is used to work on _____________.
Choose the correct answer from below list
(1)bug ....
ADS Posted In : Test and Papers | Continuous Integration


Which is NOT true about continuous integration? View:-20429
Question Posted on 28 Sep 2022

Which is NOT true about continuous integration?
Choose the correct answer from below list
(1)Most eff....
ADS Posted In : Test and Papers | Continuous Integration


The following are CI practices, except ___________. View:-33000
Question Posted on 27 Sep 2022

The following are CI practices, except ___________.
Choose the correct answer from below list
(1)Runn....
ADS Posted In : Test and Papers | Continuous Integration


_________ is an independent line of work. View:-15249
Question Posted on 27 Sep 2022

_________ is an independent line of work.
Choose the correct answer from below list
(1)Code
(2)No....
ADS Posted In : Test and Papers | Continuous Integration


Continuous Integration Questions Answers View:-287042
Question Posted on 09 Jan 2019

Below are the 20 odd questions for CI or Continuous Integration
(1)----- is a .Net build tool.
(i)N....
ADS Posted In : Test and Papers | Continuous Integration


Which of the tools is not used for establishing a pipeline workflow ? View:-11210
Question Posted on 12 Jan 2019

Which of the tools is not used for establishing a pipeline workflow ?
(1)Travis CI
(2)Maven
(3)Je....
ADS Posted In : Test and Papers | Continuous Integration


What is the short summary of Continuous Integration View:-13688
Question Posted on 05 Jan 2019

We can define Continuous Integration as to Build software and take it through as many tests as possible with ....
ADS Posted In : Test and Papers | Continuous Integration


What are the reasons for a build to fail View:-15752
Question Posted on 04 Jan 2019

What are the reasons for a build to fail ?
(1)None of the options
(2)Both the options
(3)Pipeline....
ADS Posted In : Test and Papers | Continuous Integration


Teamcity is a ______________________. View:-44041
Question Posted on 04 Jan 2019

Teamcity is a ______________________.
Build Tool
Build Scheduler
Answer:-Answer of above question....
ADS Posted In : Test and Papers | Continuous Integration


Different Steps Include in Continuous Integration View:-14820
Question Posted on 04 Jan 2019

Below are the different steps involves in CI.
When we add more steps in CI that means more stability.
ADS Posted In : Test and Papers | Continuous Integration


Functional testing can be automated using Jenkins. View:-32599
Question Posted on 04 Jan 2019

Functional testing can be automated using Jenkins.
(1)True
(2)False

Answer of above question....
ADS Posted In : Test and Papers | Continuous Integration


Changing code without changing behavior is refactoring in CI View:-15168
Question Posted on 01 Jan 2019

Changing code without changing behavior is refactoring
(1)Version Control
(2)Refactoring
(3)None ....
ADS Posted In : Test and Papers | Continuous Integration


Release builds can be triggered ___________. View:-82789
Question Posted on 01 Jan 2019

Release builds can be triggered ___________.
(1)event-driven
(2)by polling for changes
(3)On-dema....
ADS Posted In : Test and Papers | Continuous Integration


stream based version control helps to apply bug fixes to many versions View:-43837
Question Posted on 01 Jan 2019

stream based version control helps to apply bug fixes to many versions of the application
(1)False
(2....
ADS Posted In : Test and Papers | Continuous Integration


Time taken to fix a broken build is measured using ________________. View:-101369
Question Posted on 01 Jan 2019

Time taken to fix a broken build is measured using ________________.
(1)Build repair rate
(2)Successf....
ADS Posted In : Test and Papers | Continuous Integration


Select a CI tool based on it's _________________________. View:-65900
Question Posted on 08 Jan 2019

Select a CI tool based on it's _________________________.
(1)Both the options
(2)Resistability
(3....
ADS Posted In : Test and Papers | Continuous Integration


______________ is a continuous integration server. View:-15769
Question Posted on 08 Jan 2019

______________ is a continuous integration server.
(1)Maven
(2)Ansible
(3)Teamcity
(4)Nexus <....
ADS Posted In : Test and Papers | Continuous Integration


Commiting a code change, when the inspection fails , is perfectly fine View:-41933
Question Posted on 08 Jan 2019

Commiting a code change, when the inspection fails , is perfectly fine as the code logic is working fine anyw....
ADS Posted In : Test and Papers | Continuous Integration


Complexity of a code is determined based on _________________. View:-49263
Question Posted on 06 Jan 2019

Complexity of a code is determined based on _________________.
(1)Cyclomatic Complexity Number
(2)Eff....
ADS Posted In : Test and Papers | Continuous Integration


_______________ is a measure of incoming dependencies. View:-48456
Question Posted on 05 Jan 2019

_______________ is a measure of incoming dependencies.
(1)Cyclomatic Complexity
(2)Afferent Coupling ....
ADS Posted In : Test and Papers | Continuous Integration


Control flow graph is used to calculate _______ View:-37255
Question Posted on 01 Jan 2019

Control flow graph is used to calculate _______.
(1)Afferent Coupling
(2)Efferent Coupling
(3)Cyc....
ADS Posted In : Test and Papers | Continuous Integration


Version Control Branch Types in Continuous Integration View:-15298
Question Posted on 30 Dec 2018

Below are the 3 branch type in Continuous Integration
(1)Main branch known as trunk, mainline or master. ....
ADS Posted In : Test and Papers | Continuous Integration


IBM Clearcase is a __________ version control View:-43230
Question Posted on 29 Dec 2018

IBM Clearcase is a __________ version control
(1)distributed
(2)Streambased
Answer is Streambased....
ADS Posted In : Test and Papers | Continuous Integration


CCMetrics is a measure of number of non-linearly independent paths View:-33399
Question Posted on 29 Dec 2018

CCMetrics is a measure of number of non-linearly independent paths.
True
False
Answer;- Above is ....
ADS Posted In : Test and Papers | Continuous Integration


1 2
 
  
 :) Categoriese
 :) Most Visited Questions