[Nov-2023] Cisco 200-901 Actual Questions and Braindumps [Q15-Q40]

Share

[Nov-2023] Cisco 200-901 Actual Questions and Braindumps

Pass 200-901 Exam with Updated 200-901 Exam Dumps PDF 2023


Exam Topics

The applicants must develop their knowledge and mastery of the exam domains in advance. The following is the overview of the subject areas that are included in this certification test:

Software Design & Development: The first section measures the proficiency of the test takers in the following:

  • Explanation of the advantages of arranging code into functions/methods, classes as well as modules
  • Explanation of the benefits of version control
  • Comparison of data formats
  • Comparison of application development methods (waterfall, lean, and agile)

 

NEW QUESTION # 15
A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be integrated into a single commit with the current working primary branch named 'prodapp411926287'. Which git command must be used?

  • A. git push --rebase feat00304
  • B. git merge --squash feat00304
  • C. git rebase --merge feat00304
  • D. git checkout --squash feat00304

Answer: B


NEW QUESTION # 16
Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?

  • A. DevNet Automation Exchange
  • B. DevNet communities
  • C. DevNet sandbox
  • D. DevNet code Exchange

Answer: C

Explanation:
Reference: https://developer.cisco.com/site/sandbox/


NEW QUESTION # 17
Fill in the blanks to complete the statement.
Given a username of "devnet" And a password "Cisco123", applications must create a base64 encoding of the string" ____________ " when sanding HTTP requests to an API that uses _______________ authentication.

Answer:

Explanation:
devnet:Cisco123, Basic
Explanation
Solution as below


NEW QUESTION # 18
Refer to the exhibit.

What caused the error in this API request?

  • A. The submitted JSON payload has a formatting issue.
  • B. The API resource does not support JSON format payloads.
  • C. The submitted JSON payload includes a field that is not supported by the API resources.
  • D. The API resource does not support the POST operation.

Answer: A


NEW QUESTION # 19
Refer to the exhibit.

Which python data structure does my_josn contain?

  • A. List
  • B. Map
  • C. Dict
  • D. Json

Answer: C


NEW QUESTION # 20
Refer to the exhibit.

Which two statements about the network diagram are true? (Choose two.)

  • A. One of the routers has two connected serial interfaces.
  • B. The subnet of PC-C can contain 256 hosts.
  • C. The subnet address of PC-B has 18 bits dedicated to the network portion.
  • D. R1 and R3 are in the same subnet.
  • E. PC-A and PC-B are in the same subnet.

Answer: A,B


NEW QUESTION # 21
Drag and drop the element of the Finesse API on the left onto the description of its functionally on the right.

Answer:

Explanation:


NEW QUESTION # 22
What is a requirement when authenticating a RESTCONF API session with a router that runs Cisco IOS XE Software?

  • A. Basic authentication must be used.
  • B. OAuth must be used.
  • C. A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.
  • D. No authentication is required.

Answer: A

Explanation:
Explanation
https://www.cisco.com/c/en/us/td/docs/routers/csr1000/software/restapi/restapi/RESTAPIclient.html


NEW QUESTION # 23
Drag and drop the function on the left onto the type of plane that handles the function on the right.

Answer:

Explanation:


NEW QUESTION # 24
Drag and drop the network component names from the left onto the correct descriptions on the right. Not all options are used.

Answer:

Explanation:

Explanation
1 - A, 2 - B, 3 - D, 4 - C


NEW QUESTION # 25
By default, how does EIGRP determine the metric of a route for the routing table?

  • A. It counts the number of hops between the receiving and destination routers and uses that value as the metric.
  • B. It uses a default metric of 10 for all routes that are learned by the router.
  • C. It uses a reference bandwidth and the actual bandwidth of the connected link to calculate the route metric.
  • D. It uses the bandwidth and delay values of the path to calculate the route metric.

Answer: D

Explanation:
Section: IP Connectivity


NEW QUESTION # 26
Drag and drop the requests from the left into the correct order on the right to create and check the path trace between two devices using Cisco DNA center API.

Answer:

Explanation:

Explanation
1 - C, 2 - D, 3 - B, 4 - A


NEW QUESTION # 27
Refer to the exhibit.

What is the result of executing this Ansible playbook?

  • A. The playbook copies a new start-up configuration to CISCO_ROUTER_01.
  • B. The playbook backs up the running configuration of CISCO_ROUTER_01.
  • C. The playbook backs up the start-up configuration of C1SCO_ROUTER_01.
  • D. The playbook copies a new running configuration to CISCO_ROUTER_01.

Answer: C


NEW QUESTION # 28
Which two statements are true about Cisco UCS manager, Cisco Intersight APIs? (Choose two.)

  • A. Cisco Intersight uses XML to encoded API interactions and requires an API key pair for authentication.
  • B. UCS manager uses JSON to encode API interactions and utilizes Base64-encoded credentials in the HTTP header for authentication.
  • C. USC Director API interactions can be XML- or JSON-encoded and require an APLs key in the HTTP header for authentication.
  • D. UCS manager API interactions are XML-encoded and require a cookie in the method for authentication.
  • E. Cisco Intersight API interactions can be encoded in XML or JSON and require an APIs key in the HTTP header for authentication.

