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

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

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

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

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

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

السؤال #1
Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.)
A. fragment
B. query
C. operation
D. api-entry
E. path
عرض الإجابة
اجابة صحيحة: B
السؤال #2
When using Cisco YDK, which syntax configures the BGP ASN using OpenConfig BGP?
A. bgp
B. bgp
C. bgp
D. bgp
عرض الإجابة
اجابة صحيحة: AE
السؤال #3
What is the result of the Ansible task?
A. It configures a Cisco IOS XR router with BGP AS65000 with two neighbors and redistributes OSPF into BGP
B. It validates the BGP configuration on a Cisco IOS XR router, but it is a read-only module and cannot modify the configuration on the router
C. It validates the BGP configuration on a Cisco IOS XE router, but it is a check mode-only network module and cannot modify the configuration on the router
D. It configures a Cisco IOS router with BGP on AS500 and redistributes OSPF into BGP
عرض الإجابة
اجابة صحيحة: D
السؤال #4
After this operation, what else is needed to change the hostname of the router to IOS-XR-SJC-19?
A.
B.
C.
D.
عرض الإجابة
اجابة صحيحة: CE
السؤال #5
Regarding the Python script using YDK, what is the result for a device that is running Cisco IOS XR Software?
A. retrieves the system time
B. configures the system time
C. prints the uptime of the CRUDService
D. prints the system uptime
عرض الإجابة
اجابة صحيحة: B
السؤال #6
Using the provided XML snippet, which Xpath expression prints “Jane”?
A. //employee[1]/firstName/value()
B. //employee[0]/firstName/value()
C. //employee[1]/firstName/text()
D. //employee[0]/firstName/text()
عرض الإجابة
اجابة صحيحة: AC
السؤال #7
Which schema allows device configuration elements to be enclosed within a remote procedure call message when NETCONF is implemented?
A. JSON-RPC
B. XML
C. YAML
D. JSON
عرض الإجابة
اجابة صحيحة: AB
السؤال #8
Refer to the exhibit. Which XML output is a valid instantiation of the YANG model? A) B) C) D)
A. ption A
B. ption B
C. ption C
D. ption D
عرض الإجابة
اجابة صحيحة: A
السؤال #9
What are two advantages of using Python virtual environments? (Choose two.)
A. hey allow for multiple Python projects to use different versions of the same dependency without conflict
B. hey allow multiple Python applications to share virtual memory between subprocesses
C. hey allow for isolated environments where each can use a different version of Python
D. hey allow for all Python projects to utilize the same set of shared dependencies
E. hey allow for multiple virtual machines to share a single Python environment
عرض الإجابة
اجابة صحيحة: AC
السؤال #10
What is the effect of the script on the device?
A. All interfaces except GigabitEthernet2 are reset to their default configurations
B. It replaces the entire configuration for GigabitEthernet2 on the device using RESTCONF
C. It merges the new configuration with the existing configuration on the device using RESTCONF
D. It compares the configuration to the device
عرض الإجابة
اجابة صحيحة: D
السؤال #11
What must be added after the last line of the Ansible playbook to check if the output contains “IOS-XR”?
A. wait_for: result[1] contains “IOS-XR”
B. wait_for: result[0] contains IOS-XR
C. notify: “IOS-XR”
D. wait_for_connection:
عرض الإجابة
اجابة صحيحة: D
السؤال #12
XTC has been configured by an engineer. What does the IPv4 address represent on the snippet?
A. local address of the router on which it listens for PCEP
B. configured for the local peer for state synchronization
C. destination address of the router on which it listens for PCEP
D. configured for the remote peer for state synchronization
عرض الإجابة
اجابة صحيحة: A
السؤال #13
What is the cause of the status of the interface subscription?
A. The router cannot establish a gRPC connection with the collector
B. The sensor-group “Interface-Counters” does not contain a valid YANG path
C. The router is waiting for a collector to dial in
D. This is the expected state of an active subscription
عرض الإجابة
اجابة صحيحة: A
السؤال #14
An engineer implements an automation with Cisco XTC. Which problem results in the 404 Not Found error code on the REST call?
A. The resource that you are trying to delete does not exist
B. Port 8080 is not enabled on XTC
C. XTC does not offer any APIs
D. You must change the request method
عرض الإجابة
اجابة صحيحة: B
السؤال #15
The Netmiko BaseConnection class contains a method called “send_config_set()”. Which two actions does this method perform on the device? (Choose two.)
A. It takes a filename parameter that executes commands contained in that file on the device
B. It requires the user to explicitly send configure terminal and exit commands to the device to enter and exit configuration mode
C. It automatically enters and exits configuration mode on the device
D. It takes a Python iterable, such as a list of commands, and executes them in order on the device
E. It saves the running configuration to the startup configuration after executing the configuration commands on the device
عرض الإجابة
اجابة صحيحة: B
السؤال #16
An engineer must change from using NETCONF for streaming telemetry to telemetry data using gRPC framework because NETCONF uses XML for message and payload encoding. Which two messages and payload encodings does gNMI use? (Choose two.)
A. gNMI notifications with XML
B. protobuf notifications with XML
C. protobuf payload
D. JSON payload
E. gNMI notifications with JSON
عرض الإجابة
اجابة صحيحة: D
السؤال #17
An automation engineer has created a RESTCONF POST to configure network devices. Which two tasks are accomplished when the code is executed? (Choose two.)
A. If the specified configuration is already in the running configuration, the command is replaced by this request
B. If the specified configuration is already in the running configuration, the command is not replaced by this request
C. If the specified configuration is already executed in the running configuration, the command is merged with this request
D. If the specified configuration is already in the running configuration, the command updates this request
E. If the specified configuration is not on the device, the POST request creates it
عرض الإجابة
اجابة صحيحة: D
السؤال #18
Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.)
A. PySNMP
B. requests
C. ncclient
D. YANG
E. json
عرض الإجابة
اجابة صحيحة: BE
السؤال #19
Which statement describes an asynchronous API communication?
A. synchronous communication waits for a response
B. ynchronous communication is with a central orchestrator
C. t is not necessary to wait for availability of a resource
D. n application can freeze if there is no response from a request
عرض الإجابة
اجابة صحيحة: C

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

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

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

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