nerdexam
Cisco

300-735 · Question #13

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…

The correct answer is D. URL = BASE_URL + "/find/exa\[a-z\]ple.com". See the full explanation below for the reasoning.

Question

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?

Exhibit

300-735 question #13 exhibit

Options

  • AURL = BASE_URL + "/find/exa[a-z]ple.com"
  • BURL = BASE_URL + "/find/exa[a-z]ple.com"
  • CURL = BASE_URL + "/find/exa[a-z]ple.com"
  • DURL = BASE_URL + "/find/exa[a-z]ple.com"

How the community answered

(53 responses)
  • A
    13% (7)
  • B
    2% (1)
  • C
    4% (2)
  • D
    81% (43)

Community Discussion

No community discussion yet for this question.

Full 300-735 Practice