Practice Free 350-901 Exam Online Questions
How should a web application be designed to work on a platform where up to 1000 requests per second can be served?
- A . Use algorithms like random early detection to deny excessive requests.
- B . Set a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who have reached the limit.
- C . Only 1000 user connections are allowed; further connections are denied so that all connected users can be served.
- D . All requests are saved and processed one by one so that all users can be served eventually.
DRAG DROP
Refer to the exhibit.
Refer to the exhibit above and click on the resource tabs in the top left corner to view an IETF TANG MODEL and a Python file that changes the configuration via RESTCONF.
Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the exhibit to complete the JSON file that changes configuration of interface GigabitEthernet1 to have an IPv4 configuration of 10.10.0.1/24. Not all options are used.

Refer to the exhibit.
An engineer must add a new loopback interface with a RESTCONF request on a Cisco IOS XE device.
Which code snippet must be placed onto the blank in the body of the code to complete the request?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
A developer is working on a new feature in a branch named ‘newfeay000222118’ and the current working primary branch is named ‘pnm409024967’. The developer requires a merge commit during a fast forward merge for record-keeping purposes.
Which Git command must Be used?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
DRAG DROP
Drag and drop the steps from the left into the order on the right to ensure that an application requiring communication to the external network is hosted on a Cisco Catalyst 9000 switch.

What is a benefit of using model-driven telemetry?
- A . enables operational data to be collected at higher rates and a higher scale
- B . enables the application to pull data faster than pushing the data
- C . reduces the load on the server by enabling the client to pull data
- D . simplifies the development of clients by using a single encoding standard for the data
Refer to the exhibit.
An engineer is managing a network that consists of Cisco IOSXE devices. There is a need to retrieve the details of the interface GigabitEthernet2 using RESTCONF.
Which URI will accomplish this by providing the same response as shown in the JSON body?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.
An application has been developed to serve the users in an enterprise After HTTP cache controls are implemented m the application users report that they receive state data when they refresh the page Without removing HTTP cache controls, which change ensures that the users get current data when refreshing the page’
- A . Reduce the expire_after value to 60.
- B . Add a Cache-Control header that has a value of no-cache, no-store must-revalidate.
- C . Add an H-None-Match header that has a value of an Entity Tag.
- D . Add an Expires header that has a value of 0.
Into which two areas are AppDynamics APIs categorized? (Choose two.)
- A . application-centric
- B . analytics-events
- C . database-visibility
- D . platform-side
- E . agent-side
DRAG DROP
Refer to the exhibit.
Click on the Meraki Resources tab in the left corner to view Meraki documentation to help with this question.
Drag and drop the parts of the python code from the left onto the item numbers on the right that match the missing sections in the exhibit to enable an SSID. Not all code parts are used.
