Option A is right. URL filtering still matters a lot, especially as a first layer before heavier checks like sandboxing. Even with HTTPS, if you use SSL inspection, URL filtering works fine. Saw similar questions on practice tests.
Is the question asking about the best definition or just any valid use of sublocations? Would impact if D is acceptable too.
Yeah, I'd stick with B. Zscaler always recommends two App Connectors per data center so you have HA and don't lose connectivity if one fails. I get why C is tempting since it's the strict minimum, but for production, B is what they expect. Pretty sure this matches what I've seen in docs and sample questions, but happy to hear if anyone disagrees.
Seen this in a few practice sets. It's D because with SSL inspection on, Zscaler sits in the middle and issues its own cert to the user's browser. The real server cert gets replaced in transit. Pretty sure about this but open if someone has other thoughts.
Does URL filtering with SSL inspection (option C) actually let you tie access to just the corporate SaaS tenant, or only filter by domains? I always thought only cloud app control (B) had that kind of tenant-aware restriction, not just generic domain filtering. Curious if anyone's seen a use case where C matches B's granularity here.
C makes sense here. When traffic is specifically exempted in SSL Inspection policy, Zscaler just passes the server's original cert to the browser instead of doing its usual re-encryption thing. D wouldn't really trigger this behavior, it's entirely about the policy config. Pretty sure on this but open if anyone sees it differently.
I was leaning toward B at first since HTTP/HTTPS and DNS are common with these agents. Mostly see those in network captures, so figured Tunnel 2.0 would just handle app/web protocols. Looks like that's not quite right though.
From what I remember in the official guide and some labs, the answer is B. LDAP queries let Zscaler pull all that AD structure data directly, not by scanning ports or logs. If you're brushing up for the exam, practice with directory services setups helps here. Agree?