Which two statement describe the role of an artifact repository in a CI/CD pipeline? (Choose two.)
Which two statement describe the role of an artifact repository in a CI/CD pipeline? (Choose two.)A . An artifact repository allows to compare and merge changes in the source code of files involved in a build process.B . An artifact repository is needed only for CI/CD pipeline executed on a...
Which networking device mut be at fault?
An automation script fails to connect to an internal server exactly 1 out of 2 times it is executed. This behavior is seen from different clients. Which networking device mut be at fault?A . Laptop on which the script is runningB . RouterC . SwitchD . Load balancerView AnswerAnswer: D
Which line is an example of the start of a chunk from a unified diff?
Which line is an example of the start of a chunk from a unified diff?A . @@ -90,88 +20191008T1349@@B . @@ -20191007T1200 +88,90 @@C . @@ -20191007T1200 +20191008T1349@@D . @@ -88,10 +88,6 @@View AnswerAnswer: D Explanation: Reference: https://unix.stackexchange.com/questions/252927/what-do-the-numbers-in-the-line-mean-in-output-of-diff
What is the purpose of a MAC address?
What is the purpose of a MAC address?A . To uniquely identify a router in a LANB . To uniquely identify a network interface in a LANC . To uniquely identify a device on the internetD . To uniquely identify a switch in a LANView AnswerAnswer: B
A REST API retune this JSON output for a GET HTTP request, Which has assigned to a variable called “vegetables” Using python, which output is the result of this command?
Refer to the exhibit. A REST API retune this JSON output for a GET HTTP request, Which has assigned to a variable called “vegetables” Using python, which output is the result of this command? print(filter(lambda 1: 1[ ‘type’ ] == ‘fruit’, vegetables) [0][‘items’][0][‘items’][0])A . LettuceB . KiwiC . [‘kiwi’, ‘grape’]D...
CORRECT TEXT
CORRECT TEXT Fill in the blanks to complete the python script to retrieve a list of network devices using the Cisco DNA center API. View AnswerAnswer: “ GET”, headers, payload Explanation: Solution as below.
Drag and drop the network component names from the left onto the correct descriptions on the right. Not all options are used
DRAG DROP Drag and drop the network component names from the left onto the correct descriptions on the right. Not all options are used. View AnswerAnswer:
What is the action of the Bash script that is shown?
Refer to the exhibit. What is the action of the Bash script that is shown?A . The script waits until input is entered. If the directory exists, the script goes into it until there is no directory with the same name, then it creates a new directory.B . The script...
What are two advantages of version control software? (Choose two.)
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 InternetC . It provides wiki collaboration software for documentation.D . It supports comparisons between revisions...
Which status code is used by a REST API to indicate that the submitted payload is incorrect?
Which status code is used by a REST API to indicate that the submitted payload is incorrect?A . 400B . 403C . 405D . 429View AnswerAnswer: A Explanation: Reference: https://community.cisco.com/t5/application-centric/apic-rest-api-produces-inconsistent-response/td-p/2758230