The upgrade script copies the updated NetScaler kernel file to the __________ NetScaler directory. (Choose the correct option to complete the sentence.)
Reveal answer details Close answer details
Correct answerB
Citrix · 1Y0-351
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
The upgrade script copies the updated NetScaler kernel file to the __________ NetScaler directory. (Choose the correct option to complete the sentence.) Reveal answer details Close answer detailsCorrect answerB
Single choice
A network engineer should use a HTTP-ECV monitor type to control the status of a load balanced web server resource when __________. (Choose the correct option to complete the sentence.) Reveal answer details Close answer detailsCorrect answerC
Single choice
Scenario: A NetScaler Engineer has created an SSL virtual server that utilizes SSL services. The engineer needs to configure certificate authentication from the NetScaler to the backend web services. What should the engineer do to meet the requirements outlined in the scenario? Reveal answer details Close answer detailsCorrect answerB
Single choice
Scenario: A user browses to a page and is presented with a warning that he is trying to enter a web site with an untrusted certificate. The network engineer had added the correct certificate to the SSL virtual server. What could be the cause of this issue? Reveal answer details Close answer detailsCorrect answerB
Single choice
Scenario: A NetScaler engineer is adding a new SSL certificate to a NetScaler device. During the process the engineer receives an error message: "Certificate with key size greater than RSA512 or DSA512 bits not supported." The same process has been followed previously on the same model of NetScaler successfully. What is the likely cause of this error? Reveal answer details Close answer detailsCorrect answerC
Single choice
Scenario: A network engineer has bound four policies to a virtual server as follows: - PolicyA has a priority of 10 - PolicyB has a priority of 20 - PolicyC has a priority of 30 - PolicyD has a priority of 0 Which policy will be evaluated first? Reveal answer details Close answer detailsCorrect answerD
Single choice
A public SSL certificate on a virtual server is about to expire and the NetScaler engineer needs to renew the certificate before it expires. Which step must the engineer take to renew the SSL Certificate? Reveal answer details Close answer detailsCorrect answerD
Single choice
Scenario: For security reasons, the NSIP needs to be configured to only be accessible on interface 0/1, which is VLAN 300. The NSIP address is 10.110.4.254 and the subnet mask is 255.255.255.0. How would the network engineer achieve this configuration? Reveal answer details Close answer detailsCorrect answerA
Multiple choice
Which two compression actions could a NetScaler engineer use? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, C
Multiple choice
A security test has been completed on an SSL offload implementation and it has been determined that the certificate key length is too short and must be increased. Which two steps must the network engineer complete to resolve this? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, E
Single choice
A NetScaler is configured with two-factor authentication. A user reported that authentication failed. How can an engineer determine which factor of the authentication method failed? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which outcome does the minify JavaScript option of the Front End Optimization (FEO) feature provide? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which built-in TCP profile should a NetScaler Engineer choose to optimize backend server connections, where the servers reside on the same LAN as the appliance? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which setting would a NetScaler Engineer disable in order to stop the NetScaler from acting as a router for non-NetScaler owned IP addresses or entities? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
What are two valid ways of checking that a back-end web server is reachable from the NetScaler SNIP address using port 80? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, D
Single choice
Scenario: A website that provides hotel bookings lists each hotel through their membership number on the site URL. For example, the Martello Tower member ID is 6754 and its web presence is at http://www.hoteltestwebsite.com/hotels/6754/index.html. There are 20,000 hotels in the database of the website. The website business owner no longer wants to display the hotel sites for hotel numbers 1-10000, inclusive. A NetScaler Engineer must configure an appropriate responder page to indicate that these sites are unavailable. Which expression will meet the requirements of the business owner? Reveal answer details Close answer detailsCorrect answerA
Single choice
While binding a certificate key pair where the key is a 2048-bit, a NetScaler Engineer receives the following error message: "Certificate with key size greater than RSA512 or DSA512 bits not supported" What could be causing this error? Reveal answer details Close answer detailsCorrect answerD
Single choice
Scenario: A network engineer is managing a NetScaler environment that has two NetScaler devices running as a high availability pair. The engineer must upgrade the current version from NetScaler 9 to NetScaler 10.5. Which action must the engineer take? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which feature could a Network Engineer configure in order to restrict client connections to a specific bandwidth limit? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which load-balancing method is used in connection mirroring and firewall load balancing? Reveal answer details Close answer detailsCorrect answerB
Single choice
Scenario: A call center has deployed Access Gateway Enterprise to provide its employees with access to work resources from home. Due to the number of available licenses, only selected employees should access the environment remotely based on their user account information. How could the engineer configure access to meet the needs of this scenario? Reveal answer details Close answer detailsCorrect answerB Explanation http://support.citrix.com/article/CTX111079 When you type log in credentials on the log in page of the NetScaler VPN and press Enter, the credentials are sent to the Active Directory for validation. If the user name and password are valid, then the Active Directory sends the user attributes to the NetScaler appliance. The memberOf attribute is one of the attributes that the Active Directory sends to the NetScaler appliance. This attribute contains the group name of which you are defined as a member in the Active Directory. If you are a member of more than one Active Directory group, then multiple memberOf attributes are sent to the NetScaler appliance. The NetScaler appliance then parses this information to determine if the memberOf attribute matches the Search filter parameter set on the appliance. If attribute matches, then you are allowed to log in to the network. The following are the sample attributes that the Active Directory can send to NetScaler appliance: dn: CN=johnd,CN=Users,DC=citrix,DC=com changetype: add memberOf: CN=VPNAllowed,OU=support,DC=citrix,DC=com cn: johnd givenName: john objectClass: user sAMAccountName: johnd Configuring a NetScaler Appliance to Extract the Active Directory Group To configure a NetScaler appliance to extract the Active Directory group and enable clients to access the NetScaler VPN based on the Active Directory groups by using the Lightweight Directory Access Protocol (LDAP) authentication, compete the following procedure: Determine the Active Directory Group that has access permission. To configure the NetScaler appliance for Group Extraction, you must define the group a user needs to be a member of to allow access to the network resources. Note: To determine that exact syntax, you might need to refer to the Troubleshooting Group Extraction on the NetScaler appliance section. Determine the Search Filter syntax. Enter the appropriate syntax in the Search Filter field of the Create Authentication Server dialog box, as shown in the following sample screenshot: ![]() Note: Ensure that you start the value to the Search Filter filed with memberOf= and do not have any embedded spaces in the value. To configure the LDAP authentication with Group Extractions from the command line interface of the NetScaler appliance with the values similar to the ones in the preceding screenshot, run the following command: add authentication ldapaction LDAP-Authentication -serverip 10.3.4.15 -ldapBase "CN=Users,DC=citrix,DC=com" -ldapBindDn "CN=administrator,CN=Users,DC=citrix,DC=com" -ldapBindDnPassword ..dd2604527edf70 -ldapLoginName sAMAccountName -searchFilter "memberOf=CN=VPNAllowed,OU=support,DC=citrix,DC=com" -groupAttrName memberOf -subAttributeName CN Note: Ensure that you set the subAttributeName parameter to CN. Troubleshooting Group Extraction on the NetScaler appliance To troubleshoot group extraction on the NetScaler appliance, consider the following points: If the LDAP policy fails after configuring it for Group Extraction, it is best to create a policy that does not have the group extraction configured to ensure that LDAP is configured appropriately. You might need to use the LDAP Data Interchange Format Data Exchange (LDIFDE) utility from Microsoft that extracts the attributes from the Active Directory server to determine the exact content of the memberOf group. You need to run this utility on the Active Directory server. The following is the syntax for the command to run the LDIFDE utility: ldifde -f <File_Name> -s <AD_Server_Name> -d "dc=<Domain_Name>,dc=com" -p subtree -r "(& (objectCategory=person)(objectClass=User)(givenname=*))" -l"cn,givenName,objectclass,samAccountName,memberOf" When you run the preceding command, a text file, with the name you specified for File_Name parameter, is created. This file contains all objects from the Active Directory. The following is an example from a text file so created: dn: CN=johnd,CN=Users,DC=citrix,DC=com changetype: add memberOf: CN=VPNAllowed,OU=support,DC=citrix,DC=com cn: johnd givenName: john objectClass: user sAMAccountName: johnd
Single choice
Scenario: A NetScaler Engineer is using the following policy to forward traffic when performing content switching: add cs action cs1_act -targetVserverExpr "HTTP.REQ.HOSTNAME" add cs policy cs1_switch_policy -rule true -action cs1_act bind cs vserver CS1-VIP -policyName cs1_switch_policy -priority 10 In order to make sure the policy works correctly, the engineer must name the __________ to match the hostname. (Choose the correct option to complete the sentence.) Reveal answer details Close answer detailsCorrect answerC
Single choice
Scenario: A network engineer would like to prevent blacklisted remote clients from accessing NetScaler hosted application services. An IP address blacklist database is maintained by an external company and available to query over the Internet. The engineer would like to reject any connections from IP addresses that are contained in the blacklist. What could the engineer configure to achieve this goal? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
In order to create a three-node NetScaler cluster, all nodes must __________ and __________. (Choose the two correct options to complete the sentence.) Reveal answer details Close answer detailsCorrect answersC, D
Single choice
Scenario: A network engineer needs to generate a certificate on the NetScaler appliance. The environment requires a private key with 4096-bit encryption. To generate a new SSL certificate from a NetScaler Appliance, the engineer must first create __________. (Choose the correct option to complete the sentence.) Reveal answer details Close answer detailsCorrect answerC
Single choice
A network engineer needs to configure load balancing for an FTP site. Which type of session persistence method can the engineer select for this scenario? Reveal answer details Close answer detailsCorrect answerB
Single choice
Server Name Indication (SNI) is required when __________. (Choose the correct option to complete the sentence.) Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Scenario: A Network Engineer needs to provide a solution for mobile users who use devices that do NOT Which three steps should be included as part of the engineer's plan to implement this requirement using NetScaler? (Choose three.) Reveal answer details Close answer detailsCorrect answersB, D, F
Single choice
What is the purpose of binding Certificate Authority (CA) certificates to a virtual server? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which two content types are, by default, compressible content on the NetScaler? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, E
Single choice
A network engineer needs to upgrade both appliances of a High Availability (HA) pair. In which order should the network engineer upgrade the appliances? Reveal answer details Close answer detailsCorrect answerC
Single choice
Multiple Subnet IPs (SNIPs) are defined in the same network. A NetScaler Engineer could specify the SNIP to use to communicate with servers on that network by configuring a __________. (Choose the correct option to complete the sentence.) Reveal answer details Close answer detailsCorrect answerA
Single choice
Scenario: A network engineer needs to provide web server administrators with access to monitoring and reporting after changing the default root password during the initial setup of the NetScaler. The engineer needs to ensure that the web server administrators can perform this task. What should the engineer do in order to ensure that the administrators are able to log on to the NetScaler? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
ESTION NO: 118 Which two options could a NetScaler Engineer configure to ensure that a revoked client certificate CANNOT be used for a client certificate authentication? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, D
Single choice
How could a NetScaler Engineer ensure that a content-switching virtual server is marked as DOWN if all target load-balancing servers show as DOWN? Reveal answer details Close answer detailsCorrect answerB
Single choice
Scenario: A client connecting to an SSL virtual server receives the following error: "Invalid Server Certificate. What is a possible cause of this error message? Reveal answer details Close answer detailsCorrect answerC
Single choice
Scenario: Users in an organization need to access several web applications daily. Management has asked a NetScaler Engineer to reduce the amount of times users have to enter credentials when accessing web applications. What should the engineer configure to meet this requirement? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which service setting would a NetScaler Engineer use in the command-line interface to limit connections to server resources? Reveal answer details Close answer detailsCorrect answerB
Single choice
A network engineer is investigating issues and suspects that a new server that has been recently added to the environment has the same IP address as a virtual server that is configured on the NetScaler. Which command could the engineer run to check the logs that will contain such details? Reveal answer details Close answer detailsCorrect answerB
Single choice
Company policy states that all passwords should travel the network in encrypted packets except SNMP. Which command should the network engineer execute to comply with this policy? Reveal answer details Close answer detailsCorrect answerB
Single choice
Scenario: When the NetScaler was set up, compression was enabled. The network engineer would like to disable compression ONLY for a particular virtual server. How could the engineer accomplish this? Reveal answer details Close answer detailsCorrect answerC Explanation ![]()
Single choice
A NetScaler Engineer plans to deploy a third-party application that will perform scheduled configuration auditing by using NITRO API with a REST interface. Which management protocol should the engineer enable to allow NITRO API access? Reveal answer details Close answer detailsCorrect answerB
Single choice
Scenario: A NetScaler Engineer needs to perform a network packet trace on a NetScaler appliance. For What should the engineer do to accomplish this task? Reveal answer details Close answer detailsCorrect answerC |