Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Scenario : A Citrix Engineer needs to forward the Citrix Web App Firewall log entries to a central management service. This central management service uses an open log file standard. Which log file format should the engineer use in the Citrix Web App Firewall engine settings to designate the open log file standard?

A.

CEF

B.

TLA

C.

IIS

D.

W3C

Scenaho: A Citrix Engineer needs to block requests from a list of IP addresses in a database maintained by the Security team. The Security team has built a web application that will send a response of either "Blocked" or "Allowed," based on whether the given IP address is on the list. Which expression should the engineer use to extract the status for policy processing?

A.

HTTP.RES.STATUS

B.

HTTP.RES.HEADERf Connection")

C.

HTTP.RES.BODY(1000)

D.

HTTP.RES.CONTENT LENGTH.GT(0)

Which Front End Optimization technique causes the Citrix ADC to resize images before sending them to the client?

A.

Minify

B.

Shrink to Attributes

C.

Compression

D.

Inlining

A Citrix Engineer for an online retailer wants to ensure that customer address information is NOT stolen. Which protection can the engineer implement to prevent this?

A.

Cross-Site Request Forgeries (CSFR)

B.

HTML SQL Injection

C.

For Field Consistency

D.

Credit Card Check

What should a Citrix Engineer do when using the Learn feature for Start URL relaxation?

A.

Ensure that only valid or correct traffic is directed to the protected web application while in Learn mode.

B.

Invite at least 10 test users to collect sufficient data for the Learn feature.

C.

Create a Web App Firewall policy that blocks unwanted traffic.

D.

Ensure that the /var file system has at least 10 MB free.

Scenario: A Citrix Engineer has a pair of Citrix ADC VPX appliances configured as a High-Availability (HA) pair and hosted on a Citrix Hypervisor. The engineer wants to use Citrix Application Delivery Management (ADM) to monitor and manage the 35 web applications on the appliances. The engineer has imported Citrix ADM virtual appliance to Citrix Hypervisor. The engineer has also configured the management IP address settings and has added the 35 instances. However, some of the instances are NOT reporting any data.

Which two areas can the engineer check to determine the cause of the issue? (Choose two.)

A.

A Premium platform license must be configured on each instance.

B.

AppFlow must be enabled on each instance.

C.

The Citrix ADM license must be installed.

D.

An SSL certificate must be installed on the Citrix ADM appliance.

A Citrix Engineer is notified that no traffic is reaching the protected web application. While investigating, the engineer notices that the Citrix Web App Firewall policy has 516,72 hits. What should the engineer check next?

A.

The security checks in the assigned profile

B.

The HTML Error Object

C.

The policy expression

D.

The security checks in the global default profile

Which Application-level Quality of Experience (AppQoE) Action setting modifies the communication characteristics of the connections established with the associated web application?

A.

Priority

B.

TCP Profile

C.

Action Type

D.

DOS Action

Scenario: A Citrix Engineer is monitoring the environment with Citrix Application Delivery Management (ADM). Management has asked for a report of high-risk traffic to protected internal websites.

Which dashboard can the engineer use to generate the requested report?

A.

App Security

B.

Transactions

C.

Users & Endpoints

D.

App

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”)

B.

SYS.CHECK_LIMIT(“rl_maxrequests”).CONTAINS(“Busy”)

C.

SYS.CHECK_LIMIT(“rl_maxrequests”).IS_VALID

D.

SYS.CHECK_LIMIT(“rl_maxrequests”).GE(3000)