200-901 Dumps

200-901 Braindumps

200-901 Real Questions

200-901 Practice Test

200-901 Actual Questions


killexams.com


Cisco


200-901


DevNet Associate (DEVASC)


https://killexams.com/pass4sure/exam-detail/200-901

Question: 303


Which two statements describe the advantages of using a version control system? (Choose two.)

  1. It allows for branching and merging so that different tasks are worked on in isolation before they are merged into a feature or master branch.

  2. It provides tooling to automate application builds and infrastructure provisioning.

  3. It allows multiple engineers to work against the same code and configuration files and mange differences and conflicts.

  4. It provides a system to track User Stories and allocate to backlogs.

  5. It allows developers to write effective unit tests.


Answer: AD Explanation:

Reference: https://www.agileconnection.com/article/picking-right-branch-merge-strategy


Question: 304


When a Cisco IOS XE networking device is configured using RESTCONF, what is the default data-encoding method?

  1. YANG

  2. YAML

  3. XML

  4. x-form-encoding


Answer: A Explanation:

Reference https://www.cisco.com/c/en/us/td/docs/ios- xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html


Question: 305


Refer to the exhibit.


A process on the host wants to access the service running inside this Docker container. Which port is used to make a connection?

  1. only outbound connections between 3000 and 5000 are possible

  2. port 3000

  3. any port between 3000 and 5000

  4. port 5000

Answer: C


Question: 306


Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security roles?

  1. router

  2. switch

  3. load balancer

  4. firewall


Answer: D Question: 307 Refer to the exhibit.


Which Python data structure does my_json contain?

  1. map

  2. list

  3. json

  4. dict


Answer: D Explanation:

Reference: https://stackoverflow.com/questions/34764979/loading-python-string-with-u-as-json? noredirect=1&lq=1


Question: 308

Which description of a default gateway is true?

  1. It is a security feature that denies certain traffic.

  2. It is a device that receives IP packets that have no explicit next-hop in the routing table.

  3. It is a feature that translates between public and private addresses.

  4. It is a device that receives Layer 2 frames with an unknown destination address.


Answer: B Explanation:

Reference: https://www.certificationkits.com/cisco-certification/ccna-articles/cisco-ccna-intro-to-routing-basics/cisco- ccna-default-gateway-a-default-routes/


Question: 309


Which two elements are foundational of DevOps? (Choose two.)

  1. organizing cross-functional teams over organizational silos

  2. designing applications as microservices

  3. encouraging containers for the deployment of applications

  4. automating over documenting

  5. optimizing the cost of infrastructures


Answer: AC Explanation:

Reference: https://www.cisco.com/c/dam/en/us/products/collateral/cloud-systems-management/cloudcenter/white- paper-c11-737221.pdf


Question: 310


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?

  1. Refactor the code by removing any unnecessary tests.

  2. Reverse engineer and rewrite the code logic.

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

  4. Modify the code to use loops.


Answer: A


The output of a unified diff when comparing two versions of a Python script is shown.


Which two “single_request_timeout()” functions are defined in fish.py and cat.py? (Choose two.) A)


B)



C)


D)



  1. Option A

  2. Option B

  3. Option C

  4. Option D


Answer: AB


Question: 312

Question: 313


Which two types of NAT are used in a network? (Choose two.)

  1. routed NAT

  2. static NAT

  3. multicast NAT

  4. normal NAT

  5. dynamic NAT


Answer: BE Explanation:

Reference: https://www.dummies.com/programming/networking/cisco/types-of-network-addresstranslation/


What is the function of the Python script?

  1. Loop through the returned of network devices and, for each device, print the device name and management IP address.

  2. Count and print the total number of available devices.

  3. For each device that is returned, display the device type and associated management IP address.

  4. Iterate over a list of network devices and write all device names and management IP addresses to an output file.


Answer: B Question: 315 Refer to the exhibit.


Which JSON is equivalent to the XML-encoded data? A)


B)



C)



  1. Option A

  2. Option B

  3. Option C

  4. Option D


Answer: C Explanation:

Reference: https://www.guru99.com/json-vs-xml-difference.html


Question: 316


What are the purpose of the Cisco VIRL software tool?

  1. to verify configurations against compliance standards

  2. to automate API workflows

  3. to simulate and model networks

  4. to test performance of an application


Answer: C Explanation:

Reference: https://www.speaknetworks.com/cisco-virl-better-gns3/


Question: 317


What are two advantages of version control software? (Choose two.)

  1. It supports tracking and comparison of changes in binary format files.

  2. It allows new team members to access the current code and history.

  3. It supports comparisons between revisions of source code files.

  4. It provides wiki collaboration software for documentation.

Answer: AC Explanation:

Explanation: Version control is a way to keep a track of the changes in the code so that if something goes wrong, we can make comparisons in different code versions and revert to any previous version that we want. It is very much required where multiple developers are continuously working on /changing the source code.


Question: 318


Which CI/CD tool is an automation tool used to build, test, and deploy software?

  1. Git

  2. Gradle

  3. Nagios

  4. Jenkins


Answer: D Explanation:

Reference: https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuousdelivery- explained.html