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

题目内容 (请给出正确答案)

An application fails to start after a Technology Level upgrade. The application vendor recommends that two filesets upgraded as part of the new Technology Level be rejected. What is the recommended method for performing this task?()

  • A、Run instfix -u to reject the filesets.
  • B、Run installp -r to reject the filesets.
  • C、Run installp -u to uninstall the filesets.
  • D、Restore the system to previous state from the system backup.

参考答案

更多 “ An application fails to start after a Technology Level upgrade. The application vendor recommends that two filesets upgraded as part of the new Technology Level be rejected. What is the recommended method for performing this task?()A、Run instfix -u to reject the filesets.B、Run installp -r to reject the filesets.C、Run installp -u to uninstall the filesets.D、Restore the system to previous state from the system backup.” 相关考题
考题 Global.asax的( )事件在每次页面请求开始时触发。 A.Application_EndRequestB.Application_StartC.Application_BeginRequestD.Session_Start

考题 下面( )文件负责处理Application_Start、Application_End、Session_Start和Session_End等事件。A.Web.configB.Config.asaxC.Global.asaxD.Global.inc

考题 当有用户请求Web页面时,会触发()事件A、Application_Start()B、Session_Start()C、Application_End()D、Session_End()

考题 Session_start事件在Application_start事件之前发生。()

考题 class TestA {  public void start() { System.out.println(”TestA”); }  }  public class TestB extends TestA {  public void start() { System.out.println(”TestB”); } public static void main(String[] args) {  ((TestA)new TestB()).start();  }  }  What is the result?() A、 TestAB、 TestBC、 Compilation fails.D、 An exception is thrown at runtime.

考题 Company.com has an application that has a hard-coded hostname in the startup routines. The application is being made highly available using HACMP. During testing, the application does not start on the standby node because the hostname was not what the application expected.  What can be done to fix this problem?()A、 Manage the hostname in the application server start ands top scriptsB、 Nothing, because this application cannot be controlled by HACMP and should be startedwith /etc/inittabC、 Change the hard-coded hostname in the application startup routines to use the uname rather than the hostnameD、 Override the default ha_hostname in the cluster configuration to reflect the shared hostname rather than the default ha_hostname

考题 After installing WebSphere Commerce,the WebSphere Application Server fails to start.  Which log file will help determine if WebSphere Application Server was installed correctly?()A、WAS_installdir/logs/log.txt B、WC_installdir/logs/install_date_time.log C、WAS_installdir/logs/WC_instance_name/SystemOut.log D、WC_installdir/instances/instance_name/xml/instance_name.xml E、WAS_installdir/logs/serverStatus.log

考题 To enhance the availability of an application running under HACMP, a decision was made to use  The application monitoring facility. The application consists of several components and can take several minutes to initialize. The components use socket communication and can be initialized in any order as long as it is a serial order. The customer’s concern is that if the application stop and start scripts are used during application monitoring recovery,it may take an extraordinary length of time to reset all of the application components.  What can be done to ensure the best recover time?()   A、 Use a process monitor that restarts the named processes in the original start order.B、 Use the defined application start and stop scripts to control the application if there is a failure.C、 Use multiple application monitors for this resource group to enable the monitoring of the specific components of the resource group.D、 Use application cleanup and restart scripts designed to determine the state of the various components of the application and start only the parts required.

考题 Following a server crash, the automatic recovery of InnoDB fails. How would you begin to manually repair the InnoDB tables?()A、Start the server with the – innodb_recover_options option set to FORCEB、Start the server with the – innodb_force_recovery option set to a non-zero valueC、Start the server as usual, and then execute the REPAIR TABLE commandD、Start the server as usual, and then execute the CHECK TABLE command

考题 Your network consists of a single Active Directory domain. The network contains a server that runs Windows Server 2003 Service Pack 2 (SP2). The server has an application that runs as a service. The application uses a domain service account to access other servers in the domain. Security policies require that users reset their passwords every 30 days. After the application runs for a month, the application fails.You need to ensure that the application starts and can access the remote servers. What should you do?()A、In the Services snap-in, set the service to log on as the Local System account and start the service.B、In the Services snap-in, set the service to log on as the Local Administrator account and start the service.C、In Active Directory Users and Computers, reset the server’s computer account. In the Services snap-in, start the service.D、In Active Directory Users and Computers, set the Account Expires option to Never. In the Services snap-in, start the service. 

考题 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5.  When you access the application in a Web browser, you receive the following error message: "Service Unavailable".  You need to access the application successfully.  What should you do? ()A、Start Microsoft IIS 6.0.B、Start the Application pool.C、Set the .NET Framework version.D、Add the Web.config file for the application.

考题 You have the Web Server (IIS) role installed on a server that runs Windows Server 2008.   You make changes to the configuration of an application named APP1. Users report that the application fails. You examine the event log and discover the following error message:  503 Service Unavailable.  You need to ensure that users are able to connect to APP1.  Which command should you run at the command prompt on the server?()A、appcmd set configB、appcmd stop apppoolC、appcmd start apppoolD、appcmd set apppool

考题 Company.com moved their application start routines from the inittab and place them under HACMP control. During testing,the applications did not always start as desired.  What is the best practice for the application start routines.()  A、 Assume the system was stopped by a failure.B、 Ensure the hostname parameters is set correctly.C、 Assume the system was stopped by a graceful shutdown.D、 Mount all volumes and file systems before running the application.

