CrowdStrike Certified Falcon Hunter (CCFH) — Question 1
Which of the following would be the correct field name to find the name of an event?
Answer options
- A. Event_SimpleName
- B. Event_Simple_Name
- C. EVENT_SIMPLE_NAME
- D. event_simpleName
Correct answer: D
Explanation
The correct answer is D, as it follows the camelCase convention commonly used in programming for naming variables. The other options use different casing or underscore convention that does not match the standard for event names.