Answer: C,D

Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/ucs-director/rest-api-getting-started-guide/6-5/cisco-ucs-director-REST-API-getting-started-65.html
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/api/b_ucs_api_book.pdf


NEW QUESTION # 29
Which two descriptions can be given to an application that is interacting with a webhook? (Choose two.)

  • A. receiver
  • B. processor
  • C. codec
  • D. transaction monitor
  • E. listener

Answer: A,E

Explanation:
Explanation/Reference:


NEW QUESTION # 30
Which two tasks must be performed to configure NTP to a trusted server in client mode on a single network device? (Choose two.)

  • A. Verify the time zone.
  • B. Specify the IP address of the NTP server.
  • C. Set the NTP server private key.
  • D. Enable NTP authentication.
  • E. Disable NTP broadcasts.

Answer: B,C

Explanation:
Section: IP Services


NEW QUESTION # 31
What is the function of IP address in networking?

  • A. represents the unique ID that is assigned to one host on a network
  • B. represents a network connection on specific devices
  • C. specifies the type of traffic that is allowed to roam on a network
  • D. specifies resource's location and the mechanism to retrieve it

Answer: A


NEW QUESTION # 32
Fill in the blanks to complete the statement.
Cisco DNA provide the capability to send an HTTP _______________ request to the API endpoint https://DNA-c_API_ADDRESS/api/vi/network-device/ and receive the network __________ list in __________ format.

Answer:

Explanation:
GET,device,JSON
Explanation:
Solution below as


NEW QUESTION # 33
What is an advantage of Cisco DNA Center versus traditional campus device management?

  • A. It supports numerous extensibility options, including cross-domain adapters and third-party SDKs.
  • B. It enables easy autodiscovery of network elements in a brownfield deployment.
  • C. It supports high availability for management functions when operating in cluster mode.
  • D. It is designed primarily to provide network assurance.

Answer: A

Explanation:
Section: Automation and Programmability
Explanation/Reference:


NEW QUESTION # 34
Package updates from a local server fail to download. However, the same updates work when a much slower external repository is used. Way are local updates failing?

  • A. The update utility is trying to use a proxy to access the internal resource.
  • B. The server is running out of disk space.
  • C. The Internet is down at the moment, which causes the local server to not be able to respond.
  • D. The Internet connection is too slow.

Answer: A


NEW QUESTION # 35
Drag and drop the function on the left onto the type of plane that handles the function on the right.

Answer:

Explanation:


NEW QUESTION # 36
What is the Git command to delete a local branch named "experiment" without a warning?

  • A. git branch -D experiment
  • B. git branch -rm experiment
  • C. git branch -n experiment
  • D. git branch -f experiment

Answer: A


NEW QUESTION # 37
What are two southbound APIs? (Choose two.)

  • A. OpenFlow
  • B. DSC
  • C. Thrift
  • D. CORBA
  • E. NETCONF

Answer: A,E

Explanation:
Section: Automation and Programmability


NEW QUESTION # 38
Refer to the exhibit.

An engineer must check the admin rights of users on a database regularly and prepares the Python script to automate the process. The script connects to the database and runs a query. What is a security issue about the secrets in the code that relates to secret protection?

  • A. They must be encrypted if stored in the user database.
  • B. They must be stored in configuration files if there is a possibility of leakage.
  • C. They must be Base64-encoded if stored in the user database.
  • D. They must be stored in configuration files if no authentication will be used.

Answer: D


NEW QUESTION # 39
Which two statements about JSON and XML are true? (Choose two.)

  • A. The syntax of JSON contains tags, elements, and attributes.
  • B. XML objects are collections of key-value pairs.
  • C. The syntax of XML contains tags, elements, and attributes.
  • D. JSON arrays are an unordered set of key value pairs.
  • E. JSON objects are collection of key value pair.

Answer: C,E


NEW QUESTION # 40
......


Cisco 200-901 (DevNet Associate) Exam is a certification test that validates a candidate's knowledge and skills in software development and design for Cisco platforms. 200-901 exam is specifically designed for individuals who want to pursue a career in the Cisco DevNet field. The Cisco 200-901 exam has been introduced to meet the growing demand for network engineers with expertise in software development.


Cisco 200-901 exam covers topics such as software development, APIs, Cisco platforms, and application development platforms. Candidates will be tested on their knowledge of programming languages such as Python, JavaScript, and RESTful APIs. They will also be evaluated on their understanding of Cisco's platforms, including Cisco DNA Center and Meraki, and their ability to develop applications using these platforms.

 

Latest 200-901 Pass Guaranteed Exam Dumps with Accurate & Updated Questions: https://www.testpassking.com/200-901-exam-testking-pass.html

200-901 Exam Brain Dumps - Study Notes and Theory: https://drive.google.com/open?id=13UrtuCfBgb_-0-lggr7aeUB8m_8n1Nhy