网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?()
A

Configure a Max Threads Constraint and add your application to the list of applications for the  Constraint.

B

Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and  configuration your application to use the Work Manager.

C

Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and  configure your application to use the Work Manager.

D

Configure a global MaxThreads constraint and target it to the server or clusters where your  application is deployed.

E

Configure the startup parameter -Dwls-maxThreads to be the same as the number of  database connections configured.


参考答案

参考解析
解析: 暂无解析
更多 “单选题A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?()A Configure a Max Threads Constraint and add your application to the list of applications for the  Constraint.B Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and  configuration your application to use the Work Manager.C Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and  configure your application to use the Work Manager.D Configure a global MaxThreads constraint and target it to the server or clusters where your  application is deployed.E Configure the startup parameter -Dwls-maxThreads to be the same as the number of  database connections configured.” 相关考题
考题 A technician notices that the WAP keeps getting a different IP address after it is restarted. Whichof the following is the FIRST step to take to ensure the IP address assigned does not change?() A. Enable MAC filteringB. Disable SSID broadcast on the WAPC. DNS needs to be disabledD. DHCP needs to be disabled

考题 What parameters must you specify when you enable EIGRP routing?() A. The broadcast address, and AS numberB. The network number and AS numberC. EIGRP routing, network number and passive interfaceD. EIGRP routing, network number, and AS

考题 A customer has a p650 with a write-intensive database application.  Recently the order entry team has complained about unusually slow response times. There have been no complaints from any other departments.  Which of the following actions would most likely address the problem?()A、Double the number of processors.B、Double the number of memory DIMMs.C、Double the number of network adapters.D、Double the number of SCSI buses and disks.

考题 What parameters must you specify when you enable EIGRP routing?()A、The broadcast address, and AS numberB、The network number and AS numberC、EIGRP routing, network number and passive interfaceD、EIGRP routing, network number, and AS

考题 You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the LINQ ParallelEnumerable. AsParallel method to perform multiple queries on a database. You need to ensure that queries can execute on separate threads concurrently. What should you do? ()A、Use the AsOrdered method.B、Use the SelectMany method.C、Use the AutoBuffered option in the WithMergeOptions method.D、Use the WithExecutionMode method with the ParallelExecutionMode.ForceParallelism parameter.

考题 An organization wants to collect an account number from a customer via IVR prompting. Then, using a keystroke macro, they want to pop the account number into the account number field in the agent's CRM desktop application. The keystroke macro will also initiate the CRM desktop application, executing a database lookup from the CRM Database server to retrieve the customer record. Assuming the organization wants the lowest cost solution,  what product does this organization need for this capability?()A、IPCC Express Standard  B、IPCC Express Enhanced  C、IPCC Express Premium  D、IPCC Enterprise  E、IP IVR

考题 A technician notices that the WAP keeps getting a different IP address after it is restarted. Whichof the following is the FIRST step to take to ensure the IP address assigned does not change?()A、Enable MAC filteringB、Disable SSID broadcast on the WAPC、DNS needs to be disabledD、DHCP needs to be disabled

考题 A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?()A、Configure a Max Threads Constraint and add your application to the list of applications for the  Constraint.B、Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and  configuration your application to use the Work Manager.C、Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and  configure your application to use the Work Manager.D、Configure a global MaxThreads constraint and target it to the server or clusters where your  application is deployed.E、Configure the startup parameter "-Dwls-maxThreads" to be the same as the number of  database connections configured.

考题 You are designing a Windows Azure application that will store data. You have the following requirements:   - The data storage system must support the storage of more than 500 GB of data.   - Data retrieval must be possible from a large number of parallel threads without threads blocking each other.   You need to recommend an approach for storing data.  What should you recommend?()A、 Use Windows Azure Queues.B、 Use Windows Live Mesh 2011.C、 Use a single SQL Azure database.D、 Use Windows Azure Table storage

考题 You need to design an access control strategy for the marketing application. You solution must minimize impact on server and network performance. What should you do?()A、Require client computers to connect to the marketing application by using a VPN connectionB、Use IPSec to encrypt communications between the servers in the New York and Atlanta officesC、Require the high security setting on Terminal Services connections to the marketing applicationD、Configure all marketing application Web pages to require SSL

考题 Your application uses two threads, named threadOne and threadTwo. You need to modify the code to prevent the execution of threadOne until threadTwo completes execution. What should you do?()A、 Configure threadOne to run at a lower priority.B、 Configure threadTwo to run at a higher priority.C、 Use a WaitCallback delegate to synchronize the threads.D、 Call the Sleep method of threadOne. E、 Call the SpinLock method of threadOne.

考题 You are a desktop administrator for your company. You need to deploy a new application. The application is packaged in an .msi file. The application will be used by only a small number of users. You plan to install the application by using the Msiexec.exe program. You need to ensure that the installation process does not display a user interface. What should you do?()A、Manually perform a passive installation of the application.B、Manually perform a quiet installation of the application.C、Use a logon script to run the Msiexec.exe program.D、Use the Runas utility to run the Msiexec.exe program.

考题 You have two processes, P1 and P2 on you computer. You notice that when you execute both the process at a time, process P2 always times out, while if you pause process P1, process P2 starts running fine. Process P1 runs in "Real Time" priority and uses twelve threads while process P1 runs in "Normal" priority and uses one thread. What should you do to solve this problem? ()A、Increase the number of threads for process P2.B、Increase the priority for process P2.C、Decrease the number of threads for process P1.D、Decrease the priority for process P1 to ’Normal’.

考题 You have a computer that runs Windows 7. You have a third-party application. You need to ensure that onlya specific version of the application runs on the computer. The solution must ensure that all applicationrestrictions are based on the application vendor s digital signature.  What should you do?()A、From Application Control Policies, configure a path rule.B、From Application Control Policies, configure a publisher rule.C、From Software Restriction Policies, configure a path rule.D、From Software Restriction Policies, configure a certificate rule.

