Free 200-901 Exam Braindumps (page: 7)

Page 6 of 132

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






Post your Comments and Discuss Cisco® 200-901 exam with other Community members:

200-901 Discussions & Posts