Website: Vce To PDF Converter: Facebook: Twitter:: 200-901.vceplus - Premium.Exam.102Q
Website: Vce To PDF Converter: Facebook: Twitter:: 200-901.vceplus - Premium.Exam.102Q
102q
Number: 200-901
Passing Score: 800
Time Limit: 120 min
File Version: 1.0
Website: https://vceplus.com
VCE to PDF Converter: https://vceplus.com/vce-to-pdf/
Facebook: https://www.facebook.com/VCE.For.All.VN/
Twitter : https://twitter.com/VCE_Plus
200-901
Version 1.0
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Exam A
QUESTION 1
Which two statements describe the advantages of using a version control system? (Choose two.)
A. 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.
B. It provides tooling to automate application builds and infrastructure provisioning.
C. It allows multiple engineers to work against the same code and configuration files and mange differences and conflicts.
D. It provides a system to track User Stories and allocate to backlogs.
E. It allows developers to write effective unit tests.
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.agileconnection.com/article/picking-right-branch-merge-strategy
QUESTION 2
DRAG DROP
Drag and drop the element of the Finesse API on the left onto the description of its functionality on the right.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
Reference: https://developer.cisco.com/docs/finesse/#!cisco-finesse-desktop-apis
A. Cisco ISE
B. Cisco DNA Center
C. Cisco UCS Manager
D. Cisco NX-OS
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/products/cloud-systems-management/index.html
QUESTION 4
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?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
C. any port between 3000 and 5000
D. port 5000
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Refe
https://www.certificationkits.com/cisco-certification/ccna-articles/cisco-ccna-intro-to-routing-basics/cisco-ccna-default-gateway-a-default-routes/
QUESTION 6 Which two statements are true about Cisco UCS Manager, Cisco UCS Director, or Cisco Intersight APIs?
(Choose two.)
A. UCS Manager uses JSON to encode API interactions and utilizes Base64-encoded credentials in the HTTP header for authentication.
B. UCS Director API interactions can be XML- or JSON-encoded and require an API key in the HTTP header for authentication.
C. Cisco Intersight uses XML to encode API interactions and requires an API key pair 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 API key in the HTTP header for authentication.
Correct Answer: BD
Section: (none)
Explanation
Explanation/Reference:
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
A. 23
B. 443C. 822
D. 830
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 8 Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined
security roles?
A. router
B. switch
C. load balancer
D. firewall
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 9
Refer to the exhibit.
A. map
B. list
C. json
D. dict
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://stackoverflow.com/questions/34764979/loading-python-string-with-u-as-json?noredirect=1&lq=1
QUESTION 10
When a Cisco IOS XE networking device is configured using RESTCONF, what is the default data-encoding method?
A. YANG
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. YAML
C. XML
D. x-form-encoding
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/dam/en/us/products/collateral/cloud-systems-management/cloudcenter/white-paper-c11-737221.pdf
QUESTION 12 In DNS, which record specifies an alias that refers to another name that ultimately resolves to
an IP address?
A. CNAME
B. NS
C. AAA
D. SOA
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://ns1.com/resources/dns-types-records-servers-and-queries
QUESTION 13
DRAG DROP
Drag and drop the Docker file instructions from the left onto the correct descriptions on the right. Not all options are used.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
QUESTION 14
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Which JSON is equivalent to the XML-encoded data? A.
B.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
C.
D.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.guru99.com/json-vs-xml-difference.html
A. Functions ensure that a developer understands the inner logic contained before using them as part of a script or application.
B. Functions create the implementation of secret and encrypted algorithms.
C. Functions allow problems to be split into simpler, smaller groups, and reduce code repetition, which makes the code easier to read.
D. Functions store mutable values within a script or application.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions
QUESTION 16
FILL BLANK
Fill in the blanks to complete the Python script to request a service ticket using the APIC-EM REST API for the user “devnetuser”.
import requests
import json
controller = ‘devnetapi.cisco.com/sandbox/apic_em’
url = “https://” + controller + “api/va/ticket”
payload = {‘username’: ‘_________________’, ‘password’: ‘370940885’}
header = {‘Content-type’: ‘application.json’}
response = _______________________.post(url, data=json.dumps(payload), \
headers= ______________________, verify=False) r_json = response.json()
print(r_json)
ticket = r_json[“response”][“serviceTicket”]
print(ticket)
Explanation/Reference:
Explanation:
devnetuser
requests
header
Reference: https://developer.cisco.com/docs/apic-em/#!hello-world
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://phoenixnap.com/blog/what-is-bare-metal-hypervisor
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
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 19
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
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.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 21
Refer to the exhibit.
A. Loop through the returned of network devices and, for each device, print the device name and management IP address.
B. Count and print the total number of available devices.
C. For each device that is returned, display the device type and associated management IP address.
D. Iterate over a list of network devices and write all device names and management IP addresses to an output file.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 22
DRAG DROP
Drag and drop the network component names from the left onto the correct descriptions on the right. Not all options are used.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
QUESTION 23
FILL BLANK
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Fill in the blanks to complete the cURL command that invokes a RESTful API to retrieve a resource in JSON format using OAuth.
Explanation/Reference:
Explanation:
GET
Accept
Authorization
Reference: https://webcache.googleusercontent.com/search?q=cache:Se6d2trvMsEJ:https://blogs.cisco.com/developer/security-api-best-practices+&cd=4&hl=en&ct=clnk&gl=pk&client=firefox-b-d
A. gNMI
B. SOAP
C. SSH
D. CORBA
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1610/b_1610_programmability_cg/gnmi_protocol.html
A. routed NAT
B. static NAT
C. multicast NAT
D. normal NAT
E. dynamic NAT
Correct Answer: BE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.dummies.com/programming/networking/cisco/types-of-network-address-translation/
QUESTION 26
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
What is represented in this YANG module?
A. interface
B. BGP
C. OpenFlow
D. topology
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://github.com/CiscoDevNet/dnav3-code/blob/master/intro-mdp/yang/models/Cisco-IOS-XE-interfaces-oper.yang QUESTION 27
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
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?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 28 Which CI/CD tool is an automation tool used to build, test, and
deploy software?
A. Git
B. Gradle
C. Nagios
D. Jenkins
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html
QUESTION 29
Refer to the exhibit.
The definition of the YANG module and a RESTCONF query sent to a Cisco IOS XE device is shown. Which statement is correct if the RESTCONF interface responds with a 204 status code? A.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. The query updated the logging severity level or created it if not present on the device.
C. The query failed at retrieving the logging severity level.
D. The query failed to set the logging severity level due to an invalid path.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1611/b_1611_programmability_cg/restconf_programmable_interface.html
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.speaknetworks.com/cisco-virl-better-gns3/
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: http://www.linfo.org/mac_address.html
QUESTION 32
Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)
A. <get>
B. <get-config>
C. <get-update>
D. <modify>
E. <edit>
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/storage-networking/management/200933-YANG-NETCONF-Configuration-Validation.html
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 33
Which two statements about JSON and XML are true? (Choose two.)
Correct Answer: DE
Section: (none)
Explanation
Explanation/Reference:
Reference:
https://en.wikipedia.org/wiki/JSON https://www.w3schools.com/xml/xml_elements.asp
QUESTION 34
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Which two statements about the network diagram are true? (Choose two.)
A. The subnet address of PC-B has 18 bits dedicated to the network portion.
B. One of the routers has two connected serial interfaces.
C. R1 and R3 are in the same subnet.
D. PC-A and PC-B are in the same subnet.
E. The subnet of PC-C can contain 256 hosts.
Correct Answer: BE
Section: (none)
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation
Explanation/Reference:
QUESTION 35
Package updates from a local server fail to download. However, the same updates work when a much slower external repository is used. Why are local updates failing?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
A. @@ -20191007T1200 +88,90 @@ B.
@@ -88,10 +88,6 @@
C. @@ -90,88 +20191008T1349 @@
D. @@ -20191007T1200 +20191008T1349 @@
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://unix.stackexchange.com/questions/252927/what-do-the-numbers-in-the-line-mean-in-output-of-diff
QUESTION 37
DRAG DROP
Drag and drop elements of the RESTCONF Protocol stack from the left onto the connect descriptors on the right. Not all elements on the left are used.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/restconf_programmable_interface.html
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://blogs.cisco.com/networking/time-to-get-serious-about-edge-computing
QUESTION 39
DRAG DROP
Drag and drop the network automation interfaces from the left onto the transport protocols that they support on the right.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
QUESTION 40
FILL BLANK
Given a username of “devnet” and a password of “cisco123”, applications must create a base64 encoding of the string “________________” when sending HTTP requests to an API that uses _______________ authentication.
Explanation/Reference:
Explanation:
YWRtaW46Y2lzY28xMjM
Basic
Reference: https://www.cisco.com/c/en/us/td/docs/net_mgmt/elastic_services_controller/4-1/install/guide/Cisco-Elastic-Services-Controller-Install-Upgrade-Guide-4-1/Cisco-Elastic-Services-Controller-Install-Upgrade-Guide-
30_chapter_01011.html
QUESTION 41
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
An administrator attempts to perform a GET using the Cisco IOS XE RESTCONF API to return the hostname of a device. The sequence diagram illustrates the HTTP messages observed. Which change to the API request resolves the
issue?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 42
DRAG DROP
Drag and drop the variables from the left onto the item numbers on the right that match the missing assignments in the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
Reference: https://medium.com/@fotios.floros/linux-backup-script-1722cc9c2bf6 (use tar in order to create your backup file)
QUESTION 43
DRAG DROP
Drag and drop the HTTP status codes from the left onto the correct descriptions on the right.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/support/docs/security/web-security-appliance/118217-troubleshoot-wsa-00.html
QUESTION 44 Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build applications that
use Cisco APIs?
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://developer.cisco.com/site/sandbox/
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 46
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Which two statements describe the configuration of the switch after the Ansible script is run? (Choose two.) A.
Traffic from ports 0/2 to 0/5 can flow on port 0/1 due to the trunk.
Correct Answer: AC
Section: (none)
Explanation
Explanation/Reference:
QUESTION 47 Which principle is a value from the manifesto for Agile software
development?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/dam/global/en_hk/solutions/collaboration/files/agile_product_development.pdf
QUESTION 48
Which statement about authenticating a RESTCONF API session with a router that runs Cisco IOS XE Software is true?
A. No authentication is required.
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. Basic authentication must be used.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://content.cisco.com/chapter.sjs?uri=%2Fsearchable%2Fchapter%2Fcontent%2Fen%2Fus%2Ftd%2Fdocs%2Fios-xml%2Fios%2Fprog%2Fconfiguration%2F169%2Fb_169_programmability_cg%
2Frestconf_programmable_interface.html.xml&platform=Cisco%204000%20Series%20Integrated%20Services%20Routers&release=IOS%20XE%20Fuji%2016.9.x
Correct Answer: AB
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
QUESTION 50
Refer to the exhibit.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://community.cisco.com/t5/cisco-digital-network/how-can-i-make-this-script-to-run/td-p/3882782
QUESTION 51 Which two statements describe the role of an artifact repository in a CI/CD
pipeline? (Choose two.)
A. An artifact repository stores files needed and generated during the build process.
B. An artifact repository provides traceability, search, and management of binary files.
C. An artifact repository is needed only for CI/CD pipelines executed on a public cloud infrastructure.
D. An artifact repository allows to compare and merge changes in the source code of files involved in a build process.
E. An artifact repository is needed only for managing open source software.
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
A. broadcast address
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. TCP or UDP port number
C. IP protocol
D. destination next hop or outgoing interface
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://geek-university.com/ccna/routing-table-explained/
QUESTION 53
DRAG DROP
Drag and drop the descriptions from the left on to the correct parts of the API request and response on the right.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
QUESTION 54
FILL BLANK
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Fill in the blanks to complete the statement.
Cisco DNA Center provides the capability to send an HTTP _______________ request to the API endpoint https://DNA-C_API_ADDRESS/api/v1/network-device/and receive the network _______________ list in
_______________ format.
Explanation/Reference:
Explanation:
authentication
parameter
json
QUESTION 55 Which status code is used by a REST API to indicate that the submitted
payload is incorrect?
A. 400
B. 403
C. 405
D. 429
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://community.cisco.com/t5/application-centric/apic-rest-api-produces-inconsistent-response/td-p/2758230
A. checkout of code
B. merge of code
C. committing of code
D. branching code
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Correct Answer: CE
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
Reference: http://agiledata.org/essays/tdd.html
QUESTION 58
DRAG DROP
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.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
QUESTION 59
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A developer is troubleshooting an API with the given API documentation and cURL command. What is the cause of this problem?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 60 An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only 25 are returned. Which feature limits the amount of data that is
returned by the API?
A. pagination
B. payload limit
C. service timeouts
D. rate limiting
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://stackoverflow.com/questions/1495541/rest-payload-max-size
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 61
What is the Git command to delete a local branch named “experiment” without a warning?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.atlassian.com/git/tutorials/using-branches
QUESTION 62 Which two descriptions can be given to an application that is interacting with a
webhook? (Choose two.)
A. receiver
B. transaction monitor
C. codec
D. processor
E. listener
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 64
FILL BLANK
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Fill in the blank to complete the query parameter and value so that the result set is returned in reverse chronological order (most recent first) based on when messages were entered. HTTP
Explanation/Reference:
Explanation:
GET/v1/rooms{?teamId,type,sortBy,max}
Reference: https://developer.webex.com/docs/api/v1/rooms/list-rooms
QUESTION 65 In Python, which expression checks whether the script returns a success status code when the Requests
library is used?
A. response.status_code == requests.codes.ok
B. response.code == requests.codes.ok
C. response.status_code == requests.ok
D. response.status_code != requests.codes.ok
Correct Answer: A
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
Reference: https://realpython.com/python-requests/
A. workstation name
B. IP address
C. domain name
D. MAC address
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
QUESTION 67
Refer to the exhibit.
A. For all directories in the current folder, the script goes into the directory and makes a new directory.
B. The script waits until input is entered. If the directory exists, the script goes into it until there is no directory with the same name, then it creates a new directory.
C. The script waits until input is entered, then it goes into the directory entered and creates a new directory with the same name.
D. The script goes into the directory called “$ndir” and makes a new directory called “$ndir”.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
A. TAC Support
B. Software Research
C. API Documentation
D. Bitbucket
E. Sandbox
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Reference: https://developer.cisco.com/
QUESTION 69 Which platform has an API that can be used to obtain a list of vulnerable software on
user devices?
A. Cisco Umbrella
B. Cisco Firepower
C. Cisco Identity Services Engine
D. Cisco Advanced Malware Protection
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/security/firepower/630/fdm/fptd-fdm-config-guide-630/fptd-fdm-get-started.html
QUESTION 70 Which type of HTTP method is used by the Meraki and Webex Teams APIs to send
webhook notifications?
A. HTTP POST B.
HTTP GET
C. HTTP HEAD
D. HTTP PUT
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://meraki.cisco.com/blog/tag/alerts/
QUESTION 71
DRAG DROP
Drag and drop the descriptions from the left onto the correct application deployment models on the right.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
QUESTION 72 A developer is writing an application that uses a REST API and the application requires a valid response from the API. Which element of the response is used in the
conditional check?
A. body
B. headers
C. link
D. URL
E. status code
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide/b_Cisco_APIC_REST_API_Configuration_Guide_chapter_01.html
QUESTION 73 An authentication script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients. Which networking device
must be at fault?
A. load balancer
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
B. laptop on which the script is running
C. switch
D. router
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.guru99.com/test-driven-development.html
Correct Answer: BC
Section: (none)
Explanation
Explanation/Reference:
Reference: https://medium.com/codebuddies/getting-to-know-asynchronous-javascript-callbacks-promises-and-async-await-17e0673281ee
QUESTION 76 When using the Bash shell, how is the output of the devnet command saved to a file
named “output.txt”?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://askubuntu.com/questions/420981/how-do-i-save-terminal-output-to-a-file
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 77
Which two encoding formats do YANG interfaces support? (Choose two.)
A. XML
B. JSON
C. XHTML
D. BER
E. plain text
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/171/b_171_programmability_cg/model_driven_telemetry.html
QUESTION 78 Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve a configuration statement using RESTCONF on
a CSR 1000V?
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
QUESTION 79
Refer to the exhibit.
Given the API documentation for the UCS SDK Python class, Ucsl-landle, which code snippet creates a handle instance?
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A.
B.
C.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
D.
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2016/pdf/LTRINI%202020-LG.pdf
QUESTION 80
A company has written a script that creates a log bundle from the Cisco DNA Center every day. The script runs without error and the log bundles are produced. However, when the script is run during business hours, people report poor voice
quality of phone calls. What explains this behavior?
A. The script is written in a low-level programming language where there is no memory safety. This causes a buffer overflow and disruption on the network.
B. The speed and duplex settings in Cisco DNA Center are set incorrectly, which causes the transfer to be too slow.
C. The application is running in the Voice VLAN and causes delays and jitter in the subnet.
D. Generating the logs causes the CPU on the network controller to spike, which causes delays in forwarding the voice IP packets.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 81
Which mechanism is used to consume a RESTful API design when large amounts of data are returned?
A. data sets
B. scrolling
C. pagination
D. blobs
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://nordicapis.com/everything-you-need-to-know-about-api-pagination/
QUESTION 82
DRAG DROP
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Drag and drop the code from the left onto the item numbers on the right to complete the Meraki Python script shown in the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Select and Place:
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
QUESTION 83 Which type of threat occurs when an attacker can send hostile data to an interpreter within
an application?
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://owasp.org/www-project-top-ten/OWASP_Top_Ten_2017/Top_10-2017_A1-Injection
QUESTION 84
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
QUESTION 85
Refer to the exhibit.
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 86
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
The Python interpreter and the Cisco Python SDK are available by default in the Cisco NX-OS Software. The SDK documentation shows how the clid() API can be used when working with JSON and XML. What are two effects of running the
script? (Choose two.)
A. configure interface loopback 5
B. show details for the TABLE interface
C. issue shutdown on interface loopback 5
D. show only the interfaces in the up status
E. show only the interfaces in admin shut status
Correct Answer: AD
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/programmability/guide/b_Cisco_Nexus_9000_Series_NX-OS_Programmability_Guide_7x/Python_API.html
QUESTION 87 A function my_func() returns True when it executes normally. Which Python snippet
tests my_func()? A.
B.
C.
D.
Correct Answer: C
Section: (none)
Explanation
Explanation/Reference:
Reference: https://github.com/django/django/blob/master/tests/auth_tests/test_mixins.py
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 88 Which two use cases are supported by Meraki
APIs? (Choose two.)
Correct Answer: AE
Section: (none)
Explanation
Explanation/Reference:
QUESTION 89
DRAG DROP
Drag and drop the functionalities from the left onto the correct networking devices on the right.
Correct Answer:
Section: (none)
Explanation
Explanation/Reference:
Reference: https://geek-university.com/ccna/broadcast-domain-explained/
A. Webex Teams
B. Cisco Unified Communications Manager
C. Finesse Gadgets
D. Webex Devices
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
A. management plane
B. data plane
C. authentication plane
D. control plane
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
Reference: https://tools.cisco.com/security/center/resources/understanding_cppr
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
QUESTION 92 What should a CI/CD pipeline
aim to achieve?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
QUESTION 93
What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)
Correct Answer: CE
Section: (none)
Explanation
Explanation/Reference:
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone
QUESTION 95
DRAG DROP
Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right.
Correct Answer:
Section: (none)
Explanation
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Explanation/Reference:
Reference: https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/application-policy-infrastructure-controller-enterprise-module/1-2-x/config-guide/b_apic-em_config_guide_v_1-2-x/b_apic-em_config_guide_v_1-
2x_chapter_01001.pdf
A. natively secures access to secrets that are used by the running application
B. guarantees container images are secured and free of vulnerabilities
C. easier to patch because Docker containers include only dependencies that the application requires
D. prevents information leakage that can occur when unhandled exceptions are returned in HTTP responsesE. allows for separation of applications that traditionally run on the same host
Correct Answer: AB
Section: (none)
Explanation
Explanation/Reference:
QUESTION 97 Which action does the Git command git merge allow the
developer to perform?
Correct Answer: A
Section: (none)
Explanation
Explanation/Reference:
Reference: https://www.atlassian.com/git/tutorials/using-branches/git-merge
QUESTION 98
DRAG DROP
Drag and drop the Bash commands from the left onto the correct actions on the right.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
QUESTION 99
DRAG DROP
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Drag and drop the code from the left onto the item numbers on the right to complete the Meraki code to obtain a list of clients which have used this network.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Correct Answer:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Section: (none)
Explanation
Explanation/Reference:
QUESTION 100 Which REST architectural constraint indicates that no client context should be stored on the server
between requests?
A. cacheable
B. stateless
C. uniform interface
D. client-server
Correct Answer: B
Section: (none)
Explanation
Explanation/Reference:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
Reference: https://developer.cisco.com/docs/nx-os/#!representational-state-transfer-rest
QUESTION 101
FILL BLANK
Fill in the blanks to complete the Python script to retrieve a list of network devices using the Cisco DNA Center API.
import requests
url = “https://myDNAserver/dna/intent/api/v1/network-device” payload
= {}
headers = {‘x-auth-token’: ‘eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzl1NiJ9.ey.JzdWloOil1ZDE0OWZkMjhlZTY2
MmQ3NGM5YzE5ZTliLmYzMCLslmV4CcCI6MTU3MjM3ODE%MCwidXNlcm5hbWUiOiJraX
N370940885.zhK5LPQd501ZUpZI0IH_qrgOXttlNbxSFFF7JOEtRls’
}
response = requests.request( _______________________ , url,
headers = _________________________, data = _______________________ )
print(response.text.encode(‘utf8’))
Explanation/Reference:
Explanation: response = requests.request(
method , url, headers = headers, data =
request.get_data )
print(response.text.encode(‘utf8’))
Reference: https://www.programcreek.com/python/example/64946/flask.request.get_data
QUESTION 102
Refer to the exhibit.
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A REST API returns this JSON output for a GET HTTP request, which has been assigned to a variable called “vegetables”. Using Python, which output is the result of this command? print(filter(lambda 1: 1[ ‘type’ ] ==
‘fruit’, vegetables) [0][‘items’][0][‘items’][0])
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com
A. {‘color’: ‘green’, ‘items’: [‘kiwi’, ‘grape’]}
B. [‘kiwi’, ‘grape’]
C. lettuce
D. kiwi
Correct Answer: D
Section: (none)
Explanation
Explanation/Reference:
www.vceplus.com - Free Questions & Answers - Online Courses - Convert VCE to PDF - VCEplus.com