What is a characteristic of synchronous and asynchronous API calls?

What is a characteristic of synchronous and asynchronous API calls?A . Synchronous API calls must always use a proxy server.B . ASynchronous communication uses more overhead for client authenticationC . Synchronous communication is harder to follow and troubleshootD . Synchronous API calls wait to return until a response has been...

December 19, 2020 No Comments READ MORE +

Which Cisco NX-OS command results in a successful execution of this script?

Refer to the Exhibit: Refer to the exhibit: The script is called deltacounters.py and it is currently inside a Guest Shell container running inside a Cisco NX-OS switch. Which Cisco NX-OS command results in a successful execution of this script?A . python /home/admjn/bootflash;deltacounters.py ethernet1/1B . show python bootf1ash:deltacounters.py ethernet1/1C ....

December 19, 2020 No Comments READ MORE +

Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)

Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)A . SHA256 hash of the message body and message headersB . SHA256 hash of the message body, including empty message bodiesC . RSA private key with a key size of 2048D . RSA private key with...

December 18, 2020 No Comments READ MORE +

Which iteration creates three EPGs in Cisco ACI using an Ansible task?

Which iteration creates three EPGs in Cisco ACI using an Ansible task? Some required aci_epg task attributes have been omitted for brevity. A) B) C) D) A . OptionB . OptionC . OptionD . OptionView AnswerAnswer: B

December 18, 2020 No Comments READ MORE +

Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options are used

DRAG DROP Drag and drop the code to complete an Ansible playbook that creates a new tenant. Not all options are used. View AnswerAnswer: Explanation: aci_tenant tenant : MyCompany state: present

December 18, 2020 No Comments READ MORE +

Which two components are attributes of an ACI MIT managed object? (Choose two.)

Which two components are attributes of an ACI MIT managed object? (Choose two.)A . moB . RNC . NID . DNE . URLView AnswerAnswer: B,D Explanation: Reference: https://www.cisco.com/c/en/us/products/collateral/cloud-systems­management/aci-fabric-controller/white-paper-c11-729586.html

December 17, 2020 No Comments READ MORE +

Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve just the server profile with the string “WEST 15” in the name and the correct body for the API request to update the name?

A server profile with the “WEST15” in its name must have the string “WEST15” changed to “LXT14”. For example, server profile “Vmhost-west 15-01” would need to be changed to “VMHOST-LXT 14-01”. Using the Cisco Intersight REST API in a Python script, which two GET API requests are used to retrieve...

December 16, 2020 No Comments READ MORE +

What are two main guiding principles of REST? (Choose two.)

What are two main guiding principles of REST? (Choose two.)A . trackableB . statelessC . single-layer systemD . statefulView AnswerAnswer: B,C

December 14, 2020 No Comments READ MORE +

What is the default data encoding for the response output of the ACI APIC API inspector?

What is the default data encoding for the response output of the ACI APIC API inspector?A . csvB . JSONC . XMLD . YAMLView AnswerAnswer: B

December 14, 2020 No Comments READ MORE +

Which two application isolation options are available when Kubernetes is deployed with the ACI CNI plug-in? (Choose two.)

Which two application isolation options are available when Kubernetes is deployed with the ACI CNI plug-in? (Choose two.)A . Process IsolationB . Namespace IsolationC . Cluster IsolationD . Server IsolationE . VM IsolationView AnswerAnswer: B,C

December 14, 2020 No Comments READ MORE +