0 of 10 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which command should you use to initialize a new Git repository?
Which of these Git client commands creates a copy of the repository and a working directory in the client’s workspace? (Choose one.)
Which of the following is not a Git configuration scope?
Suppose a user is working on one of the features and suddenly he needs to keep his work aside to work on a customer escalated issue. In this case, user cannot commit his partial code and even cannot throw away his changes, which solution git provides in this situation?
Name the configuration file used to ensure that certain file types are never committed to the local Git repository.
Which stage in CI/CD pipeline is responsible for building the code?
When you install Jenkins without any plug-ins configured, what is the only type of Jenkins build job you can create?
Which plugin provides a holistic view of upstream and downstream connected jobs that typically form a batch pipeline?
Can we run JUnit as a part of Jenkins job?