Exam Questions 200-901: Developing Applications and Automating Workflows Using Cisco Core Platforms (DEVASC)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

Welcome to download the Newest 2passeasy 200-901 dumps

https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

Exam Questions 200-901


Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)

https://www.2passeasy.com/dumps/200-901/

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

NEW QUESTION 1
In python, which expression checks whether the script returns a success status code when the Requests library is used?

A. response.status_code== requests.ok
B. respons.status_code== requests.codes.ok
C. response.code== requests.codes.ok
D. response.status_code ! == requests.codes.ok

Answer: B

NEW QUESTION 2
Which two use cases are supported by Meraki APIs? (Choose two.)

A. Retrieve live streams from a Meraki Camera.


B. Build a custom Captive Portal for Mobile Apps.
C. Configure network devices via the Dashboard API.
D. Build location-aware apps from Wi-Fi and LoRaWAN devices.
E. Deploy applications onto the devices.

Answer: BC

NEW QUESTION 3
Refer to the exhibit.

Which two statement describe the configuration of the Ansible script is run? (Choose two.)

A. Traffic on port 0/2 and 0/3 is connected to port 0/6.


B. Traffic from ports 0/2 to 0/5 can flow on port 0/1 due to the trunk.
C. Traffic can flow between ports 0/2 to 0/5 due to the trunk on port 0/1.
D. GigabitEthernet0/2 and GigabitEthernet0/3 are access ports for VLAN 6.
E. GiabitEthernet0/1 is left unconfigured.

Answer: BD

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

A. Mastered
B. Not Mastered

Answer: A

Explanation:
1 – A, 2 – B, 3 – D, 4 – C

NEW QUESTION 5
What is the outcome of executing this command?
git clone ssh://[email protected]/path/to/my-project_git

A. Creates a local copy of a repository called “my project”


B. Creates a copy of a branch called “my project”
C. Initiates a new Git repository called “my project”
D. Creates a new branch called “my project”

Answer: A

NEW QUESTION 6
Which two items are Cisco DevNet resources? (Choose two.)

A. TAC support
B. Bitbucket
C. Sandbox

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

D. Software research
E. API Documentation

Answer: CE

NEW QUESTION 7
Which way should be used to safely the API keys?

A. In an environment variable unique to the system database


B. Encrypted in a configuration file that is separate from the code
C. Encrypted in the code in a function
D. Plain text in the code as a constant

Answer: B

NEW QUESTION 8
A developer is writing an application that a REST API and the application requires a valid from the API which element of the response is used in the conditional
check?

A. URL
B. Status code
C. Link
D. Body
E. Headers

Answer: B

NEW QUESTION 9
Which is an advantage of using network programmability?

A. It removes CLI access for devices.


B. It provides for more scalable and replicable network provisioning.
C. Manual configuration is faster.
D. No cloud abstraction occurs.

Answer: B

NEW QUESTION 10
Refer to the exhibit.

What caused the error in this API request?

A. The API resource does not support the POST operation


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 resource.
D. The submitted JSON payload has a formatting issue

Answer: D

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

NEW QUESTION 10
Which platform has an API that 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

Answer: D

NEW QUESTION 15
Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR 1000V?

A. Change the HTTP method to PUT.


B. Change the transport protocol to HTTPS.
C. Check the MIMF types in the HTTP headers.
D. Check the authentication credentials.

Answer: D

NEW QUESTION 16
Refer to the exhibit.

What is the effect of this Ansible playbook on an IOS router?

A. A new running configuration is pushed to the IOS router.


B. The current running configuration of the IOS router is backed up.
C. The start-up configuration of the IOS router is copied to a local folder.
D. A new start-up configuration is copied to the IOS router.

Answer: B

NEW QUESTION 17
Which type of HTTP method is used by the Meraki nad webex teams APIs to send webhook notifications?

A. HTTP GET
B. HTTP PUT
C. HTTP HEAD
D. HTTP POST

Answer: D

NEW QUESTION 21

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

An automation 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 mut be at fault?

