200-901 Exam Questions
676 real 200-901 exam questions with expert-verified answers and explanations. Page 1 of 14.
- Question #1Application Deployment and Security
An authentication script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients. Which networking device must...
Load balancingTroubleshootingApplication connectivityIntermittent failures - Question #2Cisco Platforms and Development
Which two items are Cisco DevNet resources? (Choose two.)
Cisco DevNetDevelopment resourcesSandboxesAPI documentation - Question #3Software Development and Design
Which line is an example of the start of a chunk from a unified diff?
unified diffversion controlcode reviewdiff utility - Question #4Understanding and Using APIs
Which two encoding formats do YANG interfaces support? (Choose two.)
YANGData EncodingJSONXML - Question #5Understanding and Using APIs
In python, which expression checks whether the script returns a success status code when the Requests library is used?
Python Requests libraryHTTP Status CodesAPI interactionError handling - Question #6Software Development and Design
What is the outcome of executing this command? git clone ssh:/[email protected]/path/to/my-project.git
GitVersion Controlgit clone commandRepository Management - Question #7Understanding and Using APIs
Refer to the exhibit. What does the python function do?
PythonAuthorization TokenAPI AuthenticationCisco DNA Center - Question #8Network Fundamentals
Which two types of NAT are used in a network? (Choose two.)
NATNetwork Address TranslationStatic NATDynamic NAT - Question #9Software Development and Design
Refer to the exhibit. Which Python data structure does my_json contain?
JSONPython Data TypesData SerializationDictionaries - Question #10Understanding and Using APIs
Refer to the exhibit. Which JSON is equivalent to the XML-encoded data? A. B. C. D.
XMLJSONData ConversionAPI Data Formats - Question #11Cisco Platforms and Development
Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?
DevNet SandboxAPI DevelopmentDevelopment ToolsLab Environment - Question #12Understanding and Using APIs
Which two statements are true about Cisco UCS Manager, Cisco UCS Director, or Cisco Intersight APIs? (Choose two.)
Cisco UCS Manager APICisco UCS Director APICisco Intersight APIAPI authenticationAPI data formats - Question #13Understanding and Using APIs
A developer is writing an application that uses a REST API and the application requires a valid response from the API. Which element of the response is used in the conditional chec...
REST APIHTTP Status CodesAPI Response Handling - Question #14Application Deployment and Security
What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)
Bare MetalApplication DeploymentHardware AccessLegacy Applications - Question #15Software Development and Design
Which task is performed because the test-driven development approach is being used?
Test-Driven Development (TDD)RefactoringSoftware Development Methodologies - Question #16Understanding and Using APIs
Which two statements describe the traits of an asynchronous API call? (Choose two.)
Asynchronous API callsNon-blocking operationsCallback functionsAPI characteristics - Question #17Software Development and Design
A function my_func() returns True when it executes normally. Which Python snippet tests my_func()? A. B. C. D.
PythonFunction testingUnit testing basicsConditional statements - Question #18Infrastructure and Automation
When using the Bash shell, how it the output of the devnet command saved to a tile named "output.txt"?
Bash shellOutput redirectionCLI basicsLinux commands - Question #19Cisco Platforms and Development
When a Cisco IOS XE networking device is configured using RESTCONF, what is the default data-encoding method?
RESTCONFData EncodingCisco IOS XE - Question #20Network Fundamentals
What is an example of a network interface hardware address?
MAC addressNetwork interfaceHardware addressNetworking fundamentals - Question #21Understanding and Using APIs
Which REST architectural constraint indicates that no client context should be stored on the server between requests?
REST architectural constraintsStatelessnessAPI design principlesWeb services - Question #22Understanding and Using APIs
An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only 25 are returned. Which feature limits the amount of data tha...
REST APIPaginationAPI Data Retrieval - Question #23Understanding and Using APIs
Refer to the exhibits. A developer is troubleshooting an API with the given API documentation and cURL command. What is the cause of this problem?
API AuthorizationHTTP HeaderscURLAPI Troubleshooting - Question #24Infrastructure and Automation
Which CI/CD tool is an automation tool used to build, test, and deploy software?
CI/CDAutomation toolsJenkinsSoftware deployment - Question #25Software Development and Design
Which two statements describe the advantages of using a version control system? (Choose two.)
Version Control SystemCollaborationBranching and MergingSoftware Development Practices - Question #26Network Fundamentals
In DNS, which record specifies an alias that refers to another name that ultimately resolves to an IP address?
DNSDNS recordsCNAMEAliases - Question #27Software Development and Design
Which principle is a value from the manifesto for Agile software development?
Agile Software DevelopmentAgile ManifestoSoftware Development Principles - Question #28Cisco Platforms and Development
Which API is used to obtain data about voicemail ports?
Cisco Unified Communications ManagerAPIVoicemail managementCollaboration platforms - Question #29Software Development and Design
Refer to the exhibit. The output of a unified diff when comparing two versions of a Python script is shown. Which two "single_request_timeout()" functions are defined in fish.py an...
Unified DiffCode ComparisonPython ProgrammingVersion Control - Question #30Understanding and Using APIs
Which two statements about JSON and XML are true? (Choose two.)
JSONXMLData FormatsAPI Data - Question #31Infrastructure and Automation
A company has written a script that creates a log bundle from the Cisco DNA Center every day. The script runs without error and the log bundles are produced. However, when the scri...
Network PerformanceVLANsAutomation ImpactCisco DNA Center - Question #32Infrastructure and Automation
Refer to the exhibit. What is represented in this YANG module?
YANGData ModelingNetwork ConfigurationInterface Management - Question #33Application Deployment and Security
Refer to the exhibit. A process running on the host wants to access the service running inside this Docker container. Which port is used to make a connection?
DockerContainerizationPort MappingApplication Access - Question #34Cisco Platforms and Development
Which platform has an API that can be used to obtain a list of vulnerable software on user devices?
Cisco AMPAPI capabilitiesEndpoint securityVulnerability detection - Question #35Network Fundamentals
On which network plane is routing protocol traffic handled?
Network planesControl planeRouting protocols - Question #36Understanding and Using APIs
Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?
HTTP MethodsWebhooksAPIs - Question #37Software Development and Design
Before which process is code review performed when version control is used?
Code ReviewVersion ControlSoftware Development WorkflowMerge Requests - Question #38Network Fundamentals
Refer to the exhibit. Which two statements about the network diagram are true? (Choose two.)
IP AddressingSubnettingNetwork TopologyRouter Interfaces - Question #39Software Development and Design
Which statement describes the benefit of using functions in programming?
Programming functionsModularityCode reusabilitySoftware design - Question #40Understanding and Using APIs
Refer to the exhibit. An administrator attempts to perform a GET using the Cisco IOS XE RESTCONF API to return the hostname of a device. The sequence diagram illustrates the HTTP m...
RESTCONFAPI RequestcurlAuthentication - Question #41Software Development and Design
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 RefactoringFunctionsCode ReusabilityDRY Principle - Question #42Cisco Platforms and Development
Refer to the exhibit. The Python interpreter and the Cisco Python SDK are available by default in the Cisco NX-OS Software. The SDK documentation shows how the clid() API can be us...
Cisco NX-OSPython SDKAPI UsageNetwork Automation - Question #43Infrastructure and Automation
Refer to the exhibit. Which two statements describe the configuration of the switch after the Ansible script is run? (Choose two.)
AnsibleVLANsSwitchport ModesNetwork Automation - Question #44Software Development and Design
What are two advantages of the Model-view-controller software design pattern? (Choose two.)
Software Design PatternsModel-View-Controller (MVC)Separation of ConcernsSoftware Architecture - Question #45Software Development and Design
What is the benefit of edge computing?
Edge ComputingNetwork LatencyDistributed Systems - Question #46Understanding and Using APIs
The Cisco APIC REST API supports which two methods'? (Choose two.)
Cisco APICREST APIHTTP MethodsAPI Interaction - Question #47Cisco Platforms and Development
Which two protocols can the Cisco APIC-EM use to communicate with supported platforms? (Choose two.)
Cisco APIC-EMNetwork ManagementSNMPSSH - Question #48Application Deployment and Security
Which type of threat occur when an attacker can send hostile data to an interpreter within an application?
Application SecurityInjection VulnerabilitiesWeb SecurityData Interpretation - Question #49Infrastructure and Automation
Refer to the exhibit. What is the effect of this Ansible playbook on an IOS router?
AnsibleNetwork AutomationConfiguration BackupCisco IOS - Question #50Application Deployment and Security
Which two statement describe the role of an artifact repository in a CI/CD pipeline? (Choose two.)
CI/CDArtifact RepositoryBuild ProcessBinary Management