01. Which troubleshooting step is most effective when a parser intermittently fails to extract values from certain log lines?
a) Delete and re-add the data connector
b) Increase collector CPU and memory allocation
c) Re-clone the parser to reset all settings
d) Review the parser’s regex expressions for optional fields
02. A SOC engineer is asked to create a custom dashboard panel that highlights failed login attempts correlated with geolocation data. Which additional component is required?
a) A lookup file mapping IP ranges to locations
b) A parsing rule to remove all IP fields
c) Falcon Data Replicator for exporting logs
d) A new user role with admin rights
03. Which Python SDK is officially supported for interacting with CrowdStrike APIs in automation workflows?
a) PyFalcon
b) Boto3
c) FalconPy
d) Requests
04. A security engineer is tasked with creating a new custom role that allows access to ingestion dashboards but prevents modification of correlation rules. Which step must they take first?
a) Assign the Investigator role and disable write access
b) Clone the default role most similar to the intended permissions
c) Create a new role from scratch with no base permissions
d) Enable the Administrator role and manually deselect correlation permissions
05. While reviewing SIEM access logs, an admin notices repeated failed login attempts from a user account belonging to a former employee. What should be the immediate action?
a) Reset the user’s password and notify them
b) Assign the account to a generic "Inactive Users" role
c) Leave it as is since the employee is no longer active
d) Disable or remove the user account from Falcon SIEM immediately
06. A SOC engineer is tasked with testing a new parser. Which is the best practice for validating it?
a) Deploy the parser directly into production and monitor results
b) Create parser test cases with sample log events before production use
c) Bypass parser validation since logs can be fixed later in queries
d) Only test parsing by reviewing ingestion dashboards
07. An organization wants to assign the minimum necessary privileges to a SOC analyst who only needs to view dashboards and investigate alerts in Falcon SIEM. Which predefined role should be assigned?
a) Administrator
b) Investigator
c) Detection Analyst
d) Content Creator
08. A custom parser was deployed successfully, but users report that dashboards show “Unknown Field” in place of expected values. What is the most probable reason?
a) The parser was cloned instead of built from scratch
b) The field was not properly mapped to the Falcon schema
c) The ingestion rate exceeded the collector’s EPS capacity
d) A default parser was accidentally left active
09. Which Falcon feature enables SOC teams to build automated workflows for common incident response actions like isolating hosts or blocking IPs?
a) Falcon Fusion SOAR
b) Falcon Data Replicator
c) Lookup File Manager
d) CQL Queries
10. An engineer wants to design a CQL query that filters failed logins and groups them by source IP. Which function is most appropriate?
a) join
b) lookup
c) group by
d) parse_json