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
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)- A76% (19)
- C8% (2)
- D12% (3)
- E4% (1)
Community Discussion
No community discussion yet for this question.
