Cisco 350-901 Exam
Developing Applications using Cisco Core Platforms and APIs (DEVCOR) (Page 7 )

Updated On: 12-Jan-2026

DRAG DROP (Drag and Drop is not supported)
Refer to the exhibit. Drag and drop the steps from the left into the correct order of operation on the right for a successful OAuth2 three-legged authorization code grant flow.


Select and Place:

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Step 1 : Client initiates the flow
Step 2 : the authorization server redirects the user-agent back to the client using the redirection URI provided
Step 3 : the authorization sever authenticates the resources owner
Step 4 : the client requests an access token from the authorization server’s token endpoint
Step 5 : the authorization server authenticates the client, validate details sent, and responds with an access token.



A developer plans to create a new bugfix branch to fix a bug that was found on the release branch.
Which command completes the task?

  1. git checkout -t RELEASE BUGFIX
  2. git checkout -b RELEASE BUGFIX
  3. git checkout -t BUGFIX RELEASE
  4. git checkout -b BUGFIX RELEASE

Answer(s): D



Which Git command enables the developer to revert back to f414f31 commit to discard changes in the current working tree?

  1. git reset --hard f414f31
  2. git reset checkout --hard f414f31
  3. git reset --soft f414f31
  4. git checkout f414f31

Answer(s): A


Reference:

https://www.freecodecamp.org/news/the-ultimate-guide-to-git-reset-and-git-revert/



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?





Answer(s): B



Viewing page 7 of 96
Viewing questions 25 - 28 out of 507 questions



Post your Comments and Discuss Cisco 350-901 exam prep with other Community members:

Join the 350-901 Discussion