Cisco 350-901 Exam Dumps

Developing Applications using Cisco Core Platforms and APIs (DEVCOR)
537 Reviews

Exam Code 350-901
Exam Name Developing Applications using Cisco Core Platforms and APIs (DEVCOR)
Questions 363
Update Date October 10,2024
Price Was : $81 Today : $45 Was : $99 Today : $55 Was : $117 Today : $65

Prepare Cisco 350-901 Developing Applications using Cisco Core Platforms and APIs (DEVCOR)

This exam is a key step towards achieving your Cisco certification in the service provider domain. At Prep4Cisco, we are dedicated to providing you with the most comprehensive study materials and resources to ensure your success in this important certification exam.

Start Your Cisco 350-901 Journey Today

Take the first step towards becoming a certified Cisco service provider professional. With Prep4Cisco's comprehensive study materials and 100% passing guarantee, you'll be well-prepared to excel on the Cisco 350-901 exam. Start your journey today and unlock exciting career opportunities in the world of service provider networking.

Choose Prep4Cisco and let's achieve your Cisco certification goals together!


Cisco 350-901 Sample Questions

Question # 1

A developer is deploying an application to automate the configuration and management ofOsco network files and routers The application must use REST API interface lo achieveprogrammability. The security team mandates that the network must be protected againstDDoS attacks What mitigates the attacks without impacting genuine requests?

A. API rate limiting at the application layer
B. IP address filtering at the application layer
C. traffic routing on the network perimeter
D. firewall on the network perimeter



Question # 2

When an application is designed that requires high availability, what is a reason to use across-region cloud?

A. Provide disaster recovery protection
B. Protect from a single component failure
C. Minimize costs
D. Account for failure in another zone



Question # 3

An engineer is developing a Docket container for an application in Python For securityreasons the application needs to be accessible on port 5001 only Which line should beadded to the dockerfile m order to accomplish this?

A. ENTRYPOINT 5001
B. PORT SRC 5001
C. ADO PORT 5001
D. EXPOSE 5001



Question # 4

A custom dashboard of the network health must be created by using Cisco DNA CenterAPIs An existing dashboard is a RESTful API that receives data from Cisco DNA Center asa new metric every time the network health information is sent from the script to thedashboard Which set of requests creates the custom dashboard?

A. PUT request to Cisco DNA Center to obtain the network health information and then aPOST request to the dashboard to publish the new metric
B. POST request to Cisco DNA Center to obtain the network health information and then aGET request to the dashboard to publish the new metric
C. GET request to Cisco DNA Center to obtain the network health information and then aPUT request to the dashboard to publish the new metric
D. GET request to Cisco DNA Center to obtain the network health information and then aPOST request to the dashboard to publish the new metric



Question # 5

An application has these characteristics• provide one service or function• distributed database• API gateway• central repository for code• configuration database• uses session managementWhich two design approaches contribute to the scalability of the application'? (Choose two)

A. built to scale based on a star topology
B. modular design iteration
C. session management in a stateless architecture
D. planned before the first device is deployed
E. distributed computing with tightly coupled components



Question # 6

A web application is being developed to provide online sales to a retailer. The customerswill need to use their username and passwords to login into then profile and complete theirorder For this reason the application must store user passwords Which approach ensuresthat an attacker wifi need to crack the passwords one at a time?

A. Apply the peppering technique
B. Store the passwords by using asymmetric encryption
C. Apply the salting technique
D. Store the passwords by using symmetric encryption



Question # 7

How is AppDynamics used to instrument an application?

A. Provides visibility into the transaction logs that can be correlated to specific businesstransaction requests
B. Enables instrumenting a backend web server (or packet installation by using anAppDynamics agent
C. Retrieves a significant amount of information from the perspective of the databaseserver by using application monitoring
D. Monitors traffic flows by using an AppDynamics agent installed on a networkinfrastructure device



Question # 8

Given an application that implements a basic search function as Well as a video uploadfunction , which two load-balancing approachesoptimize the application's user experience? (Choose two.)

A. Video upload requests should be routed to the endpoint using an intermediate hop.
B. Video upload requests should be routed to the endpoint with highest data throughput.
C. Video upload requests should be routed to the endpoint with lowest round-trip latency.
D. Search requests should be routed to the endpoint with lowest round-trip latency.
E. Search requests should be routed to the endpoint with highest data throughput.



Question # 9

Which two encryption principles should be applied to secure APIs? (Choose two.)

A. Use temporary files as part of the encryption and decryption process
B. Transmit authorization information by using digitally signed payloads 
C. Use encrypted connections to protect data n transit 
D. Reuse source code that contain existing UUIDs 
E. Embed keys in code to simplify the decryption process



Question # 10

What is a benefit of using model-driven telemetry?

A. enables operational data to be collected at higher rates and a higher scale 
B. enables the application to pull data faster than pushing the data 
C. reduces the load on the server by enabling the client to pull data
D. simplifies the development of clients by using a single encoding standard for the data