Practice Free 350-901 Exam Online Questions
Refer to the exhibit.
An application is created to serve an enterprise Based on use and department requirements, changes are requested quarterly.
Which application design change improves code maintainability?
- A . Use global variables
- B . Use double quotes instead of single quotes to enclose variables
- C . Use different indent levels for variables
- D . Use more verbose names for variables
An application is developed in order to communicate with Cisco Webex. For reporting, the application must retrieve all the messages sent to a Cisco Webex room on a monthly basis.
Which action calls /v1/messages directly?
- A . Set up a webhook that has messages as the resource type and store the results locally.
- B . Utilize the pagination functionality by defining the max property.
- C . Recursively call the /vl/messages endpoint by using the beforeMessage property.
- D . Filter the response results by specifying the created property in the request.
Refer to the exhibit.
An engineer must add a new hostname configuration to a Cisco IOS device by using RESTCONF to make a YANG patch request.
Which code snippet completes the configuration?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
DRAG DROP
Drag and drop the operations from the left into the order on the right to create a web dashboard that displays Cisco DNA Center data for an organization.

Explanation:
Retrieve data from Cisco DNA Center using API.
Insert data into the time series database.
Query the data from the time series database.
Push data to the dashboard application backend.
Display data on the dashboard application interface.
What are two advantages of using model-driven telemetry, such as gRPC. instead of traditional telemetry gathering methods? (Choose two.)
- A . all data is ad-hoc
- B . efficient use of bandwidth
- C . no overhead
- D . decentralized storage of telemetry
- E . continuous information with incremental updates
DRAG DROP
Refer to the exhibit.
Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the cURL exhibit to complete the cURL request to FirePower Device Manager API to create objects. Not all code snippets are used.

DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to list objects that use the paginated Cisco FDM API. Some options may be used more than once. Not all options are used.

Explanation:
Refer to the exhibit above and click on the IETF Routing tab in the top left corner to help with this question.
A developer is trying to update the routing instance by adding a new route to the routes list using the URL in the exhibit.
What action must be taken to fix the error being received?
- A . Fix the body being sent to update the routes list.
- B . Update the authorization credentials.
- C . Change the url to ”/ietf-routing:routing/routing-instance=default”.
- D . Change the URL to ”/ietf-routing:routing-instance/default”.
- E . Change the HTTP Method being used to make the change
DRAG DROP
Drag and drop the code snippets from the bottom onto the blanks in the Python script to retrieve and display wireless health information from the Cisco Catalyst Center (formerly DNA Center) API. Not all options are used.

Refer to the exhibit.
The code fetches the latest order from the purchases table for a specific user. An engineer needs to pass query parameters to the execute function to prevent an SQL injection attack.
Which code snippet must be placed in the blank in the code to meet this requirement?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D