Refer to the exhibit.

Which statement about the rule filters events shown in the exhibit is true?
Answer : C
From the Filters section in the exhibit, we see:
1. Event Type IN EventTypes: Domain Account Locked
2. Reporting IP IN Applications: Domain Controller
3. Logical Operator: AND
Since both conditions must be true, the rule is effectively filtering events where:
The event type belongs to the Domain Account Locked CMDB group
The reporting IP belongs to the Domain Controller applications group
Refer to the exhibit.

The service provider deployed FortiSIEM without a collector and added three customers on the supervisor.
What mistake did the administrator make?
Answer : C
The administrator deployed FortiSIEM without a collector, meaning there is no dedicated system collecting logs from service provider infrastructure devices. Without a collector, the FortiSIEM supervisor and workers must directly ingest logs, which is not ideal for a multi-tenant service provider setup. A collector is necessary to efficiently gather logs before forwarding them to the FortiSIEM cluster.
Refer to the exhibit.

Why is the windows device still in the CMDB, even though the administrator uninstalled the windows agent?
Answer : A
Refer to the exhibit.

An administrator deploys a new collector for the first time, and notices that all the processes expect the phMonitor are down.
How can the administrator bring the processes up?
Answer : D
When a FortiSIEM collector is deployed for the first time, most of its processes remain down until it is successfully registered with the supervisor.
The phMonitor process is running because it monitors system health, but other services remain inactive until the collector establishes communication with the supervisor.
Once the collector registers to the supervisor, it receives configurations and policies, and its processes will start automatically.
Refer to the exhibit.

The window for this rule is 30minutes.
What is this rule tracking?
Answer : C
The rule is tracking a sudden increase in WMI response times over a 30-minute window. The key detail here is the increase factor.
The term 1.50 times increase means the new value is 150% of the previous baseline.
A 1.50x increase corresponds to a 150% increase, since the new value is original + 150% of original.
Which syntax will register a collector to the supervisor?
Answer : C
The phProvisionCollector command is used to register a collector to the supervisor in FortiSIEM. The correct syntax requires:
User The admin username for authentication.
Password The password for authentication.
Super IP The IP address of the supervisor, which manages the collector.
Organization The organization to which the collector belongs.
Worker Name The name of the worker node responsible for handling events from this collector.
Refer to the exhibit.

What are three possible reasons why the Agent Status displays Running Inactive? (Choose three.)
Answer : A, C, D
In FortiSIEM, an agent's status of 'Running Inactive' indicates that the agent is installed and running but not actively sending data or has encountered a misconfiguration. The following reasons can cause this status:
1. The agent was registered incorrectly
If an agent was not registered properly, it might not establish a proper connection with the FortiSIEM system, resulting in an inactive status.
2. The agent is temporarily down
If the agent goes offline (e.g., due to system shutdown, network issues, or agent crash), it will show as inactive.
3. The template was not assigned
Agents require a template to function correctly. If no template is assigned, the agent cannot collect or process events, leading to an inactive state.