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

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

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

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

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

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

السؤال #1
In which situation would an edge computing solution be used?
A. where low latency is needed
B. where high CPU throughput is needed
C. where fast memory is needed
D. where high disk space is needed
عرض الإجابة
اجابة صحيحة: C
السؤال #2
Which two concepts describe test-driven development? (Choose two.)
A. User acceptance testers develop the test requirements
B. It enables code refactoring
C. Tests are created when code is ready for release
D. Implementation is driven by incremental testing of release candidates
E. Write a test before writing code
عرض الإجابة
اجابة صحيحة: CD
السؤال #3
What caused the error in this API request?
A. The API resource does not support the POST operation
B. The API resource does not support JSON format payloads
C. The submitted JSON payload includes a field that is not supported by the API resources
D. The submitted JSON payload has a formatting issue
عرض الإجابة
اجابة صحيحة: C
السؤال #4
The definition of the YANG module and a RESTCONF query sent to a Cisco IOc XE device is shown. Which statement is correct if the RESTCONF interface responds with a 204 status code?
A. The query failed at retrieving the logging seventy level
B. The query failed to set the logging seventy level due to an invalid path
C. The query retrieved the logging seventy level
D. The query updated the logging seventy level or created it if not present on the device
عرض الإجابة
اجابة صحيحة: C
السؤال #5
Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library import requests
A. Mastered
B. Not Mastered
عرض الإجابة
اجابة صحيحة: D
السؤال #6
FILL BLANKFill in the blanks to complete the statement.Cisco DNA Center provides the capability to send an HTTP _______________ request to the API endpoint https://DNA-C_API_ADDRESS/api/v1/network-device/and receive the network _______________ list in _______________ format.
عرض الإجابة
اجابة صحيحة: SEEExplAn
السؤال #7
Drag and Drop the Bash commands from the left onto the correct actions on the right.
A. Mastered
B. Not Mastered
عرض الإجابة
اجابة صحيحة: C
السؤال #8
A developer is writing an application that uses a REST API and the application requires a valid response from the API.Which element of the response is used in the conditional check?
A. body
B. headers
C. link
D. URL
E. status code
عرض الإجابة
اجابة صحيحة: E
السؤال #9
What is an example of a network interface hardware address?
A. domain name
B. IP address
C. workstation name
D. MAC address
عرض الإجابة
اجابة صحيحة: B
السؤال #10
A 401 HTTP response code is returned when calling a REST API. What is the error state identified by this response code?
A. The server cannot process the request as it has detected an issue in the request syntax or body
B. The server accepted the request but the client is not authorized for this content
C. The request has not been accepted because it requires authentication
D. The server cannot find the requested resource because the path specified is incorrect
عرض الإجابة
اجابة صحيحة: C
السؤال #11
Which platform is run directly using a hypervisor?
A. Virtual
B. Bare metal systems
C. Containers
D. Applications
عرض الإجابة
اجابة صحيحة: AC
السؤال #12
Which description of a default gateway if true?
A. It is a device that receives IP packets that have no explicit next-hop in the routing table
B. It is a feature that translates between public and private addresses
C. It is a security feature that denies certain traffic
D. It is a device that receives Layer 2 frames with an unknown destination address
عرض الإجابة
اجابة صحيحة: C
السؤال #13
What are two advantages of version control software? (Choose two.)
A. It supports tracking and comparison of changes in binary formate files
B. It allows old versions of packaged applications to be hosted on the Internet
C. It provides wiki collaboration software for documentation
D. It supports comparisons between revisions of source code files
E. It allows new team members to access the current code and history
عرض الإجابة
اجابة صحيحة: C
السؤال #14
What are two functions of a routing table on a network device? (Choose two.)
A. It lists the routes to drop traffic
B. It lists the routes to a particular destination
C. It lists the static and dynamic entries
D. It lists hosts that are one hop away
E. It lists entries more than two hops away
عرض الإجابة
اجابة صحيحة: BC
السؤال #15
Which type of HTTP method is used by the Meraki nad webex teams APIs to send webhook notifications?
A. HTTP GET
B. HTTP PUT
C. HTTP HEAD
D. HTTP POST
عرض الإجابة
اجابة صحيحة: DE
السؤال #16
Refer to the exhibit.What is represented in this YANG module?
A. interface management
B. BGP
C. OpenFlow
D. topology
عرض الإجابة
اجابة صحيحة: A
السؤال #17
Which CI/CD tool is an automation tool used to build, test, and deploy software?
A. Nagios
B. Gradle
C. Jenkins
D. Git
عرض الإجابة
اجابة صحيحة: D
السؤال #18
Which two concepts describe test-driven development? (Choose two.)
A. It enables code refactoring
B. Write a test before writing code
C. Implementation is driven by incremental testing of release candidates
D. User acceptance testers development the test requirements
E. Tests are created when code is ready for release
عرض الإجابة
اجابة صحيحة: A
السؤال #19
What are two benefits of managing network configuration via APIs? (Choose two.)
A. more security due to locking out manual device configuration
B. configuration on devices becomes less complex
C. eliminates the need of legacy management protocols like SNMP
D. reduction in network changes performed manually
E. increased scalability and consistency of network changes
عرض الإجابة
اجابة صحيحة: DE
السؤال #20
Which two protocols are used to apply a configuration change on a Cisco IOS XE device? (Choose two)
A. CCX
B. RESTCONF
C. NETCONF
D. HSRP
E. CDP
عرض الإجابة
اجابة صحيحة: A
السؤال #21
Which two types of NAT are used in a network? (Choose two.)
A. Static NAT
B. Normal NAT
C. Multicast NAT
D. Dynamic NAT
E. Router NAT
عرض الإجابة
اجابة صحيحة: AC
السؤال #22
A developer created a new secure API and is testing the functionality locally. The API was added to a container for further testing, and other team members and applications need to connect to the API. Which command exposes the API in the container as port 8443 and allows connections external to the host?
A. docker run -p 127
B. docker run -p 0
C. docker run -p 0
D. docker run -p 127
عرض الإجابة
اجابة صحيحة: C
السؤال #23
A function my_func() returns True when it executes normally. Which python snippet tests my_func()?
A. Option A
B. Option B
C. Option C
D. Option D
عرض الإجابة
اجابة صحيحة: A
السؤال #24
Which service provides a directory lookup for IP addresses and host names?
A. DNS
B. NAT
C. SNMP
D. DHCP
عرض الإجابة
اجابة صحيحة: A
السؤال #25
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security rules?
A. Switch
B. Router
C. Firewall
D. Load balancer
عرض الإجابة
اجابة صحيحة: A
السؤال #26
What are two roles of an artifact repository in a CI/CD pipeline? (Choose two.)
A. is required for CI/CD pipelines executed on a public cloud infrastructure
B. is required for managing open source software
C. stores files needed and generated during the build process
D. allows for comparing and merging changes in the source code
E. provides traceability, search, and management of binary files
عرض الإجابة
اجابة صحيحة: D
السؤال #27
What are two security benefits of a Docker-based application?
A. easier to patch because Docker containers include only dependencies that the application requires
B. prevents information leakage that can occur when unhandled exceptions are returned in HTTP responses
C. allows for separation of application that traditionally run in the same host
D. natively secures access to secrets that are used by the running application
E. guarantees container images are secured and free of vulnerabilities
عرض الإجابة
اجابة صحيحة: D
السؤال #28
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?
A. clients poll for the status of the execution of operations
B. clients subscribe to a webhook for operation results
C. clients can access the results immediately
D. clients receive responses with a task id for further processing
عرض الإجابة
اجابة صحيحة: B
السؤال #29
The project is migrated to a new codebase, the “old_project” directory must be deleted. The directory has multiple read-only files, and it must be deleted recursively without prompting for confirmation. Which bash command must be used?
A. rm -rf old_project
B. rm -r old_project
C. rmdir -p old_project
D. rmdir old_project
عرض الإجابة
اجابة صحيحة: B
السؤال #30
Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?
A. HTTP POST
B. HTTP GET
C. HTTP HEAD
D. HTTP PUT
عرض الإجابة
اجابة صحيحة: A
السؤال #31
Which toot allows changes to the configuration management toolset to be tested?
A. pyATS
B. NAPALM
C. Cisco VIRL
D. Ansible
عرض الإجابة
اجابة صحيحة: D
السؤال #32
DRAG DROPDrag and drop elements of the RESTCONF Protocol stack from the left onto the correct descriptors on the right. Not allelements on the left are used.Select and Place:
عرض الإجابة
اجابة صحيحة: A
السؤال #33
Which CI/CD tool is an automation tool used to build, test, and deploy software?
A. Git
B. Gradle
C. Nagios
D. Jenkins
عرض الإجابة
اجابة صحيحة: D
السؤال #34
What is an advantage of using network programmability?
A. Manual configuration is faster
B. No cloud abstraction occurs
C. It removes CLI access for devices
D. It provides for more scalable and replicable network provisioning
عرض الإجابة
اجابة صحيحة: D
السؤال #35
A small company has 5 servers and 50 clients. What are two reasons an engineer should spilt this network into separate client and server subnets? (Choose two)
A. Internet access to the servers will be denied on the router
B. A router will limit the traffic types between the clients and servers
C. Subnets will split domains to limit failures
D. A router will bridge the traffic between clients and servers
E. Subnets provide more IP address space for clients and servers
عرض الإجابة
اجابة صحيحة: A
السؤال #36
Which model-driven programmability protocol does Cisco IOS XE Software support?
A. CORBA
B. SSH
C. gNMI
D. SOAP
عرض الإجابة
اجابة صحيحة: C
السؤال #37
Which two use cases are supported by Meraki APIs? (Choose two.)
A. Build location-aware apps from Wi-Fi and LoRaWAN devices
B. Build a custom Captive Portal for Mobile Apps
C. Configure network devices via the Dashboard API
D. Deploy applications onto the devices
E. Retrieve live streams from a Meraki Camera
عرض الإجابة
اجابة صحيحة: BC

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

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

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

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