Cisco 350-901 Practice Test - Questions Answers, Page 32
List of questions
Related questions
Cisco sensorBase gathers threat information from a variety of cisco products and services and performs analytics on threats. Which term describes this process?
consumption
deployment
sharing
authoring
Refer to the exhibits. Which data payload completes the CURL command to run the create port object API call In Cisco Firepower Threat Defense?
Refer to the exhibits. Which data payload completes the CURL command to run the create port object API call In Cisco Firepower Threat Defense?
Which transport layer protocol does gRPC use to retrieve telemetry information?
SSH
SNMP
TCP
HTTP/2
A developer corrects an application bug with ID buglDa98416945110x and then installs it on a Cisco Catalyst 9300 series switch. Which command will enable the application called myapp?
app-hosting install appid myapp package usbflash1:myapp.tar
app-hosting run re-start appid my app bugfix
app-hosting activate appid myapp
app-hosting start appid myapp
Refer to the exhibit.
Cisco IOS XE switches are used across the entire network and the description that is filed for all interfaces must be configured. Which code snippet must be placed in the blank in the script to leverage RESTCONF to query all the devices in the device list for the interfaces that are present?
Refer to the exhibit.
An application is created to serve the needs of an enterprise. Slow performance now impacts certain API calls, and the application design lacks observability. Which two commands improve observability and provide an output that is similar to the sample output? (Choose two.)
Refer to the exhibit.
An engineer needs to implement REST API error handling when a timeout or rate limit scenario is present. Which code snippet must be placed into the blank in the code to complete the API request?
A developer has built a Docker image named 'devcor73f3e94529V using the Dockerfile named 'devcor42f5e464771‘ and now needs to containerize it. Which command must the developer use?
docker run -name devcor73f3e945291 -i -t devcorapp
docker run -name devcorapp i -t devcor73f3e945291
docker build --name devcorapp -i devcor73f3e945291
docker build -name devcor73f3e945291 -i devcorapp
Refer to the exhibit.
An application has been created to serve a whole enterprise. Based on use and department requirements, changes are requested on a quarterly basis. When evaluating the application design, which two actions improve code maintainability?
Replace the requests library with the http client library in the code.
Place all import statements on a single line at the top of the code.
Cache responses to API calls for later reuse on other code.
Parameterize similar code blocks inside functions and reuse within the code.
Add comments in appropriate locations to aid in understanding the code.
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?
The consistency of data for stateful services increases.
High availability is provided for the back-end services.
Scaling horizontally is automated out of the box.
The total load on the database servers decreases.
Question