Linux Cloud and DevOps Week 3 Practice Quiz Answers

In this article i am gone to share Linux Cloud and DevOps by LearnQuest | Linux Cloud and DevOps Week 3 Practice Quiz Answers with you..

Enroll Link: Linux Cloud and DevOps

Linux Cloud and DevOps Week 3 Practice Quiz Answers


 

Version Control Practice Quiz Answer

Question 1)
Who created Git?

  • Bill Gates
  • Linux Torvald
  • Steve Jobs

Question 2)
What is the hidden subdirectory named .git?

  • Working Directory
  • Local Repository
  • Remote Repository
  • Staging Area

Question 3)
Which is not a remote Git Repository?

  • SourceSafe
  • Bitbucket
  • Launchpab
  • Github

 

Committing Changes Practice Quiz Answer

Question 1)
What step sends the changed files to the remote repository?

  • push
  • commit
  • add

Question 2)
What step sends the changed files to the local repository?

  • push
  • commit
  • add

Question 3)
What step sends the changed files to the staging area?

  • push
  • commit
  • add

 

Merging Versions Practice Quiz Answer

Question 1)
Which git command will switch to another branch and check it out?

  • checkout
  • branch
  • merge

Question 2)
Which git command will merge a branch into the current checkout branch?

  • checkout
  • branch
  • merge

Question 3)
Which git command will create a new branch?

  • checkout
  • branch
  • merge

 

 

Leave a Comment