网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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 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’.” 相关考题
考题
Which MySQL utility program should you to process and sort the slow Query log based on query time or average query time?()
A.MysqlaccessB.MysqldumpC.MysqlshowD.MysqlslowE.Mysqldumpslow
考题
You are investigating routing problems on a device running the Junos OS. You receive the error shown in the exhibit when you attempt to restart the routing process.Which statement describes the problem?()A. You have typed an invalid command.B. You must be in configuration mode to restart the routing process.C. You do not have permission to restart the routing process.D. You must wait until close of business to restart the routing process, based on user-defined policy.
考题
When cleaning a tank by the Butterworth process,you should begin to pump out the slops ______.A.At the end of the drop scheduleB.When the process is startedC.When the process is finishedD.When the tank is clean
考题
When a process is in control, what do you want to do with the process?( ).A.The process should not be adjusted
B.The process may be adjusted for continuous improvement
C.The process should be always adjusted for continuous quality
D.The process should be regularly adjusted
考题
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. Now according to the company requirement, you are designing a consolidated repository of performance data. You must make sure that the four requirements below are met: the data collector is used to gather performance information; a single database stores performance information for all instances; performance information that is older than 15 days is deleted; reduce the administrative effort to manage performance to the least. So what action should you perform to achieve this goal? () A、You should create a SQL Agent job process on each instance to store and delete performance data in a single database for all instances. B、You should configure a management data warehouse process on each instance, then use this process to store and delete performance data in a single database for all instances. C、You should configure an automated server-side trace process on each instance, then use this process to store and delete performance data in a single database for all instances. D、You should create and schedule a single Microsoft SQL Service Integration Services (SSIS) package process, then use this process to store and delete performance data in a single database for all instances.
考题
You are designing a Windows Azure application. The application includes a web role and a worker role that communicate by using a Windows Azure Queue. The worker role processes each message within 10 seconds of retrieving it from the queue. The worker role must process each message exactly one time. If a process does not complete, the worker role must reprocess the message. You need to recommend an approach for the worker role to manage messages in the queue. What should you recommend?()A、 Process the message and then delete it from the queue.B、 Delete the message from the queue when retrieving the message.C、 Set the visibility timeout of the message to 1 when retrieving the message.D、 Process the message and then set the visibility timeout of themessage to the maximum value.
考题
You are creating a Windows Forms application by using the .Net Framework 3.5.You create an instance of a Backgroundworker component named backgroundWorker1 to process operations that take a long time.You discover that when the application attempts to report the progress,you receive a System.InvalidOperationException exception when executing the backgroundWorker1.ReportProgress method.You need to configure the BackgroundWorker component appropriately to prevent the application from generating exceptions.What should yo do?()A、Set the Result property of the DoWorkEventArgs instance to True before you attempt to report the progress.B、Set the CancellationPending property of backgroundWorker1 to True before you attempt to report the background processC、Set the WorkerReportsProgress property of backgroundWorker1 to True before you attempt to report the background process.D、Report the progress of the background process in the backgroundWorker1_ProgressChanged event.
考题
When an operator is trying to log off the system displays this message: you have running jobs?? What does this mean?()A、One or more processes are running in the background, preventing log off.B、One or more processes are paused, requiring operator input prior to logging off.C、At least one process is running in the background and it will keep running after the operator logs offD、At least one process is running in the background using nohup and it will terminate when the operator logs off
考题
Your production database is running in the ARCHIVELOG mode and the ARCn process is functional. You have two online redo log groups. Which three background processes would be involved when a log switch happens? ()A、archivalB、log writerC、database writerD、system monitorE、process monitorF、change tracking writer
考题
John, a junior workflow developer, has approached you for advice on a workflow process that he is defining. He is unclear about the implications of selecting the Runnable checkbox while defining the Process Activity. What advice would you offer?()A、Runnable allows the workflow engine to compile the process.B、Runnable allows the process to be included as a stand-alone subprocess.C、Runnable allows the workflow engine to check its status during process execution.D、Runnable allows the workflow engine to define this as a top-level process and initiate it
考题
You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows:Warning (%): 90Critical (%): 95 Which background process is responsible for issuing alerts when the threshold is crossed()A、System monitor (SMON)B、Process monitor (PMON)C、Memory manager process (MMAN)D、Manageability Monitor process (MMON)
考题
You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows: Warning (%): 90 Critical (%): 95 Which background process is responsible for issuing alerts when the threshold is crossed()A、System monitor (SMON)B、Process monitor (PMON)C、Memory manager process (MMAN)D、Manageability Monitor process (MMON)
考题
Which MySQL utility program should you to process and sort the slow Query log based on query time or average query time?()A、MysqlaccessB、MysqldumpC、MysqlshowD、MysqlslowE、Mysqldumpslow
考题
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 inthe instance. You have set the recovery model of DB1 to Full. You deploy a new process. The process modifies 10,000 records from the Accounts table at 18:00 every day. Any modification made by the process to the data must be reverted and database keeps online. You must make sure of this. So which strategy should you implement?() A、You should implement Differential backup B、You should implement Database snapshotsC、You should implement Primary filegroup backup D、You should implement Transaction log backup
考题
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 management data warehouse that uses the data collector to collect performance data. You intend to maintain the management data. You want to implement a data collection process. The process can gather and upload data in the management data warehouse on different schedules. What process should you implement?() A、You should create a cached data collectionB、You should create an on-demand non-cached data collection C、You should create a scheduled non-cached data collection D、You should create two different SQL Agent jobs that are scheduled stimultaneously
考题
You manage a database named DB1, which is located on a SQL Server 2005 computer. You receive a warning that the drive on which the DB1 log file is located is near capacity.Although the transaction log is backed up every five minutes, you observe that it is steadily growing. You think that an uncommitted transaction might be the cause and you want to investigate. You need to identify both the server process ID and the start time of the oldest active transaction in DB1. What should you do?()A、Connect to the DB1 database. Execute DBCC OPENTRAN. View the SPID and Starttime rows.B、Connect to the master database. Execute DBCC OPENTRAN. View the SPID andStart time rows.C、In SQL Server Management Studio,open the Activity Monitor. Select the Process Info page and apply the following filter settings, Database=DB1 Open Transactions=YesView the Process ID and Last Batch columns.D、Open a query window. Connect to the master database.Execute the following statement.SELECT TOP 1 spid.last batch FROM sys.sysprocesses WHERE dbid = db id(’DB1’)AND open tran0 ORDER BY last batch
考题
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 creating a Windows Forms application by using the .Net Framework 3.5.You create an instance of a Backgroundworker component named backgroundWorker1 to process operations that take a long time.You discover that when the application attempts to report the progress,you receive a System.InvalidOperationException exception when executing thebackgroundWorker1.ReportProgress method.You need to configure the BackgroundWorker component appropriately to prevent the application from generating exceptions. What should yo do?()A
Set the Result property of the DoWorkEventArgs instance to True before you attempt to report the progress.B
Set the CancellationPending property of backgroundWorker1 to True before you attempt to report the background processC
Set the WorkerReportsProgress property of backgroundWorker1 to True before you attempt to report the background process.D
Report the progress of the background process in the backgroundWorker1_ProgressChanged event.
考题
单选题When an operator is trying to log off the system displays this message: you have running jobs?? What does this mean?()A
One or more processes are running in the background, preventing log off.B
One or more processes are paused, requiring operator input prior to logging off.C
At least one process is running in the background and it will keep running after the operator logs offD
At least one process is running in the background using nohup and it will terminate when the operator logs off
考题
单选题You are designing a Windows Azure application. The application includes a web role and a worker role that communicate by using a Windows Azure Queue. The worker role processes each message within 10 seconds of retrieving it from the queue. The worker role must process each message exactly one time. If a process does not complete, the worker role must reprocess the message. You need to recommend an approach for the worker role to manage messages in the queue. What should you recommend?()A
Process the message and then delete it from the queue.B
Delete the message from the queue when retrieving the message.C
Set the visibility timeout of the message to 1 when retrieving the message.D
Process the message and then set the visibility timeout of themessage to the maximum value.
考题
单选题John, a junior workflow developer, has approached you for advice on a workflow process that he is defining. He is unclear about the implications of selecting the Runnable checkbox while defining the Process Activity. What advice would you offer?()A
Runnable allows the workflow engine to compile the process.B
Runnable allows the process to be included as a stand-alone subprocess.C
Runnable allows the workflow engine to check its status during process execution.D
Runnable allows the workflow engine to define this as a top-level process and initiate it
考题
单选题Which MySQL utility program should you to process and sort the slow Query log based on query time or average query time?()A
MysqlaccessB
MysqldumpC
MysqlshowD
MysqlslowE
Mysqldumpslow
考题
多选题Your production database is running in the ARCHIVELOG mode and the ARCn process is functional. You have two online redo log groups. Which three background processes would be involved when a log switch happens? ()AarchivalBlog writerCdatabase writerDsystem monitorEprocess monitorFchange tracking writer
考题
单选题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 management data warehouse that uses the data collector to collect performance data. You intend to maintain the management data. You want to implement a data collection process. The process can gather and upload data in the management data warehouse on different schedules. What process should you implement?()A
You should create a cached data collectionB
You should create an on-demand non-cached data collection C
You should create a scheduled non-cached data collection D
You should create two different SQL Agent jobs that are scheduled stimultaneously
考题
单选题You manage a database named DB1, which is located on a SQL Server 2005 computer. You receive a warning that the drive on which the DB1 log file is located is near capacity.Although the transaction log is backed up every five minutes, you observe that it is steadily growing. You think that an uncommitted transaction might be the cause and you want to investigate. You need to identify both the server process ID and the start time of the oldest active transaction in DB1. What should you do?()A
Connect to the DB1 database. Execute DBCC OPENTRAN. View the SPID and Starttime rows.B
Connect to the master database. Execute DBCC OPENTRAN. View the SPID andStart time rows.C
In SQL Server Management Studio,open the Activity Monitor. Select the Process Info page and apply the following filter settings, Database=DB1 Open Transactions=YesView the Process ID and Last Batch columns.D
Open a query window. Connect to the master database.Execute the following statement.SELECT TOP 1 spid.last batch FROM sys.sysprocesses WHERE dbid = db id(’DB1’)AND open tran0 ORDER BY last batch
考题
单选题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 two listener processes, named L1 and L2. Both the listener processes are currently functional. While viewing the listener.ora file on your database server, you find the following entry: PASSWORDS_L1 = (1sanfrjp43) What would be the impact of this setting?()A
The listener process named L1 will disconnect the unauthorized users.B
The listener process named L1 will be prevented from being started by unauthorized users. C
The listener process named L1 will be prevented from being stopped by unauthorized users. D
The listener process named L1 will be prevented from being reloaded by unauthorized users.E
The listener process named L1 will be prevented from accepting connections from unauthorized users.
考题
单选题You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows: Warning (%): 90 Critical (%): 95 Which background process is responsible for issuing alerts when the threshold is crossed()A
System monitor (SMON)B
Process monitor (PMON)C
Memory manager process (MMAN)D
Manageability Monitor process (MMON)
热门标签
最新试卷