FCSS – FortiADC Administrator 6.7 — Question 7
When you perform a Group By on a structured query, which two outcomes occur? (Choose two.)
Answer options
- A. Group By automatically applies a COUNT aggregation.
- B. Group By is applied to real-time and historical searches.
- C. Group By cannot be applied to an aggregated function.
- D. Group By is applied to historical searches only.
Correct answer: A, B
Explanation
The correct answers are A and B because Group By does indeed apply a COUNT aggregation by default when grouping results and it can be used for both real-time and historical searches. Options C and D are incorrect as Group By can be used with aggregated functions and is not limited to just historical searches.