Pass the Cisco Cisco Certified DevNet Professional 350-901 Questions and answers with CertsForce

Viewing page 10 out of 11 pages
Viewing questions 91-100 out of questions
Questions # 91:

Question # 91

Question # 91

Refer to the exhibit above and click on the IETF Routing tab in the top left corner to help with this question. A developer is trying to update the routing instance by adding a new route to the routes list using the URL in the exhibit. What action must be taken to fix the error being received?

Options:

A.

Fix the body being sent to update the routes list.


B.

Update the authorization credentials.


C.

Change the url to ''/ietf-routing:routing/routing-instance=default''.


D.

Change the URL to ''/ietf-routing:routing-instance/default''.


E.

Change the HTTP Method being used to make the change


Expert Solution
Questions # 92:

Refer to the exhibit.

Question # 92

A network engineer must integrate error handling tor time-outs on network devices using the REST interface. Which line of code needs to be placed on the snippet where the code is missing to accomplish this task?

Options:

A.

elif resp.status_code == 429 or serf._retries < selff._MAX_RETRIES:


B.

elif resp.status_code == 404 or self, retries < self._MAX_RETRIES:


C.

elif resp.status_code == 429 and self .retries < self._MAX_RETRIES:


D.

elif resp.status_code == 404 and self._relries < self._MAX_RETRIES:


Expert Solution
Questions # 93:

Question # 93

Refer to the exhibit. Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the curl exhibit to complete the cURL request to FirePower Device Manager API to create objects. Not all code snippets are used.

Question # 93


Expert Solution
Questions # 94:

An application has been developed for monitoring rooms in Cisco Webex. An engineer uses the application to

retrieve all the messages from a Cisco Webex room, but the results are slowly presented. Which action

optimizes calls to retrieve the messages from the /v1/messages endpoint?

Options:

A.

Define the ma property by using the pagination functionality.


B.

Set the beforeMessage property to retrieve the messages sent before a specific message ID.


C.

Avoid unnecessary calls by using a prior request to /v1/rooms to retrieve the last activity property.


D.

Filter the response results by specifying the created property in the request.


Expert Solution
Questions # 95:

Which transport layer protocol does gRPC use to retrieve telemetry information?

Options:

A.

SSH


B.

SNMP


C.

TCP


D.

HTTP/2


Expert Solution
Questions # 96:

An engineer must enable an SSID in a Meraki network. Which request accomplishes this task?

Options:

A.

PUT /networks/{networkld}/ssids/{number} {"enable": true)


B.

POST /networks/{networkid}/ssids/{number) {"enable": true)


C.

PUT /networks/{networkld}/ssids/{number}?enabled=true


D.

POST /networks/{networkid}/sslds/{number}?enabled=true


Expert Solution
Questions # 97:

Refer to the exhibit.

Question # 97

Drag and drop the code from the bottom onto the box where the code is missing to construct a Python script that will retrieve location data Not all options are used.

Question # 97


Expert Solution
Questions # 98:

Refer to the exhibit.

Question # 98

An application is created to serve an enterprise Based on use and department requirements, changes are requested quarterly Which application design change improves code maintainability?

Options:

A.

Use global variables


B.

Use double quotes instead of single quotes to enclose variables


C.

Use different indent levels for variables


D.

Use more verbose names for variables


Expert Solution
Questions # 99:

Refer to the exhibit.

Question # 99

Which parameter is missing from the JSON response to confirm the API version that is

used?

Options:

A.

version 4


B.

v 10


C.

2


D.

version 2


Expert Solution
Questions # 100:

Meraki Dashboard API Response

Response Status Code200

Response Link Header

0000-0000-0000>; rel-first,

&startingAfter-Q2EK-3UBE-RRUY>; rel-next,

zzzz&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.

Question # 100

Which line of code must be added to this code snippet to allow an application to pull the next set of paginated items?

Options:

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)


Expert Solution
Viewing page 10 out of 11 pages
Viewing questions 91-100 out of questions