ExamGecko
Home Home / Cisco / 300-435

Cisco 300-435 Practice Test - Questions Answers, Page 6

Question list
Search
Search

Related questions











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

A.

networking automation

A.

networking automation

Answers
B.

mapping

B.

mapping

Answers
C.

guest Wi-Fi

C.

guest Wi-Fi

Answers
D.

Sense

D.

Sense

Answers
E.

wayfinder

E.

wayfinder

Answers
Suggested answer: B, E

Explanation:

Reference: https://developer.cisco.com/meraki/build/wayfinding-mapwize/


Which URI with the request body of Request body:

{“name”:”Test”,”organizationId”:<org_id>,”type”:”appliance”} creates a new Meraki network called “Test”, when using APIs?

A.

PUT https://api.meraki.com/api/v0/organizations/<org_id>/networks

A.

PUT https://api.meraki.com/api/v0/organizations/<org_id>/networks

Answers
B.

POST https://api.meraki.com/api/v0/networks

B.

POST https://api.meraki.com/api/v0/networks

Answers
C.

POST https://api.meraki.com/api/v0/organizations/<org_id>/networks/<net_id>

C.

POST https://api.meraki.com/api/v0/organizations/<org_id>/networks/<net_id>

Answers
D.

POST https://api.meraki.com/api/v0/organizations/<org_id>/networks

D.

POST https://api.meraki.com/api/v0/organizations/<org_id>/networks

Answers
Suggested answer: D

Explanation:

Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API

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

A.

/merakimv/XXXX-XXXX-XXXX/light

A.

/merakimv/XXXX-XXXX-XXXX/light

Answers
B.

/merakimv/XXXX-XXXX-XXXX/raw_detections

B.

/merakimv/XXXX-XXXX-XXXX/raw_detections

Answers
C.

/merakimv/XXXX-XXXX-XXXX/0

C.

/merakimv/XXXX-XXXX-XXXX/0

Answers
D.

/merakimv/XXXX-XXXX-XXXX/zones

D.

/merakimv/XXXX-XXXX-XXXX/zones

Answers
Suggested answer: A

Explanation:

Reference: https://developer.cisco.com/meraki/mv-sense/#!mqtt/lux-light-levels

Which REST endpoint is used to create a Cisco Meraki network?

A.

POST /organizations/{organizationId}/networks

A.

POST /organizations/{organizationId}/networks

Answers
B.

PATCH /networks{networkId}

B.

PATCH /networks{networkId}

Answers
C.

PUT /organizations/{organizationId}/networks

C.

PUT /organizations/{organizationId}/networks

Answers
D.

POST /networks{networkId}

D.

POST /networks{networkId}

Answers
Suggested answer: A

Explanation:

Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API

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

A.

DELETE https://api/meraki.com/api/v0/organizations/<org_id>/admins/<admin_id>

A.

DELETE https://api/meraki.com/api/v0/organizations/<org_id>/admins/<admin_id>

Answers
B.

DELETE https://api/meraki.com/api/v0/admins/<admin_id>

B.

DELETE https://api/meraki.com/api/v0/admins/<admin_id>

Answers
C.

PUT https://api/meraki.com/api/v0/organizations/<org_id>/admins/?delete=<admin_id>

C.

PUT https://api/meraki.com/api/v0/organizations/<org_id>/admins/?delete=<admin_id>

Answers
D.

DELETE https://api/meraki.com/api/v0/organizations/<org_id>/admins/<user>

D.

DELETE https://api/meraki.com/api/v0/organizations/<org_id>/admins/<user>

Answers
Suggested answer: A

Explanation:

:N

OTE: The options are fundamentally wrong. The answer is correct. It should be api.meraki.com/api/v0/ organizations/

Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API (see delete an administrator)

Refer to the exhibit.

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

(Choose two.)

A.

timezone

A.

timezone

Answers
B.

disableMyMerakiCom

B.

disableMyMerakiCom

Answers
C.

type

C.

type

Answers
D.

tags

D.

tags

Answers
E.

organizationId

E.

organizationId

Answers
Suggested answer: C, E

Explanation:

:W ithout organizationID and timezone, you will not be able to create a network. Organizationid is necessary for the connection. Timezone is necessary for the network id.

Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in theorganization “QASD-EROA-MKAW”?

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: A

Explanation:

Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API


Refer to the Exhibit.

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

(Choose two)

A.

tags

A.

tags

Answers
B.

name

B.

name

Answers
C.

time zone

C.

time zone

Answers
D.

type

D.

type

Answers
E.

disableMyMerakiCom

E.

disableMyMerakiCom

Answers
Suggested answer: B, D

When the Cisco DNA center intent API is used as part of an automation process what prompts receiving a HTTP 206 status code on a call?

A.

The client authentication credentials that are included with the request are missing or invalid.

A.

The client authentication credentials that are included with the request are missing or invalid.

Answers
B.

The client made a request that has been received but not yet acted upon.

B.

The client made a request that has been received but not yet acted upon.

Answers
C.

The client made a request for partial content matching a range header.

C.

The client made a request for partial content matching a range header.

Answers
D.

The client request was successful, but there is no content associated with the request.

D.

The client request was successful, but there is no content associated with the request.

Answers
Suggested answer: C

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”]

A.

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

Answers
B.

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

B.

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

Answers
C.

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

C.

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

Answers
D.

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

D.

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

Answers
Suggested answer: A

Explanation:

Reference: https://blog.wimwauters.com/networkprogrammability/2020-04-04_restconf_python/

Total 124 questions
Go to page: of 13