Cisco DevNet Associate (200-901) Free Practice Test
Question 1
Refer to the exhibit.

Drag and drop the variables from the left onto the item numbers on the right that match the missing assignments in the exhibit.


Drag and drop the variables from the left onto the item numbers on the right that match the missing assignments in the exhibit.

Correct Answer:

Question 2
Which type of HTTP method is used by the Meraki nad webex teams APIs to send webhook notifications?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Refer to the exhibit.

Fill in the blank to complete the query parameter and value so that the result set is returned in reverse chronological order (most recent first) based on when message were entered.


Fill in the blank to complete the query parameter and value so that the result set is returned in reverse chronological order (most recent first) based on when message were entered.

Correct Answer:
sortBylastactivity
Explanation:
To ensure the result set is returned in reverse chronological order based on when messages were entered, we need to use the sortBy parameter with the value lastactivity. This parameter sorts the rooms by their last activity timestamp, ensuring the most recent rooms are listed first.
Example:
GET /v1/rooms?sortBy=lastactivity
Reference:
Cisco Webex Teams API Documentation (explains query parameters and their usage in API calls) Cisco DevNet Associate Exam Topics: APIs and Automation (understanding how to utilize query parameters to retrieve data)

Explanation:
To ensure the result set is returned in reverse chronological order based on when messages were entered, we need to use the sortBy parameter with the value lastactivity. This parameter sorts the rooms by their last activity timestamp, ensuring the most recent rooms are listed first.
Example:
GET /v1/rooms?sortBy=lastactivity
Reference:
Cisco Webex Teams API Documentation (explains query parameters and their usage in API calls) Cisco DevNet Associate Exam Topics: APIs and Automation (understanding how to utilize query parameters to retrieve data)

Question 4
Refer to the exhibit.

Drag and drop the code from the bottom onto the blanks in the code to construct a cURL command using the Cisco DNA Center API. which will provide the details of a WLAN controller with Id af397748444. Not at options are used.


Drag and drop the code from the bottom onto the blanks in the code to construct a cURL command using the Cisco DNA Center API. which will provide the details of a WLAN controller with Id af397748444. Not at options are used.

Correct Answer:

Question 5
Which network device plane is responsible for handling QoS?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
Refer to the exhibit.

A network engineer must copy the "config.txt" file from directory TEST to directory PROD. The copied file must also be renamed into "current.txt". Which command must be used to accomplish these tasks?

A network engineer must copy the "config.txt" file from directory TEST to directory PROD. The copied file must also be renamed into "current.txt". Which command must be used to accomplish these tasks?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
What is the purpose of grouping devices in a VLAN?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
What is a benefit of a model-driven approach for infrastructure automation?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 9
Which two statement describe the role of an artifact repository in a CI/CD pipeline? (Choose two.)
Correct Answer: C,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 10
A company is adopting DevOps as part of an internal transformation, and is reviewing the success of the first deployments. Developers and engineers are working together to resolve any resulting issues. However, this new way of working has increased overhead, and the team is finding it difficult to complete releases in time.
Which area of the CALMS framework must the company target for improvement?
Which area of the CALMS framework must the company target for improvement?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).