A. Laptop on which the scripted is running


B. Router
C. Switch
D. Load balancer

Answer: D

NEW QUESTION 23
Which description of a default gateway if true?

A. It is a device that receives IP packets that have no explicit next-hop in the routing table.
B. It is a feature that translates between public and private addresses.
C. It is a security feature that denies certain traffic.
D. It is a device that receives Layer 2 frames with an unknown destination address.

Answer: A

NEW QUESTION 28
Refer to the exhibit.

Drag and drop the descriptors from the left onto the correct parts of the API request and response on the right.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
A – E, B – D, C – B, D – C, E – A, F – F

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

NEW QUESTION 32
What is an example of a network interface hardware address?

A. domain name
B. IP address
C. workstation name
D. MAC addess

Answer: D

NEW QUESTION 34
Refer to the exhibit.

What caused the error in this API request?

A. The API resource does not support the POST operation.


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 submitted JSON payload has a formatting issue.

Answer: D

NEW QUESTION 37
Which line is an example of the start of a chunk from a unified diff?

A. @@ -90,88 +20191008T1349@@
B. @@ -20191007T1200 +88,90 @@
C. @@ -20191007T1200 +20191008T1349@@
D. @@ -88,10 +88,6 @@

Answer: D

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

A. Static NAT
B. Normal NAT
C. Multicast NAT
D. Dynamic NAT
E. Router NAT

Answer: AD

NEW QUESTION 43
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?

A. Refactor the code by removing any unnecessary tests


B. Using functions, rewrite any pieces of code that are repeated
C. Reverse engineer and rewrite the code logic
D. Modify the code to use loops

Answer: B

NEW QUESTION 46
What should a CI/CD pipeline aim to achieve?

A. to allow manual testing before deployment

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

B. to require minimal manual interaction


C. to support new deployments on a fixed monthly schedule
D. to provide a documented process for feedback

Answer: A

NEW QUESTION 47
Refer to the exhibit.

Given the API documentation for the UCS SDK python class, UcsHandle, which code snippet creates a handle instance?

A. Option A
B. Option B
C. Option C
D. Option D

Answer: B

NEW QUESTION 50

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

Which task is performed because the test-driven development approach is being used?

A. testing existing software before developing new code


B. refactoring code that is covered by existing tests
C. writing code without committing any coding violations
D. creating test scenarios based on continuous development

Answer: B

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

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

Answer: D

NEW QUESTION 53
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security rules?

A. Switch
B. Router
C. Firewall
D. Load balancer

Answer: C

NEW QUESTION 54
Refer to the exhibit.

What is the function of the python script?

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


B. Iterate over a list of network devices and write all device names and management IP addresses to anoutput file.
C. Iterate over a list of network devices and write all device type and associated management IP address.
D. For each device that is returned, display the device and, for each device, print the device name and management IP address.
E. Loop through the returned list of network devices and, for each device, print the device name management IP address.

Answer: E

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

A. adhering to a plan over responding to requirements


B. detailed documentation over working software
C. processes and tools over teams and inter actions

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

D. customer collaboration over contract negotiation

Answer: D

NEW QUESTION 57
Which model-driven programmability protocol does Cisco IOS XE Software support?

A. CORBA
B. SSH
C. gNMI
D. SOAP

Answer: C

NEW QUESTION 61
Fill in the blanks to complete the cURL command that invokes a RESTful API to retrieve a resource in JSON format using OAuth.

curl –X ____________ -H “ __________: application/json” \


-H “ _______: Bearer AbCdEf123456” https://localhost/api/myresource

A. Mastered
B. Not Mastered

Answer: A

Explanation:
See the solution below.

NEW QUESTION 64
Drag and drop the descriptions from the left onto correct application deployment models on the right.

A. Mastered
B. Not Mastered

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

Answer: A

Explanation:
1 – B, 2 – E, 3 – C, 4 – D, 5 – A

NEW QUESTION 69
Which mechanism is used to consume a RESTful API design when large amounts of data are returned?

