Cisco 200-901 Practice Exams
Last updated on Apr 05,2025- Exam Code: 200-901
- Exam Name: Developing Applications and Automating Workflows using Cisco Core Platforms (DEVASC)
- Certification Provider: Cisco
- Latest update: Apr 05,2025
DRAG DROP
Drag and drop the HTTP status codes from the left onto the correct descriptions on the right.
What are two advantages of version control software? (Choose two.)
- A . It supports tracking and comparison of changes in binary formate files.
- B . It allows old versions of packaged applications to be hosted on the Internet
- C . It provides wiki collaboration software for documentation.
- D . It supports comparisons between revisions of source code files.
- E . It allows new team members to access the current code and history.
Which two statements are true about Cisco UCS manager, Cisco Intersight APIs? (Choose two.)
- A . Cisco Intersight API interactions can be encoded in XML or JSON and require an APIs key in the HTTP header for authentication.
- B . USC Director API interactions can be XML- or JSON-encoded and require an APLs key in the HTTP header for authentication.
- C . UCS manager API interactions are XML-encoded and require a cookie in the method for authentication.
- D . Cisco Intersight uses XML to encoded API interactions and requires an API key pair for authentication.
- E . UCS manager uses JSON to encode API interactions and utilizes Base64-encoded credentials in the HTTP header for authentication.
DRAG DROP
Drag and drop the network automation interfaces from the left onto the transport protocols that they support on the right.
What should a CI/CD pipeline aim to achieve?
- A . to allow manual testing before deployment
- B . to require minimal manual interaction
- C . to support new deployments on a fixed monthly schedule
- D . to provide a documented process for feedback
Which line is an example of the start of a chunk from a unified diff?
- A . @@ -90,88 +20191008T1349@@
- B . @@ -20191007T1200 +88,90 @@
- C . @@ -20191007T1200 +20191008T1349@@
- D . @@ -88,10 +88,6 @@
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?
- A . clients poll for the status of the execution of operations
- B . clients subscribe to a webhook for operation results
- C . clients can access the results immediately
- D . clients receive responses with a task id for further processing
DRAG DROP
Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right.
A Company is looking for cloud deployment which will use the on-premise infrastructure, is user self-service, and easy to scale.
Which cloud solution should be selected for these requirements?
- A . multi
- B . public
- C . private
- D . hybrid
A developer is reviewing a code that was written by a colleague. It runs fine, but there are many lines of code to do a seemingly simple task repeatedly.
Which action organizes the code?
- A . Refactor the code by removing any unnecessary tests
- B . Using functions, rewrite any pieces of code that are repeated
- C . Reverse engineer and rewrite the code logic
- D . Modify the code to use loops