Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Top 50 TeamCity Interview Questions with Answers

1. What is TeamCity? A) A version control systemB) A continuous integration and deployment toolC) A project management tool Answer: B 2. What is the benefit of using TeamCity? A) Faster time to marketB) Improved software qualityC) Reduced development costsD) All of the above Answer: D 3. What is a build configuration? A) A template … Read more

Top 50 DevOps Interview Questions with Answers

1. What is DevOps? a. A methodology that emphasizes communication and collaboration between software developers and IT operationsb. A software testing methodologyc. A programming language Answer: A 2. What is Git? a. A version control systemb. A programming languagec. A software development framework Answer: A 3. What is continuous integration? a. The process of continuously … Read more

List of build automation software

Make-based tools     distcc     GNU make, a widely used make implementation with a large set of extensions     make, a classic Unix build tool     mk, developed originally for Version 10 Unix and Plan 9, and ported to Unix as part of plan9port     MPW Make, developed for Mac OS Classic and similar to … Read more

Hardware for The Build Lab

The build lab should include some high-end hardware for building the applications. Because the entire team depends on the results of a build, the high-end computers ensure that the build is completed as quickly as possible. Furthermore, you can use high-speed network equipment to push bits around from source control to build machines to release … Read more

Tag SVN “Nightly” Builds with CruiseControl.Net

rajeshkumar created the topic: Tag SVN “Nightly” Builds with CruiseControl.Net How would I do a nightly or other scheduled build for CruiseControl.NET without having a duplicate project? In my current config, every 60 seconds, I am checking out the trunk using Subversion, running MSBuild, then either NUnit or MSTest. I would like to commit back … Read more

New Setup issues of CruseControl

scmuser created the topic: New Setup issues of CruseControl Connectforu Config Tab Issues Hi, I have cruise contriol and when i navigated to Connectforu and click in Config Tab, i got following issues, plz guide me. HTTP ERROR: 500 javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: epc-rajesh-wxp.chordiant-epc.com; nested exception is: java.net.ConnectException: Connection refused: … Read more

Unregister Issues in JMX Interface

scmuser created the topic: Unregister Issues in JMX Interface Hi, I am just learning Cruise Control. I access http://localhost:8000/ link and click on un-register and then this Page is disappeared. Can you guide me how to reset this back to earlier state? scmuser replied the topic: Re:Unregister Issues in JMX Interface Hi I got this … Read more

Msbuild slower than devenv

scmuser created the topic: msbuild slower than devenv Hi, I’m experiencing performance inconsistencies with regards to build duration when building a VS2008 solution file with either devenv or msbuild from command line. My solution contains both C# and C++ projects, and I have these results: devenv.exe (either command line or within the ide): 7 minutes … Read more