1Y0-241のPDF問題集で2022年02月10日最近更新された問題 [Q24-Q46]

Share

1Y0-241のPDF問題集で2022年02月10日最近更新された問題

1Y0-241試験問題有効な1Y0-241問題集PDF


Citrix 1Y0-241 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 一般的な高可用性の問題を解決する方法を決定する
  • エンティティのCitrixADC負荷分散の役割を特定する
トピック 2
  • 特定の環境の構成中に使用するIPアドレスタイプとVLANを決定する
  • CitrixADCで認証と承認を構成する方法を決定する
トピック 3
  • コンテンツスイッチングコンポーネントの利用方法を決定する
  • CitrixADCの高度なポリシー式を構成する方法を決定する
トピック 4
  • Citrix ADCSDXのマルチテナント構造の一部を特定する
  • 特定のシナリオで管理パーティションを利用する方法を決定する
トピック 5
  • シナリオに基づいて監視およびサービスオプションをカスタマイズする方法を決定する
  • CitrixADCログの問題を解決する方法を決定する
トピック 6
  • 高可用性(HA)プロセスがCitrixADCでどのように機能するかを理解する
  • CitrixADCをセットアップおよび構成する方法を決定する
トピック 7
  • 特定の要件に基づいてCitrixADCで使用するネットワークトポロジを決定します
  • CitrixADC環境でトラフィック圧縮を実装する方法を決定します
トピック 8
  • SSL証明書を作成およびアップロードするためのプロセスと要件を決定する
  • CitrixADCのアーキテクチャと機能を理解する
トピック 9
  • CitrixADC環境にGSLBを実装する方法を決定する
  • 特定のSSLエクスプロイトを防ぐことができるCitrixADC構成設定を決定する

 

質問 24
Scenario: A Citrix Administrator executed the command below:
> set httpcallout httpcallout1 -cacheForSecs 120
This command changes the cache duration of the HTTP ____________ to be set to 120 seconds. (Choose the correct option to complete the sentence.)

  • A. request
  • B. callout response
  • C. response
  • D. callout request

正解: B

 

質問 25
Scenario: A Citrix Administrator is managing a Citrix Gateway with a standard Platform license and remote employees in the environment. The administrator wants to increase access by 3,000 users through the Citrix Gateway using VPN access.
Which license should the administrator recommend purchasing?

  • A. Citrix ADC Burst Pack
  • B. Citrix Gateway Express
  • C. Citrix ADC Upgrade
  • D. Citrix Gateway Universal

正解: D

 

質問 26
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. Turn on Independent Network Configuration (INC) mode.
  • B. Turn on HA monitoring on all interfaces
  • C. Turn on fail-safe mode.
  • D. Configure SyncVlan

正解: A

解説:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/system/high-availability-introduction/ configuring-high-availability-nodes-different-subnets.html

 

質問 27
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. Round-trip time (RTT)
  • B. Time to live (TTL)
  • C. Multiple IP responses (MIR)
  • D. Empty Domain Service (EDS)

正解: A

 

質問 28
Scenario: A Citrix Administrator configured SNMP to send traps to an external SNMP system. When reviewing the messages, the administrator notices several entity UP and entity DOWN messages.
To what are these messages related?

  • A. Network interface
  • B. Load-balancing vServers
  • C. High availability nodes
  • D. SSL profile

正解: B

 

質問 29
What
is the effect of the "set cs vServer-CS-1 -redirectURL http://www.newdomain.com/mysite/" command?

  • A. All
    the requests to vServer-CS-1 will be redirected to http://www.newdomain.com/mysite/.
  • B. If
    the status of vServer-CS-1 is DOWN, then users will be redirected to http://www.newdomain
    .com/mysite/.
  • C. If
    the vServer-CS-1 encounters a high connection rate, then users will be redirected to
    http://www.newdomain.com/mysite/.
  • D. All the requests without URL path/mysite/ will be redirected to http://www.newdomain.com/mysite/.

正解: B

 

質問 30
To protect an environment against Hash DoS attacks, which two configurations can a Citrix Administrator use to block all post requests that are larger than 10,000 bytes? (Choose two.)

  • A. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add rewrite policy drop_rewrite expr_hashdos_prevention DROP
    > bind rewrite global drop_rewrite 70 END -type REQ_OVERRIDE
  • B. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\")&&
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add responder policy pol_resp_hashdos_prevention expr_hashdos_prevention DROP NOOP
    > bind responder global pol_resp_hashdos_prevention 70 END -type REQ_OVERRIDE
  • C. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add rewrite policy drop_rewrite expr_hashdos_prevention DROP
    > bind rewrite global drop_rewrite 100 END -type REQ_OVERRIDE
  • D. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\")&&
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add rewrite policy drop_rewrite expr_hashdos_prevention DROP
    > bind rewrite global drop_rewrite 100 END -type REQ_OVERRIDE
  • E. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add responder policy pol_resp_hashdos_prevention expr_hashdos_prevention DROP NOOP
    > bind responder global pol_resp_hashdos_prevention 70 END -type REQ_OVERRIDE
  • F. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add responder policy pol_resp_hashdos_prevention expr_hashdos_prevention DROP NOOP
    > bind responder global pol_resp_hashdos_prevention 100 END -type REQ_OVERRIDE

正解: B,F

 

