Courseiva

CCNA Operations And Lifecycle Management Questions

54 questions · Operations And Lifecycle Management · All types, answers revealed

1
MCQeasy

An administrator wants to ensure that specific sensitive incident categories are restricted to a dedicated tier-2 response team. Which XSIAM construct should be configured to achieve this role-based operational segregation?

A.Modify the global tenant retention policy to purge tier-1 logs automatically.
B.Deploy a separate Cortex XSOAR server to handle tier-2 escalations independently.
C.Configure User Roles and User Groups under Settings > Access Management to limit incident viewing permissions.
D.Write a BIOC rule to drop unauthorized access attempts at the ingestion layer.
AnswerC

Correct. Access management features including roles and groups govern what data and incidents users can view.

Why this answer

Role-Based Access Control (RBAC) in XSIAM allows administrators to create custom roles with restricted permissions and assign users to specific user groups to control visibility over incidents and data.

2
Multi-Selecthard

An enterprise is undergoing a security audit and requires proof of XSIAM system resilience and data integrity. Which THREE operational artifacts or features should the administrator provide to the auditors? (Choose three)

Select 3 answers
A.Personal social media profiles of the SOC analysts.
B.Role-Based Access Control (RBAC) documentation and user role assignments.
C.Local employee cafeteria menu schedules.
D.The XSIAM Audit Trail logs showing administrative actions and configuration changes.
E.Configured Data Retention policies proving adherence to data lifecycle regulations.
AnswersB, D, E

Correct. RBAC documentation proves adherence to the principle of least privilege.

Why this answer

Auditors typically review system audit trails, data retention and compliance reports, and RBAC configuration documentation to verify security and data integrity.

3
MCQhard

An administrator is troubleshooting a scenario where custom parsers are failing to correctly extract fields because the incoming log format changed slightly. What operational step should be taken to update the parser without disrupting active data ingestion?

A.Edit the parser definition in Settings > Configurations > Data Collection > Parsers, update the grok pattern, and test with sample logs before saving.
B.Stop the entire XSIAM tenant, wipe the database, and re-import all log sources from scratch.
C.Disable data ingestion globally while rewriting the SQL database schema.
D.Deploy a local text-editor plugin to every Broker VM via SSH to modify underlying regex config files.
AnswerA

Correct. Parsers can be edited and tested iteratively in the UI before committing changes to production.

Why this answer

Custom parsers can be edited and tested in real-time within the Parsers configuration page, allowing administrators to refine grok patterns and save the updated parser version safely.

4
MCQhard

An administrator is troubleshooting an issue where an endpoint agent is unable to connect to the XSIAM cloud management console, and local logs indicate certificate pinning verification failure. What is the most likely cause?

A.An intermediate network security device or proxy is performing SSL decryption and re-signing traffic with an untrusted certificate.
B.The Cortex XDR agent version is too new for the cloud tenant and must be downgraded.
C.The local firewall is blocking UDP port 514 outbound from the endpoint.
D.The XSIAM tenant license has expired, causing all agents to enter a permanent lock state.
AnswerA

Correct. SSL decryption without proper CA trust installation on endpoints causes certificate pinning and verification failures.

Why this answer

Certificate pinning failures on endpoint agents usually indicate an SSL inspection appliance or proxy in the network is re-signing traffic with an untrusted root certificate, causing the agent to reject the connection.

5
MCQhard

An administrator is configuring a webhook integration to forward XSIAM incidents to an external ticketing system. The remote server requires mutual TLS (mTLS) client certificate authentication. Where should the client certificate be uploaded in XSIAM?

A.Paste the certificate into the custom CSS styling box under Global Settings.
B.Upload the client certificate within the integration instance or certificate store settings for the webhook.
C.Store the certificate in the Broker VM local `/etc/passwd` file.
D.Install the certificate in the local browser certificate store of the analyst viewing the incident.
AnswerB

Correct. mTLS client certificates for integrations are managed within the integration or certificate settings.

Why this answer

Certificates used for integrations and webhooks requiring mTLS are managed within the Integrations configuration settings or Certificate Store in XSIAM.

6
Multi-Selecthard

An operations team is planning a routine maintenance window for Broker VMs. Which THREE best practices should be followed to ensure operational continuity? (Choose three)

Select 3 answers
A.Manually delete all historical data in the Cortex Data Lake to free up buffer space.
B.Back up Broker VM configuration settings and snapshots before applying software upgrades.
C.Reinstall the underlying hypervisor operating system on every managed endpoint.
D.Deploy Broker VMs in clusters or high-availability pairs to prevent data collection gaps during maintenance.
E.Verify outbound HTTPS connectivity to the XSIAM cloud tenant after performing updates.
AnswersB, D, E

Correct. Backups and snapshots allow rapid rollback if an update encounters issues.

Why this answer

Broker VM maintenance best practices include ensuring high availability/clustering, verifying network connectivity before updates, and backing up configuration parameters.

