Cisco 350-901 Developing Applications using Cisco Core Platforms and APIs v1.0 Online Training
Cisco 350-901 Online Training
The questions for 350-901 were last updated at Jun 01,2026.
- Exam Code: 350-901
- Exam Name: Developing Applications using Cisco Core Platforms and APIs v1.0
- Certification Provider: Cisco
- Latest update: Jun 01,2026
Which snippet presents the correct API call to configure, secure, and enable an SSID using the Meraki API?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
What is a risk to data privacy during the storage and transmission of data?
- A . The risk of exposure is increased when data is shared between applications.
- B . The transfer of unencrypted data between storage devices increases the risk of exposure.
- C . Data breaches cause ongoing exposure of personal information.
- D . The transfer of unencrypted personally identifiable financial information from a storage device increases the risk of a data broach.
Which two methods are API security best practices? (Choose two.)
- A . Use tokens after the identity of a client has been established.
- B . Use the same operating system throughout the infrastructure.
- C . Use encryption and signatures to secure data.
- D . Use basic auth credentials over all internal API interactions.
- E . Use cloud hosting services to manage security configuration.
A developer has created an application based on customer requirements. The customer needs to run the application with the minimum downtime.
Which design approach regarding high-availability applications, Recovery Time Objective, and Recovery Point Objective must be taken?
- A . Active/passive results in lower RTO and RPO. For RPO, data synchronization between the two data centers must be timely to allow seamless request flow.
- B . Active/passive results in lower RTO and RPO. For RPO, data synchronization between the two data centers does not need to be timely to allow seamless request flow.
- C . Active/active results in lower RTO and RPO. For RPO, data synchronization between the two data centers does not need to be timely to allow seamless request flow.
- D . Active/active results in lower RTO and RPO. For RPO, data synchronization between the two data centers must be timely to allow seamless request flow.
A timeframe custom dashboard must be developed to present data collected from Cisco Meraki. The dashboard must include a wireless health alert count.
What needs to be built as a prerequisite?
- A . A publicly available HTTP server to receive Meraki Webhooks from the Meraki Dashboard API
- B . A publicly available HTTP server to receive Meraki Webhooks from the Meraki Scanning API
- C . A daemon to consume the Wireless Health endpoint of the Meraki Scanning API
- D . A daemon to consume the Wireless Health endpoint of the Meraki Dashboard API
What is a well-defined concept for GDPR compliance?
- A . Records that are relevant to an existing contract agreement can be retained as long as the contract is in effect.
- B . Data controllers must confirm to data subjects as to whether where, and why personal data is being processed.
- C . Personal data that was collected before the compliance standards were set do not need to be protected.
- D . Compliance standards apply to organizations that have a physical presence in Europe.
Refer to the exhibit.

Which URI string retrieves configured static routes in a VRF named CUSTOMER from a RESTCONF-enabled device?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit above and click on the IETF Routing tab in the top left corner to help with this question.


A developer is trying to update the routing instance by adding a new route to the routes list using the URL in the exhibit.
What action must be taken to fix the error being received?
- A . Fix the body being sent to update the routes list.
- B . Update the authorization credentials.
- C . Change the url to ”/ietf-routing:routing/routing-instance=default”.
- D . Change the URL to ”/ietf-routing:routing-instance/default”.
- E . Change the HTTP Method being used to make the change