
Get Latest [Sep-2021] Conduct effective penetration tests using Pass4suresVCE 1Y0-231
Penetration testers simulate 1Y0-231 exam PDF
NEW QUESTION 36
Scenario: While performing a disaster recovery test, a Citrix Administrator decides to failover the Citrix ADC high availability (HA) pair appliances. The administrator notices that the failover is NOT working as expected, and the secondary Citrix ADC is NOT taking over as primary. The administrator suspects that networking issues may be causing the failure.
What could be the cause of this issue?
- A. The Independent Network Configuration (INC) mode is enabled on the primary node.
- B. HA monitoring is enabled on a disabled interface of the primary node.
- C. HA monitoring is enabled on an interface of the secondary node that shows as ENABLED, DOWN.
- D. HA heartbeats are only seen on some enabled interfaces of the secondary node.
Answer: C
NEW QUESTION 37
What are three possible policy results in a default (advanced) policy configuration? (Choose three.)
- A. Bridge
- B. Drop
- C. Undefined
- D. True
- E. False
Answer: C,D,E
NEW QUESTION 38
Which three Citrix Gateway elements can be configured by the Citrix Gateway Wizard? (Choose three.)
- A. The responder policy for HTTP to HTTPS redirect
- B. The bind SSL server certificate for the Citrix Gateway virtual server
- C. The rewrite policy for HTTP to HTTPS redirect
- D. The Citrix Gateway primary virtual server
- E. The primary and optional secondary authentications
Answer: B,D,E
Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-gateway/12-1/citrix-gateway-12.1.pdf (333)
NEW QUESTION 39
Scenario: A Citrix Administrator configured Citrix ADC load balancing to send requests to one of three identical backend servers. Each server handles multiple protocols, and load balancing is set up in round-robin mode. The current load-balancing setup on the Citrix ADC is:
* One load-balancing virtual server with one externally accessible VIP
* One service created for each protocol type
* One server entity for each backend resource
During business hours, the administrator wants to make changes to one backend server without affecting the other servers What is the most efficient way for the administrator to ensure that all traffic is routed away from the server without impeding responses from other resources?
- A. Disable the backend server entity targeted for change.
- B. Disable the load-balancing virtual server.
- C. Disable the backend service entity targeted for change.
- D. Unbind the correct server entity from the load-balancing virtual server.
Answer: D
NEW QUESTION 40
A Citrix Administrator needs to provide access to Microsoft SharePoint through Citrix Gateway for users connecting from a web browser using the Citrix Gateway plug-in.
How can the administrator configure this?
- A. Configure Citrix Gateway in ICA proxy mode.
- B. Set clientless access to OFF.
- C. Set clientless access to ON.
- D. Enable SSL bridge mode.
Answer: A
NEW QUESTION 41
Which set of items can a Citrix Administrator change when configuring a portal theme for users?
- A. Browser requirements, logo, labels
- B. Font color, labels, URL displayed
- C. Logo, background, browser requirements
- D. Logo, background, labels
Answer: D
Explanation:
Explanation/Reference:
Reference: https://support.citrix.com/article/CTX205486
NEW QUESTION 42
Scenario: A Citrix ADC MPX is using one of four available 10G ports. A Citrix Administrator discovers a traffic bottleneck at the Citrix ADC.
What can the administrator do to increase bandwidth on the Citrix ADC?
- A. Purchase another Citrix ADC MPX appliance.
- B. Plug another 10G Citrix ADC port into the router.
- C. Add two more 10G Citrix ADC ports to the network and configure VLAN.
- D. Add another 10G Citrix ADC port to the switch, and configure link aggregation control protocol (LACP).
Answer: C
NEW QUESTION 43
Which Citrix ADC platform offers an out-of-the-box, hardware-independent, multi-tenant solution?
- A. MPX
- B. CPX
- C. SDX
- D. VPX
Answer: C
NEW QUESTION 44
Scenario: A Citrix Administrator would like to grant access to a Junior Citrix Administrator on the Citrix ADC.
The administrator would like to grant full access to everything except:
Shell
User configuration
Partition configuration
Which preexisting command policy would meet the needs of this scenario?
- A. Sysadmin
- B. Network
- C. Superuser
- D. Operator
Answer: A
NEW QUESTION 45
Scenario: A Citrix Administrator configured the policies below:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTP.REQ.IS_VALID ACT_1
POLICY 2:
add rewrite action ACT_2 insert_http_header Accept-Encoding "\"identity\"" add rewrite policy POL_2 "HTTP.REQ.IS_VALID" ACT_2 Which set of commands can the administrator use to bind the rewrite policies to the LB vserver lb_vsrv so that POL_2 is evaluated after POL_1 is evaluated successfully?
- A. bind lb vserver lb_vsrv -policyName POL_1 -priority 110 -gotoPriorityExpression NEXT -type REQUEST bind lb vserver lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST
- B. bind lb vserver lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type REQUEST bind lb vserver lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST
- C. bind lb vserver lb_vsrv -policyName POL_1 -priority 90 -type REQUEST bind lb vserver lb_vsrv -policyName POL_2 -priority 100 -type REQUEST
- D. bind lb vserver lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression END -type REQUEST bind lb vserver lb_vsrv -policyName POL_2 -priority 80 -gotoPriorityExpression NEXT -type REQUEST
Answer: A
NEW QUESTION 46
A Citrix Administrator wants to customize the look of the landing page presented to users during the authentication process on Citrix ADC.
Which nFactor component should the administrator modify in this scenario?
- A. NoAuth Policy
- B. Logon Schema
- C. Next factor
- D. Pass-through factor
Answer: B
Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/aaa-tm/authentication-methods/multi-factor- nfactor-authentication/nfactor-authentication-configuring.html
NEW QUESTION 47
Scenario: A Citrix Administrator is configuring a new authentication, authorization, and auditing (AAA) virtual server, and the status is DOWN. The administrator makes the below configurations:
add lb vserver lb_vsrv_www HTTP 10.107.149.229 80 -persistenceType NONE -cltTimeout 180 -authn401 ON
-authnVsName SAML_SP
bind lb vserver lb_vsrv_www_ssl Red_srv
bind lb vserver Ib_vsrv_www_ssl Blue_srv
add authentication vserver SAML_SP SSL 10.107.149.230 443 -AuthenticationDomain citrix.lab What should the administrator bind to the virtual server SAML_SP to complete the installation and change the status to UP?
- A. A service
- B. An LDAP policy
- C. An SSL certificate
- D. An AAA policy
Answer: B
NEW QUESTION 48
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 bandwidth
- C. Least connection
- D. Least response time
Answer: B
Explanation:
Explanation/Reference: https://kb.wisc.edu/ns/page.php?id=13201#Least%20Bandwidth%20Method
NEW QUESTION 49
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
Answer: C
NEW QUESTION 50
Which profile can a Citrix Administrator create to configure a default profile that disables TLSv1?
- A. SSL
- B. HTTP
- C. DTLS
- D. TCP
Answer: A
Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/ssl/ssl-profiles/secure-front-end-profile.html
NEW QUESTION 51
......
Tested Material Used To 1Y0-231 Test Engine: https://www.pass4suresvce.com/1Y0-231-pass4sure-vce-dumps.html
Steps Necessary To Pass The 1Y0-231 Exam: https://drive.google.com/open?id=1gwNnhfo50ecYIKUvhxleCJoNBZKCOgNk