
2022 Valid 1Y0-341 test answers & Citrix Exam PDF
Free Citrix 1Y0-341 Exam Questions & Answer from Training Expert Test4Cram
Citrix 1Y0-341 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
NEW QUESTION 30
A Citrix Engineer wants to quietly track attempts that cause a web application to display a list of all user accounts.
Which action should the engineer enable to achieve this?
- A. Log
- B. Stats
- C. Block
- D. Learn
Answer: D
NEW QUESTION 31
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?
- A. Extend Page Cache
- B. Minify
- C. Make Inline
- D. Shrink to Attributes
Answer: D
NEW QUESTION 32
A Citrix Engineer has deployed Front-end Optimization on NetScaler. The following are the snippets of the content before and after optimization.
Before Optimization:
Which optimization technique has been applied to the content?
- A. Inline JavaScript
- B. Convert linked JavaScript to inline JavaScript
- C. Minify JavaScript
- D. Move JavaScript to End of Body Tag
Answer: C
NEW QUESTION 33
Which feature of Learning should a Citrix Engineer configure to direct Citrix Web App Firewall to learn from specific sessions?
- A. Manage Content Types for Safe Commerce
- B. Default policy expression filter
- C. Advanced policy expression filter
- D. Trusted Learning Clients list
Answer: D
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/application-firewall/profiles/learning.html
NEW QUESTION 34
A Citrix Engineer is considered that malicious users could exploit a web system by sending a large cookie. Which security check can the engineer implement to address this concern?
- A. Start URL
- B. Buffer Overflow
- C. Content-type
- D. Field Formats
Answer: B
NEW QUESTION 35
A Citrix Engineer observes that after enabling the security checks in Learning mode only in an Application Firewall profile, the NetScaler is blocking the non-RFC compliant HTTP packets. What can the engineer modify in the configuration to resolve this issue?
- A. Set Undefined Action in application firewall settings as APPFW_BYPASS.
- B. Disable Drop Invalid Requests in the HTTP Profile settings.
- C. Set Default profile in application firewall settings as APPFW_BYPASS.
- D. Enable Drop Invalid Requests in the HTTP Profile settings.
Answer: C
NEW QUESTION 36
Which Citrix Application Delivery Management (ADM) Analytics page allows a Citrix Engineer to monitor web application traffic?
- A. Gateway Insight
- B. WAN Insight
- C. Web Insight
- D. HDX Insight
Answer: D
Explanation:
https://docs.citrix.com/en-us/citrix-application-delivery-management-service/analytics/hdx- insight.html
NEW QUESTION 37
Which two settings can be used when creating a Cache Content group? (Choose two.)
- A. Expire cookies
- B. Remove response cookies
- C. Use browser settings
- D. Set Lazy DNS resolution
- E. Use DNS Query
Answer: B,D
NEW QUESTION 38
Which license must be present on the Citrix ADC for the Citrix Application Delivery Management (ADM) Service to generate HDX Insight reports that present one year's worth of data?
- A. Premium
- B. Standard
- C. Premium Plus
- D. Advanced
Answer: D
NEW QUESTION 39
Which two actions can a Citrix Engineer use to provide Denial of Service (DoS) protection with the AppQoE feature? (Choose two.)
- A. Simple Response
- B. Complex Response
- C. HICResponse
- D. Denial Response
Answer: A,C
NEW QUESTION 40
A Citrix Engineer wants to create a configuration job template to add a DNS nameserver to each Citrix ADC instance. What is a valid variable name for the DNS nameserver?
- A. %dns_nameserver
- B. $dns nameserver
- C. %dns_nameserver%
- D. $dns_nameserver$
Answer: D
NEW QUESTION 41
Scenario: A Citrix Engineer has configured Integrated Caching to improve application performance. Within hours, the Citrix ADC appliance has run out of memory.
Which Content Group setting can the engineer configure to show the caching process until a need is demonstrated?
- A. Quick Abort Size
- B. Do not cache - if hits are less than
- C. Maximum memory usage limit
- D. Do not cache - if size exceeds
Answer: C
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/optimization/integrated-caching.html
NEW QUESTION 42
A Citrix Engineer needs to implement a rate limiting policy to permit an average of one request in 40 ms using NetScaler.
Which Limit Identifier will meet this requirement?
- A. set limitidentifierlimit_req mode request_rate timeslice 2000 Threshold 50 limitType smooth
- B. set limitidentifierlimit_req mode request_rate timeslice 2000 Threshold 50 limitTypeBursty
- C. adds ns limitIdentifierlimit_req-threshold 40 mode CONNECTION
- D. add ns limitIdentifierlimit_req threshold 1 mode CONNECTION
Answer: A
NEW QUESTION 43
Which Front End Optimization technique can a Citrix Engineer enable on the Citrix ADC to remove all excess whitespace from a file?
- A. Shrink to Attributes
- B. Minify
- C. Lazy Load
- D. Inlining
Answer: B
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/optimization/front-end-optimization.html
NEW QUESTION 44
Which setting in the Cookie Consistency protection feature does a Citrix Engineer need to configure to ensure that all a cookie is sent using TLS only?
- A. Encrypt Server Cookies > Encrypt All
- B. Flags to Add in Cookies > Secure
- C. Proxy Server Cookies > Session Only
- D. Encrypt Server Cookies > Encrypt Session Only
Answer: B
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/application-firewall/cookie- protection/cookie-consistency-check.html
NEW QUESTION 45
A Citrix Engineer needs to configure the authentication feature on NetScaler Management and Analytics System (NMAS) to enable local authentication to take over if the external authentication fails. What can the engineer configure to meet this requirement?
- A. Configure Cascade authentication with External as primary and LOCAL as secondary.
- B. Enable the fallback local authentication option.
- C. Select EXTERNAL as the Server Type when configuring authentication.
- D. Select LOCAL as the Server Type when configuring authentication.
Answer: C
NEW QUESTION 46
Scenario: A Citrix Engineer needs to ensure that the flow of traffic to a web application does NOT overwhelm the server. After thorough testing, the engineer determines that the application can handle a maximum of 3,000 requests per minute. The engineer builds a limit identifier, rl_maxrequests, to enforce this limitation.
Which advanced expression can the engineer write in the Responder policy to invoke rate limiting?
- A. SYS.CHECK_LIMIT("rl_maxrequests").IS_VALID
- B. SYS.CHECK_LIMIT("rl_maxrequests").CONTAINS("Busy")
- C. SYS.CHECK_LIMIT("rl_maxrequests")
- D. SYS.CHECK_LIMIT("rl_maxrequests").GE(3000)
Answer: C
Explanation:
https://support.citrix.com/article/CTX134009
NEW QUESTION 47
Which data populates the Events Dashboard?
- A. SNMP trap messages
- B. AppFlow IPFIX records
- C. API calls
- D. Syslog messages
Answer: B
NEW QUESTION 48
Scenario: A Citrix Engineer configures Citrix Web App Firewall to protect an application. Users report that they are NOT able to log on. The engineer enables a Start URL relaxation for the path
//login.aspx.
What is the effect of the Start URL relaxation on the application?
- A. Access to the path /login.aspx is blocked.
- B. Access to the path /login.aspx is unblocked.
- C. External users are blocked from the path /login.aspx.
Internal users are permitted to the path /login.aspx. - D. Non-administrative users are blocked from the path /login.aspx
Administrative users are permitted to the path /login.aspx.
Answer: B
NEW QUESTION 49
Which Front End Optimization technique can a Citrix Engineer enable on the Citrix ADC to remove all excess whitespace from a file?
- A. Shrink to Attributes
- B. Minify
- C. Lazy Load
- D. Inlining
Answer: B
NEW QUESTION 50
What criteria must be met in order to create a certificate bundle by linking multiple certificates in NetScaler Management and Analytics System (NMAS)?
- A. The issuer of the first certificate must match the domain of the second certificate.
- B. The issuer if the first certificate must NOT have issued the second certificate.
- C. The certificates must be issued by an external Certificate Authority.
- D. The certificates must be created on the NetScaler.
Answer: A
NEW QUESTION 51
When the NetScaler marks a client connection as "non-trackable", the default behavior of the NetScaler without making any change to the HTTP Profile is to ______. (Choose the correct option to complete the sentence.)
- A. proxy the connection to the target.
- B. drop the connection.
- C. track the connection.
- D. proxy the connection to the client.
Answer: B
NEW QUESTION 52
Scenario: A Citrix Engineer is monitoring the environment with Citrix Application Management (ADM). Management has asked lota report of high-risk traffic to protected internal websites.
Which dashboard can the engineer use to generate the requested report?
- A. Users & Endpoints
- B. APP Security
- C. Transactions
- D. APP
Answer: B
NEW QUESTION 53
Which variable will display the client's source IP address when added to an HTML Error Object page?
- A. $<CLIENT.IP.SRC>
- B. $(CLIENT.IP.SRC)
- C. ${CLIENT.IP.SRC}
- D. $[CLIENT.IP.SRC]
Answer: C
NEW QUESTION 54
A Citrix Engineer needs to set up access to an internal application for external partners.
Which two entities must the engineer configure on the Citrix ADC to support this? (Choose two.)
- A. SAML IdP Profile
- B. SAML Action
- C. SAML IdP Policy
- D. SAML Policy
Answer: C,D
Explanation:
https://www.citrix.com/blogs/2015/04/09/how-to-use-saml-authentication-with-storefront-2-6/
NEW QUESTION 55
......
Top Citrix 1Y0-341 Courses Online: https://www.test4cram.com/1Y0-341_real-exam-dumps.html
1Y0-341 Practice Dumps - Verified By Test4Cram Updated 110 Questions: https://drive.google.com/open?id=174uZUSqFZhYE9Cc9bL1wQmCCSmk7Hubr