How is an ACI class name composed?

How is an ACI class name composed?A . :MethodB . ClassName:MethodC . Package:ClassNameD . MitName:MethodView AnswerAnswer: C

May 2, 2020 No Comments READ MORE +

Which two statements about gRPC are true? (Choose two.)

Which two statements about gRPC are true? (Choose two.)A . It is an IETF draft.B . It is an IETF standard.C . It runs over SSE . It is an open source initiative.F . It runs over HTTPView AnswerAnswer: AE

April 30, 2020 No Comments READ MORE +

Which two actions does this Python code perform with the Cisco ACI?

Refer to the exhibit. Which two actions does this Python code perform with the Cisco ACI? (Choose two.)A . It creates a subnet "DevNet_Subnet" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and sets the scope to "private".B . It creates a subnet "DevNet_Subnet" inside AppProfile "DevNet_App" located in ACI...

April 30, 2020 No Comments READ MORE +

Which statement about synchronous and asynchronous API calls is true?

Which statement about synchronous and asynchronous API calls is true?A . Synchronous API calls wait to return until a response has been received.B . Synchronous communication is harder to follow and troubleshoot.C . Synchronous API calls must always use a proxy server.D . Asynchronous communication uses more overhead for client...

April 29, 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 . cacheableB . trackableC . statelessD . single-layer systemE . statefulView AnswerAnswer: AC

April 28, 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: Reference: https://docs.ansible.com/ansible/2.4/aci_tenant_module.html

April 27, 2020 No Comments READ MORE +

Drag and drop the correct code snippets into the Python code to create a new application profile "WebApp" using the ACI REST API. Not all options are used

DRAG DROP Drag and drop the correct code snippets into the Python code to create a new application profile "WebApp" using the ACI REST API. Not all options are used. View AnswerAnswer:

April 27, 2020 No Comments READ MORE +

Drag and drop the correct YAML components from the bottom onto the correct blanks within the Ansible playbook to create a new application profile called "DbApp" using the Ansible ACI module. Not all options are used

DRAG DROP Drag and drop the correct YAML components from the bottom onto the correct blanks within the Ansible playbook to create a new application profile called "DbApp" using the Ansible ACI module. Not all options are used. View AnswerAnswer: Explanation: Reference: https://docs.ansible.com/ansible/latest/modules/aci_ap_module.html

April 26, 2020 No Comments READ MORE +

Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two.)

Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two.)A . consistency of systems configurationB . automation of repetitive tasksC . ability to create device and interface groupsD . ability to add VLANs and routes per deviceE ....

April 25, 2020 No Comments READ MORE +

Which Ansible playbook fragment returns the fewest queried ACI endpoint groups?

Which Ansible playbook fragment returns the fewest queried ACI endpoint groups? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D

April 25, 2020 No Comments READ MORE +