ExamGecko
Home / Cisco / 200-901 / List of questions
Ask Question

Cisco 200-901 Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

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

creates a local copy of a repository called “my-project”

creates a local copy of a repository called “my-project”

initiates a new Git repository called “my-project”

initiates a new Git repository called “my-project”

creates a copy of a branch called “my-project”

creates a copy of a branch called “my-project”

creates a new branch called “my-project”

creates a new branch called “my-project”

Suggested answer: A

Explanation:


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

asked 07/10/2024
Scott Wells
38 questions

Question 22

Report
Export
Collapse

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

Combine multiple sequences of commits into one unified history

Combine multiple sequences of commits into one unified history

Push changes to the remote repository

Push changes to the remote repository

Create, list, rename, and delete branches

Create, list, rename, and delete branches

Switch between branches

Switch between branches

Suggested answer: A

Explanation:


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

asked 07/10/2024
Hendrik Woldhuis
50 questions

Question 23

Report
Export
Collapse

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

git checkout -b my-bug-fix

git checkout -b my-bug-fix

git branch -b my-bug-fix

git branch -b my-bug-fix

git branch my-bug-fix

git branch my-bug-fix

git checkout my-bug-fix

git checkout my-bug-fix

Suggested answer: A
asked 07/10/2024
Adugna Mehari
37 questions

Question 24

Report
Export
Collapse

A developer needs to prepare the file README.md in the working tree for the next commit operation using Git. Which command needs to be used to accomplish this?

git -a README.md

git -a README.md

git add README.md

git add README.md

git add README.md staging

git add README.md staging

git commit README.md

git commit README.md

Suggested answer: B

Explanation:


Reference: https://teamtreehouse.com/community/committing-the-readmemd-file-to-repository

asked 07/10/2024
Gianni Masaracchia
43 questions

Question 25

Report
Export
Collapse

A developer is reviewing a code that was written by a colleague. It runs fine, but there are many lines of code to do a seemingly simple task repeatedly. Which action organizes the code?

Refactor the code by removing any unnecessary tests.

Refactor the code by removing any unnecessary tests.

Reverse engineer and rewrite the code logic.

Reverse engineer and rewrite the code logic.

Using functions, rewrite any pieces of code that are repeated.

Using functions, rewrite any pieces of code that are repeated.

Modify the code to use loops.

Modify the code to use loops.

Suggested answer: C
asked 07/10/2024
Matt Smith
47 questions

Question 26

Report
Export
Collapse

Which principle is a value from the manifesto for Agile software development?

processes and tools over teams and interactions

processes and tools over teams and interactions

detailed documentation over working software

detailed documentation over working software

adhering to a plan over responding to requirements

adhering to a plan over responding to requirements

customer collaboration over contract negotiation

customer collaboration over contract negotiation

Suggested answer: D

Explanation:


Reference: https://www.cisco.com/c/dam/global/en_hk/solutions/collaboration/files/agile_product_development.pdf

asked 07/10/2024
Solomon Nidish
33 questions

Question 27

Report
Export
Collapse

Which advantage does the agile process offer compared to waterfall software development?

to add or update features with incremental delivery

to add or update features with incremental delivery

to view the full scope of end-to-end work

to view the full scope of end-to-end work

to have each phase end before the next begins

to have each phase end before the next begins

to fix any issues at the end of the development cycle

to fix any issues at the end of the development cycle

Suggested answer: A
asked 07/10/2024
Khalid Hamid
39 questions

Question 28

Report
Export
Collapse

How do XML and JSON compare regarding functionality?

XML provides more support for mapping data structures into host languages than JSON.

XML provides more support for mapping data structures into host languages than JSON.

XML provides more human readability than JSON.

XML provides more human readability than JSON.

JSON provides less support for data types than XML.

JSON provides less support for data types than XML.

JSON natively supports arrays and XML does not natively support arrays.

JSON natively supports arrays and XML does not natively support arrays.

Suggested answer: D
asked 07/10/2024
Mounir Mrabet
41 questions

Question 29

Report
Export
Collapse

What are two principles of an infrastructure as code environment? (Choose two.)

Components are coupled, and definitions must be deployed for the environment to function.

Components are coupled, and definitions must be deployed for the environment to function.

Redeployments cause varying environment definitions.

Redeployments cause varying environment definitions.

Environments must be provisioned consistently using the same inputs.

Environments must be provisioned consistently using the same inputs.

Service overlap is encouraged to cater for unique environment needs.

Service overlap is encouraged to cater for unique environment needs.

Complete complex systems must be able to be built from reusable infrastructure definitions.

Complete complex systems must be able to be built from reusable infrastructure definitions.

Suggested answer:
asked 07/10/2024
Rajiv Ranjan
52 questions

Question 30

Report
Export
Collapse

Which two encoding formats do YANG interfaces support? (Choose two.)

XML

XML

JSON

JSON

XHTML

XHTML

BER

BER

plain text

plain text

Suggested answer: A, B

Explanation:


Reference: https://www.cisco.com/c/en/us/td/docs/ios- xml/ios/prog/configuration/171/b_171_programmability_cg/model_driven_telemetry.html

asked 07/10/2024
Nathan Davies
38 questions
Total 471 questions
Go to page: of 48

Related questions