Exam 1Y0-341 All QuestionsBrowse all questions from this exam
Question 30

Which Front End Optimization technique can a Citrix Engineer enable on the Citrix ADC to remove all excess whitespace from a file?

    Correct Answer: B

    Minify is a Front End Optimization technique that removes all unnecessary characters, such as whitespace, comments, and newline characters, from code files. This process helps to reduce the size of the file without affecting its functionality, making it a suitable choice for the requirement to remove all excess whitespace from a file.

Discussion
BinomimusOption: B

B Minify https://docs.citrix.com/en-us/citrix-adc/current-release/optimization/front-end-optimization.html

thedelphOption: B

B. Minify: Minification is the process of removing unnecessary characters such as whitespace, comments, and newline characters from code files. According to the provided information, NetScaler FEO feature performs minification for CSS, JavaScript, and HTML, which matches the requirement to remove all excess whitespace from a file.