The correct answer is C . In CQL, boolean conditions such as AND belong inside filter expressions, while pipeline functions like groupBy() and select() must be separated with the pipe (|) operator. CrowdStrike syntax guidance shows that functions are chained through the pipeline and should not be combined with AND. Option C correctly uses AND for the filter logic and uses pipes to separate the aggregation and projection steps.
==========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit