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...

December 4, 2020 No Comments READ MORE +

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

December 3, 2020 No Comments READ MORE +

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

December 3, 2020 No Comments READ MORE +

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

December 3, 2020 No Comments READ MORE +

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...

December 3, 2020 No Comments READ MORE +

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.

December 3, 2020 No Comments READ MORE +

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:

December 3, 2020 No Comments READ MORE +

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...

December 2, 2020 No Comments READ MORE +

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...

December 2, 2020 No Comments READ MORE +

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

December 2, 2020 No Comments READ MORE +