Month End Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A developer has experienced security issues with a previously developed application. The API offered by that application is open and without any constraints. During a recent attack, the application was overloaded with API requests. To address this issue, an API constraint is implemented to protect the application from future attacks or any sudden throttling. Which API constraint must the application developer implement in this situation?

A.

pagination

B.

rate limiting

C.

filtering

D.

payload limiting

Refer to the exhibit. A developer creates a Python script by using the Cisco Meraki API. The solution must:

• Obtain a list of HTTP servers for a network named "netl".

• Print the response body if the HTTP status code is 200.

• Handle the timeout requests as exceptions, and print Timeout Error next to the exception to stdout.

Which block of code completes the script?

A)

B)

A.

Option A

B.

Option B

Which two situations align with infrastructure as code principles? (Choose two.)

A.

nonreplicable snowflake servers

B.

release versions to specific hardware

C.

maximized configuration drift

D.

easily reproducible systems

E.

repeatable processes

Which two protocols are associated with the control plane on a network device? (Choose two.)

A.

BGP

B.

UDP

C.

SNMP

D.

FTP

E.

OSPF

Refer to the exhibit. Which code snippet represents the sequence.

A.

B.

C.

D.

How are operations on REST APIs performed as compared to RPC APIs?

A.

In a REST API, operations are performed on an object (node) that is identified by a URL, but RPC APIs are operation-oriented.

B.

In a REST API, operations are performed on an external resource that is defined on the API, but the RCP APIs are resource-oriented.

C.

In a REST API, operations are performed on a platform that is identified by the URL, but RPC APIs are platform-oriented.

D.

In a REST API, operations are performed on an internal resource that is defined on the API, but RPC APIs are resource-oriented.

What is a benefit of version control?

A.

prevents two users from working on the same file

B.

keeps track of all changes to the files

C.

prevents the sharing of files

D.

keeps the list of data types used in the files

Drag and drop the descriptions from the left onto correct application deployment models on the right.

Fill in the blanks to complete the python script to retrieve a list of network devices using the Cisco DNA center API.

What is a tenet of test-driven development?

A.

write documentation for tests

B.

write tests after adding new blocks of code

C.

write and run tests before writing new code

D.

run tests after writing new code