Question 6 of 106

Scenario: A Citrix Engineer wants to protect a web application using Citrix Web App Firewall. After the Web App Firewall policy afweb_protect is bound to the virtual server, the engineer notices that pages are displaying in plain text with graphics included.

What is the likely cause of this?

    Correct Answer: B

    When web pages are displaying in plain text but with graphics included, it typically indicates that CSS files are not being loaded. CSS (Cascading Style Sheets) are responsible for the styling and formatting of web pages. If the Start URL list does not include CSS files, the Citrix Web App Firewall might be blocking these essential resources, resulting in the web pages rendering in plain text format without proper styling.

Question 7 of 106

Which two protections ensure that the correct data is returned by the client? (Choose two.)

    Correct Answer: A, B

    Protections that ensure the correct data is returned by the client typically involve checking the consistency and format of data submitted through forms. Form Field Consistency ensures that the form structure is not altered and that the data submitted adheres to set restrictions. Field Formats validate the type and length of user-submitted data to ensure they match the expected formats. These checks help ensure the integrity and correctness of the data returned by the client.

Question 8 of 106

Scenario: A Citrix Engineer is asked to implement multi-factor authentication for Citrix Gateway. The engineer creates the authentication policies and binds the policies to the appropriate bind points. The engineer creates a custom form using Notepad++ to format the page which will capture the user’s credentials.

To which folder on the Citrix ADC will the engineer need to upload this form?

    Correct Answer: C

    When implementing multi-factor authentication for Citrix Gateway, the custom forms created for capturing user credentials need to be uploaded to the directory /flash/nsconfig/loginschema on the Citrix ADC. This directory is designated for storing custom login schemas, whereas built-in schemas might reside in a different subdirectory. Therefore, the appropriate folder to upload the custom form is /flash/nsconfig/loginschema.

Question 9 of 106

Scenario: A Citrix Engineer used Learning to establish the HTML SQL Injection relaxations for a critical web application. The engineer now wishes to begin working on the protections for a different web application. The name of the Web App Profile is appfw_prof_customercare.

Which CLI command can the engineer use to empty the Learn database?

    Correct Answer: C

    To empty the Learn database for the application firewall, the command 'reset appfw learningdata' is used. This command clears all learning data accumulated for application firewall profiles, enabling the engineer to start fresh when configuring protections for a different web application.

Question 10 of 106

Which Citrix Application Delivery Management (ADM) Analytics page allows a Citrix Engineer to monitor web application traffic?

    Correct Answer: A

    The Web Insight page in Citrix Application Delivery Management (ADM) allows a Citrix Engineer to monitor web application traffic. Web Insight provides visibility into detailed metrics for web applications, including performance and usage data, which is essential for monitoring web traffic.