Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Citrix > CCA-AppDS > 1Y0-241

1Y0-241 Deploy and Manage Citrix ADC with Traffic Management Question and Answers

Question # 4

Scenario: A Citrix Administrator suspects an attack on a load-balancing vServer (IP address 192.168.100.25).

The administrator needs to restrict access to this vServer for 10 minutes.

Which Access Control List (ACL) will accomplish this?

A.

add simpleacl rule1 DENY –srcIP 192.168.100.25 –TTL 600000

B.

add simpleacl rule1 DENY –srcIP 192.168.100.25 –TTL 600

C.

add ns acl rule1 DENY –destIP 192.168.100.25 –TTL 600000

D.

add ns acl rule1 DENY –destIP 192.168.100.25 –TTL 600

Full Access
Question # 5

Scenario: A Citrix Administrator installed the compression feature on the web servers. To offload the compression on the Citrix ADC, the administrator configured the Citrix ADC appliance to remove the ‘Accept Encoding’ header from all HTTP client requests. However, the administrator observes that data is NOT being compressed by the Citrix ADC, even though the ‘Accept Encoding’ header is being removed from all requests.

What could be the cause of this issue?

A.

The rewrite policy is bound at an incorrect bind point

B.

The servers are automatically compressing all responses

C.

The compression policy needs to be reconfigured

D.

Servercmp is disabled on the Citrix ADC

Full Access
Question # 6

Which step can a Citrix Administrator take to use default compression policies?

A.

Select the compression algorithm (gzip/deflate/identity).

B.

Disable the Citrix ADC compression feature at a global level.

C.

Enable compression on the associated bound services.

D.

Bind the default compression policies to the vServer.

Full Access
Question # 7

Which Citrix ADC feature can a Citrix Administrator employ to reuse existing TCP connections?

A.

TCP buffering

B.

Connection multiplexing

C.

Keep-alive

D.

Content switching

Full Access
Question # 8

Scenario: Users are trying to access https://cs.mycompany.com, but are receiving the error below:

HTTP 503 Service Unavailable

What can a Citrix Administrator change in the Citrix ADC configuration to fix this?

A.

Enable the content switching feature.

B.

Disable the spillover redirect URL.

C.

Bind a certificate.

D.

Bind the default load-balancing vServer.

Full Access
Question # 9

Scenario: A Citrix Administrator needs to create local, limited-privilege user accounts for other administrators. The other administrators will require only:

Read-only access

The ability to enable and disable services and servers

Which built-in command policy permission level can the administrator use?

A.

Operator

B.

Network

C.

Sysadmin

D.

Read-only

Full Access
Question # 10

Scenario: The primary content switching vServer has gone down. To troubleshoot, a Citrix Administrator has issued the following command:

> show csvserver CSV

CSV (10.1.100.100:443) – HTTPS Type: CONTENT

State: UP

Last state change was at Mon Jun 29 15:20:43 2020

Time since last state change: 1 day, 06:47:58 610

Client Idle Timeout: 180 sec

Down state flush: ENABLED

Disable Primary vServer On Down: DISABLED

Appflow logging: ENABLED

Port Rewrite: DISABLED

State Update: DISABLED

Default: Content Precedence: URL

vServer IP and Port insertion: OFF

Persistence: NONE redirect: http://www.site1.com/mysite1/maintenance

Backup: vServer–LB–2

Listen Policy: NONE

IcmpResponse: PASSIVE

RHIstate: PASSIVE

Traffic Domain: 0

Based on this output, where will the subsequent request be redirected?

B.

vServer–LB-2

C.

Backup content switching vServer

D.

10.1.100.100:443

Full Access
Question # 11

A Citrix Administrator needs to configure a Citrix ADC high availability (HA) pair with each Citrix ADC in a different subnet.

What does the administrator need to do for HA to work in different subnets?

A.

Configure SyncVlan

B.

Turn on fail-safe mode.

C.

Turn on HA monitoring on all interfaces

D.

Turn on Independent Network Configuration (INC) mode.

Full Access
Question # 12

Scenario: A Citrix Administrator executed the command below in an active-active, global server load balancing (GSLB) setup.

set gslb parameter –ldnsprobeOrder DNS PING TCP

The order to calculate the _____ for dynamic proximity will be the DNS UDP query followed by the ping and then TCP. (Choose the correct option to complete the sentence.)

A.

Time to live (TTL)

B.

Empty Domain Service (EDS)

C.

Multiple IP responses (MIR)

D.

Round-trip time (RTT)

Full Access
Question # 13

