Devasc900201
.....
.....
Set of flashcards Details
Flashcards | 90 |
---|---|
Language | Deutsch |
Category | Computer Science |
Level | Other |
Created / Updated | 12.04.2021 / 28.04.2021 |
Weblink |
https://card2brain.ch/box/20210412_devasc900201
|
Embed |
<iframe src="https://card2brain.ch/box/20210412_devasc900201/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Create or copy sets of flashcards
With an upgrade you can create or copy an unlimited number of sets and use many more additional features.
Log in to see all the cards.
What are two advantages of YANG-based approaches for infrastructure automation? (Choose two.)
Which device is used to transport traffic from one broadcast domain to another broadcast domain?
Which service provides a directory lookup for IP addresses and host names?
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?
----unsicher-----
What is used in Layer 2 switches to direct packet transmission to the intended recipient?
FILL BLANK -
Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash?
TARGET_DIR=/usr/local/certs -
for f in '__________ __________'; do
__________ $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''
ls TARGET_DIR mv
Users cannot access a webserver and after the traffic is captured, the capture tool shows an ICMP packet that reports "communication administratively prohibited". What is the cause of this webserver access issue?
What is an advantage of a version control system?
A 401 HTTP response code is returned when calling a REST API. What is the error state identified by this response code?
What is the first development task in test-driven development?
What is the purpose of a firewall in application deployment?
A small company has 5 servers and 50 clients. What are two reasons an engineer should split this network into separate client and server subnets? (Choose two.)
----unsicher----
How does a developer create and switch to a new branch called "my-bug-fix" to develop a product fix?
What operation is performed with YANG model-driven programmability in NX-OS?
gRPC = HTTP/2
NETCONF = SSH
RESTCONF = HTTP/HTTPS
Cheks out, seems fine
Which two statements describe the advantages of using a version control System? (Choose two)
Which product provides network controller-level management features?
Refer to the exhibit.
docker run -p 3000:5000 f877cbf2ff33
A process on the host wants to access the service running inside this Docker container. Which port is used to make a connection?
Which description of a default gateway is true?
Which two statements are true about Cisco UCS Manager, Cisco UCS Director, or Cisco Intersight APIs? (Choose two.)
On which port does NETCONF operate by default?
Which device is a system that monitors and controls incoming and outgoing network traffic based on predetermined security roles?
When a Cisco IOS XE networking device is configured using RESTCONF, what is the default data-encoding method?
Which two elements are foundational principles of DevOps? (Choose two.)
In DNS, which record specifies an alias that refers to another name that ultimately resolves to an IP address?
Which statement describes the benefit of using functions in programming?
Fill in the blanks to complete the Python script to request a service ticket using the APIC-EM REST API for the user "devnetuser". import requests import json controller = "˜devnetapi.cisco.com/sandbox/apic_em' url = "https://" + controller + "api/va/ticket" payload = {"˜username': "˜_________________', "˜password': "˜370940885'} header = {"˜Content-type': "˜application.json'} response = _______________________.post(url, data=json.dumps(payload), \ headers= ______________________, verify=False) r_json = response.json() print(r_json) ticket = r_json["response"]["serviceTicket"] print(ticket)
devnetuser requests header
Which platform is run directly using a hypervisor?
What are two advantages of version control software? (Choose two.)
What are two benefits of managing network configuration via APIs? (Choose two.)
-
- 1 / 90
-