7
MCQeasy

An analyst wants to quickly search across all ingested logs for a specific IP address without writing a complex query from scratch. Which feature in XSIAM provides a rapid, centralized search interface?

A.Open the Endpoint Management > Search Host wizard.
B.Navigate to Settings > Configurations > Data Collection > Search.
C.Check the Incident Graph search filter.
D.Use the XQL Search interface to execute quick queries across all datasets.
AnswerD

Correct. XQL Search is the primary interface for searching and querying ingested logs.

Why this answer

The Query Library or Query Center (XQL Search) provides an intuitive interface for searching across all ingested datasets using XQL.

8
MCQhard

An administrator configured a new API data collector to ingest threat intelligence feeds, but no data is appearing in XSIAM. Upon checking the Integration page, the status shows an authentication failure. What is the most likely cause and correct remediation?

A.The XQL query syntax used by the integration is malformed and requires rewriting the SQL statement.
B.The local firewall on the Cortex XDR agent is blocking outbound HTTPS requests to the threat intel feed.
C.The Broker VM container needs to be restarted via SSH to reload the routing table.
D.The API key or credentials have expired or are incorrect; update the integration instance configuration with valid credentials under Settings > Configurations > Data Collection > Integrations.
AnswerD

Correct. Authentication errors in data integrations require updating credentials in the Integrations configuration.

Why this answer

API-based integrations in XSIAM require valid credentials, API keys, or OAuth tokens. If authentication fails, the administrator must update the integration configuration with valid, unexpired credentials.

9
MCQhard

An administrator is troubleshooting a custom BIOC (Behavioral Indicator of Compromise) rule that is not triggering alerts even though matching logs are present in the Cortex Data Lake. What is the most effective operational step to debug the rule?

A.Use the BIOC rule test / simulation feature in the Analytics section to validate the rule logic against historical event data.
B.Change the tenant license key to an enterprise tier.
C.Reboot the XSIAM management cloud cluster master node via SSH.
D.Disable the default Cortex XDR agent prevention modules.
AnswerA

Correct. BIOC simulation tools allow testing rule logic against stored logs to verify triggers.

Why this answer

BIOC rules can be tested and debugged using the rule testing and simulation features within the Analytics configuration menu to verify syntax and matching logic against sample events.

10
MCQeasy

An organization requires all audit logs generated within XSIAM to be exported to an external SIEM for long-term archiving. Which feature should the administrator configure?

A.Enable Cortex XSOAR playbook automation to execute a daily database backup.
B.Set up a BIOC alert rule to email CSV exports every 24 hours.
C.Modify the Data Retention profile to replicate raw blocks to an external S3 bucket automatically.
D.Configure a Log Forwarding profile under Settings > Configurations > Data Collection > Log Forwarding.
AnswerD

Correct. Log Forwarding profiles allow exporting XSIAM ingested data and audit logs to external destinations.

Why this answer

External log forwarding rules can be configured in XSIAM to stream logs, including audit and security events, to third-party destinations via standard protocols like syslog or HTTP.

11
MCQeasy

An administrator needs to add a new user account to XSIAM and assign appropriate privileges. Where is user account creation and management performed?

A.Check the Endpoint Management > Add Device wizard.
B.Go to License Management and click Allocate Seat.
C.Open the Incident Response dashboard and click New Analyst.
D.Navigate to Settings > Access Management > Users to add new user accounts and assign roles.
AnswerD

Correct. User accounts and role assignments are managed in Access Management.

Why this answer

User account creation and privilege assignment are managed under Settings > Access Management > Users.

12
MCQeasy

An administrator needs to check the remaining license capacity and expiration date of the XSIAM subscription. Where should the administrator look?

A.Check the Incident Graph summary panel.
B.Navigate to Settings > License Management to view subscription status and capacity.
C.Review the XQL query execution history log.
D.Open the Endpoint Management > Agent Status tab.
AnswerB

Correct. License Management provides details on subscription validity and data consumption limits.

Why this answer

Subscription details, license capacity, and expiration dates are located in XSIAM under Settings > License Management.

13
MCQhard

An administrator is troubleshooting a Broker VM that has lost connectivity to the XSIAM management plane. After checking network routing and firewalls, the administrator suspects local Docker container network corruption on the Broker VM host. Which administrative utility script on the Broker VM can be used to restart and reset the container networking stack?

A.Access the Broker VM administrative console CLI to execute service restart and network reset utilities.
B.Modify the global tenant encryption keys under General Settings.
C.Execute an XQL query with the `reset_broker` command.
D.Run the `xdrctl uninstall` command on every managed Windows endpoint.
AnswerA

Correct. Broker VM management CLI provides built-in utilities to restart services and reset local networking.

Why this answer

Broker VMs provide administrative utility scripts and management menus (accessible via CLI) to restart services, reset networking, and manage container states.

14
Multi-Selectmedium

