Devasc900201
.....
.....
Fichier Détails
Cartes-fiches | 90 |
---|---|
Langue | Deutsch |
Catégorie | Informatique |
Niveau | Autres |
Crée / Actualisé | 12.04.2021 / 28.04.2021 |
Lien de web |
https://card2brain.ch/box/20210412_devasc900201
|
Intégrer |
<iframe src="https://card2brain.ch/box/20210412_devasc900201/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Before which process is code review performed when version control is used?
Which two concepts describe test-driven development? (Choose two.)
An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only 25 are returned. Which feature limits the amount of data that is returned by the API?
What is the Git command to delete a local branch named "experiment" without a warning?
Which two descriptions can be given to an application that is interacting with a webhook? (Choose two.)
What is an advantage of using network programmability?
In Python, which expression checks whether the script returns a success status code when the Requests library is used?
What is an example of a network interface hardware address?
Refer to the exhibit.
#!/bin/bash
read ndir
while [ -d "$ndir" ]
do
cd $ndir
done
mkdir $ndir
What is the action of the BAsh script that is hown?
Which two items are Cisco DevNet resources? (Choose two.)
Which platform has an API that can be used to obtain a list of vulnerable software on user devices?
Which type of HTTP method is used by the Meraki and Webex Teams APIs to send webhook notifications?
A developer is writing an application that uses a REST API and the application requires a valid response from the API. Which element of the response is used in the conditional check?
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 must be at fault?
Which task is performed because the test-driven development approach is being used?
sehr unsicher------
Which two statements describe the traits of an asynchronous API call? (Choose two.)
When using the Bash shell, how is the output of the devnet command saved to a file named "output.txt"?
Which two encoding formats do YANG interfaces support? (Choose two.)
Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve a configuration statement using RESTCONF on a CSR 1000V?
A company has written a script that creates a log bundle from the Cisco DNA Center every day. The script runs without error and the log bundles are produced.
However, when the script is run during business hours, people report poor voice quality of phone calls. What explains this behavior?
----unsicher----
Which mechanism is used to consume a RESTful API design when large amounts of data are returned?
Which type of threat occurs when an attacker can send hostile data to an interpreter within an application?
Which two use cases are supported by Meraki APIs? (Choose two.)
Which API is used to obtain data about voicemail ports?
---unsicher----
On which network plane is routing protocol traffic handled?
What should a CI/CD pipeline aim to achieve?
What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)
---unsicher---
What is the outcome of executing this command?
git clone ssh:/john@example.com/path/to/my-project.git
What are two security benefits of a Docker-based application? (Choose two.)
Which action does the Git command git merge allow the developer to perform?
Which REST architectural constraint indicates that no client context should be stored on the server between requests?
FILL BLANK -
Fill in the blanks to complete the Python script to retrieve a list of network devices using the Cisco DNA Center API. my_token= "˜eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzl1NiJ9.ey.JzdWliOil1ZDE0OWZkMjhlZTY2
MmQ3NGM5YzE5ZTliLmYzMClslmV4cCI6MTU3MjM3ODE5MCwidXNlcm5hbWUiOiJraX
N370940885.zhK5LPQd501ZUpZI0IH_qrgOXttlNbxSFFF7JOEtRls'
import requests
url = "https://myDNAserver/dna/intent/api/v1/network-device" payload = {} headers = {"˜x-auth-token': my_token}
}
response = requests.request( _______________________ , url,
headers = _________________________, data = _______________________ ) print(response.text.encode("˜utf8'))
"GET" headers payload
FILL BLANK -
Fill in the blanks to complete the Python script to update the Webex Teams membership of a room using the Python requests library. import requests url = "https://api.ciscospark.com/v1/memberships/
Y2lzY29zcGFyazov371558228INISVAvOTJiM2RkOWEtNjc1ZC00YTQxLThjNDEtMmFiZGY4OWY0NGY0OjExNzJkNmYwLTJIYzMtMTFIOS1iOWI3LWNmMjg3M
TJhYTkzNw"
payload = "{\n \"isModerator\": true\n}"
headers = {
"˜Authorization': "˜Bearer',
"˜Content-Type': "˜application/json'
}
response = requests. ___________ ("PATCH", url, headers= ___________, data = ____________ ) print(response.text.encode("˜utf8'))
request headers payload
What are two roles of an artifact repository in a CI/CD pipeline? (Choose two.)
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?
-----unsicher-----
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?