200-901 Dumps

200-901 Free Practice Test

Cisco 200-901: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)

QUESTION 51

- (Exam Topic 2)
What are two use cause where webhooks are effective? (Choose two.)

Correct Answer: DE

QUESTION 52

- (Exam Topic 1)
What are two benefit of managing network configuration via APIs? (Choose two.)

Correct Answer: CE

QUESTION 53

- (Exam Topic 3)
Which Python function is used to parse a string that contains JSON data into a Python dictionary?

Correct Answer: D
loads() function is present in python built-in 'json' module. This function is used to parse the JSON string.

QUESTION 54

- (Exam Topic 2)
Refer to the exhibit.
200-901 dumps exhibit
A network engineer wants to automate the port enable/disable process on specific Cisco switches. The engineer creates a script to send a request through RESTCONF and uses ietf as the YANG model and JSON as payload. Which command enables an interface named Loopback1?

Correct Answer: D

QUESTION 55

- (Exam Topic 3)
A developer must test the performance and reliability of an application. After functional and load tests are run, the application crashes due to traffic spikes from users. Which type of API constraint must be implemented to maintain reliability?

Correct Answer: A