A Citrix Administrator needs to confirm that all client certificates presented to the authentication vServer are valid until the year 2023.

Which expression can the administrator use to meet this requirement?

A.

CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2023)

B.

CLIENT.SSL.CLIENT_CERT.VALID_NOT_BEFORE.EQ(GMT2023)

C.

CLIENT.SSL.ORIGIN_SERVER_CERT.VALID_NOT_AFTER.EQ(GMT2023)

D.

CLIENT.SSL.CLIENT_CERT.DAYS_TO_EXPIRE.EQ(2023)

Full Access
Question # 14

A Citrix Administrator needs to configure a rate-limiting policy setting DNS requests to a threshold of 1,000 per second.

Which command does the administrator need to run to correctly configure this policy?

A.

HTTP.REQ.LIMIT()

B.

SYS.CHECK.LIMIT()

C.

SYS.CHECK.LIMIT() || CONNECTION.IP.LIMIT()

D.

SYS.CHECK.LIMIT() || HTTP.REQ.LIMIT()

Full Access
Question # 15

A Citrix Administrator needs to block all DNS requests from subnet 10.107.149.0/24.

Which expressions can the administrator use to match the required traffic?

A.

CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client TCP DSTPORT.EQ(53))

B.

CLIENT.IP.SRC IN_SUBNET(10 107.149.0/24) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)

C.

CLIENT.IP.SRC(10.107.149.0) && client UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)

D.

CLIENT.IP.SRC IN_SUBNET(10.107.149.0/24) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53))

Full Access
Question # 16

set gslb parameter - GSLBSvcStateDelayTime 10

When metrics exchange protocol (MEP) is enabled what is the effect of the above command on the global server load balancing (GSLB) environment?

A.

The GSLB services will be marked as DOWN if the MEP connection has been DOWN for 10 seconds.

B.

The MEP will be marked as DOWN if the GSLB service has been DOWN for 10 seconds.

C.

The MEP will be marked as DOWN if the GSLB vServer has been DOWN for 10 seconds.

D.

The GSLB services will be marked as DOWN if the LB server has been DOWN for 10 seconds.

Full Access
Question # 17

Scenario: A Citrix Administrator executed the following commands on the Citrix ADC:

> add policy dataset Admin_group ipv4

> bind policy dataset Admin_group 192.168.149.10 –index 11

> bind policy dataset Admin_group 192.168.149.39 –index 12

> bind policy Admin_group 192.168.149.49 –index 13

> add responder policy POL_1 “!(CLIENT.IP.SRC.TYPECAST_TEXT_T.CONTAINS_ANY(\”Admin_group\”))”

RESET

> bind lb vServer lb_vsrv_www –policyName POL_1 –priority 100 –gotoPriorityExpression END –type

REQUEST

What will be the effect of these commands?

A.

Only users with a source IP address of 192.168.149.10, 192.168.149.39, or 192.168.149.49 will be allowed

to connect to vServer lb_vsrv_www.

B.

Only users with a source IP address of 192.168.149.10, 192.168.149.39, or 192.168.149.49 will be blocked

when attempting to connect to vServer lb_vsrv_www.

C.

Only users with a source IP address of 192.168.149.10 or 192.168.149.39 will be allowed to connect to

vServer lb_vsrv_www.

D.

All traffic from users with a source IP address of 192.168.149.10, 192.168.149.39, or 192.168.149.49 will be

blocked through the Citrix ADC.

Full Access
Question # 18

Scenario: A Citrix ADC is configured with Interface 1/1 and bound to VLAN 40. A Citrix Administrator executed the below command:

> bind vlan 10 –ifnum 1/1

What is the result of executing this command on the Citrix ADC?

A.

Interface 1/1 is bound to VLAN 20, and native VLAN is 20.

B.

Interface 1/1 is bound to VLAN 20, and native VLAN is NOT changed.

C.

Interface 1/1 is bound to VLAN 20, and native VLAN is 40.

D.

Interface 1/1 is bound to VLAN 20, and native VLAN is 1.

Full Access
Question # 19

Scenario: A Citrix Administrator made changes to a Citrix ADC, deleting parts of the configuration and saving

some new ones. The changes caused an outage that needs to be resolved as quickly as possible. There is no Citrix ADC backup.

What does the administrator need to do to recover the configuration quickly?

A.

Restart the Citrix ADC.

B.

Restore from the revision history.

C.

Run saved versus running configuration.

D.

Run highly availability (HA) file synchronization.

Full Access
Question # 20

