Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Cisco 300-735 - Automating and Programming Cisco Security Solutions (300-735 SAUTO)

Page: 2 / 2
Total 60 questions

Drag and drop the code to complete the curl command to query the Cisco Umbrella Investigate API for the umbrella popularity list. Not all options are used.

Which API is designed to give technology partners the ability to send security events from their platform/ service/appliance within a mutual customer's environment to the Umbrella cloud for enforcement?

A.

Cisco Umbrella Management API

B.

Cisco Umbrella Security Events API

C.

Cisco Umbrella Enforcement API

D.

Cisco Umbrella Reporting API

Which query parameter is required when using the reporting API of Cisco Security Management Appliances?

A.

device_type

B.

query_type

C.

filterValue

D.

startDate + endDate

Which two event types can the eStreamer server transmit to the requesting client from a managed device and a management center? (Choose two.)

A.

user activity events

B.

intrusion events

C.

file events

D.

intrusion event extra data

E.

malware events

Refer to the exhibit.

Which expression prints the text "802.1x"?

A.

print(quiz[0]['choices']['b'])

B.

print(quiz['choices']['b'])

C.

print(quiz[0]['choices']['b']['802.1x'])

D.

print(quiz[0]['QUESTION NO:']['choices']['b'])

Refer to the exhibit.

A security engineer created a script and successfully executed it to retrieve all currently open alerts.

Which print command shows the first returned alert?

A.

print(response[data][0])

B.

print(response[results][0])

C.

print(response.json()[data][0])

D.

print(response.json()[results][0])

Refer to the exhibit.

Which URL returned the data?

A.

https://api.amp.cisco.com/v1/computers

B.

https://api.amp.cisco.com/v0/computers

C.

https://amp.cisco.com/api/v0/computers

D.

https://amp.cisco.com/api/v1/computers

Refer to the exhibit.

A network operator must create a Python script that makes an API request to Cisco Umbrella to do a pattern search and return all matched URLs with category information.

Which code completes the script?

A.

URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "categoryinclude" : "true"}

B.

URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "returncategory" : "true"}

C.

URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "includeCategory" : "true"}

D.

URL = BASE_URL + "/find/exa\[a-z\]ple.com" PARAMS = { "returnCategory" : "true"}