Refer to the exhibit
A kubeconfig file to manage access to Kubernetes clusters is shown. How many
Kubernetes clusters are defined in the
file, and which cluster FS accessed using username/password authentication rather than
using a certificate?
A.
three dusters; scratch
B.
three clusters: development
C.
two dusters; development
D.
two clusters: scratch
two clusters: scratch
Refer to the exhibit.
What is the output of this IOS-XE configuration program?
A.
interface operational status in IPv6 addresses
B.
interface administrative status in IPv4 addresses
C.
interface operational status in IPv4 addresses
D.
interface administrative status in IPv6 addresses
interface administrative status in IPv4 addresses
Application sometimes store configuration as constants in the code, which is a violation of
strict separation of configuration from code. Where should application configuration be
stored?
A.
environment variables
B.
YAML files
C.
Python libraries
D.
Dockerfiles
E.
INI files
environment variables
Which two statements about a stateless application are true? (Choose two.)
A.
Different requests can be processed by different servers.
B.
Requests are based only on information relayed with each request.
C.
Information about earlier requests must be kept and must be accessible.
D.
The same server must be used to process all requests that are linked to the same state.
E.
No state information can be shared across servers
Different requests can be processed by different servers.
Requests are based only on information relayed with each request.
Meraki Dashboard API Response
Response Status Code200
Response Link Header
<https://n6.meraki.com/api/vO/organizations/681155/devices ?perPage-3&startingAfter-
0000-0000-0000>; rel-first,
<https://n6.meraki .com/api/v0/organizations/681155/devices?perPage -3
&startingAfter-Q2EK-3UBE-RRUY>; rel-next,
<https://n6.meraki.com/api/vO/organizations/681155/devices?endingBefore -zzzz-zzzzzzzz&
perPage-3>; rel-last Response Body
{
' name": \\II '
"serial": "Q2CV-V49B -RCMZ",
"mac": ''0c:8d:db:95:aa:39",
"networkid": "L-566327653141846927",
"model11 : "MV71",
"address": "430 E Cactus Ave .\nLas Vegas, NV 89183",
"lat": 36.00017,
"lng": -115.15302,
"notes": ''",
"tagsn: '",,
"lanip: "192.168.0.25",
' configurationUpdatedAt": "2019-08-08T02:15:36Z", ' firmware11 : "ca.rnera-3-3011
},
{
"ncune": "Alex's MR84 - 1"1
"serial": "Q2EK-2LYB-PCZP",
"mac": 'eO: 55:3d:10:56:8a", "networkid": "L 566327653141846927",
"model": "MR84",
"address": ''11 ,
"lat": 39.9482993357826,
"lng": -82.9895675461739,
"notes": "",
"tags": ' ",
"lanip: null,
"configurationVpdatedAt": "2018-02-03Tll:02:37Z",
"firmware11 : "Not running configured version''
},
{
"na.rne11 : "Vegas Living Room MR84 11 ,
"serial": "Q2EK-3UBE-RRUY",
"mac": "e0:55:3d:10:5a:ca", "networkid": "L_566327653141846927" 1
"model": "MR84",
"address": "430 E Cactus Ave.\nLas vegas, NV 89183", "lat": 36.00015,
"lng": -115.15308,
"notes": ' ",
"tags": "11
1
"lanip: "192.168.0 .20",
"configurationVpdatedAt": "2018-09-29Tl2:23:21Z",
' firmware": "Not running configured version"
Refer to the exhibit.
Which line of code must be added to this code snippet to allow an application to pull the
next set of paginated items?
A.
requests.get(url, links=[‘next’][‘url’])
B.
requests.get(url, headers=links[‘next’][‘url’])
C.
requests.get(res.links[‘next’][‘url’], headers=headers)
D.
requests.get(res.headers.get(‘Link”)[‘next’][‘url’], headers=headers
requests.get(res.links[‘next’][‘url’], headers=headers)
What are two benefits of using distributed log collectors? (Choose two.)
A.
supports multiple transport protocols such as TCP/UDP
B.
improves performance and reduces resource consumption
C.
provides flexibility due to a wide range of plugins and accepted log formats
D.
enables extension of logs with fields and export to backend systems
E.
buffers and resends data when the network is unavailable
improves performance and reduces resource consumption
buffers and resends data when the network is unavailable
A developer is creating a Python script to use the Webex Teams REST API to list joined
spaces, and gracefully handle and print the errors it receives. Drag and drop the code
snippets from the left onto the item numbers on the right that match the missing sections in
the exhibit to complete the script.
A Python application is being written to run inside a Cisco IOS XE device to assist with
gathering telemetry data. Drag and drop the elements of the stack from the left onto the
functions on the right to collect and display the telemetry streaming data.
Refer to the exhibit
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Option D
Refer to the exhibit.
As part of the Ansible playbook workflow, several new interfaces are being configured
using the netconf_config module. The task references the interface variables that are
unique per device.
In which directory is the YAML file with these variables found?
A.
host_vars directory
B.
home directory
C.
group_vars directory
D.
current working directory
host_vars directory
What are two methods for sending bearer access tokens in resource requests to servers?
(Choose two,)
A.
A. in plaintext for user access
B.
in the HTTP API schema
C.
in the HTTP request entity-body
D.
in the "Authorization" request header field
E.
in the HTTP request URI
in the HTTP request entity-body
in the "Authorization" request header field
Refer to the exhibit.
Which configuration of method and parameter retrieves the health of a laptop connected to
the network from Cisco DNA Center?
A.
PUT; network-health;
B.
GET; client-health;
C.
GET; network-device;
D.
POST; network-device;
GET; client-health;
Page 4 out of 15 Pages |
Previous |