exam questions

Exam 300-735 All Questions

View all questions & answers for the 300-735 exam

Exam 300-735 topic 1 question 6 discussion

Actual exam question from Cisco's 300-735
Question #: 6
Topic #: 1
[All 300-735 Questions]


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.)

  • 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.
  • C. Add flowLimit, followed by an integer (key:value) to the flow_data.
  • D. Change the startDateTime and endDateTime values to include smaller time intervals.
  • E. Change the startDate and endDate values to include smaller date intervals.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mlu
5 months ago
the Reports must be generated "DAILY" so changing the Range is Wrong !
upvoted 1 times
...
Dayl
1 year, 2 months ago
Selected Answer: AD
The correct answer is A and D. You can limit the returned data by adding recordLimit, followed by an integer (key:value) to the flow_data1, and by changing the startDateTime and endDateTime values to include smaller time intervals2. These actions will reduce the number of records and the time range of the query, respectively. The other options are either invalid or irrelevant for limiting the returned data.
upvoted 1 times
...
hatsec
2 years, 3 months ago
A and D is correct
upvoted 2 times
...
alainJ
3 years, 6 months ago
Correct is A and D. B does not limit the returned data - it is only for printing results. C is incorrect - there is no flowLimit parameter (the name of the parameter is recordLimit) E is incorrect since the name of the parameters are startDateTime and endDateTime (not startDate and endDate). The API is documented here: https://developer.cisco.com/docs/stealthwatch/enterprise/#!reporting-api-version-2
upvoted 4 times
...
python_tamer
3 years, 7 months ago
A and B. https://github.com/CiscoDevNet/stealthwatch-enterprise-learning-labs-code/blob/master/python/get_flows.py
upvoted 1 times
...
vjokho
3 years, 9 months ago
Should it be A and C?
upvoted 1 times
MerlinTheWizard
8 months, 3 weeks ago
no, there is no flowLimit key supported, only recordLimit -> A. D -> both are valid and should always be used to limit the amount of results
upvoted 1 times
...
...
hakunamata
4 years ago
It's correct A, add limit record. http://docs.observable.net.s3-website-us-east-1.amazonaws.com/api/index.html#operation/listAll The second one is misleading.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago