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

题目内容 (请给出正确答案)
单选题
A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.    What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()
A

Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.

B

Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.

C

Keep environmental data in the database because it is the most effective way of parametrizing the environment.  

D

Keep archive in exploded format so the customer does not have to open the archive files.

E

Eliminate all environmental settings from the application. There should not to be any environmental settings in the application. 


参考答案

参考解析
解析: 暂无解析
更多 “单选题A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.    What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()A Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.B Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.C Keep environmental data in the database because it is the most effective way of parametrizing the environment.  D Keep archive in exploded format so the customer does not have to open the archive files.E Eliminate all environmental settings from the application. There should not to be any environmental settings in the application. ” 相关考题
考题 You are deploying an ASP.NET Web application to a remote server. You need to choose a deployment method that will ensure that all IIS settings, in addition to the Web content, will deploy to the remote server. Which deployment method should you choose?()A、the XCOPY command-line toolB、the Copy Web Site toolC、the Web Deployment toolD、the Publish Web Site utility

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

考题 Your company has an organizational unit named Production. The Production organizational unit  has a child organizational unit named RD. You create a GPO named Software Deployment and  link it to the Production organizational unit.     You create a shadow group for the RD organizational unit. You need to deploy an application to  users in the Production organizational unit. You also need to ensure that the application is not  deployed to users in the RD organizational unit.     What are two possible ways to achieve this goal()A、Configure the Enforce setting on the software deployment GPO.B、Configure the Block Inheritance setting on the RD organizational unit.C、Configure the Block Inheritance setting on the Production organizational unit.D、Configure security filtering on the Software Deployment GPO to Deny Apply group policy for the RD security group

考题 A Customer has a proprietary server deployment solution that uses a combination of disk imaging and application pushing technology. They need to get a working Windows 2003 image for their new servers as soon as possible for deployment with their provisioning system. Which of the following methods can achieve this?()A、UseServerGuide to install Windows 2003rchase PowerVM Standard Edition for the entire systemB、Install Windows 2003 using the F6 supply Mass Storage Controller optionC、Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director EditionD、Deploy Customer’s existing image and useUXSPi to update IBM specific drivers

考题 A customer stores environmental settings in the deployment descriptors of an application. Whenever they promote the application version from testing to the production environment, they need to open the archive and modify the deployment descriptor. This process is against their security policy.    What approach should you recommend to leverage WebLogic features such that they do not have to modify the application archive for different environments?()A、Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.B、Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.C、Keep environmental data in the database because it is the most effective way of parametrizing the environment.  D、Keep archive in exploded format so the customer does not have to open the archive files.E、Eliminate all environmental settings from the application. There should not to be any environmental settings in the application. 

考题 A customer claims that while redeploying a web application in the production system all their  customers are having to log in again. What do you recommend? ()A、Sessions can't be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low.  B、Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application.  C、Change Hotspot to JRockit. Sessions can't be preserved on HotSpot when redeploying application. D、Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions.E、Open a service request with Oracle Support. This is unexpected behavior. Sessions are  preserved without any extra settings.

考题 A customer has a development environment that uses the auto-deployment feature. The customer  claims the application is not redeployed even if the new version is copied to an application  subdirectory. Which two parameters of the configuration should you check?()A、Check if archive file in the compressed version has a new REDEPLOY file.  B、If server was started in the Development Mode. Auto-deployment is not supported in production  mode.  C、If the application includes an EJB 3 module. Auto-deployment is not supported for EJBs.D、You change JVM from HotSpot to JRockit. Auto-deployment is not supported in HotSpot auto  deployment.  E、If the domain is a single-server domain. Auto-deployment is not supported in multiserver  domains.

考题 Which two of the following are the imposed restrictions to production redeployment in WebLogic Server ?()A、 Can’t cahnge application’s deployment targetsB、 Can’t cahnge application’s security modelC、 Can’t cahnge application’s node managerD、 Can’t cahnge application’s persistent store settings

考题 You develop a Web application. Your application contains two settings in the Web.config file. You deploy your application to production. You need to modify the application settings in the production environment without manually editing the XML markup in the Web.config file. What should you do? ()A、Modify the application settings by using the Web Site Administration Tool.B、Modify the application settings by using the Visual Studio property page editor for the project.C、Modify the application settings by using the resource editor.D、Modify the application settings by using the Visual Studio start options editor.

考题 Your company has a single Active Directory Domain Services (AD DS) domain with Windows Server 2008 R2 member servers and 1,000 Windows 7 client computers. You are designing the deployment of a custom application.   You have the following requirements:   The application must be available to only users who need it. Minimize network traffic during deployment.   You need to design a deployment strategy that meets the requirements.   Which deployment method should you use?()A、RemoteApp and Desktop ConnectionsB、software installation in Group PolicyC、Microsoft Application Virtualization (App-V)D、Microsoft System Center Configuration Manager 2007

考题 You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You use the ClickOnce deployment methodology to distribute the application. You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. Where should you store the application data?()A、In isolated storage.B、On the database server.C、In the ClickOnce data directory.D、In the App.config file of the application.

考题 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 are developing and XBAP application for your company intranet. During several development iterations, you manually executable, application, and deployement manifest to the test Web Server. You create an HTML file that has a manifest that you use for testing. During the next iteration, you enchance the XBAP application by making changes. When you use the hyperlink to the deployment manifest to test the deployment, you do not see the changes. You need to ensure that the changes you make are visible when you test the deployment from your machine. What should you do ?()A、Restart Microsoft Internet Information Services (IIS). Then click the Install hyperlink again.B、Open Visual Studio command prompt and run mage -cc. Then click the Install hyperlink again.C、Delete the application, deployment, and executable files from Web Server. Then rebuild the XBAP solution files from the project bin directory to the Web Server and click the Install hyperlink againD、Delete the application, deployment, and executable files from Web Server. Then recopy the same files to the Web Server, restart IIS and click the Install hyperlink again

