Cisco® 200-901 Exam (page: 5)
Cisco® DevNet Associate (DEVASC)
Updated on: 01-Sep-2025

Viewing Page 5 of 106

What are two benefits of managing network configuration via APIs? (Choose two.)

  1. more security due to locking out manual device configuration
  2. configuration on devices becomes less complex
  3. eliminates the need of legacy management protocols like SNMP
  4. reduction in network changes performed manually
  5. increased scalability and consistency of network changes

Answer(s): D,E



What is the outcome of executing this command?

git clone ssh:/john@example.com/path/to/my-project.git

  1. creates a local copy of a repository called “my-project”
  2. initiates a new Git repository called “my-project”
  3. creates a copy of a branch called “my-project”
  4. creates a new branch called “my-project”

Answer(s): A


Reference:

https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone



Which action does the Git command git merge allow the developer to perform?

  1. Combine multiple sequences of commits into one unified history
  2. Push changes to the remote repository
  3. Create, list, rename, and delete branches
  4. Switch between branches

Answer(s): A


Reference:

https://www.atlassian.com/git/tutorials/using-branches/git-merge



How does a developer create and switch to a new branch called “my-bug-fix” to develop a product fix?

  1. git checkout -b my-bug-fix
  2. git branch -b my-bug-fix
  3. git branch my-bug-fix
  4. git checkout my-bug-fix

Answer(s): C


Reference:

https://www.dnnsoftware.com/community-blog/cid/155105



Drag and drop the Git commands from the left onto the right that add modified local files to a remote repository.

Not all options are used.
Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Viewing Page 5 of 106



Share your comments for Cisco® 200-901 exam with other users:

Edrick GOP 10/24/2023 6:00:00 AM

it was a good experience and i got 90% in the 200-901 exam.
Anonymous