Cisco Platforms
350-901 · 60 questions
- A municipal CI pipeline must notify the city’s Webex ops space when a Catalyst switch push fails. Which Webex API construction posts that ChatOps alert?
- After the city’s “NOC-Alerts” Webex space was recreated, a hard-coded roomId in the flood-control bot started failing. What constructed flow should supply the destination for POST /messages?
- A bridge-maintenance ChatOps bot must react when someone types /fail-over in the ops Webex space. Which construction avoids polling GET /messages?
- The city’s Webex webhook fires to the flood-bot with a new message id (plus room/person metadata) when /fail-over is typed. What must the bot do before parsing the command text?
- Operators type /fail-over in a group Webex ops space without @mentioning the municipal bot. The bot’s messages:created webhook never fires for that traffic. Why?
- A municipal NOC ChatOps bot posts outage notices into a Webex ops space around the clock. Which credential should the service present on each Webex API call?
- A city Wi-Fi ChatOps reply must bold the site name, @mention the on-call engineer, and include a dashboard link. Which message body field should the constructed Webex API call use?
- Before a transit-ops ChatOps bot can post into an existing Webex space, which API call correctly adds the bot to that room?
- A parks-department ChatOps bot sits in several Webex spaces, but status automation must react only to messages in one designated ops room. What does setting the webhook filter accomplish?
- City Wi-Fi on-call staff must approve or reject an SSID enable from a Webex ops space without memorizing free-text commands. How should the ChatOps message be constructed?
- A civic firewall automation job must create network objects on a threat-defense device managed by Firepower Device Manager. What is the correct first hop before any object call?
- A municipal security script must create a host network object on FDM for a new kiosk subnet gateway. Which request matches the official create construction?
- After a library branch retires a kiosk network object, automation must remove it from FDM. Which delete construction is correct?
- A city automation DELETE of an FDM network object returns 4xx. The object shows isSystemDefined or is still referenced by an access rule. What should the client do first?
- After a civic script POSTs and DELETEs FDM network objects, traffic still matches the previous policy set. Which follow-up activates the model changes?
- After a successful FDM token response, which header correctly authenticates a subsequent POST or DELETE to /object/networks?
- A county security developer must create and delete network objects using the platform named in DEVCOR task 3.2. Which product and API family is correct?
- For DEVCOR’s official FDM object task, which pair of HTTP verbs matches create and delete of network objects?
- A city library needs the Guest SSID turned on through the Meraki Dashboard API. Which request enables that SSID slot?
- A parks Wi-Fi automation job calls api.meraki.com to manage SSIDs. Which authentication header is the classic Dashboard construction?
- Before enabling an SSID, a civic script must place the correct identifier in the Meraki path /networks/{networkId}/wireless/ssids/{number}. How should networkId be resolved?
- Two city networks both broadcast a friendly name Guest. Automation must enable the Guest SSID on one network via Dashboard. What goes in the path segment {number}?
- After GETting a Meraki SSID slot, a developer enables it by PUTting the entire GET payload back unchanged except flipping enabled. Dashboard rejects the call. What is the sounder enable construction?
- A municipal ticket says enable the Lobby SSID on the Meraki network. Which API action correctly does that job?
- A downtown wayfinding service must retrieve Meraki Wi-Fi and BLE location observations in near real time. How does that location data typically arrive?
- A civic location receiver is configured in Meraki Dashboard, but no observations arrive. Meraki first GETs the POST URL during setup. What must the receiver return for that handshake?
- A museum analytics service consumes Meraki Scanning POSTs. Which fields should the constructed consumer treat as the core location retrieve?
- A city location HTTPS receiver accepts Meraki Scanning POSTs. Besides TLS, what authenticates that the JSON came from that Meraki network?
- A data-center civic ops tool must retrieve compute inventory summaries from Cisco Intersight SaaS. Which construction matches the official retrieve task?
- An unattended civic script retrieves Intersight inventory every night. Which authentication approach matches the classic Intersight API-key scheme candidates should recognize?
- A city data-center inventory job must list servers claimed in Intersight. Which retrieve targets that compute inventory?
- A municipal Intersight client must retrieve only the server named library-r720. Which query option narrows the GET on the server?
- A civic dashboard only needs each Intersight server’s Name and Serial. Which query option keeps the payload small?
- A city Intersight inventory has thousands of compute objects. How should the constructed client finish a complete collection retrieve?
- After a filtered Intersight list, a transit script needs full detail for one server. Which retrieve addresses that single object?
- A civic UCS Manager Python job must provision from a template. What is the first constructed authentication hop?
- When a municipal UCS script provisions “given a template,” which object is that template?
- Which UCS Manager method creates named service-profile instances from a given template?
- A parks UCS script instantiates a service profile from a template but the blade never boots the new identity. What step is still required?
- When calling UCS instantiate-from-template, how must the script address the template and destination org?
- What depth does DEVCOR expect for a constructed UCS Manager Python provision script?
- Official task 3.5 asks you to provision a UCS server from a template. Which platform API is the correct constructed answer?
- A civic Python script will retrieve wireless health from Cisco DNA Center. How does authentication work on the constructed hops?
- Which Cisco DNA Center Intent path retrieves overall client health including wireless for a municipal assurance script?
- After GET client-health, how should the script display the official wireless health numbers?
- A city script needs DNA Center client-health at a specific past moment. Which timestamp query shape is correct?
- What should a constructed DNA Center script print to truly “display wireless health” for operators?
- A colleague says Catalyst Center replaced Cisco DNA Center and all health API paths changed. What is the accurate DEVCOR stance?
- For DEVCOR task 3.6 wireless health, which constructed focus is correct?
- What three-job order should a constructed DNA Center wireless-health Python script follow?
- Which AppDynamics capability instruments a municipal application process for DEVCOR 3.7?
- What unit does AppDynamics follow when instrumenting application work such as login or checkout?
- When a slow business transaction crosses a threshold, which AppDynamics capability helps a developer see where time was spent?
- Which AppDynamics capability alerts when instrumented application traffic departs from learned normal?
- How does AppDynamics show where a Cisco-API-consuming app spends time across components?
- A city network team builds a custom ops dashboard that pulls Meraki SSID state and DNA Center wireless health. Which ordered sequence matches the official construction steps?
- Municipal Wi-Fi staff will use a browser dashboard that shows Meraki location counts and Intersight inventory. Where must the Meraki API key and Intersight private key live?
- A civic status board needs DNA Center wireless health, Intersight inventory, Webex ChatOps events, and Meraki location observations. How should collection style be matched to each platform?
- City IT must demonstrate a constructed dashboard that presents data collected from official Cisco platform APIs. Which outcome satisfies that requirement?
- Operations wants one canvas that shows DNA Center wireless health and posts a Webex ChatOps alert when the wireless score drops. Which design stays inside the official 3.x construction?