Cisco (350-901-DEVCOR) Exam Questions And Answers page 22
Drag and drop the expressions from below onto the code to implement error handling. Not all options are used.
Software Development and Design
Using APIs
What are two benefits of using a centralized logging service? (Choose two.)
reduces the loss of logs after a single disk failure
improves application performance by reducing CPU usage
improves application performance by reducing memory usage
provides compression and layout of log data
Network Fundamentals
Security Fundamentals
A local Docker container with a Container ID of 391441516e7a is running a Python application.
Which command is used to connect to a bash shell in the running container?
Which command is used to connect to a bash shell in the running container?
Infrastructure and Automation
Network Fundamentals
How can an engineer enable an SSID in a Meraki network?
Single Choice
An engineer must enable an SSID in a Meraki network.
Which request accomplishes this task?
Which request accomplishes this task?
PUT /networks/{networkId}/ssids/{number}?enabled=true
POST /networks/{networkId}/ssids/{number}?enabled=true
PUT /networks/{networkId}/ssids/{number}
{"enable": true}
{"enable": true}
POST /networks/{networkId}/ssids/{number}
{"enable": true}
{"enable": true}
Network Fundamentals
What is the gRPC Network Management Interface protocol?
a unified management protocol for streaming telemetry and database logging
a configuration management protocol for monitoring
a protocol for configuration management and streaming telemetry
a logging protocol used across database servers
Network Fundamentals
Refer to the exhibit. Which line of code must be added to this code snippet to allow an application to pull the next set of paginated items?
requests.get(url, links=[ next ][ url ])
requests.get(url, headers=links[ next ][ url ])
requests.get(res.links[ next ][ url ], headers=headers)
requests.get(res.headers.get( Link )[ next ][ url ], headers=headers)
Infrastructure and Automation
Infrastructure and Automation
FILL BLANK
A local Docker image has an image ID of 385001111. Fill in the blanks to complete the command in order to tag the image into the "cisco" repository with "version1.0"
A local Docker image has an image ID of 385001111. Fill in the blanks to complete the command in order to tag the image into the "cisco" repository with "version1.0"
Cisco Core Platforms and APIs
Which two types of storage are supported for app hosting on a Cisco Catalyst 9000 Series Switch? (Choose two.)
external USB storage
internal SSD
CD-ROM
SD-card
bootflash
Cisco Core Platforms and APIs
Network Fundamentals
Refer to the exhibit. Which key value pair from the ios_ntp Ansible module removes the NTP server peer?
state: absent
state: False
config: absent
config: False
Network Fundamentals
Refer to the exhibit. A system administrator has installed a Linux-based alarm system in their home that can execute a Bash shell script when an intruder is detected. 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 create a chat-ops script that will notify of alarms via the Webex REST API. Not all code snippets are used.
Infrastructure and Automation
Security Fundamentals
Comments