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

题目内容 (请给出正确答案)
单选题
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.” 相关考题
考题 After you install a new updsate, an application on the computer fails to run. You need to remove the update.What should you do?() A.AB.BC.CD.D

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

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

考题 After right-clicking on an applications shortcut icon and selecting Properties, which of the following will identify the location of the application?()A、Start InB、LocationC、Shortcut keyD、Run

考题 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.

考题 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

考题 A System p administrator has just installed a new technology level, but "oslevel -r" does not show the expected technology level.  Which of the following commands would determine which filesets are downlevel()A、lppchkB、instfixC、oslevelD、installp

考题 A batch application executes a large number of update statements. The service level agreement for the application states that the application must complete its work as quickly as possible to ensure that dependent workloads can start ontime. What is one way to help the application complete quickly?()A、Code the application to issue a LOCK TABLE statement.  B、Code the application to issue a LOCK ROW statement.  C、Decrease the number of I/O servers.  D、Increase the locklist parameter. 

考题 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.

考题 class Work implements Runnable {  Thread other;   Work(Thread other) { this.other = other; }  public void run() {  try { other.join(); } catch (Exception e) { }  System.out.print("after join ");  } }  class Launch {  public static void main(String [] args) {  new Thread(new Work(Thread.currentThread())).start();  System.out.print("after start ");  } }  结果为:()A、after joinB、after startC、after join after startD、after start after join

考题 You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application.You need to ensure that on deployment, the application meets the following requirements:  (1)It is executed on the client computer   (2)It is removed from the client computer after the application is closed   (3)It is not displayed in theAdd/Remove programs panel on the client computer    What should you do?()A、Deploy the application to a central network server.Access the application by using the Remote Desktop Connection tool.B、Deploy the application by using the ClickOnce technology.Use the Mage exe tool to set the Online Only option in the deployment manifest.C、Deploy the application by using the ClickOnce technology.Set the Install attribute of the deployment tag to true in the deployment manifest.D、Deploy the application to a CDROM by using the ClickOnce technology.Execute the application from the CDROM

考题 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 Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology.  The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()A、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.B、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.C、Create a new certificatetrust list (CTL).Install the CTL on the server that has the ClickOnce application published.D、Create a new certificate trust list (CTL).Request the network administrator to deploy the CTL by using Group Policy.

考题 Your 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 fails intermittently. After each failure, you manually restart the service. You need to ensure that the application starts automatically after a failure. What should you do?()A、From the Services snap-in, modify the Log On settings of the service.B、From the Services snap-in, modify the Recovery settings of the service.C、From the properties of the application executable, set the compatibility mode to Windows 2000.D、From the properties of the application executable, enable the Allow non-administrators to run this program setting.

考题 You use Microsoft .NET Framework 4 to create a Windows application. You use ClickOnce technology to install the application on computers that run Windows 7 with User Access Control (UAC) enabled. The application requires access to environment variables on each computer. You need to ensure that users who do not have administrative permissions can install the application. Which deployment method should you use? ()A、Start from Web.B、Install from Web.C、Start from network shareD、Install from network share.

考题 You have configured the system to purge mailboxes after 8 days of being deleted. You need to receive a notification when the mailboxes are purged. What should you do?()A、Start a data collectorB、Start an event viewer subscriptionC、Add a task to the application event logD、Modify the properties of the mailbox database

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

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

考题 单选题You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to deploy a new Applciation.You need to ensure that on deployment, the application meets the following requirements;    (1)It is executed on the client computer.   (2)It is removed from the client computer after the application closed.   (3)It is not displayed in the Add/Remove programs panel on the client computer.     What sould you do?()A Deploy the application to a central network server.- Access the application by using hte Remote Desktop Connection tool.B Deploy the application by using the ClickOnce technology.- Use the Mage.exe tool to set the Online Only option in the deployment manifest.C Deploy the application by using the ClickOnce technologoy.- Set the Install attiribute of the deployment tag to true in the deployment manifest.D Deploy the application to a CD-ROM by using the ClickOnce technology. - Execute the application from the CD-ROM.

考题 单选题Your network contains an Active Directory forest. The functional level of the forest is Windows Server  2008 R2.   Your companys corporate security policy states that the password for each user account must be  changed at least every 45 days.   You have a user account named Service1. Service1 is used by a network application named Application1.   Every 45 days, Application1 fails.   After resetting the password for Service1, Application1 runs properly.   You need to resolve the issue that causes Application1 to fail. The solution must adhere to the corporate  security policy.   What should you do()A Run the Set-ADAccountControl cmdlet.B Run the Set-ADServiceAccount cmdlet.C Create a new password policy.D Create a new Password Settings object (PSO).

考题 单选题You are using windows installer to deploy an application to 750 Windows 2000 Professional computers on your network. The network includes organizational unit (OU) named sales. A Group Policy object (GPO) is created for the Sales OU. You want to deploy that application in such a way that the shortcuts of that application should be created on the used desktop as well as in start-menu. When a user first click on the shortcut or try to open any file whose extension is associated with that application, then that application should automatically install on the computer. What should you do to accomplish this task?()A Using GPO, publish that application at user levelB Using GPO, assign that application at the user levelC Using GPO, publish that application at computer levelD Using GPO, assign that application at the computer level.

考题 单选题You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new Windows Presentation Foundation (WPF) XAML browser application (XBAP).The deployment must meet the following requirements:  (1)shortcut is added to the Start menu   (2)The most recent version of the application is installed and executed on client computers   (3)Users can uninstall the application from the control panel    You need to identify a deployment technology that meets the specified requirements.You want to achieve this goal by using the minimum amount of development effort. Which deployment technology should you use?()A XCOPYB ClickOnceC MicrosoftWindows InstallerD Remote Desktop connections

考题 单选题Which phase and service component includes comparing the solution requirements with the bill of materials and high-level design in order to finalize the detailed business and technology requirements for the Cisco Unified Communications solution()A Plan - Application Readiness ValidationB Prepare - Proof of ConceptC Prepare - Technology Strategy DevelopmentD Plan - Systems Requirements Validation

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

考题 单选题You create Windows Forms applications by using the .NET Framework 3.5. You plan to deploy a new application by using the ClickOnce technology.During deployment, the application performs the following tasks: (1)Modifies registry keys   (2)Modifies the files located in the %PROGRAM FILES% folder  (3)Administrative permissions are not granted to users who install the application    You need to ensure that the following requirements are met:  (1)The application can be deployed to Windows Vista client computers that are not part of an Active Directory domain  (2)When the application is deployed, users are not prompted to elevate their permissions    What should you do?()A Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.B Create a manifest and set the RequestedExecutionLevel level attribute to As Administrator.C Create a new certificate trust list (CTL).Use the CertMgr.exe tool to install the CTL on the local computer.D Create a new certificate trust list (CTL).Install the CTL on the server that has theClickOnce application published.