考题 单选题You are designing a Windows Azure application that will store data. You have the following requirements:   - The data storage system must support the storage of more than 500 GB of data.   - Data retrieval must be possible from a large number of parallel threads without threads blocking each other.   You need to recommend an approach for storing data.  What should you recommend?()A  Use Windows Azure Queues.B  Use Windows Live Mesh 2011.C  Use a single SQL Azure database.D  Use Windows Azure Table storage

考题 单选题You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the LINQ ParallelEnumerable. AsParallel method to perform multiple queries on a database. You need to ensure that queries can execute on separate threads concurrently. What should you do? ()A Use the AsOrdered method.B Use the SelectMany method.C Use the AutoBuffered option in the WithMergeOptions method.D Use the WithExecutionMode method with the ParallelExecutionMode.ForceParallelism parameter.

考题 单选题A customer has a p650 with a write-intensive database application.  Recently the order entry team has complained about unusually slow response times. There have been no complaints from any other departments.  Which of the following actions would most likely address the problem?()A Double the number of processors.B Double the number of memory DIMMs.C Double the number of network adapters.D Double the number of SCSI buses and disks.

考题 单选题A customer needs to ensure that the number of threads servicing an application does not exceed the number of database connections available to the application. What step must you take to address this situation?()A Configure a Max Threads Constraint and add your application to the list of applications for the  Constraint.B Configure a Work Manager with a Maximum Threads Constraint tied to the Connection Pool and  configuration your application to use the Work Manager.C Configure a Work Manager with a Minimum Threads Constraint tied to the Connection Pool and  configure your application to use the Work Manager.D Configure a global MaxThreads constraint and target it to the server or clusters where your  application is deployed.E Configure the startup parameter -Dwls-maxThreads to be the same as the number of  database connections configured.

考题 单选题A technician notices that the WAP keeps getting a different IP address after it is restarted. Whichof the following is the FIRST step to take to ensure the IP address assigned does not change?()A Enable MAC filteringB Disable SSID broadcast on the WAPC DNS needs to be disabledD DHCP needs to be disabled

考题 单选题What parameters must you specify when you enable EIGRP routing?()A The broadcast address, and AS numberB The network number and AS numberC EIGRP routing, network number and passive interfaceD EIGRP routing, network number, and AS

考题 单选题Your application uses two threads, named threadOne and threadTwo. You need to modify the code to prevent the execution of threadOne until threadTwo completes execution. What should you do?()A  Configure threadOne to run at a lower priority.B  Configure threadTwo to run at a higher priority.C  Use a WaitCallback delegate to synchronize the threads.D  Call the Sleep method of threadOne. E  Call the SpinLock method of threadOne.

考题 单选题You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. VIP customer data of the company are stored in DB1. The customers access their profile data by using a Web application. You must ensure the security of the customer data, that is to say, even if the backup media is lost, you must guarantee that data files, log files and subsequent backups and so on are as safe as possible.  So what action should you perform to achieve this goal?()A For both the CustomerDB database and the master database, enable Transparent Database Encryption B You should use the built-in encryption functions to encrypt the sensitive data at the cell Ievel C You should make the CustomerDB database accessible only through stored procedures and functions. D For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log. 

考题 单选题You have a computer that runs Windows 7. You have a third-party application. You need to ensure that onlya specific version of the application runs on the computer. The solution must ensure that all applicationrestrictions are based on the application vendor s digital signature.  What should you do?()A From Application Control Policies, configure a path rule.B From Application Control Policies, configure a publisher rule.C From Software Restriction Policies, configure a path rule.D From Software Restriction Policies, configure a certificate rule.

考题 单选题An organization wants to collect an account number from a customer via IVR prompting. Then, using a keystroke macro, they want to pop the account number into the account number field in the agent's CRM desktop application. The keystroke macro will also initiate the CRM desktop application, executing a database lookup from the CRM Database server to retrieve the customer record. Assuming the organization wants the lowest cost solution,  what product does this organization need for this capability?()A IPCC Express Standard  B IPCC Express Enhanced  C IPCC Express Premium  D IPCC Enterprise  E IP IVR

考题 单选题You have two processes, P1 and P2 on you computer. You notice that when you execute both the process at a time, process P2 always times out, while if you pause process P1, process P2 starts running fine. Process P1 runs in "Real Time" priority and uses twelve threads while process P1 runs in "Normal" priority and uses one thread. What should you do to solve this problem? ()A Increase the number of threads for process P2.B Increase the priority for process P2.C Decrease the number of threads for process P1.D Decrease the priority for process P1 to ’Normal’.

考题 单选题You are a desktop administrator for your company. You need to deploy a new application. The application is packaged in an .msi file. The application will be used by only a small number of users. You plan to install the application by using the Msiexec.exe program. You need to ensure that the installation process does not display a user interface. What should you do?()A Manually perform a passive installation of the application.B Manually perform a quiet installation of the application.C Use a logon script to run the Msiexec.exe program.D Use the Runas utility to run the Msiexec.exe program.

考题 单选题The database users are connecting to the PROD database from different applications, thereby degrading the database performance. The senior database administrator suspects the large number of concurrent connections to be the reason for low performance and asks you to restrict the number concurrent connections per database user to one. Which action would you take to achieve this objective? ()A set the SESSIONS to 1 in the parameter fileB grant SINGLE SESSION privilege to all of the usersC set the SESSIONS_PER_USER to 1 in the users’ profileD grant RESTRICTED SESSION privilege to all of the database usersE create a role with SINGLE SESSION privilege and assign the role to the users