350-901 無料問題集「Cisco Developing Applications using Cisco Core Platforms and APIs (DEVCOR)」
Refer to the exhibit above and click on the resource tabs in the top left corner to view resources to help with this question. The script uses the Cisco Intersight REST API. Drag and drop the code snippets from the left onto the item numbers on the right to match the missing sections in the Python script to update the firmware on specific Cisco Intersight USC rack server.DMZ_R-L3-ADJM. Not all code snippets are used.
正解:
Explanation
1. GET
2. eq \'DMZ ...
3. POST
4. Upgrades
5. Upgradeoption
6. network_upgrade
7. Moid
https://github.com/CiscoDevNet/intersight-rest-api/blob/main/intersight_firmware.py
Drag and drop the descriptions from the left onto the related OAuth-defined roles on the right.
正解:
Refer to the exhibit.
One part of an application routinely uses the Cisco Meraki API to collate data about all clients Other parts of the application also use the Meraki API, but a single API key is used within the application The organization has approximately 4.000 clients across 30 networks Some of the application users report poor performance and missing data. Which two changes improve the performance of the application? (Choose two.)
One part of an application routinely uses the Cisco Meraki API to collate data about all clients Other parts of the application also use the Meraki API, but a single API key is used within the application The organization has approximately 4.000 clients across 30 networks Some of the application users report poor performance and missing data. Which two changes improve the performance of the application? (Choose two.)
正解:D、E
解答を投票する
An architect must optimize traffic that targets a popular API endpoint Currently, the application downloads a large file hourly, but often the file is unchanged and the download causes unnecessary load and delays Which cURL command must be used to determine the last modified date of the file and to optimize the API usage?
正解:A
解答を投票する
A heterogeneous network of vendors and device types needs automating for better efficiency and to enable future automated testing. The network consists of switches, routers, firewalls and load balancers from different vendors, however they all support the NETCONF/RESTCONF configuration standards and the YAML models with every feature the business requires. The business is looking for a buy versus build solution because they cannot dedicate engineering resources, and they need configuration diff and rollback functionality from day 1.
Which configuration management for automation tooling is needed for this solution?
Which configuration management for automation tooling is needed for this solution?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Refer to the exhibit Drag and drop the code from the bottom onto the box where the code is missing to query the last 10 Bluetooth clients seen by APs in their network using the Meraki Dashboard API Not all options are used.
正解:
A developer is designing a modem, distributed microservice enterprise application. The application will be integrating with other systems and focus on a large deployment, so control of API calls is necessary. What is the best practice to reduce application response latency and protect the application from excessive use?
正解:C
解答を投票する
Drag and drop the operations from the left into the order on the right to create a web dashboard that displays Cisco DNA Center data for an organization.
正解:
Explanation
Retrieve data from Cisco DNA Center using API.
Insert data into the time series database.
Query the data from the time series database.
Push data to the dashboard application backend.
Display data on the dashboard application interface.
Drag and drop the code from the bottom onto the box where the code is missing to construct a contact tracking application that dynamically returns all the Bluetooth clients on a given Meraki network. Not all options are used.
正解:
Refer to the exhibit.
The Python script is supposed to make an API call to Cisco DNA Center querying a wireless profile for the
"ChicagoCampus" and then parsing out its enable FlexConnect value. 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.
The Python script is supposed to make an API call to Cisco DNA Center querying a wireless profile for the
"ChicagoCampus" and then parsing out its enable FlexConnect value. 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.
正解:
Drag and drop the code from the bottom onto the box where the code is missing to create a Puppet manifest that implements an NTP configuration when applied to a device in the master inventory. Not all options are used.
正解:
Explanation
Ensure
minpoll
maxpoll
source_interface
Refer to the exhibit.
An architect wrote an application to collect device information from the Cisco Meraki Dashboard API. Every time a network change occurs the application collects information and records new endpoint MAC addresses.
The application stopped working after the locations and network equipment of a competitor were acquired.
Which application approach must be applied to reduce latency and rate limiting?
An architect wrote an application to collect device information from the Cisco Meraki Dashboard API. Every time a network change occurs the application collects information and records new endpoint MAC addresses.
The application stopped working after the locations and network equipment of a competitor were acquired.
Which application approach must be applied to reduce latency and rate limiting?
正解:B
解答を投票する
Two Elasticsearch database servers use bidirectional asynchronous data replication Both servers accept writes from clients The design must meet these requirements:
* The cluster must survive if a fault occurs that causes the network connection to go down between nodes
* The data must remain consistent if communication between nodes fails.
* The data must be spread evenly across all nodes in the cluster.
Which design approach must be used to meet the requirements?
* The cluster must survive if a fault occurs that causes the network connection to go down between nodes
* The data must remain consistent if communication between nodes fails.
* The data must be spread evenly across all nodes in the cluster.
Which design approach must be used to meet the requirements?
正解:B
解答を投票する
An engineer must access multiple bots that are running in an internal infrastructure. A different HTTPS URL is required for each bot. The infrastructure has just one public IP address and a Linux server with Apache installed. Drag and drop the actions from the left into the order of steps on the right to enable access to the bots inside. Not all options are used.
正解: