01. During initial deployment, data from a specific network device is not reaching Cortex XSIAM. Which is the MOST likely cause?
a) Required communication ports are blocked
b) Detection rules are incorrectly configured
c) Dashboard layouts are improperly designed
d) Incident response workflows are incomplete
02. Using the integrationContext object, how is data stored and retrieved between integration command runs in Cortex XSIAM?
a) The integrationContex object can only store strings, not key-value dictionaries.
b) The integrationContex object is retrieved and set using the test-module command.
c) The get_integration_context() method overrides the existing object that is stored.
d) The integrationContex object supports get_integration_context() and set_integration_context().
03. Custom fields are still present in ingested Windows events, but after a content update they are no longer being normalized correctly in Cortex XSIAM. Which area should an engineer review first?
a) Incident domain configuration
b) Dashboard retention settings
c) Data model rule or field mapping for the affected dataset
d) Broker VM HA cluster settings
04. When troubleshooting secure Broker VM communications, which configuration area is explicitly documented for review and maintenance?
a) Dashboard report templates
b) Broker VM server certificates and related SSL configuration
c) Incident domains
d) SmartScore settings
05. In Cortex XSIAM, how are Python integration runtime dependencies typically satisfied?
a) By selecting a Docker image that already contains the required dependencies.
b) By listing Python packages in pack_metadata.json.
c) By manually installing packages with pip on the managed service host.
d) By requiring all integrations to use only built-in system packages.
06. When a Cortex XSIAM playbook execution reaches a breakpoint on a non-manual task, which two actions will allow the playbook to continue?
a) Disable the breakpoint and rerun the playbook from the start.
b) Skip the task with the breakpoint to let the playbook proceed automatically.
c) Click Run Script Now or Complete Manually.
d) Wait for all parallel tasks to be completed before the breakpoint task resumes automatically.
07. A company observes a high number of false positives in alerts generated by Cortex XSIAM. What is the MOST appropriate action?
a) Tune detection rule thresholds and conditions
b) Modify dashboard layouts for better visualization
c) Increase the number of integrations configured
d) Disable parsing rules to reduce processing overhead
08. Why might an out-of-the-box playbook not run automatically for alerts ingested from a third-party integration such as EWS?
a) Because the playbook must first be exported to Marketplace
b) Because third-party ingested alerts require a configured playbook trigger
c) Because XSIAM does not support playbooks for third-party alerts
d) Because alert severity must always be set to Critical
09. Before initiating a malware scan action on a Linux workstation, an engineer notices that the Cortex XDR agent's operational status is reported as partially protected. What are two plausible explanations?
(Choose two.)
a) The endpoint is running in asynchronous mode because the kernel is unsupported or the kernel module is unavailable.
b) Certificate enforcement fallback or another reported exception has been triggered on the endpoint.
c) The Linux endpoint's kernel modules failed to load due to unsupported kernel versions.
d) The agent was shut down on the endpoint.
10. How should a Cortex XSIAM integration securely store API tokens used in HTTP headers?
a) In report templates
b) In incident fields as plain text
c) In dashboard widgets
d) In secure integration parameters or the credentials store