Which model-driven programmability protocol does Cisco IOS XE Software support?
Which model-driven programmability protocol does Cisco IOS XE Software support?A . gNMIB . SOAPC . SSHD . CORBAView AnswerAnswer: A Explanation: Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1610/b_1610_programmability_cg/gnmi_protocol.html
Which platform is run directly using a hypervisor?
Which platform is run directly using a hypervisor?A . bare metal systemsB . virtual machinesC . containersD . applicationsView AnswerAnswer: A Explanation: Reference: https://phoenixnap.com/blog/what-is-bare-metal-hypervisor
Which REST architectural constraint indicates that no client context should be stored on the server between requests?
Which REST architectural constraint indicates that no client context should be stored on the server between requests?A . cacheableB . statelessC . uniform interfaceD . client-serverView AnswerAnswer: B Explanation: Reference: https://developer.cisco.com/docs/nx-os/#!representational-state-transfer-rest
What are two benefits of managing network configuration via APIs? (Choose two.)
What are two benefits of managing network configuration via APIs? (Choose two.)A . more security due to locking out manual device configurationB . configuration on devices becomes less complexC . eliminates the need of legacy management protocols like SNMPD . reduction in network changes performed manuallyE . increased scalability and...
Fill in the blanks to complete the cURL command that invokes a RESTful API to retrieve a resource in JSON format using OAuth
FILL BLANK Fill in the blanks to complete the cURL command that invokes a RESTful API to retrieve a resource in JSON format using OAuth. curl CX ____________ -H “ __________: application/json” -H “ _______: Bearer AbCdEf123456” https://localhost/api/myresourceView AnswerAnswer: GET Accept Authorization Reference: https://webcache.googleusercontent.com/search?q=cache:Se6d2trvMsEJ:https://blogs.cisco.com/developer/security-api-best-practices+&cd=4&hl=en&ct=clnk&gl=pk&client=firefox-b-d
Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right
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. View AnswerAnswer: Explanation: Reference: https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/application-policyinfrastructure-controller-enterprise-module/1-2-x/config-guide/b_apic-em_config_guide_v_1-2-x/b_apicem_config_guide_v_1-2-x_chapter_01001.pdf
Drag and drop the element of the Finesse API on the left onto the description of its functionality on the right
DRAG DROP Drag and drop the element of the Finesse API on the left onto the description of its functionality on the right. View AnswerAnswer: Explanation: Reference: https://developer.cisco.com/docs/finesse/#!cisco-finesse-desktop-apis
In DNS, which record specifies an alias that refers to another name that ultimately resolves to an IP address?
In DNS, which record specifies an alias that refers to another name that ultimately resolves to an IP address?A . CNAMEB . NSC . AAAD . SOAView AnswerAnswer: A Explanation: Reference: https://ns1.com/resources/dns-types-records-servers-and-queries
What is represented in this YANG module?
Refer to the exhibit. What is represented in this YANG module?A . interfaceB . BGPC . OpenFlowD . topologyView AnswerAnswer: A Explanation: Reference: https://github.com/CiscoDevNet/dnav3-code/blob/master/intro-mdp/yang/models/Cisco-IOSXE-interfaces-oper.yang
Which action does the Git command git merge allow the developer to perform?
Which action does the Git command git merge allow the developer to perform?A . Combine multiple sequences of commits into one unified historyB . Push changes to the remote repositoryC . Create, list, rename, and delete branchesD . Switch between branchesView AnswerAnswer: A Explanation: Reference: https://www.atlassian.com/git/tutorials/using-branches/git-merge