لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
The code should create a new tenant named Cisco via the Cobra SDK, which shows up after the execution of this script in the APIC dashboard. Which code must he inserted into the red box to create this tenant?
A. fvTenant = NewTenant(name='Cisco')
B. tenant = Tenant(topMo
C. fvTenant = Tenant(topMo, name='Cisco')
D. fvTenant = Tenant('Cisco')
عرض الإجابة
اجابة صحيحة: D
السؤال #2
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/admin/bootflash:deltacounters
B. show python bootflash:deltacounters
C. guestshell run python /home/admin/deltacounter
D. guestshell execute python /home/admin/deltacounter
عرض الإجابة
اجابة صحيحة: CD
السؤال #3
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 configuration
B. automation of repetitive tasks
C. ability to create device and interface groups
D. ability to add VLANs and routes per device
E. removal of network protocols such as Spanning Tree
عرض الإجابة
اجابة صحيحة: AB
السؤال #4
How often is the subscription stream for sys/bgp going to be sent?
A. 5 sec
B. 5 msec
C. 5000 sec
D. 5 min
عرض الإجابة
اجابة صحيحة: B
السؤال #5
Which change allows the code to configure VLAN 10 in the Cisco UCS?
A. Lines 8 and 9 should have a line continuation \ at the end
B. Line 13 should include "handle
C. Line 4 should include transport 443 option
D. Line 3 should add an import for query_dn
عرض الإجابة
اجابة صحيحة: C
السؤال #6
Which two statements are true about this API GET request to the ACI APIC? (Choose two.)
A. The API call creates a new 10G interface in the APIC
B. The API call reads information from a managed object
C. The API response is encoded in JSON
D. The API call reads information from an object class
E. The API response is encoded in XML
عرض الإجابة
اجابة صحيحة: D
السؤال #7
What is the default data encoding for the response output of the ACI APIC API inspector?
A. CSV
B. JSONC
D. YAML
عرض الإجابة
اجابة صحيحة: BE
السؤال #8
How is an ACI class name composed?
A. :Method
B. ClassName:Method
C. Package:ClassName
D. MitName:Method
عرض الإجابة
اجابة صحيحة: C
السؤال #9
A set of automation scripts work with no issue from a local machine, but an experiment needs to take place with a new package found online. How is this new package isolated from the main code base?
A. Add the new package to your requirements
B. Create a new virtual machine and perform a pip install of the new package
C. Perform a pip install of the new package when logged into your local machine as root
D. Create a new virtual environment and perform a pip install of the new package
عرض الإجابة
اجابة صحيحة: D
السؤال #10
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 tenant "DevNet_Tenant" and sets the network address to "10
C. It creates an EPG "DevNet_EPG" inside AppProfile "DevNet_App" located in ACI tenant "DevNet_Tenant" and link the EPG with BridgeDomain "DevNet_BD"
D. It creates a subnet "DevNet_Subnet" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and sets the network address to "10
E. It creates an EPG "DevNet_EPG" inside VRF "DevNet_VRF" located in ACI tenant "DevNet_Tenant" and link the EPG with BridgeDomain "DevNet_BD"
عرض الإجابة
اجابة صحيحة: BE
السؤال #11
The exhibit shows a Cisco NX-OS switch configuration, an Ansible playbook, and the output of running this playbook. The playbook failed due to error "msg' 'Request failed ', 'status' -1, "url" "http://192.168.251.129:80/ins". Which Cisco NX-OS configuration command resolves this failure?
A. feature nxapi
B. http-server enabled
C. interface mgmt0; ip access-group allow_http_traffic in
D. feature http
عرض الإجابة
اجابة صحيحة: S
السؤال #12
Which Ansible module is needed in line 8 to create a new VLAN 10 on the hosts defined in the "ucs" group?
A. vlan
B. ucs_vlans
C. vlans
D. nxos_vlans
عرض الإجابة
اجابة صحيحة: A
السؤال #13
Which configuration change command must be run on the Cisco NX-OS device to make this command work?
A. enable bash-shell
B. bash-shell enable
C. service bash-shell
D. feature bash-shell
عرض الإجابة
اجابة صحيحة: B
السؤال #14
Assuming a new ACI instance, what is the result when this script is run?
A. Ten objects are created and subsequently deleted
B. Nine objects are created
C. An exception is thrown
D. Ten objects are created
عرض الإجابة
اجابة صحيحة: AC
السؤال #15
Which two components are required from the Cisco Intersight REST API Authentication? (Choose two.)
A. SHA256 hash of the message body and message headers
B. SHA256 hash of the message body, including empty message bodies
C. RSA private key with a key size of 2048
D. RSA private key with a key size of 1024
E. SHA384 hash of the message body, excluding empty message bodies
عرض الإجابة
اجابة صحيحة: AC
السؤال #16
Which action does the execution of this ACI Cobra Python code perform?
A. It prints all LLDP neighbor MAC and IP addresses
B. It prints all Cisco Discovery Protocol neighbor MAC and IP addresses
C. It prints all endpoint MAC and IP addresses
D. It prints all APIC MAC and IP addresses
عرض الإجابة
اجابة صحيحة: C
السؤال #17
Refer to the exhibit. Which action fixes the code to access a child managed object?
A. elete line 2
B. hange dnQuery to classQuery in line 1
C. ove line 2 to the last line
D. hange parent to children in line 2
عرض الإجابة
اجابة صحيحة: D
السؤال #18
What is a characteristic of synchronous and asynchronous API calls?
A. ynchronous API calls must always use a proxy server
B. Synchronous communication uses more overhead for client authentication
C. ynchronous communication is harder to follow and troubleshoot
D. ynchronous API calls wait to return until a response has been received
عرض الإجابة
اجابة صحيحة: D
السؤال #19
Which two Cisco UCS PowerTool commands provide this output? (Choose two.)
A. Get-UcsServer | Select-Object Dn
B. Get-UcsRack Systems | Select-Object Dn
C. Get-UcsBlade | Select-Object Dn
D. Get-UcsRackUnit | Select-Object Dn
E. Get-UcsSystems | Select-Object Dn
عرض الإجابة
اجابة صحيحة: A
السؤال #20
When the Cisco bigmuddy-network-telemetry-collector from GitHub is used, which command displays only the message headers?
A. --print
B. --all
C. --brief
D. --print-all
عرض الإجابة
اجابة صحيحة: A
السؤال #21
A server profile with the string "WEST15" in its name must have the string "WEST15" changed to "LXT14". For example, server profile "VMHOST-WEST15-01" would need to be changed to "VMHOST-LXT14-01". 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 "WEST15" in the name and the correct body for the API request to update the name? Assume the variable "sp_name" contains the name of the retrieved server profile. (Choose
A. GET https://intersight
B. GET https://intersight
C. BODY = { "Name": sp_name
D. GET https://intersight
عرض الإجابة
اجابة صحيحة: D
السؤال #22
Which two application isolation options are available when Kubernetes is deployed with the ACI CNI plug-in? (Choose two.)
A. rocess Isolation
B. amespace Isolation
C. luster Isolation
D. erver Isolation
E. M Isolation
عرض الإجابة
اجابة صحيحة: BC
السؤال #23
During the process of starting a Python network telemetry collector, which command starts the Cisco bigmuddy-network-telemetry-collector from GitHub?
A. model driven telemetry
B. telemetry_receiver
C. telemetry_receiver
D. streaming telemetry
عرض الإجابة
اجابة صحيحة: A
السؤال #24
Where and how often does the subscription stream data for Ethernet port 1/1?
A. to four different destinations every 10000 microseconds
B. to four different destinations every 100 milliseconds
C. to four different destinations every 10 seconds
D. to four different destinations every 10000 seconds
عرض الإجابة
اجابة صحيحة: S

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: