[Q14-Q38] Latest Citrix 1Y0-231 First Attempt, Exam real Dumps Updated [Oct-2021]

Share

Latest Citrix 1Y0-231 First Attempt, Exam real Dumps Updated [Oct-2021]

Get the superior quality 1Y0-231 Dumps Questions from ExamcollectionPass. Nobody can stop you from getting to your dreams now. Your bright future is just a click away!

NEW QUESTION 14
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 15
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 16
Scenario: A Citrix Administrator needs to configure an authentication workflow on Citrix ADC with the below requirements.
All internal users must use their corporate credentials to authenticate.
Users from partner organizations must be authenticated using their own directory services without replication or a synchronization process.
How can the administrator meet the above requirements while authenticating the users?

  • A. Deploy SAML on Citrix ADC in the service provider (SP) role for users from partner organizations.
  • B. Create two LDAP and two SAML authentication policies on the authentication, authorization, and auditing (AAA) virtual server.
  • C. Configure two dedicated AAA virtual servers for internal and partner users.
  • D. Configure nFactor authentication with two LDAP advanced policies and one SAML advanced policy.

Answer: D

 

NEW QUESTION 17
While applying a new Citrix ADC device, a Citrix Administrator notices an issue with the time on the appliance.
Which two steps can the administrator perform to automatically adjust the time? (Choose two.)

  • A. Add an SNMP manager.
  • B. Add an SNMP trap.
  • C. Enable NTP synchronization.
  • D. Configure an NTP monitor.
  • E. Add an NTP server.

Answer: C,D

 

NEW QUESTION 18
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

Explanation:
Explanation/Reference: https://support.citrix.com/article/CTX123782

 

NEW QUESTION 19
A Citrix Network Engineer informs a Citrix Administrator that a data interface used by Citrix ADC SDX is being saturated.
Which action could the administrator take to address this bandwidth concern?

  • A. Configure LACP on the SDX for management interface.
  • B. Configure LACP on the SDX for the data interface.
  • C. Configure a failover interface set on each Citrix ADC VPX instance.
  • D. Add a second interface to each Citrix ADC VPX instance.

Answer: B

 

NEW QUESTION 20
Scenario: To meet the security requirements of the organization, a Citrix Administrator needs to configure a Citrix Gateway virtual server with time-outs for user sessions triggered by the behaviors below:
* Inactivity for at least 15 minutes.
* No keyboard or mouse activity for at least 15 minutes
Which set of time-out settings can the administrator configure to meet the requirements?

  • A. Client idle time-out and forced time-out set to 900
  • B. Client idle time-out and forced time-out set to 15
  • C. Session time-out and client idle time-out set to 15
  • D. Session time-out and forced time-out set to 15

Answer: C

Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-gateway/current-release/vpn-user-config/configure-plugin- connections/configure-time-out-settings.html

 

NEW QUESTION 21
Which four steps should a Citrix Administrator take to configure SmartAccess? (Choose four.)

  • A. Ensure that ICA Only is checked on the Citrix Gateway virtual server.
  • B. Ensure that the SmartAccess filter name on the Delivery Group matches the name of the Citrix Gateway virtual server.
  • C. Execute "set-BrokerSite -TrustRequestsSentToTheXMLServicePort $True" on any Citrix Delivery Controller in the Site.
  • D. Enable Citrix Workspace control within StoreFront.
  • E. Ensure that the Callback URL is defined in the Citrix Gateway configuration within Store Front.
  • F. Ensure that the SmartAccess filter name on the Delivery Group matches the name of the Citrix Gateway policy.
  • G. Ensure that ICA Only is unchecked on the Citrix Gateway virtual server.

Answer: B,C,E,G

 

NEW QUESTION 22
A Citrix Administrator has received a low disk space alert for /var on the Citrix ADC.
Which type of files should the administrator archive to free up space?

  • A. DNScache
  • B. Nsconfig
  • C. Syslog
  • D. Nslog

Answer: D

 

NEW QUESTION 23
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 24
A Citrix Administrator needs to configure a Citrix Gateway virtual server to meet an organization's security requirements.
Which two types of devices can the administrator control with Endpoint Analysis (EPA) scans? (Choose two.)

  • A. Android
  • B. Chromebook
  • C. Microsoft Windows
  • D. iOS
  • E. Mac

Answer: C,E

 

