How does ZDX compute the score for an application?
Correct Answer: A
ZDX application scoring aggregates the user experience observed during the selected time period. The tested calculation uses each user's lowest experienced value for that application, then averages those lowest values across the users who accessed it. This prevents a brief severe degradation from being hidden by otherwise healthy samples. Option A (Zscaler takes all the users that accessed the application for the selected time period and finds the lowest value each user would have experienced for the application. The lowest values for each user are added together and divided by the number of users) is correct because it describes the user-based lowest-value aggregation model. Why the other options are incorrect: B). Zscaler considers a single user that accessed the application for the selected time period and finds the lowest value that user would have experienced for the application. The lowest values for that user are added together and divided by the number of all users in the organization: This only considers one user, then divides by all users, which would distort the application score. ZDX computes the app score from all users who accessed the app in the selected period. C). Zscaler takes sample set of users that accessed the application for the selected time period and finds the lowest value each user would have experienced for the application. The lowest values for each user are added together and divided by the number of sample set of users: A sample set could miss users with poor experience. The tested ZDX calculation uses all users who accessed the application, then averages their lowest experienced values. D). Zscaler takes the lowest value for each application for a set of users, for time intervals based on the selected time range. The application with the lowest value represents your applications score for that time interval: This shifts the calculation from users to applications. ZDX application score is based on users' lowest experience for that application, not on picking the lowest application across a set.
ZDTA Exam Question 37
The security exceptions allow list for Advanced Threat Protection apply to which of the following Policies?
Correct Answer: A
Security exception allow lists in Advanced Threat Protection are used with sandbox handling to exempt or control specific traffic from sandbox analysis behavior. They are not URL-filter, file-type, or IPS policy definitions themselves. Option A (Sandbox) is correct because the exception list applies to Sandbox policy behavior. Why the other options are incorrect: B). URL Filtering: URL Filtering controls web destinations by category, URL, risk, and action such as allow, block, caution, or isolate. C). File Type Control: File Type Control classifies and restricts uploads or downloads by file type, regardless of filename tricks. D). IPS Control: IPS inspects traffic inline for exploit signatures and attack patterns, then blocks or resets offending sessions.
ZDTA Exam Question 38
What is the recommended default rule for the cloud-gen firewall configuration when deploying a new ZIA tenant?
Correct Answer: A
For a new cloud-gen firewall configuration, a default block posture is the safer baseline. Administrators should explicitly permit required business traffic and preserve required Zscaler service rules instead of leaving a broad default allow that weakens least-privilege design. Option A (Block all traffic) is correct because block all traffic is the recommended default-deny stance. Why the other options are incorrect: B). Permit all traffic: Permit-all firewall posture lets unexpected services leave the network until later rules stop them. C). Disable the firewall: Disabling the firewall removes the enforcement layer instead of creating a safe default rule set. D). Allow only web traffic (ports 80/443): Allowing only ports 80/443 would ignore valid non-web business traffic that may need explicit firewall rules.
ZDTA Exam Question 39
Does the Cloud Firewall detect evasion techniques that would allow applications to communicate over non- standard ports to bypass its controls?
Correct Answer: A
Zscaler Cloud Firewall uses deep packet inspection to identify applications and protocols even when they attempt to use non-standard ports. This prevents evasive applications from bypassing policy simply by changing ports or disguising traffic. DPI then sends traffic to the appropriate enforcement engines. Option A (The Cloud Firewall includes Deep Packet Inspection, which detects protocol evasions and sends the traffic to the respective engines for inspection and handling) is correct because DPI is the mechanism that detects protocol evasion. Why the other options are incorrect: B). Zscaler Client Connector will prevent evasion on the endpoint in conjunction with the endpoint operating system's firewall: Zscaler Client Connector is the endpoint agent that steers traffic, authenticates users, reports posture, and supplies ZDX telemetry. C). As traffic usually is forwarded from an on-premise firewall, this firewall will handle any evasion and will make sure that the protocols are corrected: Relying on an on-premises firewall leaves evasive traffic outside Zscaler's cloud inspection decision. Zscaler Cloud Firewall uses DPI to identify protocol evasions itself. D). The Cloud Firewall includes an IPS engine, which will detect the evasion techniques and will just block the transactions as it is invalid: IPS inspects traffic inline for exploit signatures and attack patterns, then blocks or resets offending sessions.
ZDTA Exam Question 40
Which algorithm is used to determine the PageRisk?
Correct Answer: D
Zscaler PageRisk, specifically the Page Risk Index, is the proprietary scoring capability used in ZIA to evaluate the risk of web pages dynamically. Instead of relying only on static URL blocklists, PageRisk uses a multi-data algorithm that considers page content and domain characteristics. Page-content signals include risky scripts, suspicious iFrames, XSS indicators, vulnerable controls, and other active content. Domain signals include reputation, hosting location, age, and relationships to risky top-level domains. The verified answer is Option D (Zscaler applies a multi data algorithm to the web page) because PageRisk is the Zscaler technology used for real-time website risk scoring. Why the other options are incorrect: A). Zscaler licenses a PageRisk Feed from a 3rd party: A third-party PageRisk feed would be externally sourced reputation; the Zscaler answer is its own multi-data web-page algorithm. B). It applies deobfuscation to all data: Deobfuscation can reveal hidden script behavior, but PageRisk uses a broader multi-signal algorithm. C). It is the RSA Security algorithm: RSA is a cryptographic/public-key algorithm family, not Zscaler web- page risk scoring.