Scenario: A load-balancing vServer is configured to utilize the least bandwidth load-balancing method. A service attached to this vServer is brought into the effective state during production hours.

During the startup of a vServer, which load-balancing method is used by default?

A.

Least connections

B.

Least bandwidth

C.

Custom load

D.

Round-robin

Full Access
Question # 21

What can a Citrix Administrator use to restrict access to the Citrix ADC management IP (NSIP) address?

A.

Command policy

B.

Access Control List (ACL)

C.

Authentication policy

D.

Authorization policy

Full Access
Question # 22

Which mode on a Citrix ADC can a Citrix Administrator utilize to avoid asymmetrical packet flows and multiple route/ARP lookups?

A.

MAC-based forwarding (MBF)

B.

Use Subnet IP (USNIP)

C.

Layer 3

D.

Layer 2

Full Access
Question # 23

Users are experiencing resets from the intranet server website, which is load balanced through the Citrix ADC.

Which Citrix ADC tool can a Citrix Administrator use to troubleshoot the reset issue?

A.

View the newnslog from the command line interface (CLI) to look for packet resets from the Citrix ADC.

B.

Use the nslog to look for packet resets on the Citrix ADC.

C.

Take a packet trace with nstrace and analyze with Wireshark.

D.

Look in the event viewer for packet resets from the Citrix ADC

Full Access
Question # 24

A Citrix Administrator deploys a new Citrix ADC MPX appliance in the demilitarized zone (DMZ), with one interface in the DMZ and the other on the internal network.

In which mode should the administrator deploy the Citrix ADC?

A.

One-arm

B.

Two-arm

C.

Transparent

D.

Forward proxy

Full Access
Question # 25

Which mode does a Citrix Administrator need to configure to allow a Citrix ADC to control the packetforwarding function based on the route table lookups?

A.

MBF

B.

USIP

C.

Layer 2

D.

Layer 3

Full Access
Question # 26

A Citrix Administrator needs to match the host name ‘www.example.com’ in all HTTP requests.

Which expression, when used, meets this requirement?

Full Access
Question # 27

Which Citrix ADC platform offers an out-of-the-box multi-tenant solution?

A.

VPX

B.

SDX

C.

MPX

D.

CPX

Full Access
Question # 28

Which four authentication types can a Citrix Administrator use for Citrix ADC authentication, authorization, and auditing (AAA) multifactor authentication? (Choose four.)

A.

RADIUS

B.

OAuth

C.

FIDO2

D.

NTLM

E.

ADFS

F.

LDAP

G.

TACACS+

Full Access
Question # 29

Which profile can a Citrix Administrator create to configure a default profile that disables TLSv1?

A.

DTLS

B.

TCP

C.

SSL

D.

HTTP

Full Access
Question # 30

A Citrix Administrator needs to bind a URL transformation policy.

Which three bind points could the administrator use? (Choose three.)

A.

Authentication, authorization, and auditing (AAA) group

B.

Content switching vServer

C.

Default global

D.

Policy label

E.

AAA user

Full Access
Question # 31

Scenario: A Citrix ADC receives packets destined for a MAC address owned by the Citrix ADC. The destination IP address of the packets does NOT belong to the Citrix ADC. Layer 3 mode is enabled by default on the Citrix ADC.

The Citrix ADC will __________ the packets in this scenario. (Choose the correct option to complete the

sentence.)

A.

route

B.

process

C.

bridge

D.

drop

Full Access
Question # 32

A Citrix Administrator is creating a new SSL vServer and notices the ns_default_ssl_profile frontend SSL profile is automatically bound to the SSL vServer.

Which two actions can the administrator perform to change or remove the ns_default_ssl_profile_frontend SSL

profile once it is enabled? (Choose two.)

A.

Globally unbind the ns_default_ssl_profile_frontend SSL.

B.

Unbind the default SSL profile and bind the newly created SSL profile.

C.

Create a separate SSL profile.

D.

Unbind the ns_default_ssl_profile_frontend SSL profile from the SSL vServer without binding a replacement SSL profile.

E.

Globally disable the ns_default_ssl_profile_frontend SSL profile.

Full Access
Question # 33

set gslb vServer-GSLB-1-MIR ENABLED

What will the Citrix ADC appliance send when the above command is executed?

A.

The Remote GSLB service as the first record in the response and adds the remaining active services as additional records

B.

The Local GSLB service as the first record in the response and adds the remaining active services as additional records

C.

Only the best GSLB service in the response

D.

The best global server load balancing (GSLB) service as the first record in the response, and the remaining active services as additional records

Full Access