Top 50 Pagerduty Interview Questions & Answer

1) If you were asked to review a colleague’s code that they had written, what key things would you look for? For this question, your interviewer will obviously be looking…

Read more »

Top 50 Consul interview questions and answers

1) What Is Checkpoint? / Does Consul Call Home? Consul makes use of a HashiCorp service called Checkpoint which is used to check for updates and critical security bulletins. Only…

Read more »

Top 50 Bamboo interview questions and answers

1) What exactly do you know about release planning? It is basically a common approach in Bamboo. It must be done at least once a week. There are certain features…

Read more »

Top 50 Ncover interview questions and answers

1) What is code coverage analysis? A code coverage analyzer monitors your code at runtime and records information about which lines of code were executed. NCover shows each sequence point…

Read more »

Top 50 Jacoco interview questions and answers

1) Is JaCoCo only for Java? JaCoCo supports Java class files from version 1.0 to 16. However the minimum JRE version required by the JaCoCo runtime (e.g. the agent) and…

Read more »

Top 50 Unit testing interview questions and answers

1) What is smoking? In unit testing, we use mocking. An object you want to test may have other complex object dependencies. You replace the other objects with mocks simulating…

Read more »

Top 50 selenium interview questions and answers

1) What is Selenium and what is composed of? Selenium is a suite of tools for automated web testing. It is composed of Selenium IDE (Integrated Development Environment) : It…

Read more »

Integration of Jboss and Apache2 and SSL

My Application(.ear) is running in Jboss with any issues on 7001 port. There are following requirement as such with me. Task 1. Integrate Jboss with Apache2 so all the request should…

Read more »

General SCM Interview Questions and Answers

The previous chapters outlined the state of CM technology from the standpoint of a spectrum of concepts underlying automated CM, and from the standpoint of the reflection of some of…

Read more »

Integration of Jboss and Apache2

rajeshkumar created the topic: Integration of Jboss and Apache2 Hi, My Application(.ear) is running in Jboss with any issues on 7001 port. There are following requirement as such with me….

Read more »
top-10-continuous-integration-tool

Top 10 Continuous Integration Tools | List of Best CI Tools | scmGalaxy

Introduction Your product ideas may be the greatest of all time, but without delivering well and delivering often, it may be extremely hard to keep up with the competition. So…

Read more »
rational-build-forge

Getting started with Rational Build Forge

What’s new in Rational Build Forge? What if your software development organization could vastly accelerate the build and release process? Enabling you to manage your development system from virtually anywhere….

Read more »
continuous-integration-training

Continuous Integration Training | Continuous Integration Course | Trainer | Online | Classroom

Click Here scmGalaxy is a community initiatives based on Software configuration management that helps community members to optimize their software development process, Software Development Life Cycle optimization, Agile Methodologies and…

Read more »
intellij-ant-integration

How to run ant build in intellij? – IntelliJ/Ant integration Guide

IntelliJ/Ant integrationBy Alvin J. Alexander, devdaily.comThe fact that IntelliJ is off-the-shelf ready to work with Ant is a great, great feature. It’s also simple to configure and use.Assuming that you…

Read more »
perforce-quick-facts

Perforce Quick Facts – Perforce Quick Start Guide

Perforce Quick Facts Clients ============================================== P4V: Visual Client – (Included in the P4V Installer) Provides access to versioned files through a graphical interface and also includes tools for merging and…

Read more »
svn-integration-in-ant-build

How to Integrate Subversion Into Your Ant Build ? – Step by step guide

SVNAnt SVNAnt is an Ant task allowing you to interact with Subversion within the convenience of your Ant build script. No more writing custom scripts to get the revision of…

Read more »
msbuild-40-and-msbuild-35

Running MSBuild 4.0 and MSBuild 3.5 on Continuous Integration

With Visual Studio 2010 RC released recently, we jumped on the release and began to code with VS2010.  One issue that popped up was that now all builds were targeting…

Read more »
bamboo-a-continuous-integration-server

Bamboo – A Continuous Integration Server – Complete Guide

Bamboo – A Continues Integration Server Continuous integration (CI) brings faster feedback to your development process, preventing bugs from piling up and reducing the risk of project delays. Bamboo enables…

Read more »
ant-builds-and-subversion

ANT Builds and Subversion (SVN) | Ant integration with Subversion guide

As I have mentioned in a previous blog entry, I have come to love using ANT in my development environment. One of the things that I like about it is…

Read more »

How to Use SVN Tasks with ANT ?

This post is about using ANT to perform some of the most common source-control related tasks such as export, tagging, and branching. I am using ANT version 1.7.0 and SVN…

Read more »