What should a CI/CD pipeline aim to achieve?
What should a CI/CD pipeline aim to achieve?A . to allow manual testing before deploymentB . to require minimal manual interactionC . to support new deployments on a fixed monthly scheduleD . to provide a documented process for feedbackView AnswerAnswer: A
Which product provides network controller-level management features?
Which product provides network controller-level management features?A . Cisco DNA CenterB . Cisco NX-OSC . Cisco UCS ManagerD . Cisco ISEView AnswerAnswer: A Explanation: Reference: https://www.cisco.com/c/en/us/products/cloud-systems-management/index.html
Drag and drop the function on the left onto the type of plane that handles the function on the right
DRAG DROP Drag and drop the function on the left onto the type of plane that handles the function on the right. View AnswerAnswer:
Which task is performed because the test-driven development approach is being used?
Which task is performed because the test-driven development approach is being used?A . testing existing software before developing new codeB . refactoring code that is covered by existing testsC . writing code without committing any coding violationsD . creating test scenarios based on continuous developmentView AnswerAnswer: B
Which service provides a directory lookup for IP addresses and host names?
Which service provides a directory lookup for IP addresses and host names?A . DNSB . DHCPC . SNMPD . NATView AnswerAnswer: A
Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR 1000V?
Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR 1000V?A . Change the HTTP method to PUC . Change the transport protocol to HTTPE . Check the MIMF types in the HTTP headers.F . Check the...
What is used in Layer 2 switches to direct packet transmission to the intended recipient?
What is used in Layer 2 switches to direct packet transmission to the intended recipient?A . spanning treeB . IPv4 addressC . IPv6 addressD . MAC addressView AnswerAnswer: D
Which is an advantage of using network programmability?
Which is an advantage of using network programmability?A . It removes CLI access for devices.B . It provides for more scalable and replicable network provisioning.C . Manual configuration is faster.D . No cloud abstraction occurs.View AnswerAnswer: B
Which element of the response in the conditional check?
A developer is writing an application that uses a REST API and the application requires a response from the API. Which element of the response in the conditional check?A . LinkB . status codeC . headersD . URLView AnswerAnswer: B
What is the first development task in test-driven development?
What is the first development task in test-driven development?A . Write code that implements a desired function.B . Write a failing test case for a desired function.C . Write a passing test case for existing code.D . Reverse engineer the code for a desired function.View AnswerAnswer: B