Cisco
300-735
Q1:
Which request searches for a process window in Cisco ThreatGRID that contains the word ''secret''?
○
A
/api/v2/search/submissions?term=processwindow&title=secret○
B
/api/v2/search/submissions?term=processwindow&q=secret○
C
/api/v2/search/submissions?term=window&title=secret○
D
/api/v2/search/submissions?term=process&q=secret
Cisco
300-735
Q2:
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])
Cisco
300-735
Q3:
What are two capabilities of Cisco Firepower Management Center eStreamer? (Choose two.)
☐
A
eStreamer is used to get sources for intelligence services.☐
B
eStreamer is used to send malware event data.☐
C
eStreamer is used to get a list of access control policies.☐
D
eStreamer is used to send policy data.☐
E
eStreamer is used to send intrusion event data.
Cisco
300-735
Q4:
Which two destinations are supported by the Cisco Security Management Appliance reporting APIs? (Choose two.)
☐
A
email☐
B
Microsoft Word file☐
C
FTP☐
D
web☐
E
csv file
Cisco
300-735
Q5:
Refer to the exhibit.

The script outputs too many results when it is queried against the Cisco Umbrella Reporting API.
Which two configurations restrict the returned result to only 10 entries? (Choose two.)
☐
A
Add params parameter in the get and assign in the {'return': '10'} value.☐
B
Add ?limit=10 to the end of the URL string.☐
C
Add params parameter in the get and assign in the {'limit': '10'} value.☐
D
Add ?find=10 to the end of the URL string.☐
E
Add ?return=10 to the end of the URL string.