Popular Vendors
Demo practice questions for guest users.
| Drop-Down Section | Correct Selection | Reason |
| First Drop-down (Table) | CloudAppEvents | This table tracks cloud application activities and includes specific columns like FolderPath, FileName, and AccountDisplayName required by the query. |
| Second Drop-down (Aggregation) | count() | The query assigns the result to a variable named activityCount and subsequently filters for occurrences greater than 5 (where activityCount > 5), which requires counting rows rather than averaging or summing values. |