質問 31
Which two steps are necessary to configure global server load balancing (GSLB) service selection using content switching (CS)? (Choose two.)

  • A. Configure a CS vServer of target type GSLB.
  • B. Configure CS policies that designate a load-balancing vServer as the target vServer.
  • C. Bind the GSLB domain to the GSLB vServer.
  • D. Bind the domain to the CS vServer instead of the GSLB vServer.

正解: A,B

 

質問 32
How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request?

  • A. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.0\""
    > add rewrite policy RW_POL true RW_ACT
  • B. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.1\""
    > add rewrite policy RW_POL true RW_ACT
  • C. >add rewrite action RW_ACT replace http.res.version "\"HTTPS/1.0\""
    > add rewrite policy RW_POL true RW_ACT
  • D. >add rewrite action RW_ACT replace http.res.version "\"HTTPS/1.1\""
    > add rewrite policy RW_POL true RW_ACT

正解: B

 

質問 33
Scenario: A Citrix Administrator is running an e-commerce web service that uses backend SQL and RADIUS servers. The e-commerce platform runs on a web server using port 80, and a website status page on port 99 reports the status of all servers.
Which monitor should the administrator choose to confirm the availability of the e-commerce solution?

  • A. HTTP_ECV on port 99
  • B. HTTP on port 80
  • C. HTTP on port 99
  • D. HTTP-ECV on port 80

正解: A

 

質問 34
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 ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600
  • B. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600000
  • C. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600
  • D. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600000

正解: A

 

質問 35
Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string "/mytraining" is added to every URL path received.
The administrator should use these commands to accomplish this:
>add responder action Redirect_Act redirect "HTTP.REQ.URL.PATH_AND_QUERY+\"mytraining\"" - responseStatusCode 302
>add responder policy Redirect_Pol___________Redirect_Act
>bind lb vServer lb_vsrv_www -policyName Redirect_Pol -priority 100 -gotoPriorityExpression END - type_______ (Choose the correct option to complete the set of commands.)

  • A. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))"
    RESPONSE
  • B. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))"
    REQUEST
  • C. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))"
    REQUEST
  • D. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))"
    RESPONSE

正解: A

 

質問 36
Scenario: A Citrix Administrator needs to integrate LDAP for Citrix ADC system administration using current active directory (AD) groups. The administrator created the group on the Citrix ADC, exactly matching the group name in LDAP.
What can the administrator bind to specify the permission level and complete the LDAP configuration?

  • A. An authentication, authorization, and auditing (AAA) action to the group
  • B. A nested group to the new group
  • C. A command policy to the group
  • D. Users to the group on the Citrix ADC

正解: C

 

質問 37
A Citrix Administrator needs to use a client's IP address as the source IP address for Citrix ADC-to-server connections.
Which Citrix ADC mode can the administrator use to meet this requirement?

  • A. USIP
  • B. USNIP
  • C. Layer 2
  • D. Layer 3

正解: A

 

質問 38
A Citrix Administrator needs to protect the HTTP backend server type without actually removing the header.
Which rewrite action type can the administrator apply to the Citrix ADC configuration to accomplish this?

  • A. REPLACE_HTTP_REQ
  • B. REPLACE
  • C. REPLACE_ALL
  • D. CORRUPT_HTTP_HEADER

正解: B

 

質問 39
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 NOT changed.
  • B. Interface 1/1 is bound to VLAN 20, and native VLAN is 1.
  • 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 20.

正解: A

 

質問 40
Scenario: The Citrix Administrator of a Linux environment needs to load balance the web servers. Due to budget constraints, the administrator is NOT able to implement a full-scale solution.
What can the administrator purchase and install to load balance the webservers?

  • A. Citrix ADC VPX
  • B. Citrix ADC SDX
  • C. Citrix ADC MPX
  • D. Citrix ADC CPX

正解: D

 

質問 41
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. 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.
  • B. 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.
  • 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. 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.

正解: B

 

質問 42
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. SYS.CHECK.LIMIT(<limit_identifier>)
  • B. SYS.CHECK.LIMIT(<limit_identifier>) || HTTP.REQ.LIMIT(<limit_identifier>)
  • C. SYS.CHECK.LIMIT(<limit_identifier>) || CONNECTION.IP.LIMIT(<limit_identifier>)
  • D. HTTP.REQ.LIMIT(<limit_identifier>)

正解: A

 

質問 43
Scenario: A company has three departments with proprietary applications that need to be load balanced on a Citrix ADC. The three department managers would like to use the same IP address to access their individual applications. This would mean configuring three load-balanced vServers, all using the same IP address.
What can the Citrix Administrator configure for this scenario?

  • A. Three different load-balanced vServers with three different IP addresses on a Citrix ADC
  • B. Three SNIPs with the same IP address on a Citrix ADC
  • C. Three different admin partitions that allow use of the same IP address for each load-balanced vServer on a Citrix ADC
  • D. Three different Citrix ADCs that use the same IP address

正解: B

 

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

  • A. Disable the Citrix ADC compression feature at a global level.
  • B. Select the compression algorithm (gzip/deflate/identity).
  • C. Enable compression on the associated bound services.
  • D. Bind the default compression policies to the vServer.

正解: B

 

質問 45
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. bridge
  • C. drop
  • D. process

正解: A

 

質問 46
......

1Y0-241問題集合格確定させる練習には65問があります:https://www.goshiken.com/Citrix/1Y0-241-mondaishu.html

1Y0-241練習テスト問題解答更新された65問があります:https://drive.google.com/open?id=1UqBlVLqIS0rYNCNG5t3v6kG5tilLqIHk