Practice Free 350-901 Exam Online Questions
DRAG DROP
Drag and drop the code snippets from the bottom onto the blanks in the code to implement error handling for an application that will attempt to call a REST API. In the event of an error, the script must back off for 10 seconds before trying again, adding an extra 10 seconds to the backoff period for every failure that occurs. Not all options are used.


On which system must the messaging standards be defined to allow communication between all the components for a custom dashboard?
- A . web application
- B . front end
- C . back end
- D . management server
DRAG DROP
Drag and drop the characteristics from the left onto the correct data processing techniques on the right, in the context of GDPR.


DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to retrieve a summary of physical compute resources. The collected information about the compute resources will be presented in a dashboard to be developed for device monitoring purposes. Not all snippets are used.


From which type of device is model-driven development able to stream monitoring data?
- A . cloud
- B . end user
- C . edge
- D . Networking
Refer to the exhibit.

The virtual next-generation firewalls running in the public cloud must be scaled out to meet the throughput requirements of the application layer.
Which component is deployed to location A in the diagram?
- A . internal load balancer
- B . frontend caching server
- C . forward proxy
- D . backend database
Which Puppet manifest needs to be used to configure an interface GigabitEthernet 0/1 on a Cisco IOS switch?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
What is a benefit of running multiple instances of a back-end service and using load balancing to distribute the communication between the front-end and back-end services?
- A . High availability is provided for the back-end services.
- B . Scaling horizontally is automated out of the box.
- C . The total load on the database servers decreases.
- D . The consistency of data for stateful services increases.
DRAG DROP
Drag and drop the code from the bottom onto the box where the code is missing to configure a router that runs Cisco IOS XE by using RESTCONF. The API call is made to the management URL of the IOS XE device and on a registered port number. Errors that are caught during HTTP operation are registered. Not all options are used.


Refer to the exhibit.

This snippet of a script has recently started exiting abnormally with an exception stating `Unexpected HTTP Response code: 429`.
Which solution handles rate limiting by the remote API?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
