What operation is performed with YANG model-driven programmability in NX-OS?
What operation is performed with YANG model-driven programmability in NX-OS?A . configure a device with native and OpenConfig-based modelsB . send CLI commands to a device and retrieve output in JSON formatC . run Linux commands natively on the deviceD . bootstrap a device that has a factory-default configurationView AnswerAnswer:...
What are two functions of a routing table on a network device? (Choose two.)
What are two functions of a routing table on a network device? (Choose two.)A . It lists entries more than two hops away.B . It lists the routes to a particular destination.C . It lists the routes to drop traffic.D . It lists hosts that are one hop away.E ....
Which type of threat occur when an attacker can send hostile data to an interpreter within an application?
Which type of threat occur when an attacker can send hostile data to an interpreter within an application?A . Cross-site scriptingB . Sensitive data exposureC . Broken authenticationD . InjectionView AnswerAnswer: D Explanation: Reference: https://owasp.org/www-project-top-ten/OWASP_Top_Ten_2017/Top_10-2017_A1-Injection
Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?
Which Cisco DevNet resource allows access to products in a development lab to explore, learn, and build application that use Cisco APLs?A . DevNet communitiesB . DevNet code ExchangeC . DevNet Automation ExchangeD . DevNet sandboxView AnswerAnswer: D Explanation: Reference: https://developer.cisco.com/site/sandbox/
In the test-driven development model, what is changed after a test fails?
In the test-driven development model, what is changed after a test fails?A . testB . scheduleC . project requirementsD . codeView AnswerAnswer: D
Which action organizes the code?
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 testsB . Using functions, rewrite any pieces of...
Which detail is included in a routing table?
Which detail is included in a routing table?A . IP protocolB . Broadcast addressC . TCP or UDP port numberD . Destination next hop or outgoing interfaceView AnswerAnswer: D Explanation: Reference: https://geek-university.com/ccna/routing-table-explained/
Drag and Drop the GIT commands from the left onto the right that add modified local files to a remote repository
DRAG DROP Drag and Drop the GIT commands from the left onto the right that add modified local files to a remote repository. Not all options are used View AnswerAnswer: Explanation: git add . git commit -m “this is my edit” git push
Which status code is used by a REST API to indicate that the submitted payload is incorrect?
Which status code is used by a REST API to indicate that the submitted payload is incorrect?A . 400B . 403C . 405D . 429View AnswerAnswer: A Explanation: Reference: https://community.cisco.com/t5/application-centric/apic-rest-api-produces-inconsistent-response/td-p/2758230
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?A . clients poll for the status of the execution of operationsB . clients subscribe to a webhook for operation resultsC . clients can access the results immediatelyD . clients receive responses with a task id for...