|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/bccpp-blue-coat-certified-proxy-sg-professional-exam-paper/
课程评论:没有评论
Coursera 课程《BCCPP Blue Coat Certified Proxy SG Professional Exam Paper》是一个模拟题集,旨在帮助学员备考 Blue Coat ProxySG 认证。 该课程包含一系列与 ProxySG 相关的实际操作和配置问题,涵盖了以下关键知识点: * **文件类型控制:** 讨论了通过 MIME Type、File Extension 和 Apparent Data Type 对象来控制文件类型访问的匹配机制,以及哪种方法效率最高。 * **Kerberos 身份验证:** 详细说明了支持 Kerberos 身份验证所需的步骤,包括虚拟 URL 的配置、BCAAA 作为服务主体名称的注册、IWA 领域的配置以及显式代理的配置。 * **协议检测:** 讲解了 ProxySG 协议检测功能的工作方式,包括是在客户端请求还是服务器响应中进行检测,以及“Detect Protocol”选项是否会自动启用早期拦截属性,以及是否通过 TCP 端口号进行协议检测。 * **动态绕过列表:** 阐述了动态绕过列表的特性,包括其绕过策略执行、重启后的数据丢失情况,以及对转发策略中站点访问的影响,并说明了配置方式。 * **Cookie 控制:** 探讨了没有过期值的 Cookie 的生命周期。 通过解答这些模拟题,学员可以巩固对 ProxySG 核心功能的理解,并为通过专业认证考试做好准备。
Sample Questions:Q) Which of the following are true when attempting to deny access to file types?A. MIME type objects are matched against the Content-type request header; File Extension objects are matched against the GET response header; Apparent Data Type objects are matched against request data.B. MIME type objects are matched against the Content-type response header; File Extension objects are matched against the GET request header; Apparent Data Type objects are matched against response data.C. MIME type objects are matched against the Content-encoding response header; FileExtension objects are matched against the GET request header; Apparent Data Type objects are matched against response data.D. MIME type objects are matched against the Content-type response header; File Extension objects are matched against the GET request header; Apparent Data Type objects are matched against request data.Q) Which of the following steps have to be performed to support Kerberos Authentication? (Choose all that apply)(a) A virtual URL that resolves to the IP of the ProxySG. (b) Registering the BCAAA as a Service Principal Name.(c) Configuring IWA Realm.(d) Configuring Explicit Proxy.A. All of the aboveB. None of the aboveC. a, b & c onlyD. b, c & d onlyQ) Which of the following statements are true about ProxySG Protocol Detection feature? (Choose all that apply)(a) Protocol detection is performed on the server's response. (b) Protocol detection is performed on the client's request. (c) Enabling Detect Protocol option will automatically enable early intercept attribute in proxy services.(d) Protocol detection is performed by looking at the TCP port number.A. a & b onlyB. b & c onlyC. c & d onlyD. ALL of the aboveQ) Which of the following statements are true about dynamic bypass list? (Choose all that apply) (a) Configured polices will not be enforced on client request if the request matches an entry in the bypass list.(b) Dynamic bypass entries are lost when ProxySG is restarted (c) If request made to a site in a forwarding policy is in the bypass list, the site is inaccessible (d) Dynamic bypass parameters can be configured on Management Console and CLI.A. All of the aboveB. a, b & c onlyC. b, c & d onlyD. a, c & d onlyQ) Which method of controlling downloads of certain file types works fastest on ProxySG?A. Apparent Data TypeB. MIME TypeC. File extensionQ) A cookie without an expire value will A. last until the client cleats cookies from the browserB. last until the client closes the browser sessionC. last until the client logs off