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

Loading demo links...

Showing 13–15 of 20 questions

Question 13 (Cisco Platforms and Development)

Which operation is performed with YANG model-driven programmability in NX-OS?

Select an option, then click Submit answer.

  • configure a device with native and OpenConfig-based models

  • bootstrap a device that has a factory-default configuration

  • send CLI commands to a device and retrieve output in JSON format

  • run Linux commands natively on the device

Question 14 (New Update)

Which implementation creates a group of devices on one or more LANs that are configured to communicate as if they were attached to the same wire?

Select an option, then click Submit answer.

  • WLAN

  • VLAN

  • IPsec

  • HSRP

Question 15 (Understanding and Using APIs)

Refer to the exhibit. A collaboration engineer has developed a script to automate the gathering of information by providing the email address of the individual. When the engineer tests the script, a 401 error is received. Which command fixes the script?

Select an option, then click Submit answer.

  • Add “Authorization”: “Bearer ” to the headers.

  • Add “Authentication”: “Basic ” in the base_url after “https://”.

  • Add “:@” in the base_url after “https://”.

  • Add “Authentication”: “Bearer ” to the headers.