An administrator is configuring log collection from a cloud storage bucket (e.g., AWS S3) into XSIAM. Which TWO configuration steps are required to establish this ingestion pipeline? (Choose two)

Select 2 answers
A.Specify the target bucket name and region in the XSIAM Data Collection configuration.
B.Deploy a physical hardware appliance in every AWS Availability Zone.
C.Configure the local Windows registry on the administrator workstation to route AWS traffic.
D.Manually install the Cortex XDR Agent on the AWS S3 root server.
E.Configure the cloud storage integration instance with appropriate authentication credentials (IAM role/keys) in XSIAM.
AnswersA, E

Correct. The collector requires the specific bucket name and region parameters to poll or receive notifications.

Why this answer

Cloud storage bucket ingestion requires setting up cloud integration credentials (IAM roles/keys) and configuring the data collection instance in XSIAM specifying the bucket details.

15
Multi-Selectmedium

An administrator is setting up external log forwarding from XSIAM to a third-party SIEM. Which TWO protocols are natively supported for log forwarding destinations? (Choose two)

Select 2 answers
A.Direct FTP file upload of raw database blocks
B.Direct SMB file share mapping to the XSIAM cloud backend storage
C.Syslog (TCP or UDP)
D.HTTP / HTTPS (JSON payload via webhooks)
E.Local Bluetooth serial cable connection
AnswersC, D

Correct. Syslog is natively supported for streaming logs to external SIEMs.

Why this answer

XSIAM log forwarding profiles support industry standard streaming protocols such as Syslog and HTTP/HTTPS (Webhooks).

16
MCQhard

An administrator is investigating a data discrepancy where certain security logs ingested via a Broker VM do not match the raw source timestamps. Where can timezone and timestamp normalization settings be reviewed or adjusted?

A.Change the system clock on the local administrator workstation.
B.Review and adjust parser extraction rules and timezone configurations in Settings > Configurations > Data Collection > Parsers.
C.Reinstall the Cortex XDR Agent on all network switches.
D.Purge the entire Cortex Data Lake to reset cloud time servers.
AnswerB

Correct. Parsers handle timestamp extraction and normalization during log ingestion.

Why this answer

Timestamp parsing and normalization rules can be reviewed and adjusted within custom parser definitions or ingestion settings in XSIAM.

17
MCQmedium

An administrator needs to modify the display name and description of a custom data collector instance. Where can this configuration be edited?

A.Modify the global DNS zone file on the primary nameserver.
B.Navigate to Settings > Configurations > Data Collection > Collectors, select the instance, and edit its configuration.
C.Open the Endpoint Management > Agent Details screen.
D.Run an XQL update command against the `collector_metadata` system table.
AnswerB

Correct. Collector instance settings can be edited directly in the Data Collection configuration menu.

Why this answer

Data collector instances and their metadata can be edited under Settings > Configurations > Data Collection > Collectors.

18
MCQmedium

An XSIAM administrator needs to configure log forwarding from a Linux server to the XSIAM collector. Which action must be performed first on the endpoint before deploying the Collector service?

A.Enable port 22 inbound on the Cortex XSIAM management tenant for SSH tunnel establishment.
B.Generate and download the Collector installation script and registration token from the XSIAM UI.
C.Manually create the database schema in the Cortex Data Lake to accept the raw logs.
D.Configure the syslog daemon on the local server to forward directly to port 443 of the cloud engine without an agent.
AnswerB

Correct. Registration requires tokens generated from the XSIAM management console.

Why this answer

Before installing or registering a Collector service on a Linux host, the administrator must generate and download the appropriate installation script and tokens from the XSIAM UI under Settings > Configurations > Data Collection > Collectors.

19
MCQhard

An administrator needs to troubleshoot why a Broker VM is failing to ingest logs from an internal syslog source. Which diagnostic utility available on the Broker VM console should the administrator use first?

A.Run the `xdrctl troubleshoot` command from any managed Windows endpoint agent console.
B.Reset the cloud tenant encryption keys under General Settings.
C.Access the Broker VM management console to check service status, connectivity test tools, and container logs.
D.Open the XSIAM Incident Graph to view packet captures from the Broker VM IP.
AnswerC

Correct. The Broker VM management interface provides dedicated tools to verify connectivity, container health, and ingestion pipelines.

Why this answer

Broker VMs include management interfaces and troubleshooting utilities (such as system status checks, service health monitoring, and log collection tools) accessible via its local administrative CLI or web interface.

20
MCQhard

An administrator is configuring a new syslog ingestion source on a Broker VM. The syslog messages use TCP with TLS encryption (Reliable Syslog). Where must the corresponding TLS server certificates for the Broker VM be configured?

A.Upload the certificates into the Cortex XDR Agent policy assigned to workstations.
B.Configure the TLS server certificates and listener ports within the Broker VM configuration settings in the XSIAM console.
C.Store the certificates in the browser's local storage cache.
D.Paste the certificates into the XQL query editor console.
AnswerB

