Module Quiz: Software collaboration Quiz Answers
In this article i am gone to share Coursera Course: Version Control Week 1 | Module Quiz: Software collaboration Quiz Answers with you..
Version Control Coursera Quiz Answers
Enroll Link: Version Control
Module Quiz: Software collaboration Quiz Answers
Question 1)
What is Revision History in Version Control?
- A record of all changes in a project
- A record of all users in a project
- A record of all bugs in a project
Question 2)
When using a Distributed Version Control System, a connection to a central server is always required to perform an action.
- True
- False
Question 3)
A Version Control system allows you to roll back your files back to a specific point in time.
- True
- False
Question 4)
When using a Centralised Version Control system, for other developers to see your changes you must commit them to a central server.
- True
- False
Question 5)
Version Control is inefficient when multiple developers work on one project.
- True
- False
Question 6)
__________________ automatically packages an application and prepares it for deployment.
- Continuous Delivery
- Continuous Integration
- Continuous Deployment
Question 7)
Which of the following are distributed Version Control Systems? Select all that apply.
- Git
- Subversion
- Concurrent Versions System
- Mercurial
Question 8)
What are the main benefits of having a staging environment?
- It provides a safe place to test and verify changes prior to being deployed to a live production environment.
- It can allow teams to demo or showcase new features in a controlled environment.
- It allows developers to add new features directly to production.
- A staging environment mimics the production environment which allows for more accurate testing to find any possible issues.