Keep environmental data in the global settings of domain and the application can read it from the domain where it runs.
Keep environmental data in Deployment Plan XML files. It allows you to change parameters in the deployment descriptor without opening the archive file.
Keep environmental data in the database because it is the most effective way of parametrizing the environment.
Keep archive in exploded format so the customer does not have to open the archive files.
Eliminate all environmental settings from the application. There should not to be any environmental settings in the application.
第1题:
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?()
第2题:
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?()
第3题:
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? ()
第4题:
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?()
第5题:
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 ?()
第6题:
Use Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J installation and redeploy the application.
Use SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic configuration files.
Use 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.
Use the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support libraries and redeploy the application.
Use SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.
第7题:
the XCOPY command-line tool
the Copy Web Site tool
the Web Deployment tool
the Publish Web Site utility
第8题:
Deploy the application to a central network server.Access the application by using the Remote Desktop Connection tool.
Deploy the application by using the ClickOnce technology.Use the Mage exe tool to set the Online Only option in the deployment manifest.
Deploy the application by using the ClickOnce technology.Set the Install attribute of the deployment tag to true in the deployment manifest.
Deploy the application to a CDROM by using the ClickOnce technology.Execute the application from the CDROM
第9题:
Sessions can't be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low.
Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application.
Change Hotspot to JRockit. Sessions can't be preserved on HotSpot when redeploying application.
Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions.
Open a service request with Oracle Support. This is unexpected behavior. Sessions are preserved without any extra settings.
第10题:
XCOPY
ClickOnce
MicrosoftWindows Installer
Remote Desktop connections
第11题:
Restart Microsoft Internet Information Services (IIS). Then click the Install hyperlink again.
Open Visual Studio command prompt and run mage -cc. Then click the Install hyperlink again.
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 again
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
第12题:
software installation with Group Policy
Microsoft Application Virtualization (App-V)
Lite Touch Installation
software deployment with Microsoft System Center Configuration Manager 2007
第13题:
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? ()
第14题:
Which two of the following are the imposed restrictions to production redeployment in WebLogic Server ?()
第15题:
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?()
第16题:
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? ()
第17题:
Install Windows 2003 using the F6 supply Mass Storage Controller option
Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director Edition
Deploy Customer’s existing image and use UXSPi to update IBM specific drivers
Use ServerGuide to install Windows 2003
第18题:
In isolated storage.
On the database server.
In the ClickOnce data directory.
In the App.config file of the application.
第19题:
Start from Web.
Install from Web.
Start from network share
Install from network share.
第20题:
RemoteApp and Desktop Connections
software installation in Group Policy
Microsoft Application Virtualization (App-V)
Microsoft System Center Configuration Manager 2007
第21题:
UseServerGuide to install Windows 2003rchase PowerVM Standard Edition for the entire system
Install Windows 2003 using the F6 supply Mass Storage Controller option
Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director Edition
Deploy Customer’s existing image and useUXSPi to update IBM specific drivers
第22题:
Modify the application settings by using the Web Site Administration Tool.
Modify the application settings by using the Visual Studio property page editor for the project.
Modify the application settings by using the resource editor.
Modify the application settings by using the Visual Studio start options editor.
第23题:
Check if archive file in the compressed version has a new REDEPLOY file.
If server was started in the Development Mode. Auto-deployment is not supported in production mode.
If the application includes an EJB 3 module. Auto-deployment is not supported for EJBs.
You change JVM from HotSpot to JRockit. Auto-deployment is not supported in HotSpot auto deployment.
If the domain is a single-server domain. Auto-deployment is not supported in multiserver domains.