
1Y0-241問題集で2023年最新のCitrix 1Y0-241試験問題
無料で使える1Y0-241ブレーン問題集でダウンロード(1Y0-241テスト問題集無料更新された)
質問 # 54
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?
- A. http://www.site1.com/mysite1/maintenance
- B. Backup content switching vServer
- C. 10.1.100.100:443
- D. vServer-LB-2
正解:D
解説:
https://docs.citrix.com/en-us/citrix-adc/current-release/content-switching/protecting-against-failure.html#configuring-a-redirection-url
"If a content switching virtual server is configured with both a backup virtual server and a redirect URL, the backup virtual server takes precedence over the redirect URL. A redirect URL is used when the primary and backup virtual servers are down."
質問 # 55
Scenario: While using the GUI, a Citrix ADC MPX appliance becomes unresponsive. A Citrix Administrator needs to restart the appliance and force a core dump for analysis.
What can the administrator do to accomplish this?
- A. Use the NMI button on the back of the appliance.
- B. Use the reset button on the front of the appliance.
- C. Turn off the appliance using the power button.
- D. Connect to a USB port to issue a restart command.
正解:A
解説:
https://support.citrix.com/article/CTX120660
質問 # 56
Scenario: A Junior Citrix Administrator needs to create a content switching vServer on a Citrix ADC high availability (HA) pair. The NSIP addresses are 192.168.20.10 and 192.168.20.11. The junior administrator connects to NSIP address 192.168.20.10 and saves the changes.
The following day, a Senior Citrix Administrator tests the new content switching vServer, but it is NOT working. The senior administrator connects to the HA pair and discovers that everything the junior administrator configured is NOT visible.
Why has the Citrix ADC lost the newly added configurations?
- A. The junior administrator made the changes and did NOT force a failover to save the configuration.
- B. The Citrix ADC appliances have different firmware versions.
- C. The junior administrator connected to the NSIP of the secondary Citrix ADC in the HA pair.
- D. Both Citrix ADCs in the HA pair restarted overnight.
正解:C
解説:
"You are connected to the secondary node..." when first login to the NSIP and after saving the configuration
質問 # 57
Scenario: The policies below are bound to a content switching vServer.
bind cs vServer vserver1 -policyName CSPOL_7 -priority 100 -gotoPriorityExpression NEXT bind cs vServer vserver1 -policyName CSPOL_5 -priority 90 bind cs vServer vserver1 -policyName CSPOL_9 -priority 110 bind cs vServer vserver1 -policyName CSPOL_4 -priority 120 bind cs vServer vserver1 -policyName CSPOL_8 -priority 210 Policy CSPOL_7 has been invoked.
Which policy will be invoked next?
- A. CSPOL_4
- B. CSPOL_9
- C. CSPOL_8
- D. CSPOL_5
正解:D
質問 # 58
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 SDX
- B. Citrix ADC MPX
- C. Citrix ADC CPX
- D. Citrix ADC VPX
正解:C
解説:
Explanation/Reference: https://www.citrix.com.br/products/citrix-adc/cpx-express.html
質問 # 59
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.ENDSWITH(\"mytraining\"))"
REQUEST - B. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))"
RESPONSE - C. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))"
RESPONSE - D. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))"
REQUEST
正解:C
質問 # 60
Scenario: A Citrix Administrator configured a rewrite action as follows:
> add rewrite action sync_date replace http.res.date.sys.time
What is the correct way to interpret this rewrite action?
- A. It is invalid, as system time CANNOT be referenced in the system policy.
- B. It replaces the date header in the HTTP response with the Citrix ADC system time in a conventional date format.
- C. It replaces the date header in the HTTP response with the Greenwich Mean Time (GMT) time stamp.
- D. It replaces the Citrix ADC system time with the date header in a conventional date format.
正解:C
質問 # 61
Scenario: After deploying a Citrix ADC in production, a Citrix Administrator notices that client requests are NOT being evenly distributed among backend resources. The administrator wants to change from the default load-balancing method to one that will help distribute the load more evenly.
Which load-balancing method would ensure that the server with the least amount of network utilization is receiving new connections?
- A. Least packets
- B. Least connection
- C. Least bandwidth
- D. Least response time
正解:B
解説:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/getting-started-with-citrix-adc/load- balancing.html
質問 # 62
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 simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600000
- C. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600000
- D. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600
正解:A
質問 # 63
A Citrix Administrator receives user complaints about latency while accessing an application that is load balanced on the Citrix ADC.
Which tool can the administrator use to gather information regarding response time, client network latency, and server-side processing time?
- A. HDX Insight
- B. WAN Insight
- C. Security Insight
- D. Citrix Application Delivery Management (ADM)
正解:D
質問 # 64
What is the first thing a Citrix Administrator should develop when creating a server certificate for Citrix ADC to secure traffic?
- A. A certificate key-pair
- B. A certificate revocation list (CRL)
- C. A certificate signing request (CSR)
- D. A private key
正解:D
解説:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/ssl/how-to-articles/create-and-use-ssl- certificates-on-a-citrix-adc-appliance.html
質問 # 65
Scenario: For security reasons, a Citrix Administrator needs to block access to multiple URLs.
The administrator executes the below commands:
> add policy patset BAD_URL
> bind policy patset BAD_URL badurl1.mylab.lab -index 11 -charset ASCII
> bind policy patset BAD_URL badurl2.mylab.lab -index 10 -charset ASCII Which final two commands should the administrator execute to accomplish this?
- A. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS(\"BAD_URL\" RESET
> bind responder global BAD_URL_DNS 100 END -type DNS_REQ - B. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS(\"BAD_URL\" RESET
> bind responder global BAD_URL_DNS 100 END -type DNS_REQ_OVERRIDE - C. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS(\"BAD_URL\")" DROP
> bind responder global BAD_URL_DNS 100 END -type DNS_REQ_OVERRIDE - D. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS_ANY(\"BAD_URL\")" RESET
> bind responder global BAD_URL_DNS 100 END -type DNS_REQ_OVERRIDE
正解:B
質問 # 66
What can a Citrix Administrator use to restrict access to the Citrix ADC management IP (NSIP) address?
- A. Authorization policy
- B. Command policy
- C. Access Control List (ACL)
- D. Authentication policy
正解:C
質問 # 67
What is the first thing a Citrix Administrator should develop when creating a server certificate for Citrix ADC to secure traffic?
- A. A certificate key-pair
- B. A certificate revocation list (CRL)
- C. A certificate signing request (CSR)
- D. A private key
正解:D
解説:
https://docs.citrix.com/en-us/citrix-adc/current-release/ssl/how-to-articles/create-and-use-ssl-certificates-on-a-citrix-adc-appliance.html
質問 # 68
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)
正解:A
解説:
https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/adv-policy-exp-working-with-dates-times-and-numbers/exp-for-ssl-certificate-date.html
質問 # 69
......
検証済みの1Y0-241問題集と解答で合格保証で試験問題集テストエンジン:https://jp.fast2test.com/1Y0-241-premium-file.html
1Y0-241問題集は合格保証付き!合格させる1Y0-241試験:https://drive.google.com/open?id=1DrpSSoXaZa6Jkz_jM4fEkD5UWBq9ta5a