Oracle Web Grid
ActiveCache
Coherence Grid Edition
WebLogic Session Replication
Coherence Web Edition
第1题:
You are designing a Windows Azure web application. All users authenticate by using their Active Directory Domain Services (AD DS) credentials. You need to recommend an approach for enabling single sign-on for domain-authenticated users. Which two actions should you recommend?()
第2题:
A customer has a critical, performance-sensitive web application that connects to a multinode Oracle RAC database. Which feature of WebLogic can provide significant performance benefit?()
第3题:
A customer has a critical, performance-sensitive web application that connects to a multimode Oracle RAC database. Which feature of WebLogic can provide signification benefit?()
第4题:
You want to enable users of a Web application to modify the Web application's UI and behavior. These modifications must be maintained at the user level so that when users return to the Web application, the changes are still in effect. You need to achieve this goal by using the minimum amount of custom code. What should you do?()
第5题:
You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.If Page.User.Identity.Name <> "CONTOSO/Administrator" Then Response.Redirect("login.aspx")End IfYou are logged on as Administrator. When you display the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()
第6题:
You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error. Which event should you use?()
第7题:
WebAuditEvent
WebEventManager
WebBaseEvent
WebRequestEvent
第8题:
The Web Session Affinity feature of Active GridLink for RAC
WebLogic Clustering
The Transaction Affinity feature of Active GridLink for RAC
Coherence*Web Session Replication
第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题:
Persist control data by using view state.
Use Web Part controls.
Maintain a profile for each user.
Enable session state on the Web application.
第11题:
Net Roles
Net Users
Authentication
IIS Manager Permissions
第12题:
The Web Session Affinity feature of Active GridLink for RAC
WebLogic Clustering
The Transaction Affinity feature of Active GridLink for RAC
Coherence*Web Session Replication
第13题:
When you use WebLogic Management Pack EE, which three operations are enabled compared to managing WebLogic Server only through web console?()
第14题:
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? ()
第15题:
You are planning to migrate an existing web application to Windows Azure. The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified. You need to recommend a strategy for migrating the application to Windows Azure. What should you recommend?()
第16题:
You are designing a Windows Azure web application. The application will be accessible at a standard cloudapp.net URL. You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name. Which type should you recommend?()
第17题:
You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.if (Page.User.Identity.Name != @"CONTOSO/Administrator") { the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()
第18题:
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.
第19题:
management of many WebLogic Server Domains from a single web console
tracking changes in the configuration of WebLogic Domain
automation of provisioning process in the new environment
checking compliance with the licenses that a customer has
visual creation of JDBC DataSource object to Oracle RAC
第20题:
A
CNAME
MX
SRV
第21题:
Start Microsoft IIS 6.0.
Start the Application pool.
Set the .NET Framework version.
Add the Web.config file for the application.
第22题:
Set up vertical partitioning.
Set up horizontal partitioning.
Increase the number of role instances.
Change the role instance size to large.
第23题:
You should change the IIS isolation mode.
You should assign the application to another application pool.
You should configure all applications that are part of your application's application pool in orderto use the same version of ASP.NET.
You should run the Aspnet_regiis.exe Tool.
You should restart the application pool that hosts the application.