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

March 23, 2020 No Comments READ MORE +

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

March 23, 2020 1 Comment READ MORE +

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

March 21, 2020 No Comments READ MORE +

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...

March 21, 2020 No Comments READ MORE +

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

March 21, 2020 No Comments READ MORE +

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-policy­infrastructure-controller-enterprise-module/1-2-x/config-guide/b_apic-em_config_guide_v_1-2-x/b_apic­em_config_guide_v_1-2-x_chapter_01001.pdf

March 20, 2020 No Comments READ MORE +

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

March 20, 2020 No Comments READ MORE +

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

March 19, 2020 No Comments READ MORE +

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-IOS­XE-interfaces-oper.yang

March 19, 2020 No Comments READ MORE +

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

March 19, 2020 1 Comment READ MORE +