niusouti.com

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

题目
单选题
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”相关问题
  • 第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?()

    • 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. 

    正确答案:B

  • 第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?()

    • 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.

    正确答案:B,E

  • 第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? ()

    • 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.

    正确答案:A

  • 第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?()

    • A、 In isolated storage.
    • B、 On the database server.
    • C、 In the ClickOnce data directory.
    • D、 In the App.config file of the application.

    正确答案:A

  • 第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 ?()

    • 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 again
    • D、 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

    正确答案:C

  • 第6题:

    多选题
    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?()
    A

    Use Oracle Upgrade Manager to create a new WebLogic domain template from an OAS/OC4J  installation and redeploy the application.

    B

    Use SmartUpgrade to analyze the OAS/OC4J server configuration and create WebLogic  configuration files.

    C

    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.

    D

    Use the Configuration Wizard to extend an existing WebLogic domain with OAS/OC4J support  libraries and redeploy the application.

    E

    Use SmartUpgrade to generate application artifacts and deployment descriptors that can be deployed to WebLogic.


    正确答案: C,B
    解析: 暂无解析

  • 第7题:

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

    B

    the Copy Web Site tool

    C

    the Web Deployment tool

    D

    the Publish Web Site utility


    正确答案: B
    解析: 暂无解析

  • 第8题:

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


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    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
    解析: 暂无解析

  • 第10题:

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

    XCOPY

    B

    ClickOnce

    C

    MicrosoftWindows Installer

    D

    Remote Desktop connections


    正确答案: B
    解析: 暂无解析

  • 第11题:

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

    D

     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


    正确答案: D
    解析: 暂无解析

  • 第12题:

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

    B

    Microsoft Application Virtualization (App-V)

    C

    Lite Touch Installation

    D

    software deployment with Microsoft System Center Configuration Manager 2007


    正确答案: D
    解析: 暂无解析

  • 第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? ()

    • 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.

    正确答案:D

  • 第14题:

    Which two of the following are the imposed restrictions to production redeployment in WebLogic Server ?()

    • A、 Can’t cahnge application’s deployment targets
    • B、 Can’t cahnge application’s security model
    • C、 Can’t cahnge application’s node manager
    • D、 Can’t cahnge application’s persistent store settings

    正确答案:A,B

  • 第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?()

    • A、RemoteApp and Desktop Connections
    • B、software installation in Group Policy
    • C、Microsoft Application Virtualization (App-V)
    • D、Microsoft System Center Configuration Manager 2007

    正确答案:A

  • 第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? ()

    • A、 Start from Web.
    • B、 Install from Web.
    • C、 Start from network share
    • D、 Install from network share.

    正确答案:D

  • 第17题:

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

    B

    Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director Edition

    C

    Deploy Customer’s existing image and use UXSPi to update IBM specific drivers

    D

    Use ServerGuide to install Windows 2003


    正确答案: A
    解析: 暂无解析

  • 第18题:

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


    正确答案: B
    解析: 暂无解析

  • 第19题:

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

    D

     Install from network share.


    正确答案: C
    解析: 暂无解析

  • 第20题:

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

    B

    software installation in Group Policy

    C

    Microsoft Application Virtualization (App-V)

    D

    Microsoft System Center Configuration Manager 2007


    正确答案: D
    解析: 暂无解析

  • 第21题:

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

    B

    Install Windows 2003 using the F6 supply Mass Storage Controller option

    C

    Replace Customer’s deployment solution with Tivoli Provisioning Manager for OS Deployment Director Edition

    D

    Deploy Customer’s existing image and useUXSPi to update IBM specific drivers


    正确答案: B
    解析: 暂无解析

  • 第22题:

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


    正确答案: B
    解析: 暂无解析

  • 第23题:

    多选题
    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.


    正确答案: A,C
    解析: 暂无解析