Posted on June 13, 2021 Cisco Devnet Please enter your email: 1. A Company is looking for cloud deployment which will use the on-premise infrastructure, is user selfservice, and easy to scale. Which cloud solution should be selected for these requirements? A. multi B. public C. private D. hybrid 2. What is a function of the default gateway in a network? A. to drop traffic that is destined to the default gateway B. to drop traffic that is not destined to the default gateway C. to forward traffic to the same subnet D. to forward traffic to different subnets 3. 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 4. Which two query types does a client make to a DNS server? (Choose Two) A. AAAA B. ACK C. DISCOVER D. Inverse E. PTR 5. 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. 6. 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. 7. Which HTTP status Code means that the server cannot or will not process the request because of perceived client error? A. 100 B. 203 C. 303 D. 400 8. Which response status code is used by a RESTful interface to indicate successful execution of a request? A. 200 B. 404 C. 405 D. 500 9. What is a tenet of test-driven development? A. write documentation for tests B. write tests after adding new blocks of code C. write and run tests before writing new code D. run tests after writing new code 10. Which device is used to transport traffic from one broadcast domain to another broadcast domain? A. load balancer B. layer 2 switch C. router D. proxy server 11. Which service provides a directory lookup for IP addresses and host names? A. DNS B. DHCP C. SNMP D. NAT 12. A developer needs to prepare the file README.md in the working tree for the next commit operation using Git. Which command needs to be used to accomplish this? A. git add README.md staging B. git -a README.md C. git add README.md D. git commit README.md 13. What is the purpose of a firewall in application deployment? A. adds TLS support to an application that does not support it natively B. forwards traffic to a pool of instances of the application C. provides translation for an application’s hostname to its IP address D. limits traffic to only ports required by the application 14. Which platform is run directly using a hypervisor? A. bare metal systems B. containers C. virtual machines D. applications 15. Which two query types does a client make to a DNS server? (Choose Two) A. AAAA B. ACK C. DISCOVER D. Inverse E. PTR 16. Which network device monitors incoming and outgoing traffic and decides whether to allow or block specific traffic based on a defined set of rules? A. switch B. load balancer C. reverse proxy D. firewall 17. Which two query types does a client make to a DNS server? (Choose Two) A. AAAA B. ACK C. DISCOVER D. Inverse E. PTR 18. What are the two principles of an infrastructure as code environment? (Choose two) A. Complete complex systems must be able to be built from reusable infrastructure definitions. B. Environments must be provisioned consistently using the same inputs. C. Redeployments cause varying environment definitions. D. Service overlap is encouraged to cater for unique environment needs. E. Components are coupled, and definitions must be deployed for the environment to function 19. 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 20. What are the two purposes for using a VLAN in a network? (Choose two) A. It is used to create the routing table. B. It creates a collection of MAC addresses. C. It is used for VM network traffic. D. It segments a network. E. It creates a broadcast domain. 21. Users cannot access a webserver and after the traffic is captured. the capture tool shows an ICMP packet that reports “time exceeded in-transit”. What is the cause of this webserver access issue? A. A router along the path is misrouting the packets in a wrong direction. B. A router along the path has the wrong time. C. The server is too far away and the packets require too much time to reach it D. The server is too loaded and the connection could not be handled in time 22. A REST API service requires authentication based on the username and password. The user “john” has the password “384279060” and the Base64 encoding of those credentials is “am9objowMTIzNDU2Nzg=”. Which method completes an authentication request? A. The header must include: Authorization: Bearer am9obJowMTlzNDU2Nzg= B. The payload must include: Authorization: Bearer am9objowMTIzNDU2Nzg= C. The payload must include. Authorization: Basic am9objowMTlzNDU2Nzg= D. The header must include: Authorization: Basic am9objowMTlzNDU2Nzg= 23. What is used in Layer 2 switches to direct packet transmission to the intended recipient? A. spanning tree B. IPv4 address C. IPv6 address D. MAC address 24. What operation is performed with YANG model-driven programmability in NX-OS? A. configure a device with native and OpenConfig-based models B. send CLI commands to a device and retrieve output in JSON format C. run Linux commands natively on the device D. bootstrap a device that has a factory-default configuration 25. Users cannot access a webserver and after the traffic is captured, the capture too* shows an ICMP packet that reports “communication administratively prohibited” What Is the cause of this webserver access Issue? A. An access list along the path is blocking the traffic B. The traffic is not allowed to be translated with NAT and dropped. C. Users must authenticate on the webserver to access It D. A router along the path is overloaded and thus dropping traffic 26. 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 27. 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 Loading … Question 1 of 27 🔴 Our Live Courses