Correct. Secure syslog listener certificates and ports are managed via Broker VM configurations in XSIAM.

Why this answer

Broker VM TLS listener certificates for secure syslog ingestion are configured within the Broker VM configuration settings in the XSIAM management console.

21
Multi-Selecthard

An administrator is designing a custom incident triage workflow in XSIAM. Which THREE actions can be automated as part of incident management configuration? (Choose three)

Select 3 answers
A.Update incident status or severity automatically when specific enrichment data is received.
B.Automatically reformat the hard drive of every employee in the company upon any alert.
C.Physically disconnect the power supply of compromised endpoints via cloud management commands.
D.Automatically assign incidents to specific analyst groups based on incident categorization rules.
E.Trigger Cortex XSOAR playbooks automatically upon incident creation or severity match.
AnswersA, D, E

Correct. Status and severity automation streamline incident triage workflows.

Why this answer

XSIAM incident management supports automated actions such as assigning severity, routing to specific groups, triggering automated playbooks via XSOAR, and auto-closing or status updates.

22
MCQmedium

An enterprise has multiple distinct business units, and the security operations team wants to ensure that analysts from Business Unit A can only investigate incidents assigned to their own unit, while global administrators can view everything. Which feature enables this multi-tenant or partitioned operational structure within a single XSIAM tenant?

A.Deploy separate Broker VMs for each business unit without configuring user roles.
B.Create separate correlation rules with identical logic for each user.
C.Configure Security Domains / Data Partitioning to restrict incident visibility by organizational boundaries.
D.Set up independent data retention periods for each analyst account.
AnswerC

Correct. Security domains/partitioning allow logical separation of data and incidents within a single XSIAM instance.

Why this answer

Custom Security Domains or tenant partitioning features in XSIAM allow segregating data and incidents by organizational units using granular access controls.

23
MCQmedium

An administrator notices that a particular correlation rule is generating a high volume of false positive incidents. What is the recommended operational step to refine the rule without disabling it entirely?

A.Purge the Cortex Data Lake table associated with the alert ID.
B.Delete the default data parser associated with the event source to block the noisy logs entirely.
C.Edit the correlation rule definition in Analytics / Correlation Rules to add exclusion filters for known benign entities.
D.Change the tenant status from Active to Evaluation mode to suppress notifications.
AnswerC

Correct. Tuning rules via exception filters reduces false positives while maintaining detection coverage.

Why this answer

Correlation rules and analytics rules in XSIAM can be tuned by modifying their exception filters, threshold criteria, or matching logic directly within the Analytics or Correlation rule configuration page.

24
MCQeasy

An administrator wants to create a custom dashboard displaying key SOC metrics such as open incidents by severity and top alerted hosts. Which section of XSIAM should the administrator use to build this dashboard?

A.Use the Report Builder to schedule weekly PDF summaries.
B.Go to Settings > Configurations > Data Collection > Dashboards.
C.Navigate to Dashboards > Create Dashboard to add widgets based on XQL queries.
D.Open the Incident Graph and click Export as Dashboard.
AnswerC

Correct. The Dashboards module allows creating and customizing operational views with XQL widgets.

Why this answer

Custom dashboards can be created and managed under the Dashboards section of the XSIAM navigation menu using widgets powered by XQL queries.

25
MCQeasy

An analyst reports that the XSIAM web interface session is timing out too quickly due to security policies. Where can an administrator modify the idle session timeout duration?

A.Update the Log Forwarding profile timeout threshold.
B.Modify the Agent Settings profile assigned to the administrator's laptop.
C.Navigate to Settings > Configurations > Global Settings to adjust the idle session timeout value.
D.Edit the XQL query execution limit parameters in Analytics settings.
AnswerC

Correct. Global settings govern platform-wide behaviors such as console idle timeouts.

Why this answer

Session timeout and security settings for user authentication and console access can be configured under Settings > Configurations > Global Settings or Authentication settings.

26
MCQmedium

An administrator needs to configure automated incident assignment so that all incidents originating from network firewall logs are automatically routed to the Network Security SOC team. Which XSIAM feature accomplishes this?

A.Modify the global tenant retention policy to isolate firewall logs.
B.Configure Incident Assignment Rules based on source data categories or alert types.
C.Enable Auto-Isolation profiles on all network gateways.
D.Set up a Log Forwarding profile targeting the Network Security team's email addresses.
AnswerB

Correct. Incident assignment rules allow automating routing to specific teams based on criteria.

Why this answer

Incident assignment rules and automation routing rules can be configured in XSIAM to automatically assign incoming incidents based on data sources, severity, or categories.

27
MCQmedium

An administrator wants to customize the fields displayed in the Incident table view to better align with the SOC's operational workflow. How should this be accomplished?

A.Reinstall the Cortex XDR management extension pack.
B.Rewrite the underlying XQL query for the default dashboard using API calls.
C.Modify the global database schema JSON file via the Admin CLI.
D.Use the column customization settings within the Incident view to add, remove, or reorder displayed fields.
AnswerD

