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 Sep 14,2025.
- Exam Code: 350-901
- Exam Name: Developing Applications using Cisco Core Platforms and APIs v1.0
- Certification Provider: Cisco
- Latest update: Sep 14,2025
DRAG DROP
An engineer has created an NGINX web server. The server will be accessible from outside the organization. A public-key certificate must be installed before external access is allowed.
Drag and drop the steps from the left into the order on the right to configure the certificate. Not all options are used
DRAG DROP
An engineer has created an NGINX web server. The server will be accessible from outside the organization. A public-key certificate must be installed before external access is allowed.
Drag and drop the steps from the left into the order on the right to configure the certificate. Not all options are used
DRAG DROP
An engineer has created an NGINX web server. The server will be accessible from outside the organization. A public-key certificate must be installed before external access is allowed.
Drag and drop the steps from the left into the order on the right to configure the certificate. Not all options are used
DRAG DROP
An engineer has created an NGINX web server. The server will be accessible from outside the organization. A public-key certificate must be installed before external access is allowed.
Drag and drop the steps from the left into the order on the right to configure the certificate. Not all options are used
DRAG DROP
Drag and drop the code from the bottom onto the box whore the code is missing to retrieve a list of rack units that have more than 16 CPU cores. The filtered list will be used to create a summary on the monitoring dashboard. Not all options are used.
Which RFC5988 (Web Linking) relation type is used in the Link header to control pagination in APIs?
- A . rel=”index”
- B . rel=”page”
- C . rel=”next”
- D . rel=”section”
Which database type should be used to store data received from model-driven telemetry?
- A . BigQuery database
- B . Time series database
- C . NoSQL database
- D . PostgreSQL database
Refer to the exhibit.
The presented application consists of a Nginx container and a load balancer service.
Which GitLab CI/CD configuration implements the Kubernetes deployment?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which two actions must be taken when an observable microservice application is developed? (Choose two.)
- A . Know the state of a single instance of a single service.
- B . Place “try/except” statement in code.
- C . Place log statements in the code.
- D . Use distributed tracing techniques.
- E . Deploy microservice to multiple datacenters.
An application is hosted on Google Kubernetes Engine. A new JavaScript module is created to work with the existing application.
Which task is mandatory to make the code ready to deploy?
- A . Create a Dockerfile for the code base.
- B . Rewrite the code in Python.
- C . Build a wrapper for the code to “containerize” it.
- D . Rebase the code from the upstream git repo.