exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 21 discussion

Actual exam question from Cisco's 200-901
Question #: 21
Topic #: 1
[All 200-901 Questions]

What is the outcome of executing this command?
git clone ssh:/[email protected]/path/to/my-project.git

  • A. creates a local copy of a repository called ג€my-projectג€
  • B. initiates a new Git repository called ג€my-projectג€
  • C. creates a copy of a branch called ג€my-projectג€
  • D. creates a new branch called ג€my-projectג€
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
macxsz
6 months, 1 week ago
Selected Answer: A
clone command is used for cloning. Very obvious
upvoted 2 times
...
anonymous1966
8 months, 1 week ago
without special chars: What is the outcome of executing this command? git clone ssh:/[email protected]/path/to/my-project.git A. creates a local copy of a repository called “my-project” B. initiates a new Git repository called “my-project” C. creates a copy of a branch called “my-project” D. creates a new branch called “my-project”
upvoted 2 times
...
designated
9 months, 3 weeks ago
Selected Answer: A
A is correct: git clone is primarily used to point to an existing repo and make a clone or copy of that repo at in a new directory, at another location. The original repository can be located on the local filesystem or on remote machine accessible supported protocols. The git clone command copies an existing Git repository.
upvoted 1 times
...
jimikom
1 year, 3 months ago
A is the correct answer.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...