Correct. Incident table views support custom column arrangements for operational efficiency.

Why this answer

Administrators can customize column visibility, order, and layout directly within the Incident view UI using the column selection / customization options.

28
MCQeasy

An administrator needs to review all administrative actions (such as user logins, configuration changes, and role modifications) performed within the XSIAM tenant over the last 30 days. Where is this audit data located?

A.Open the Endpoint Management > Audit Log view.
B.Navigate to Settings > Audit Trail to review administrator activities and configuration changes.
C.Check the Incident Management dashboard filtered by user severity.
D.Run an XQL query on the `host_boot` dataset.
AnswerB

Correct. The Audit Trail section records all administrative actions and system events.

Why this answer

System audit logs tracking administrative actions within the XSIAM platform are available under Settings > Audit Trail.

29
Multi-Selecthard

An administrator is troubleshooting an API integration that has stopped collecting data. Which THREE diagnostic steps should be performed? (Choose three)

Select 3 answers
A.Verify if the API key, token, or credentials have expired or been revoked.
B.Reinstall the local printer drivers on the administrator's laptop.
C.Format the Broker VM Docker container storage volumes.
D.Check network connectivity and firewall rules between the XSIAM integration poller and the external API endpoint.
E.Review the integration execution logs within the XSIAM UI for specific error codes or rate-limiting messages.
AnswersA, D, E

Correct. Expired credentials are a primary cause of API integration failures.

Why this answer

Troubleshooting API integrations involves checking API credential validity, reviewing integration execution logs for error codes, and verifying network connectivity between the integration poller and the target service.

30
MCQhard

During routine maintenance, an administrator notices that a custom parser is dropping incoming events from a newly integrated security appliance. Where should the administrator check to debug syntax and grok pattern failures in real time?

A.SSH into the Cortex XSIAM management cluster master node and check the /var/log/parser.log file.
B.Navigate to Settings > Configurations > Data Collection > Parsers, select the custom parser, and use the Test Parser feature with sample raw logs.
C.Open the Cortex XDR Agent console on the local machine and export the Agent Log Collector bundle.
D.Review the Incident Graph to trace dropped packets from the ingestion pipeline.
AnswerB

Correct. The built-in parser testing tool allows administrators to validate grok patterns against raw log samples.

Why this answer

The Log Forwarding and Log ingestion troubleshooting within XSIAM includes a parser testing utility where sample log lines can be pasted and tested against custom parsers to debug grok patterns and extraction rules.

31
MCQhard

An organization is updating its internal Certificate Authority (CA). The administrator needs to update the trusted CA certificates used by the Broker VMs for secure syslog ingestion. Where must this certificate update be performed?

A.Modify the global tenant license key to include custom CA extensions.
B.Upload the certificate directly into the browser's local trusted root store.
C.Manage and update trusted CA certificates within the Broker VM configuration settings in the XSIAM console.
D.Run the `certmgr /add` command on every managed Windows endpoint.
AnswerC

Correct. Broker VM CA certificates and trust stores are administered centrally via the XSIAM console.

Why this answer

Broker VM certificate management and trust stores are managed through the Broker VM configuration settings in the XSIAM management console under Settings > Configurations > Data Collection > Broker VM.

32
Multi-Selectmedium

An administrator needs to restrict access to sensitive XSIAM incident data to specific compliance officers. Which TWO actions accomplish this requirement? (Choose two)

Select 2 answers
A.Set the global log retention period to zero days.
B.Deploy a separate Broker VM for each compliance officer.
C.Create a custom User Role with permissions restricted only to the designated compliance incident queues.
D.Disable multi-factor authentication for all compliance user accounts.
E.Assign the compliance officers to a dedicated User Group associated with the restricted role.
AnswersC, E

Correct. Custom roles allow scoping permissions to specific incident categories and views.

Why this answer

Restricting access involves creating custom roles with limited permissions and assigning the compliance officers to those dedicated user roles/groups.

33
MCQeasy

An administrator wants to view a chronological list of recent software updates and content pack releases applied to the XSIAM tenant. Where can this release history be checked?

A.Inspect the Broker VM Docker container logs via SSH.
B.Review the Incident Graph timeline.
C.Open the Endpoint Management > Agent Version log.
D.Check Content Management or Help > Release Notes to review recent updates and content pack releases.
AnswerD

Correct. Content Management and Release Notes track platform updates and content packs.

Why this answer

Content updates, content pack releases, and platform version histories can be viewed under Content Management or Help > Release Notes.

34
MCQmedium

An XSIAM tenant is approaching its licensed data ingestion volume limit. The operations team needs to identify which data sources are consuming the highest ingestion bandwidth. Where should the administrator check this information?

