Bitbucket MCQ solution | TCS Fresco Play | Fresco Play
Disclaimer: The primary purpose of providing this solution is to assist and support anyone who are unable to complete these courses due to a technical issue or a lack of expertise. This website's information or data are solely for the purpose of knowledge and education.
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
If you found answer for any of the questions is wrong. Please do mention in the comment section, could be useful for others. Thanks!
_________________________
1. Which among the following is a Distributed Revision Control System?
Answer : Git and Mercurial
2. Bitbucket provides __________ private repositories.
Answer : Free
3. Which among the following is /are feature(s) of Bitbucket?
Answer : All the options
4. Bitbucket provides __________.
Answer : Private and Public Repository
5. Which python framework is used in implementing Bitbucket
Answer : Django
6. Bitbucket server is a a Combination of Git and Web Interface developed in __________.
Answer : Java
7. Version Control System helps in tracking __________ of the files.
Answer : All the Options
8. Bitbucket is integrated with __________.
Answer : All the options
9. Mercurial command to view the repository history.
Answer : hg log
10. Notable client(s) working with Bitbucket is/are
Answer : CLI and SourceTree
11. Which of the following IDE’s has the Bitbucket feature integrated within?
Answer : All the options
12. Which among the following Atlasssian products does Bitbucket integrate with?
Answer : All the options
13. Does Bitbucket allow the user to restrict the other users from using his/her repository?
Answer : YES
14. Bitbucket supports __________.
Answer : Both Git and Mercurial
15. Bitbucket is a web based version control.
Answer : True
16. Which stage of artifact denotes that the files are added to the index but not in Git Database?
Answer : Staged
17. Which version control system allows every developer to have a history?
Answer : Distributed Version Control System
18. Which programming language is used to implement Mercurial Version Control?
Answer : Python
19. Mercurial command to get the Bitbucket repository in to your local system.
Answer : hg replica < Bitbucket_rep
20. Bitbuket does not support IP White listing
Answer : False
21. Which among the following Atlasssian products does Bitbucket integrate with?
Answer : All the options
22. Does Bitbucket allow the user to restrict the other users from using his/her repository?
Answer : YES
23. Bitbucket supports __________.
Answer : Both Git and Mercurial
24. Bitbucket is a web based version control.
Answer : True
25. Which stage of artifact denotes that the files are added to the index but not in Git Database?
Answer : Staged
26. Which version control system allows every developer to have a history?
Answer : Distributed Version Control System
27. Which programming language is used to implement Mercurial Version Control?
Answer : Python
28. Mercurial command to get the Bitbucket repository in to your local system.
Answer : hg replica < Bitbucket_repo_url> < name_of_repo-in_local>
29. Bitbuket does not support IP White listing
Answer : False
Post a Comment