单选题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

题目
单选题
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”相关问题
  • 第1题:

    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.

    正确答案:D

  • 第2题:

    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 filtering
    • B、Disable SSID broadcast on the WAP
    • C、DNS needs to be disabled
    • D、DHCP needs to be disabled

    正确答案:D

  • 第3题:

    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

    正确答案:D

  • 第4题:

    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.

    正确答案:C

  • 第5题:

    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’.

    正确答案:D

  • 第6题:

    单选题
    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


    正确答案: D
    解析: 暂无解析

  • 第7题:

    单选题
    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.


    正确答案: D
    解析: 暂无解析

  • 第8题:

    单选题
    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 filtering

    B

    Disable SSID broadcast on the WAP

    C

    DNS needs to be disabled

    D

    DHCP needs to be disabled


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    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.


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    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.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    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’.


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    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 file

    B

    grant SINGLE SESSION privilege to all of the users

    C

    set the SESSIONS_PER_USER to 1 in the users’ profile

    D

    grant RESTRICTED SESSION privilege to all of the database users

    E

    create a role with SINGLE SESSION privilege and assign the role to the users


    正确答案: A
    解析: 暂无解析

  • 第13题:

    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

    正确答案:B

  • 第14题:

    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.

    正确答案:B

  • 第15题:

    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 connection
    • B、Use IPSec to encrypt communications between the servers in the New York and Atlanta offices
    • C、Require the high security setting on Terminal Services connections to the marketing application
    • D、Configure all marketing application Web pages to require SSL

    正确答案:D

  • 第16题:

    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.

    正确答案:B

  • 第17题:

    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.

    正确答案:B

  • 第18题:

    单选题
    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
    解析: 暂无解析

  • 第19题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第20题:

    单选题
    What parameters must you specify when you enable EIGRP routing?()
    A

    The broadcast address, and AS number

    B

    The network number and AS number

    C

    EIGRP routing, network number and passive interface

    D

    EIGRP routing, network number, and AS


    正确答案: D
    解析: 暂无解析

  • 第21题:

    单选题
    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. 


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    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


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析