Cisco (350-901-DEVCOR) Exam Questions And Answers page 27
Refer to the exhibit. Which action will complete the workflow that represents how an API call sends multiple messages?
{PUT} messages(BearerToken)
{POST} messages(roomID)
{POST} messages(BearerToken)
Cisco Core Platforms and APIs
Using APIs
AppGigabitEthernet interface is used as data port for a container on a Cisco Catalyst 9000 Series Switch.
Which two interface configuration options should be used? (Choose two.)
Which two interface configuration options should be used? (Choose two.)
trunk interface
bridged virtual interface
SPAN port
management interface
subinterface
Cisco Core Platforms and APIs
Network Fundamentals
A custom dashboard of the network health must be created by using Cisco DNA Center APIs. An existing dashboard is a RESTful API that receives data from Cisco DNA Center as a new metric every time the network health information is sent from the script to the dashboard.
Which set of requests creates the custom dashboard?
Which set of requests creates the custom dashboard?
POST request to Cisco DNA Center to obtain the network health information, and then a GET request to the dashboard to publish the new metric
GET request to Cisco DNA Center to obtain the network health information, and then a PUT request to the dashboard to publish the new metric
GET request to Cisco DNA Center to obtain the network health information, and then a POST request to the dashboard to publish the new metric
PUT request to Cisco DNA Center to obtain the network health information, and then a POST request to the dashboard to publish the new metric
Cisco Core Platforms and APIs
Network Fundamentals
What are the benefits of continuous testing?
Single Choice
What is a benefit of continuous testing?
increases the number of bugs found in production
enables parallel testing
removes the requirement for test environments
decreases the frequency of code check-ins
Network Fundamentals
Software Development and Design
Which Puppet manifest changes the NTP server and generates the traffic from VLAN 15?
Network Fundamentals
How should a web application be designed to work on a platform where up to 1000 requests per second can be served?
Use algorithms like random early detection to deny excessive requests.
Set a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who have reached the limit.
Only 1000 user connections are allowed; further connections are denied so that all connected users can be served.
All requests are saved and processed one by one so that all users can be served eventually.
Infrastructure and Automation
Network Fundamentals
Which type of file is created from issued intermediate, root, and primary certificates for SSL installation on a server?
DER
CSR
PEM
CRT
Application Deployment and Security
Security Fundamentals
What are the two categories of AppDynamics APIs?
Multiple Choice
Into which two areas are AppDynamics APIs categorized? (Choose two.)
agent-side
application-centric
analytics-events
database-visibility
platform-side
Using APIs
Infrastructure and Automation
Which RESTCONF call and JSON code enable GigabitEthernet2?
Multiple Choice
Refer to the exhibit. Information was obtained by using RESTCONF and querying URI /restconf/data/ietf-interfaces:interfaces.
Which RESTCONF call and which JSON code enables GigabitEthernet2? (Choose two.)
Software Development and Design
Using APIs
Refer to the exhibit. A Python script must list network clients in the Cisco Meraki API that have used a network with an ID of 2. The number of client entries per returned page is restricted to 1,000 according to the API specification. Network 2 has 2,500 clients. What must be added where the code is missing to print the content of each response?
Cisco Core Platforms and APIs
Network Fundamentals
Comments