Citrix ADC Advanced Topics - Security, Management, and Optimization

Here you have the best Citrix 1Y0-341 practice exam questions

  • You have 106 total questions to study from
  • Each page has 5 questions, making a total of 22 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 7, 2024
Question 1 of 106

Scenario: A Citrix Engineer created the policies in the attached exhibit.

Click the Exhibit button to view the list of policies.

HTTP Request:

GET /resetpassword.htm HTTP/1.1 -

User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:64.0) Gecko/20100101 Firefox/64.0

Host: www.citrix.com -

Accept-Language: en-us -

Accept-Encoding: gzip, deflate -

Connection: Keep-Alive -

Which profile will be applied to the above HTTP request?

    Correct Answer: A

    The HTTP request path contains 'resetpassword.htm' which matches the expression in Policy_C (HTTP.REQ.URL.PATH.CONTAINS('password')). Therefore, Profile_C will be applied to the HTTP request.

Question 2 of 106

How can a Citrix Engineer monitor the Citrix ADC appliances to check that all SSL certificates have a key strength of at least 2048 bits from the SSL Dashboard Settings?

    Correct Answer: C

    To monitor that all SSL certificates have a key strength of at least 2048 bits through the SSL Dashboard Settings, a Citrix Engineer should select the key strengths that meet or exceed this requirement. By choosing 2048 and 4096 on the Enterprise Policy tab, the system will monitor and ensure that no certificates with weaker parameters, such as 512 or 1024 bits, are considered compliant. Deleting lower bit options or selecting only 2048 would not provide a comprehensive monitoring mechanism for higher strength certificates.

Question 3 of 106

Scenario: A Citrix Engineer notices that a web page takes a long time to display. Upon further investigation, the engineer determines that the requested page consists of a table of high-resolution pictures which are being displayed in table cells measuring 320 by 180 pixels.

Which Front End Optimization technique can the engineer enable on the Citrix ADC to improve time to display?

    Correct Answer: A

    The correct answer is 'Shrink to Attributes.' This technique resizes images on the web page to match the dimensions specified by their HTML attributes, in this case, 320 by 180 pixels. This reduces the file size of the images being transmitted from the server to the client, thus improving the loading time and display speed of the web page.

Question 4 of 106

A Web Application Engineer is reviewing log files and finds that a large number of bad HTTP requests are being sent to the web application servers.

What can the Citrix ADC Engineer to do prevent bad HTTP requests from getting to the web application?

    Correct Answer: C

    Creating custom HTTP profiles and binding them to specific virtual servers or firewall policies, as suggested in options A and B, is useful in certain scenarios but may not be comprehensive enough to address all bad HTTP requests across multiple servers. Modifying the default HTTP profile and binding it globally, as described in option C, ensures that invalid HTTP requests are dropped at a broader, system-wide level. This approach provides a more holistic solution for managing bad HTTP requests across the entire server infrastructure.

Question 5 of 106

Which syntax is used to write a StyleBook?

    Correct Answer: C

    The syntax used to write a StyleBook is YAML. StyleBooks utilize a declarative syntax, and their structure is typically written in YAML, allowing components to be specified in any order.