Top 50 Kafka Interview Questions & Answer

1) What is Apache Kafka? Apache Kafka is a publish-subscribe open source message broker application. This messaging application was coded in “Scala”. Basically, this project was started…

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…

Read More

Installing and Working with Sourcetree & git repos

Here you are going to learn about how to clone, pull and push file using sourctree. so for this process you have already install gitbash and also…

Read More

Git Interview Questions and Answer Part – 10

Where can HEAD point? To a branch To a branch or nowhere To a branch or a commit (Ans) To a branch, a commit, a tree, or…

Read More

Enforce the JIRA issue id in a GIT commit message

Enforce the JIRA issue id in a GIT commit message This can be done by using git hooks file location at .git/hooks/commit-msg. Following are the 2 way…

Read More

How to replace Changes after the Gerrit review without changing the commit id?

How to replace Changes after the Gerrit review without changing the commit id? One of the main benefits of code review is the ability to receive and…

Read More