A.Go to Settings > Configurations > License Management to view data ingestion breakdown by source and vendor.
B.Review the Audit Trail dashboard for high-frequency API polling events.
C.Execute an XQL query using the `dataset = host_inventory` command and group by storage size.
D.Check the Cortex XDR Agent health status page under Endpoint Management.
AnswerA

Correct. License Management provides visibility into consumption metrics across different vendors and data sources.

Why this answer

License utilization and ingestion volume by data source can be monitored in XSIAM under Settings > License Management or the License Usage dashboard.

35
MCQhard

An administrator is investigating why an automated response playbook integrated via Cortex XSOAR failed to execute when triggered by an XSIAM incident. Where should the administrator check the integration communication logs?

A.Review the Cortex XSOAR integration instance logs and audit trail for API communication errors.
B.Examine the Data Lake storage partition allocation table.
C.Inspect the Cortex XDR Agent debug bundle collected from the affected server.
D.Check the local `syslog.log` file on the Broker VM container.
AnswerA

Correct. XSOAR integration logs record API calls, execution errors, and response statuses.

Why this answer

Integration communication and playbook execution logs between XSIAM and Cortex XSOAR can be reviewed within the Cortex XSOAR server logs or the Integration Instances troubleshooting console.

36
MCQmedium

An administrator wants to configure automated email notifications to be sent to external stakeholders whenever a Critical severity incident is created. Which feature should be configured?

A.Enable Auto-Isolation rules on all endpoints.
B.Modify the Log Forwarding profile to send raw JSON syslog packets to the stakeholder's email address.
C.Configure an Incident Notification profile or webhook integration under Settings > Integrations / Notifications.
D.Set up a scheduled XQL query that emails CSV attachments every minute.
AnswerC

Correct. Notifications and webhooks are configured to dispatch alerts based on incident severity and criteria.

Why this answer

Incident notification profiles and alerting integrations can be configured under Settings > Integrations or Notifications to send alerts via email, webhooks, or ticketing systems when specific incident criteria are met.

37
MCQmedium

An operations team needs to ensure that inactive user accounts are automatically locked out after 90 days of inactivity. Where is this security policy managed?

A.Go to Settings > Access Management > Authentication / Security settings to configure password and account inactivity policies.
B.Configure an Agent Protection policy under Endpoint Management.
C.Set up an automated correlation rule to detect inactive login tokens.
D.Modify the Log Forwarding rule timeout threshold.
AnswerA

Correct. Authentication settings control user account lifecycles, password rules, and inactivity policies.

Why this answer

Password policies, account lockout thresholds, and session security rules are managed in XSIAM under Settings > Access Management > Authentication / Security Settings.

38
Multi-Selectmedium

An administrator wants to optimize XQL search performance across large log datasets. Which TWO best practices should be applied when writing queries? (Choose two)

Select 2 answers
A.Specify the dataset early in the query using the `dataset = ...` clause to narrow the search scope.
B.Always query all historical datasets without time limits to ensure completeness.
C.Avoid using any filters and sort by random strings.
D.Execute all searches using raw regex parsing on unparsed datasets.
E.Limit the time range to the smallest necessary window instead of querying all available historical data.
AnswersA, E

Correct. Filtering by dataset early reduces the amount of data scanned.

Why this answer

Optimizing XQL queries involves filtering by specific datasets early in the query, limiting time ranges, and selecting only needed fields.

39
Multi-Selecthard

An administrator is preparing to deploy Cortex XDR agents across a mixed environment of Windows, macOS, and Linux servers. Which THREE tasks should be performed during the planning and deployment phase? (Choose three)

Select 3 answers
A.Manually connect a serial console cable to every server in the data center.
B.Establish phased rollout groups to monitor stability and prevent widespread issues.
C.Disable all firewall rules on the XSIAM cloud tenant.
D.Define necessary antivirus or security software exclusions to prevent conflicts during agent installation.
E.Create dedicated installation profiles and packages for each operating system type (Windows, macOS, Linux).
AnswersB, D, E

Correct. Phased rollouts ensure stability before enterprise-wide deployment.

Why this answer

Agent deployment planning includes creating OS-specific installation packages/profiles, verifying prerequisites and exclusion lists, and defining upgrade schedules.

40
Multi-Selectmedium

An administrator needs to ensure that custom dashboards created by SOC analysts are backed up or migrated between environments. Which TWO options are available for content portability in XSIAM? (Choose two)

Select 2 answers
A.Copy the browser cookies of the analyst's session.
B.Print physical paper copies of the dashboard screens.
C.Export dashboard definitions to JSON format for migration across tenants.
D.Export custom dashboards and widgets as part of a content pack via Content Management.
E.Manually retype every XQL query into a notepad file on a local workstation without export tools.
AnswersC, D

Correct. Dashboard definitions support JSON export/import.

Why this answer

Dashboards and custom content can be exported and imported as content packs or JSON definitions through Content Management features.

41
MCQmedium

An organization wants to ensure that all sensitive personally identifiable information (PII) fields within ingested log datasets are automatically masked or hashed before being stored in the Cortex Data Lake. Which XSIAM capability should be configured?

