Which of the following capabilities is not included in the OneAPI Framework for ZIA?
Answer : C
The Zscaler OneAPI framework is presented in the Engineer curriculum as the unified automation layer for ZIA, ZPA, ZDX, Client Connector, and other services. For ZIA specifically, OneAPI introduces OAuth-based authentication, fine-grained administrator role-based access control for API clients, configuration and policy management endpoints, activation controls, and access to Insights and log retrieval APIs. The course material highlights examples such as using OneAPI to manage admin roles, automate malware and advanced-threat settings, and programmatically retrieve Web Insights logs for reporting and SIEM workflows.
In contrast, SCIM (System for Cross-domain Identity Management) is described separately as an identity-provisioning standard used to synchronize users and groups from identity providers like Azure AD or Okta. Enabling or disabling SCIM and configuring SCIM endpoints is handled through dedicated SCIM configuration, not through the OneAPI framework. While both OneAPI and SCIM are automation-related, they are distinct interfaces in the Zscaler platform. Therefore, among the options provided, SCIM Enable/Disable is the capability that is not part of the OneAPI Framework for ZIA, whereas administrator RBAC, Web Insights log retrieval, and malware policy settings are all explicitly included.
===========
Top of Form
Bottom of Form
What is Zscaler Deception?
Answer : C
In the Zscaler Digital Transformation Engineer material, Zscaler Deception is introduced as an advanced threat-detection capability that is tightly integrated with the Zero Trust Exchange. The official description emphasizes that it is a simple, cloud-delivered, and highly effective targeted threat detection solution built on Zscaler's Zero Trust architecture, which is almost word-for-word reflected in option C.
Deception works by deploying high-fidelity decoys, lures, and credentials---designed to be indistinguishable from real assets---from the attacker's point of view. Any interaction with these decoys is inherently suspicious, yielding high-confidence, low-noise alerts that help security teams quickly identify lateral movement, credential theft, and post-compromise activity. The key point in the training is that this capability is delivered from the Zscaler cloud, leveraging the existing Zero Trust platform; it does not require additional on-premise detection servers or traditional network-centric sensors.
Options A and B reduce the concept to ''sets of decoys'' and ignore the integrated Zero Trust detection value and cloud-native delivery model. Option D incorrectly suggests on-prem server infrastructure as the foundation. The exam materials clearly frame Zscaler Deception as a Zero Trust--based targeted threat detection solution, making option C the correct choice.
===========
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.
===========
Which report provides valuable visibility and insight into end-user activity involving sensitive data on endpoints?
Answer : B
In Zscaler, the Endpoint DLP report is specifically designed to give security teams visibility into how end users interact with sensitive data on their endpoints (laptops, desktops, etc.). This report aggregates activity such as copying, saving, printing, uploading, or otherwise handling sensitive content that is detected and classified by Zscaler Endpoint DLP. It focuses on data risk rather than just malware or traffic volumes, so it shows which files, users, and devices are involved in policy matches, along with the context of each event.
Unlike a generic malware or data usage report, the Endpoint DLP report is tightly aligned with DLP policies and data classifications you configure (such as PII, financial data, source code, or custom patterns). This allows you to quickly see which policies are triggering on endpoints, which channels or applications are most frequently involved, and where to fine-tune rules or add additional controls. Because it is endpoint-focused, it covers scenarios even when users are off the corporate network, giving a unified view across inline and endpoint DLP enforcement. For exam purposes, this is why Endpoint DLP report is the correct answer.
===========
How many rounds of analysis are performed on a sandboxed sample to determine its characteristics?
Answer : A
Zscaler Cloud Sandbox is designed to detect advanced and previously unknown threats by deeply analyzing suspicious files in an isolated environment. According to Zscaler's documented analysis pipeline, every sandboxed sample goes through a structured, multi-stage process rather than a single pass.
First, the file undergoes static analysis, where the system inspects the file without executing it. This phase looks at elements such as structure, headers, embedded resources, and known malicious patterns or indicators. Next, the file is executed in a dynamic analysis environment (a sandbox) where Zscaler observes runtime behavior such as process creation, registry modifications, file system changes, network connections, and attempts at evasion or privilege escalation.
During this dynamic phase, the file may drop or create additional files and artifacts. Zscaler then performs a second round of static analysis on those dropped components. This secondary static analysis is crucial because many sophisticated threats unpack or download their real payload only at runtime; analyzing those artifacts provides a much clearer view of the full attack chain.
Because of this defined three-step approach---static, dynamic, then secondary static analysis on dropped artifacts---option A is the correct description of how many rounds of analysis are performed on a sandboxed sample.
===========
A customer requires 2 Gbps of throughput through the GRE tunnels to Zscaler. Which is the ideal architecture?
Answer : B
Zscaler design guidance for GRE connectivity emphasizes three key principles: terminate GRE on border (edge) devices, avoid NAT on GRE source addresses, and scale bandwidth by using multiple tunnels. In Zscaler documentation and engineering training, each GRE tunnel is typically sized for up to about 1 Gbps of throughput. For a 2 Gbps requirement, customers are advised to deploy at least two primary GRE tunnels, with two additional backup tunnels for redundancy and failover.
These tunnels should terminate on border routers that own public IP addresses, ensuring optimal routing and simplifying troubleshooting. Zscaler specifically recommends that the public source IPs used for GRE must not be translated by NAT, because the Zscaler cloud must see the original, registered public IP to associate tunnels with the correct organization and enforce policy. Enabling NAT on GRE traffic can break tunnel establishment and lead to asymmetric or unpredictable routing.
Using internal routers introduces extra hops and complexity and often requires NAT or policy-based routing, which goes against recommended best practices. Similarly, any architecture with NAT enabled on GRE traffic conflicts with Zscaler's published requirements. Therefore, the ideal and recommended design for 2 Gbps via GRE is two primary and two backup GRE tunnels from border routers with NAT disabled.
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.
===========