CCFH-202B · Question #55
CCFH-202B Question #55: Real Exam Question with Answer & Explanation
The correct answer is A. OR. The OR operator is needed to complete the following query, as it allows to search for events that match any of the specified values. The query would look like this: event_simpleName=ProcessRollup2 FileName=net.exe OR FileName=ipconfig.exe OR FileName=whoami.exe The OR operator is
Question
Options
- AOR
- BIN
- CNOT
- DAND
Explanation
The OR operator is needed to complete the following query, as it allows to search for events that match any of the specified values. The query would look like this: event_simpleName=ProcessRollup2 FileName=net.exe OR FileName=ipconfig.exe OR FileName=whoami.exe The OR operator is used to combine multiple search terms or expressions and return events that match at least one of them. The IN, NOT, and AND operators are not suitable for this query, as they have different functions and meanings.
Community Discussion
No community discussion yet for this question.