NEW QUESTION 25
Scenario:A Citrix Administrator configures an access control list (ACL) to block traffic from the IP address
10.102.29.5:
add simpleacl rule1 DENY -srcIP 10.102.29.5
A week later, the administrator discovers that the ACL is no longer present on the Citrix ADC.
What could be the reason for this?

  • A. The simple ACLs remain active for only 600 seconds.
  • B. The Citrix ADC has been restarted without saving the configurations.
  • C. The simple ACLs remain active for only 60 seconds.
  • D. The administrator did NOT run the apply ACL command.

Answer: D

 

NEW QUESTION 26
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 27
If a user device does NOT comply with a company's security requirements, which type of policy can a Citrix Administrator apply to a Citrix Gateway virtual server to limit access to Citrix Virtual Apps and Desktops resources?

  • A. Authorization
  • B. Responder
  • C. Session
  • D. Traffic

Answer: C

 

NEW QUESTION 28
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 29
Scenario: A Citrix Administrator deployed a Citrix ADC in one-arm mode. Currently, the VLANs 20, 30, and
40
are tagged on the interface with the option of 'tagall'.
What is true regarding the VLANs, when 'tagall' is enabled on the interface?

  • A. VLANS 20, 30, 40, and HA packets are tagged on the interface.
  • B. VLANS 1, 20, 30, 40, and HA packets are tagged on the interface.
  • C. VLANS 20, 30, and 40 are tagged on the interface.
  • D. VLANS 1, 20, 30, and 40 are tagged on the interface.

Answer: D

 

NEW QUESTION 30
A Citrix Administrator configured a Citrix Gateway virtual server for authentication, but there is no authentication policy bound to the virtual server.
Which authentication binding point will the Citrix ADC evaluate next?

  • A. Override global
  • B. Default global
  • C. User
  • D. Group

Answer: C

 

NEW QUESTION 31
A Citrix Administrator receives user complaints about latency while accessing a published application that is load-balanced on the Citrix ADC.
Which Citrix Application Delivery Management (ADM) feature can the administrator use to gather information regarding response time, client network latency, and server-side processing time?

  • A. WAN Insight
  • B. Security Insight
  • C. Gateway Insight
  • D. Web Insight

Answer: D

 

NEW QUESTION 32
A Citrix Administrator needs to block all local printer access from users in the Marketing department who are connecting remotely, but who should still have access when connecting inside the corporate network using the same Citrix Gateway.
What can the administrator configure to accomplish this?

  • A. SmartControl
  • B. Simple access control list (ACL)
  • C. AppFlow
  • D. Extended access control list (ACL)

Answer: A

 

NEW QUESTION 33
Scenario: A Junior Citrix Administrator needs to create a content switching virtual server 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 virtual server, 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 configurations.
  • B. The junior administrator connected to the NSIP of the secondary Citrix ADC in the HA pair.
  • C. Both Citrix ADCs in the HA pair restarted overnight.
  • D. The Citrix ADC appliances have different firmware versions.

Answer: C

 

NEW QUESTION 34
What can a Citrix Administrator configure to access RDP shortcuts?

  • A. Bookmarks
  • B. Next hop server
  • C. Split tunneling
  • D. Intranet applications

Answer: A

Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-gateway/current-release/rdp-proxy.html

 

NEW QUESTION 35
Which three pieces of information are required for a Citrix Unified Gateway deployment? (Choose three.)

  • A. Secondary authentication for the Citrix Gateway
  • B. Multiple IP addresses for user access
  • C. Valid SSL certificate
  • D. Content Switching virtual server
  • E. Advanced license or higher

Answer: C,D,E

 

NEW QUESTION 36
Which Citrix Gateway feature should a Citrix Administrator configure to allow traffic for specific iOS applications only?

  • A. Full SSL VPN tunnel for iOS
  • B. SmartControl for iOS
  • C. Split DNS
  • D. Per app VPN tunnel

Answer: D

 

NEW QUESTION 37
Which feature can a Citrix Administrator use to create a consistent set of front-end SSL parameters across multiple SSL virtual servers?

  • A. SSL bridge
  • B. SSL policy
  • C. SSL multiplexing
  • D. SSL profile

Answer: D

 

NEW QUESTION 38
......

Citrix Practice Test Engine with 1Y0-231 Questions: https://drive.google.com/open?id=1hv7dynpubOW8wSipzvMO3w8Jje8Zu7kR

Guaranteed Success with Valid Citrix 1Y0-231 Dumps: https://www.examcollectionpass.com/Citrix/1Y0-231-practice-exam-dumps.html