- (Exam Topic 3)
Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script by using the Cisco SDK. Not all options are used.
Solution:
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 1)
Which task is performed because the test-driven development approach is being used?
Correct Answer:
B
"The idea is that you build a test case first, before any software has been created or modified" but "testing existing software before developing new code" is the idea or goal, not the task five steps of TDD:
-Write a test
-Test fails
-Write some code
-Test passes
-Refactor
- (Exam Topic 1)
Refer to the exhibit.
Drag and drop the code from the left onto the item numbers on the right to complete to Meraki python script shown in the exhibit.
Solution:
1 – D, 2 – A, 3 – H, 4 – F, 5 – G, 6 – E, 7 – C, 8 – B
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 1)
Which mechanism is used to consume a RESTful API design when large amounts of data are returned?
Correct Answer:
D
Reference: https://nordicapis.com/everything-you-need-to-know-about-api-pagination/
- (Exam Topic 3)
Refer to the exhibit. Which action does the script perform?
Correct Answer:
D