A. Data sets
B. Scrolling
C. Blobs
D. Pagination

Answer: D

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

A. Processor
B. Codec
C. Listener
D. Receiver
E. Transaction monitor

Answer: CD

NEW QUESTION 71
Which two encoding formats do YANG interfaces support?

A. JSON
B. XML
C. XHTML
D. Plain text
E. BER

Answer: AB

NEW QUESTION 76
Drag and drop the HTTP status codes from the left onto the correct descriptions on the right.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
1 – B, 2 – D, 3 – A, 4 – C

NEW QUESTION 79
Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library import requests

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:
request, headers , payload

NEW QUESTION 84
Which detail is included in a routing table?

A. IP protocol
B. Broadcast address
C. TCP or UDP port number
D. Destination next hop or outgoing interface

Answer: D

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

A. JSON objects arc collection of key value paire.


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

Answer: AD

NEW QUESTION 86
What are two security benefits of a Docker-based application?

A. easier to patch because Docker containers include only dependencies that the application requires
B. prevents information leakage that can occur when unhandled exceptions are returned in HTTP responses
C. allows for separation of application that traditionally run in the same host
D. natively secures access to secrets that are used by the running application
E. guarantees container images are secured and free of vulnerabilities

Answer: AC

NEW QUESTION 87
Which two statements describe the traits of an asynchronous API call? (Choose two.)

A. The order in which API calls return can be guaranteed


B. A call to an API does not block the code, but rather it allows application processing to continue
C. The end user can experience latency or performance lag while waiting for the API call to return
D. Code execution blocks or waits for the call to an API to return.
E. A callback function typically is used to process the response from an API call

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

Answer: BE

NEW QUESTION 88
Which type of threat occur when an attacker can send hostile data to an interpreter within an application?

A. Cross-site scripting
B. Sensitive data exposure
C. Broken authentication
D. Injection

Answer: D

NEW QUESTION 93
Drag and drop the Docker file instructions from the onto correct descriptions on the right. Not all options are used.

A. Mastered
B. Not Mastered

Answer: A

Explanation:
1 – E, 2 – B, 3 – D, 4 – A

NEW QUESTION 95
What is the Git command to delete a local branch named “experiment” without a warning?

A. git branch –n experiment


B. git branch –rm experiment
C. git branch –f experiment
D. git branch –D experiment

Answer: D

NEW QUESTION 99
What is the purpose of the Cisco VIRL software tool?

A. To verify configurations against compliance standards


B. To simulate and model networks
C. To automate API workflows
D. To test performance of an application

Answer: B

NEW QUESTION 102


Refer to the exhibit.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

The output of a unified diff when comparing two versions of a python script is shown. Which two “single_ request _ timeout ()”

A. Option A
B. Option B
C. Option C
D. Option D

Answer: BC

NEW QUESTION 107


Fill in the blanks to complete the python script to retrieve a list of network devices using the Cisco DNA center API.

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

A. Mastered
B. Not Mastered

Answer: A

Explanation:

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

NEW QUESTION 110


......

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Welcome to download the Newest 2passeasy 200-901 dumps
https://www.2passeasy.com/dumps/200-901/ (100 New Questions)

THANKS FOR TRYING THE DEMO OF OUR PRODUCT

Visit Our Site to Purchase the Full Set of Actual 200-901 Exam Questions With Answers.

We Also Provide Practice Exam Software That Simulates Real Exam Environment And Has Many Self-Assessment Features. Order the
200-901 Product From:

https://www.2passeasy.com/dumps/200-901/

Money Back Guarantee

200-901 Practice Exam Features:

* 200-901 Questions and Answers Updated Frequently

* 200-901 Practice Questions Verified by Expert Senior Certified Staff

* 200-901 Most Realistic Questions that Guarantee you a Pass on Your FirstTry

* 200-901 Practice Test Questions in Multiple Choice Formats and Updatesfor 1 Year

Passing Certification Exams Made Easy visit - https://www.2PassEasy.com


Powered by TCPDF (www.tcpdf.org)

You might also like