nerdexam
Cisco

300-735 · Question #39

Refer to the exhibit. A network operator must generate a daily flow report and learn how to act on or manipulate returned data. When the operator runs the script, it returns an enormous amount of…

The correct answer is A. Add recordLimit. followed by an integer (key:value) to the flow_data. B. Add a for loop at the end of the script, and print each key value pair separately. See the full explanation below for the reasoning.

Question

Refer to the exhibit. A network operator must generate a daily flow report and learn how to act on or manipulate returned data. When the operator runs the script, it returns an enormous amount of information. Which two actions enable the operator to limit returned data? (Choose two.)

Exhibit

300-735 question #39 exhibit

Options

  • AAdd recordLimit. followed by an integer (key:value) to the flow_data.
  • BAdd a for loop at the end of the script, and print each key value pair separately.
  • CAdd flowLimit, followed by an integer (key:value) to the flow_data.
  • DChange the startDateTime and endDateTime values to include smaller time intervals.
  • EChange the startDate and endDate values to include smaller date intervals.

How the community answered

(25 responses)
  • A
    76% (19)
  • C
    8% (2)
  • D
    12% (3)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 300-735 Practice