Exact Extract: “Hybrid tenancy • Some tenants are distributed, but some are shared.” The guide also states that shared tenancy uses “one FortiSOAR instance” for multiple tenants and that “tenant data is isolated from other tenants through RBAC.”
Exact Extract: “The master cluster is a hybrid multi-tenant deployment because shared tenants are hosted locally on the cluster, in addition to the remote tenants that communicate through an SME.” It also states that the SME uses TCP 5671 and that “each tenant node has a dedicated space with the SME.”
Exact Extract: “For isolated and segmented networks, you can deploy a FortiSOAR agent to receive and execute connector actions… The agent requires outbound network connectivity only to the SME on TCP port 5671.”
The correct answers are B, C, and D . In a hybrid multi-tenant FortiSOAR design, the master cluster can host local shared tenants while also communicating with remote distributed tenant nodes through the secure message exchange. Shared tenants remain isolated through RBAC, so B is correct. The SME provides controlled message routing, and each tenant node has a dedicated space on the SME, so C is correct. Tenant nodes and agents use TCP 5671 to communicate with the SME, so D is correct. A is wrong because the guide says FortiSOAR can use either the embedded SME or a dedicated external SME; a dedicated SME is recommended for production scalability, but it is not mandatory. E is wrong because agents are deployed in isolated or segmented networks, not on the master cluster for HA performance.
Technical Deep Dive: FortiSOAR hybrid tenancy separates control, execution, and data ownership. The master cluster coordinates workflows and can push actions to tenant nodes, but remote execution happens at the tenant side using tenant credentials. The SME acts as the secure broker between master, tenants, and agents. This is critical when segmented networks block inbound access: an agent only needs outbound connectivity to the SME, which avoids opening risky inbound management paths. FortiGate NP/CP offloading is irrelevant here because SME communication is FortiSOAR application messaging, not firewall data-plane acceleration.