考题 You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a custom control that is used to display customer information. You discover that the custom control is not rendering correctly. You need to identify the WPF element that is causing the issue. You want to achieve this goal by using the minimum amount of administrative effort. What should you do?()A、Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the debugger to step through the application code.B、Start the application in debug mode.Place a breakpoint at the main entry point of the application.Use the WPF Tree Visualizer tool.C、Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application in debug mode.D、"Enable IntelliTrace and configure Visual Studio to generate a trace log.Start the application by double-clicking the executable file (.exe).

考题 单选题Company.com has an application that has a hard-coded hostname in the startup routines. The application is being made highly available using HACMP. During testing, the application does not start on the standby node because the hostname was not what the application expected.  What can be done to fix this problem?()A  Manage the hostname in the application server start ands top scriptsB  Nothing, because this application cannot be controlled by HACMP and should be startedwith /etc/inittabC  Change the hard-coded hostname in the application startup routines to use the uname rather than the hostnameD  Override the default ha_hostname in the cluster configuration to reflect the shared hostname rather than the default ha_hostname

考题 单选题If an electric motor driven air compressor fails to start, it may be due to a ().A leaking discharge valveB jammed suction valveC tripped overload relayD broken discharge un-loader

考题 单选题A diesel engine fails to start because of water in the fuelIn order to start the engine, you should ()?A turn engine with jacking gearB drain filters and strainers and bleed off water at each injection pumpC use ether to start the engine with blow-down valves openD blow through the cylinders and fuel lines with a drying agent

考题 单选题Company.com performs a cluster verification on a regular basis. Cluster verification is successfulbut the cluster sometimes fails to start the applications during a fallover. Investigation of the issue has revealed that the non-shared component of the application configuration information is not being kept up to date on the secondary nodes.  What can be used to help resolve this issue?()A  A pre-eventB  Error notificationC  Application monitoringD  Custom verification methods

考题 单选题If the electric motor driving an air compressor fails to start, the cause may be a ().A leaking unloaderB tripped circuit breakerC control line leakD defective pop valve

考题 单选题A service fails to start. Which of the following places can a technician go to find the services console?()A System configuration utilityB Device ManagementC Task ManagerD Computer Management

考题 判断题Session_start事件在Application_start事件之前发生。()A 对B 错

考题 单选题How do you start an event-triggered debug session?()A Select Start from the Debug menu in CRS Script Editor.  B Select Reactive Script... from the Debug menu in CRS Script Editor.  C Select Debugging from the Trace menu in CRS Application Administration.  D Select Start Trace from the Trace menu in CRS Application Administration.

考题 单选题You are a network administrator for your company. You install Windows Server 2003 on two servers named Server1 and Server2. You configure Server1 and Server2 as a two-node cluster.   You configure a custom application on the cluster by using the Generic Application resource, and you put all resources in the Application group. You test the cluster and verify that it fails over properly and that you can move the Applications group from one node to the other and back again.   The application and the cluster run successfully for several weeks. Users then report that they cannot access the application. You investigate and discover that Server1 and Server2 are running but the Application group is in a failed state.   You restart the Cluster service and attempt to bring the Application group online on Server1. The Application group fails. You discover that Server1 fails, restarts automatically, and fails again soon after restarting. Server1 continues to fail and restart until the Application group reports that it is in a failed state and stops attempting to bring itself back online.   You need to configure the Application group to remain on Server2 while you research the problem on Server1.   What should you do?  ()A  On Server2, configure the failover threshold to 0.B  On Server2, configure the failover period to 0.C  Remove Server1 from the Possible owners list.D  Remove Server1 from the Preferred owners list.

考题 单选题You are the network administrator for The network consists of a single Active Directory domain named All servers run Windows Server 2003 You install a new server named TestKing6. You install an application on TestKing6. The application fails to start because of the NTFS permission on TestKing6 are too restrictive. You use a security template from the manufacturer of the application to modify the NTFS permissions on TestKing6 to allow the application work. A new update to the application is released. The application no longer requires the modified NTFS permissions. You need to restore the default permissions on TestKing6 to restore the original level of system security. Which security template should you import into the local security policy of TestKing6?()A The Syssetup.inf template.B The Profsec.inf template.C The Defltsv.inf template.D The Netserv.inf template.

考题 单选题Your network consists of a single Active Directory domain. The network contains a server that runs Windows Server 2003 Service Pack 2 (SP2). The server has an application that runs as a service. The application uses a domain service account to access other servers in the domain. Security policies require that users reset their passwords every 30 days. After the application runs for a month, the application fails.You need to ensure that the application starts and can access the remote servers. What should you do?()A In the Services snap-in, set the service to log on as the Local System account and start the service.B In the Services snap-in, set the service to log on as the Local Administrator account and start the service.C In Active Directory Users and Computers, reset the server’s computer account. In the Services snap-in, start the service.D In Active Directory Users and Computers, set the Account Expires option to Never. In the Services snap-in, start the service. 

考题 单选题Company.com moved their application start routines from the inittab and place them under HACMP control. During testing,the applications did not always start as desired.  What is the best practice for the application start routines.()A  Assume the system was stopped by a failure.B  Ensure the hostname parameters is set correctly.C  Assume the system was stopped by a graceful shutdown.D  Mount all volumes and file systems before running the application.

考题 单选题You work as an application developer at Certkiller .com. You have recently created a multithreaded application to manage Certkiller .com’s inventory system.  The fulfillment task has to be executed on a regular basis, while other tasks are performed in the application. The task does not need any input to start.  You are required to create and start the fulfillment thread using the appropriate code.What code should you use?()A AB BC CD D