Bitbucket Interview Questions and Answers

Question 1 : What is Bitbucket?
Answer : Bitbucket is a web-based version control system for hosting Atlassian owned repositories. It supports both GIT and Mercurial tools written in Python.

Learn Bitbucket to Unleash a Modern Career

Join Bitbucket Training

Question 2 : What is the difference between Bitbucket and Git?
Answer : Git is an open-source platform used for tracking source code changes in software development. It is used to handle simple to very complex projects efficiently.
Bitbucket is a web-based platform used as a version control repository hosting service. It offers both free and premium versions for users. It supports everything in one place like planning projects, collaborating on code, and going for testing and then to deploy.

Question 3 : How to view repositories based on activity?
Answer : The Drop-Down present contains a list of recent activity, but only displays the most recent ones.

Question 4 : How users can be removed from the Bitbucket cloud without losing repositories and settings of the user?
Answer : The steps to follow for users:

  • Firstly, log in to the bitbucket page.
  • Click on the avatar.
  • Select the respective workspace where your repositories are attached.
  • Next, click on the manage users.
  • Click on the ‘X’ symbol near each member to remove them.
    Here, you need to assign it to another project. Then it assigns the default empty project created by bitbucket.

Question 5 : What are the various Git repository hosting functions?
Answer :

  • Gitlab
  • Github
  • Bitbucket
  • SourceForge
  • GitEnterprise

Learn Bitbucket to Unleash a Modern Career

Join Bitbucket Training

Question 6 : What are the features of bitbucket?
Answer : The features of bitbucket are as follows:

  • It supports Git Large File Storage (LFS).
  • Integration with Trello using their bitbucket cloud.
  • It easily integrates with JIRA, Bamboo, Cucumber, Jenkins, etc.
  • Countless private repositories.
  • Pulls requests and code reviews.
  • In-built issue tracking and continuous delivery.

Question 7 : What is the difference between the Bitbucket server and the Bitbucket cloud?
Answer : They both are similar products, but there are some differences in some areas:
Bitbucket Server is for those who require more customization and control. It can be installed in-house giving you the flexibility to OS and databases.
Bitbucket Cloud is suitable for users who want to get started quickly without worrying about infrastructure and application maintenance. Those who are not interested in investing in hardware expenses, bitbucket would be the best choice.

Question 8 : What are the advantages of using GIT?
Answer :

  • Data redundancy and replication
  • High availability
  • Only one.git directory per repository
  • Superior disk utilization and network performance
  • Collaboration friendly
  • Any sort of projects can use GIT