Fortinet
NSE8_812 · Question #134
NSE8_812 Question #134: Real Exam Question with Answer & Explanation
Sign in or unlock NSE8_812 to reveal the answer and full explanation for question #134. The question stem and answer options stay visible for context.
Question
You are asked to write a FortiAnalyzer report that lists the session that has consumed the most bandwidth. You are required to include the source IP, destination IP, application, application category, hostname, and total bandwidth consumed.
Which dataset meets these requirements?
Options
- Aselect from_time(itime) as timestamp, srcip, dstip, app, appcat, hostname, sum(coalesce('sentbyte', 0)+coalesce('rcvbyte', 0)) as bandwidth from $log where $filter LIMIT 1
- Bselect from_time(itime) as timestamp, srcip, dstip, app, appcat, hostname, sum(coalesce('sentbyte', 0)+coalesce('rcvbyte', 0)) as bandwidth from $log where $filter LIMIT 1
- Cselect from_time(itime) as timestamp, srcip, dstip, app, appcat, hostname, sum(coalesce('sentbyte', 0)+coalesce('rcvbyte', 0)) as bandwidth from $log where $filter LIMIT 1
- Dselect from_time(itime) as timestamp, srcname, dstip, app, appcat, hostname, sum(coalesce('sentbyte', 0)+coalesce('rcvbyte', 0)) as bandwidth from $log where $filter LIMIT 1
Unlock NSE8_812 to see the answer
You've previewed enough free NSE8_812 questions. Unlock NSE8_812 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.