Exam Logo

Cisco (350-901-DEVCOR) Exam Questions And Answers page 1

A developer is working on a bug fix. The existing branch named bugfix05328 needs to be merged with the current working primary branch named prim404880077 . All changes must be integrated into a single commit instead of preserving them as individual commits. Which git command must be used?
Software Development and Design Using APIs

Refer to the exhibit. Pipenv is used to manage dependencies. The test runs successfully on a local environment.

What is the reason for the error when running the test on a CI/CD pipeline?
Cisco Core Platforms and APIs Infrastructure and Automation
A client is written that uses a REST API to interact with a server. Using HTTPS as the transport, an HTTP request is sent and received an HTTP response. The response contains the HTTP response status code: 503 Service Unavailable.

Which action is the appropriate response?
Network Fundamentals Using APIs
A developer is deploying an application to automate the configuration and management of Cisco network switches and routers. The application must use REST API interface to achieve programmability. The security team mandates that the network must be protected against DDoS attacks. What mitigates the attack without impacting genuine requests?
Cisco Core Platforms and APIs Application Deployment and Security

Refer to the exhibit. The cURL POST request creates an OAuth access token for authentication with FDM API requests.

What is the purpose of the file @token_data that cURL is handling?
Network Fundamentals Using APIs
A developer needs to configure an environment to orchestrate and configure.

Which two tools should be used for each task? (Choose two.)
Infrastructure and Automation Infrastructure and Automation
In the three-legged OAuth2 process, after the authorization server presents a form to the resource owner to grant access, what is the next step?
Cisco Core Platforms and APIs Network Fundamentals
Drag and drop the expressions from below onto the code to implement error handling. Not all options are used.

Application Deployment and Security Infrastructure and Automation

Refer to the exhibit. The cisco_devnet Docker swarm service runs across five replicas. The development team tags and imports a new image named devnet/test:1.1 and requests that the image be upgraded on each container. There must be no service outages during the upgrade process. Which two design approaches must be used? (Choose two.)
Application Deployment and Security Infrastructure and Automation

Refer to the exhibit. A developer is creating a Python script to use the Webex REST API to list joined spaces, retry after the server-specified amount of time if a Too many requests response is received, and print any other error that is received. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the exhibit to complete the script. Not all code snippets are used.

Infrastructure and Automation Using APIs