考题 单选题A Customer has a functional server deployment solution that uses a combination of disk imaging and application pushing technology. They need to get a working Windows 2003 image for their new servers as soon as possible. What method can achieve this?()A Install Windows 2003 using the F6 supply Mass Storage Controller optionB Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director EditionC Deploy Customer’s existing image and use UXSPi to update IBM specific driversD Use ServerGuide to install Windows 2003

考题 多选题A customer needs to analyze an application that was developed for Oracle Application Server 10gR2 or 10gR3 (OC4J) in order to prepare to upgrade the infrastructure to WebLogic 12c. The customer wants understand the changes required to be made to the application and how to configure WebLogic in to support the newly upgraded application.    Which three actions would you recommend for upgrading the customer's application and server configuration?()AUse Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J  installation and redeploy the application.BUse SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic  configuration files.CUse SmartUpgrade to analyze the application archive (EAR/WAR/JAR) Source Directory or IDeveloper project and generate a report that describes the areas of the application that need to be updated.DUse the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support  libraries and redeploy the application.EUse SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.

考题 单选题You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. You use the ClickOnce deployment methodology to distribute the application. You need to store application-specific data along with read/write permissions without requiring elevated permissions for the application. Where should you store the application data?()A In isolated storage.B On the database server.C In the ClickOnce data directory.D In the App.config file of the application.

考题 单选题You are deploying an ASP.NET Web application to a remote server. You need to choose a deployment method that will ensure that all IIS settings, in addition to the Web content, will deploy to the remote server. Which deployment method should you choose?()A the XCOPY command-line toolB the Copy Web Site toolC the Web Deployment toolD the Publish Web Site utility

考题 单选题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 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 company has a single Active Directory Domain Services (AD DS) domain with Windows Server 2008 R2 member servers and 1,000 Windows 7 client computers. You are designing the deployment of a custom application.   You have the following requirements:   The application must be available to only users who need it. Minimize network traffic during deployment.   You need to design a deployment strategy that meets the requirements.   Which deployment method should you use?()A RemoteApp and Desktop ConnectionsB software installation in Group PolicyC Microsoft Application Virtualization (App-V)D Microsoft System Center Configuration Manager 2007

考题 单选题A customer claims that while redeploying a web application in the production system all their  customers are having to log in again. What do you recommend? ()A Sessions can't be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low.  B Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application.  C Change Hotspot to JRockit. Sessions can't be preserved on HotSpot when redeploying application. D Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions.E Open a service request with Oracle Support. This is unexpected behavior. Sessions are  preserved without any extra settings.

考题 单选题A Customer has a proprietary server deployment solution that uses a combination of disk imaging and application pushing technology. They need to get a working Windows 2003 image for their new servers as soon as possible for deployment with their provisioning system. Which of the following methods can achieve this?()A UseServerGuide to install Windows 2003rchase PowerVM Standard Edition for the entire systemB Install Windows 2003 using the F6 supply Mass Storage Controller optionC Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director EditionD Deploy Customer’s existing image and useUXSPi to update IBM specific drivers

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

考题 单选题You develop a Web application. Your application contains two settings in the Web.config file. You deploy your application to production. You need to modify the application settings in the production environment without manually editing the XML markup in the Web.config file. What should you do?()A Modify the application settings by using the Web Site Administration Tool.B Modify the application settings by using the Visual Studio property page editor for the project.C Modify the application settings by using the resource editor.D Modify the application settings by using the Visual Studio start options editor.

考题 单选题You are developing and XBAP application for your company intranet. During several development iterations, you manually executable, application, and deployement manifest to the test Web Server. You create an HTML file that has a manifest that you use for testing. During the next iteration, you enchance the XBAP application by making changes. When you use the hyperlink to the deployment manifest to test the deployment, you do not see the changes. You need to ensure that the changes you make are visible when you test the deployment from your machine. What should you do ?()A Restart Microsoft Internet Information Services (IIS). Then click the Install hyperlink again.B Open Visual Studio command prompt and run mage -cc. Then click the Install hyperlink again.C Delete the application, deployment, and executable files from Web Server. Then rebuild the XBAP solution files from the project bin directory to the Web Server and click the Install hyperlink againD Delete the application, deployment, and executable files from Web Server. Then recopy the same files to the Web Server, restart IIS and click the Install hyperlink again

考题 多选题A customer has a development environment that uses the auto-deployment feature. The customer  claims the application is not redeployed even if the new version is copied to an application  subdirectory. Which two parameters of the configuration should you check?()ACheck if archive file in the compressed version has a new REDEPLOY file.BIf server was started in the Development Mode. Auto-deployment is not supported in production  mode.CIf the application includes an EJB 3 module. Auto-deployment is not supported for EJBs.DYou change JVM from HotSpot to JRockit. Auto-deployment is not supported in HotSpot auto  deployment.EIf the domain is a single-server domain. Auto-deployment is not supported in multiserver  domains.

考题 单选题Your company has a single Active Directory Domain Services (AD DS) domain and 1,000 Windows 7 computers.  You are planning to deploy a custom application.   You need to schedule the deployment to occur outside of business hours and without user interaction.   Which deployment method should you choose?()A software installation with Group PolicyB Microsoft Application Virtualization (App-V)C Lite Touch InstallationD software deployment with Microsoft System Center Configuration Manager 2007