- (Exam Topic 1)
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.
Solution:
1 – C, 2 – D, 3 – B, 4 - A
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 2)
Refer to the exhibit.
A developer creates a Python script that queries Cisco Webex. When the script is executed, a 401 code is returned. After troubleshooting, the developer discovers that the service is missing privileges. Which change to the header in line 4 of the script results in the code 200?
A)
B)
C)
D)
Correct Answer:
C
- (Exam Topic 3)
Refer to the exhibit. A script must output details of all the Cisco Meraki MS220-BP switches across all organizations and networks. Drag and drop the code snippets from the bottom onto the boxes in the code to complete the script. Not all options are used.
Solution:
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
What are two benefits of implementing common data structures when working with APIs in remote systems? (Choose two.)
Correct Answer:
BE
- (Exam Topic 1)
The project is migrated to a new codebase, the “old_project” directory must be deleted. The directory has multiple read-only files, and it must be deleted recursively without prompting for confirmation. Which bash command must be used?
Correct Answer:
A