A.Set the global data retention period to zero.
B.Deploy an Endpoint Agent exclusion profile to block logging on endpoints.
C.Configure Log Redaction / Masking rules under Data Collection settings to sanitize PII fields during ingestion.
D.Enable Auto-Quarantine rules on all database servers.
AnswerC

Correct. Redaction and masking rules secure sensitive data at the ingestion layer.

Why this answer

Log masking, hashing, or filtering rules can be configured in XSIAM to redact sensitive data during ingestion.

42
Multi-Selectmedium

An organization requires strict adherence to data governance policies. Which TWO configurations help ensure that sensitive data is handled properly within XSIAM? (Choose two)

Select 2 answers
A.Configure Role-Based Access Control (RBAC) to limit who can view sensitive datasets.
B.Share global administrator credentials among all employees.
C.Configure Data Retention policies to ensure data is purged in accordance with regulatory requirements.
D.Store raw logs on public unsecured FTP servers.
E.Disable all data ingestion encryption in transit to speed up parsing.
AnswersA, C

Correct. RBAC enforces least-privilege access to sensitive data.

Why this answer

Data governance in XSIAM is supported through data retention policies, role-based access control, and masking or filtering sensitive log fields.

43
MCQeasy

An administrator needs to check the status of scheduled background reports and export tasks in XSIAM. Where can this task history be reviewed?

A.Inspect the raw storage blocks in the Data Lake Explorer.
B.Review the Incident Response playbook execution logs in Cortex XSOAR.
C.Check the Endpoint Management > Task Management tab.
D.Navigate to Reporting > Scheduled Reports to view job execution history and status.
AnswerD

Correct. Scheduled Reports management view tracks the execution status of all reporting tasks.

Why this answer

Scheduled reports, PDF exports, and background job statuses can be tracked and managed under the Reporting section of the XSIAM navigation menu.

44
MCQhard

An administrator is setting up a new Broker VM in an isolated network zone that requires all outbound HTTPS traffic to traverse an explicit corporate proxy server. Where must the proxy configuration be applied for the Broker VM to communicate with XSIAM?

A.Apply the proxy configuration via the Cortex XDR Agent installation profile.
B.Configure the proxy settings during the Broker VM setup or within its configuration parameters so it can reach the XSIAM cloud.
C.Configure the proxy settings inside the Windows registry of the local administrator's workstation.
D.Modify the XQL search query headers to include proxy authentication tokens.
AnswerB

Correct. Broker VMs support explicit proxy configurations for environments requiring outbound traffic control.

Why this answer

Broker VM proxy settings are configured during deployment or via the Broker VM configuration interface to ensure all cloud communications traverse the designated proxy.

45
MCQhard

An administrator needs to update the Cortex XDR agent installation package across 5,000 endpoints without causing network saturation. Which feature should be utilized to manage this rollout effectively?

A.Configure an Agent Upgrade schedule and phased deployment profile within Endpoint Management > Agent Settings.
B.Manually push the MSI package via Active Directory Group Policy Objects using an external script.
C.Execute an XQL remediation action with the `upgrade_agent` command across all active sessions.
D.Set up a global Log Forwarding profile to broadcast the binary over syslog.
AnswerA

Correct. Phased deployment profiles and upgrade schedules allow controlled rollouts to prevent network saturation.

Why this answer

Agent software updates can be controlled using Agent Settings and deployment profiles where administrators can set distribution rules, throttling, and phased rollouts.

46
Multi-Selecthard

An administrator wants to ensure high availability and disaster recovery readiness for an XSIAM deployment relying on Broker VMs and cloud ingestion. Which THREE operational practices should be implemented? (Choose three)

Select 3 answers
A.Configure redundant Broker VM instances behind a load balancer for syslog ingestion.
B.Store all raw logs exclusively on local Broker VM hard drives without cloud replication.
C.Disable all automated correlation rules to conserve disaster recovery bandwidth.
D.Maintain up-to-date documentation and configuration backups of all custom parsers and integration settings.
E.Monitor ingestion pipeline health dashboards regularly to catch dropped logs or stalled connectors early.
AnswersA, D, E

Correct. Redundant Broker VMs behind a load balancer prevent ingestion single points of failure.

Why this answer

Operational best practices for HA/DR include maintaining redundant collector nodes, monitoring pipeline health, and documenting configuration backups.

47
MCQeasy

An administrator needs to verify whether a newly created Correlation Rule is actively evaluating incoming telemetry. Where should the administrator check the rule's operational status and recent execution statistics?

A.Inspect the Cortex XDR Agent installation directory for rule cache files.
B.Review the Windows Event Viewer on the primary Domain Controller.
C.Check the Correlation Rules / Analytics page where rule status, hit counts, and last execution details are displayed.
D.Examine the Firewall Traffic logs for outgoing rule-check packets.
AnswerC

