Which statement is true about ZIA SD-WAN integrations using APIs?
Answer : C
For SD-WAN API integrations with Zscaler Internet Access (ZIA), the control point for establishing trust and enabling automation is the Cloud Service API configuration within the ZIA admin portal. As documented in Zscaler's SD-WAN and Cloud Service API workflow, the ZIA administrator navigates to the Cloud Service API (under Administration) and configures the SD-WAN integration by generating and managing the SD-WAN Partner Key there. This key is then used by the SD-WAN orchestrator or controller to authenticate against Zscaler's APIs and to automate the creation of locations and tunnels.
The key is not provided by the SD-WAN partner; rather, it is created and controlled by the customer's ZIA admin, which makes option D incorrect. Locations and tunnels created via the integration remain visible and generally manageable within the ZIA admin interface, so option B is incorrect. While SD-WAN integrations can automate both GRE and IPsec tunnels in many deployments, that behavior depends on the specific SD-WAN vendor and design, so the blanket statement in option A is not the definitive, document-aligned fact being tested.
What happens if a provisioning key is deleted in ZPA?
Answer : A
In Zscaler Private Access, a provisioning key is a unique text string generated for an App Connector (or Private Service Edge) group and is used during enrollment to bind that connector to the correct group and PKI trust chain. The Zscaler Digital Transformation training material emphasizes that the provisioning key acts as the ''identity anchor'' for connectors in that group: it's what the ZPA cloud uses to authenticate the connector at enrollment and associate it to the right configuration and policy context.
When that key is deleted, ZPA effectively invalidates the trust relationship for any connectors that were enrolled with it. In practice, these connectors are treated as revoked and must be removed and re-enrolled using a new provisioning key to restore a healthy, supportable state. The key is not archived for later reuse, and it does not automatically regenerate. Deletion is intentionally destructive so that, if a key is lost or suspected to be compromised, an administrator can immediately ensure that all connectors tied to that key are no longer trusted and must be re-provisioned, which aligns with zero trust and least-privilege principles.
===========
A customer wants to set up an alert rule in ZDX to monitor the Wi-Fi signal on newly deployed laptops. What type of alert rule should they create?
Answer : B
Zscaler Digital Experience (ZDX) organizes its telemetry and alerting around key domains: Application, Network, and Device. Wi-Fi signal strength is a client-side characteristic of the endpoint itself, measured from the user's device, not from the network path or the application service. In the ZDX training content, Wi-Fi signal, Wi-Fi link speed, CPU, memory, and similar metrics are clearly categorized under Device health.
When creating an alert rule to monitor newly deployed laptops, the administrator should therefore choose a Device-type alert and then select Wi-Fi signal--related metrics and thresholds. This allows ZDX to trigger alerts whenever the Wi-Fi signal on those endpoints falls below an acceptable level, helping operations teams quickly identify poor local wireless conditions that degrade user experience.
Network alerts are intended for end-to-end path health (latency, packet loss, DNS resolution, gateway reachability, etc.), and Application alerts focus on performance and availability of specific apps or services. ''Interface'' as a standalone alert type is not how ZDX structures its top-level alert categories; interface-related metrics are surfaced as device-side attributes. Consequently, the correct classification for Wi-Fi signal monitoring in ZDX is a Device alert rule.
===========
How does log streaming work in ZIA?
Answer : C
In ZIA, user traffic is first forwarded to a Zscaler Enforcement Node (ZEN), where security and access policies are enforced and transaction logs are generated. Those logs are then sent from the ZEN to the cloud-based Nanolog cluster, which is the highly scalable logging and storage layer used by Zscaler. Nanolog compresses and stores the logs for reporting, analytics, and long-term retention.
To deliver logs to a customer's SIEM, the Nanolog Streaming Service (NSS) is deployed in the customer environment. NSS establishes a secure, outbound tunnel to the Nanolog service in the Zscaler cloud and subscribes to that customer's log stream. Nanolog then continuously streams a copy of relevant logs over this secure connection to NSS. NSS receives the logs, converts them into the required output format (for example, syslog or CEF), and forwards them on to the configured SIEM or log receiver.
Option C is the only answer that correctly represents the logical sequence: user traffic through ZEN, ZEN to Nanolog, secure tunnel from NSS, Nanolog streaming to NSS, and finally NSS forwarding to the SIEM.
===========
How many minutes of data can the Log Streaming Service retransmit once the connection is restored between App Connectors and Zscaler Private Access (ZPA)?
Answer : B
Zscaler Private Access (ZPA) uses the Log Streaming Service (LSS) to deliver ZPA logs (such as user activity and connector/authentication logs) to external SIEM and analytics platforms. LSS relies on a ZPA App Connector as the local relay between the ZPA service and the downstream log receiver. If network connectivity between ZPA and the local App Connector is interrupted, log delivery may be temporarily disrupted.
According to Zscaler integration guidance, when connectivity between ZPA and the local App Connectors is restored, LSS can retransmit up to 15 minutes of previously undelivered log data, although this retransmission is not guaranteed in all circumstances. This limited replay window is designed to provide reasonable resilience for short outages without requiring large local storage on the connector.
The 15-minute buffer applies specifically to ZPA log streaming scenarios and is distinct from longer-term log retention in Zscaler's logging cluster or external SIEM. Options A, C, and D overstate the supported replay duration and do not match Zscaler's documented behavior. To minimize log gaps beyond this 15-minute window, Zscaler recommends resilient network paths for App Connectors and careful monitoring of connector health so that LSS can operate continuously.
===========
An organization needs to comply with regulatory requirements that mandate web traffic inspected by ZIA to be processed within a specific geographic region. How can Zscaler help achieve this compliance?
Answer : B
Zscaler Internet Access (ZIA) supports regional processing requirements through the concept of subclouds. A subcloud is defined as a subset of ZIA Public Service Edges (and optionally Private Service Edges) that operate as full-featured secure internet gateways inspecting all web traffic. ZIA administrators can create a custom pool of data centers (Public Service Edges) that are constrained to a specific geography and then associate locations or tunnels with that subcloud. This ensures that user traffic forwarded to ZIA is only terminated and inspected within that defined regional pool, helping satisfy data-residency and regulatory mandates
By contrast, Zscaler's default behavior is to use geo-IP and DNS to send traffic to the nearest available Public Service Edge globally, which may violate regional-processing rules (making option D unsuitable in a compliance-driven scenario) Bypassing ZIA (option A) or deploying local VPNs (option C) would undermine the Zero Trust model and remove ZIA's inline security controls. Therefore, configuring a subcloud that includes only Public Service Edges in the mandated region is the architecturally correct and exam-aligned method to keep inspection within a specific geography.
===========
Which protocol allows users to configure a passwordless authentication method for their ZIdentity account?
Answer : A
Zscaler Identity (ZIdentity) supports modern, phishing-resistant passwordless authentication using the FIDO2 standard. FIDO2 combines Web Authentication (WebAuthn) and the Client to Authenticator Protocol (CTAP2) to enable users to authenticate with security keys or built-in platform authenticators (such as biometric sensors) without transmitting or storing a reusable password. The Digital Transformation Engineer documentation explains that when a user registers a FIDO2 authenticator with ZIdentity, the service stores a public key tied to that device and account. Future logins are validated using a cryptographic challenge--response, providing strong protection against credential theft and replay attacks.
By contrast, SAML (option B) and OIDC (option C) are federation protocols used for single sign-on (SSO) and identity delegation between an identity provider and service providers; they do not themselves define how passwordless authentication is performed. They can carry assertions from an IdP that might use FIDO2 behind the scenes, but SAML and OIDC are not the passwordless method. SCIM (option D) is a provisioning standard for creating, updating, and deprovisioning identities and groups, not an authentication protocol.
Therefore, the only option that directly represents the protocol enabling passwordless login to a ZIdentity account is FIDO2.
===========