Pre-Summer Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

Which Python snippet receives a Meraki webhook request?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 5

Refer to the exhibit:

A RESTCONF GET request is sent to a Cisco IOS XE device. A portion of the response is shown in the exhibit. Which module name corresponds to the YANG model referenced in the request?

A.

left-intergaces:ieft-ipv4

B.

lana-if-type:enthernetCsmacd

C.

left-interface:interfaces

D.

left-interfaces

Full Access
Question # 6

Refer to the exhibit. Which device type is functioning in a degraded state?

A.

access point

B.

distribution switch

C.

access switch

D.

wireless LAN controller

Full Access
Question # 7

Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script to automate the process of updating the site-to-site VPN settings of the network. Not all options are used.

Full Access
Question # 8

Which solution is used for automating the configuration of a device when it is first powered on, using DHCP and TFTP?

A.

PnP

B.

iPXE

C.

SNMP

D.

ZTP

Full Access
Question # 9

Drag and drop the characteristic from the left onto the monitoring type described on the right

Full Access
Question # 10

What is an advantage of software-defined networks as compared to traditional networks?

A.

They simplify operations by creating a concrete copy of the network.

B.

They reduce complexity by coupling the control and the data plane.

C.

They enable older hardware to be repurposed without an investment in new infrastructure.

D.

They deliver a distributed management architecture that provides better resilience to errors.

Full Access
Question # 11

Refer to the exhibits.

An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested. Which expression completes the highlighted section in the format call?

A.

intf_info

B.

intf_config

C.

intf_get

D.

intf_config[0]

Full Access
Question # 12

Refer to the exhibit. What is the expected output from the Python code?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 13

Drag and drop the characteristics from the left onto the network types on the right.

Full Access
Question # 14

Refer to the exhibit.

The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays the device name and the time at which the switch went down?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 15

What is a capability of MV sense MQTT API?

A.

Request and subscribe to historical, current, or real-time data

B.

Automate the configuration of networking device.

C.

Monitor the network and auto adjust for optimal performance

D.

Create email alerts for users that violate the security configuration

Full Access
Question # 16

Refer to the exhibit.

A Python script is used to configure a Cisco IOS XE device. The script must be updated to

print the IP addresses of all the loopback interfaces. Which statement should be added before the loop?

A.

interfaces = response.json()[“ietf-interfaces:interfaces”]

B.

interface = response.json()[“ietf-interfaces:interfaces”]

C.

interface = response.json()[“ietf-interfaces:interfaces”][“interface”]

D.

interfaces = response.json()[“ietf-interfaces:interfaces”][“interface”]

Full Access
Question # 17

Webhook that are generated by Cisco DNA Center are REST calls with which properties?

A.

JSON payload delivered via PUT

B.

XML payload delivered via POST

C.

JSON payload delivered via POST

D.

XML payload delivered via PUT

Full Access
Question # 18

Refer to the exhibit. Drag and drop the code from the bottom onto the box where the code is missing to complete the ncclient request that captures the operational data of the interfaces of a Cisco IOS XE device. Options may be used once, more than once, or not at all.

Full Access
Question # 19

Refer to the Exhibit.

Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two)

A.

tags

B.

name

C.

time zone

D.

type

E.

disableMyMerakiCom

Full Access
Question # 20

Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)

A.

networking automation

B.

mapping

C.

guest Wi-Fi

D.

Sense

E.

wayfinder

Full Access
Question # 21

Which environment must be enabled to complete the zero-touch provisioning process on a IOS XE device?

A.

TCL

B.

ZTP Open Service container

C.

EEM

D.

Guest shell

Full Access
Question # 22

Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?

A.

Null

B.

-1

C.

0

D.

1000

Full Access
Question # 23

Fill in the blank to complete the statement.

Full Access
Question # 24

When working with MV Sense APLS , upon which type of protocol is MQTT based?

A.

publish-subscribe messaging

B.

simple mail transport

C.

heavyweight messaging

D.

computer vision

Full Access
Question # 25

In which two use cases should a Python virtual environment be used? (choose two.)

A.

When developing multiple Python projects in the same environment that have the same Python package version requirements.

B.

When developing multiple Python projects in the same environment that have conflicting Python package versions.

C.

When developing the same Python application across multiple systems using the same application requirements.

D.

When creating a new project with several development environments in a multi-project development system across the infrastructure.

E.

When creating a new project that has a clean development environment in a multi-project development system.

Full Access
Question # 26

Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?

A.

from urllib.request import Viptela

B.

from viptela.devices import Viptela

C.

from viptela.viptela import Viptela

D.

from viptela.library import Viptela

Full Access
Question # 27

What are two characteristics of REST API calls? (Choose two.)

A.

Unencrypted

B.

Non-cacheable

C.

Stateless

D.

Implemented over http

E.

Parameters passed in the headers

Full Access
Question # 28

Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)

A.

PUT /dna/intent/api/v1/network-device

B.

PUT /dna/intent/api/v1/network-device/sync-all

C.

PUT /dna/intent/api/v1/network-device/{networkDeviceId}/sync

D.

PUT /dna/intent/api/v1/network-device/sync

E.

POST /dna/intent/api/v1/network-device/{networkDeviceId}/sync

Full Access
Question # 29

Drag and drop the code snippets from the bottom onto the blanks in the code to create a network for a new Cisco Meraki organization. Not all option are used?

Full Access
Question # 30

An engineer needs to create a new network using the Meraki API. Which HTTP action to the URL https://

api.meraki.com/api/v0/organizations//networks will result in a 201 response code?

A.

GET

B.

POST

C.

PUT

D.

ADD

Full Access
Question # 31

Which URI removes an administrator from a Meraki network using an API call?

Full Access
Question # 32

Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device. Not all options are used.

Full Access
Question # 33

Refer to the exhibit. A Python script is used to configure a Cisco IOS XE router. The Loopback2 interface currently has a description of Management and an IP address/netmask of 10.222.34.22/32. What is the result of executing the script?

A.

The interface description remains the same.

B.

The router rejects all commands, and the configuration remains the same.

C.

The interface is removed from the configuration.

D.

The interface description is removed from the configuration.

Full Access
Question # 34

With the MV Sense API, which REST endpoint provides LUX level?

A.

/merakimv/XXXX-XXXX-XXXX/light

B.

/merakimv/XXXX-XXXX-XXXX/raw_detections

C.

/merakimv/XXXX-XXXX-XXXX/0

D.

/merakimv/XXXX-XXXX-XXXX/zones

Full Access
Question # 35

Refer to the exhibit. A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL of the request and the response in XML format are shown in the exhibit. What are the two YANG data nodes and modules referenced in the response? (Choose two.)

A.

description is a key field defined in the interface list

B.

The ethernetCsmacd type is imported from the iana-if-type module

C.

address is a container defined in the ietf-interfaces module

D.

ipv4 is a container defined in the ietf-ip module

E.

interface has the YANG data node type of container

Full Access
Question # 36

Drag and drop the steps from the left into the order on the right to create an end-to-end flow for Meraki Splash Screen using EXCAP.

Full Access
Question # 37

Refer to the exhibit.

What is the result when running the Python scripts?

A.

s1

B.

s2

C.

s1, s2, s3

D.

s3

Full Access