Correct. The Correlation Rules management interface provides direct insight into rule execution and hit counts.

Why this answer

Correlation rules and analytics rules display their operational status, hit counts, and execution metrics within the Analytics or Correlation Rules management page.

48
MCQmedium

An organization requires that all API access tokens used for programmatic interaction with XSIAM expire every 90 days. Where can API key expiration policies be configured?

A.Manage API key creation, expiration, and revocation under Settings > Integrations > API Keys.
B.Configure the Agent Software Upgrade schedule under Endpoint Management.
C.Adjust the Broker VM Docker container memory limit.
D.Modify the XQL query timeout threshold.
AnswerA

Correct. API key management interfaces govern token lifecycles and expirations.

Why this answer

API key lifecycles and generation policies are managed under Settings > Integrations > API Keys or Access Management.

49
MCQmedium

An organization wants to integrate XSIAM user authentication with an external SAML 2.0 Identity Provider (IdP) such as Okta or Azure AD. Where is Single Sign-On (SSO) configured?

A.Modify the global agent installation package configuration.
B.Set up a Log Forwarding profile with SAML parameters.
C.Deploy a Broker VM with an Active Directory LDAP connector.
D.Configure SAML settings under Settings > Access Management > SSO / Authentication.
AnswerD

Correct. SAML 2.0 and SSO integrations are configured within Access Management.

Why this answer

SAML and SSO authentication settings for XSIAM console users are configured under Settings > Access Management > SSO / Authentication.

50
MCQeasy

An analyst wants to export a list of active incidents to a CSV file for offline reporting. Which feature in the Incident view should be used?

A.Use the export option in the Incident view toolbar to download incidents as a CSV file.
B.Run an automated ransomware remediation script.
C.Configure a Log Forwarding profile to dump CSV files to a local printer.
D.Open the Endpoint Management view and select Export Agents.
AnswerA

Correct. Incident views support exporting table data to CSV format.

Why this answer

The Incident view includes export options that allow exporting selected or all incident data into CSV format.

51
Multi-Selectmedium

An administrator is reviewing the health of endpoint agents across the enterprise. Which TWO statuses or metrics can be monitored in the Endpoint Management view? (Choose two)

Select 2 answers
A.Installed agent software version and content version
B.Local printer ink levels on managed workstations
C.Agent connection status (Connected / Disconnected)
D.Individual employee Wi-Fi password history
E.Personal email login credentials stored in browser caches
AnswersA, C

Correct. Version tracking helps verify compliance and upgrade schedules.

Why this answer

Endpoint Management tracks agent connectivity status, software versions, operational module statuses, and content versions.

52
Multi-Selecthard

An administrator notices high resource utilization on a Broker VM. Which THREE diagnostic steps or remediation actions should be taken? (Choose three)

Select 3 answers
A.Modify the global tenant encryption keys to flush cache memory.
B.Reinstall the Cortex XDR agent on all Windows domain controllers.
C.Review ingestion volume per data source to identify noisy log senders overwhelming the collector.
D.Scale up the underlying VM resources (CPU/RAM) or deploy additional Broker VM nodes to balance the load.
E.Check the Broker VM management console resource utilization metrics (CPU, memory, disk).
AnswersC, D, E

Correct. Identifying noisy log sources helps mitigate overload conditions.

Why this answer

Troubleshooting high Broker VM resource utilization involves checking container performance metrics, reviewing log ingestion rates for anomalies, and adjusting resource allocations or scaling out.

53
MCQmedium

An administrator needs to deploy a custom content pack containing specialized dashboards, parsers, and rules across multiple child tenants in a multi-tenant XSIAM environment. Where should the content pack be managed and distributed?

A.Deploy the files via USB drives to every Broker VM in the organization.
B.Modify the global DNS records to point to the new content repository.
C.Manually copy and paste JSON configuration files into each user's local browser cache.
D.Use Content Management / Marketplace to package and distribute custom content across tenants.
AnswerD

Correct. Content Management enables packaging and sharing custom parsers, rules, and dashboards.

Why this answer

Content packs and shared content across multi-tenant or enterprise architectures can be managed and distributed via the Content Management / Marketplace features within XSIAM.

54
MCQmedium

An organization mandates that specific log datasets must be retained for 400 days, exceeding the default retention period. Where should the administrator configure extended data retention rules?

A.Set up a local cron job on each Broker VM to archive logs to local hard drives.
B.Modify the global license key string to unlock extended storage capacities.
C.Create an automated XSOAR playbook to export raw logs to local USB drives daily.
D.Go to Settings > Configurations > Data Retention to configure custom retention periods for specific datasets.
AnswerD

Correct. Data retention policies allow customizing storage duration for compliance and operational needs.

Why this answer

Data retention settings and storage tiers can be managed in XSIAM under Settings > Configurations > Data Retention to adjust retention policies for specific datasets.

Ready to test yourself?

Try a timed practice session using only Operations And Lifecycle Management questions.