Which two statements are true about java EE shared libraries?
A. A shared library cannot be deployed to a cluster.
B. An application that is targeted to server1 can use a shared library that is targeted to server 2.
C. Multiple versions of the same shared library can be deployed and be active at the same time
D. A shared library is referenced through an application's deployment descriptor.
Each domain has a directory called servers that contains subdirectories for each server in the domain. Your domain has a managed server named managed1. When will the managed1 directory be created?
A. When the managed1 server is defined in the configuration Wizard
B. When the domain is created
C. When the administration server comes up for the first time
D. When the managed1 server1 comes for the first time
Your server includes an application that uses a generic JDBC data source to connect to a database. However, the network connection between the server and the database is not 100% reliable.
You wish to avoid scenarios in which the application fails due to a failed JDBC connection. Identify two data source attributes to help accomplish this.
A. Statement Cache
B. Pool Reserve Mode
C. Test Table Name
D. Test Connection Mode
E. Test Connections on Reserve
Identify three types of JMS resources that can be configured as a part of a JMS module.
A. JMS Distributed Destination
B. JMS Connection Factory
C. JMS Data Source
D. JMS Destination
E. JMS Server
You run the following WLST script and it completes successfully. Which statement best describes what the script created?

A. A CMO named myserver with the listen address 192.168.1.102 and port 8008
B. A Managed Server named myserver with the listen address 192.168.1.102 and port 7001
C. A Managed Server named myserver with listen address 192.168.1.102 and port 8008
D. An Administration Server named myserver with the listen address 092.168.1.102 and port
You use a web browser to log in to a web application that is deployed to WebLogic Server. When you click link named "publish" on the site, an "Access Denied" message appears. Which two statements must be true about this server's security configuration?
A. The application is not associated with any security roles.
B. Multiple security realms are active at the same time.
C. Your user account is a member of a group.
D. Your user account exists in an authentication provider.
E. A security policy is attached to the "publish" link URL.
View the Exhibit.

You previously deployed an application but later decide to change various configuration parameters, such as timeouts. You access the application's Configuration
tab in the console and make your configurations, as shown in the Exhibit.
In which file does WebLogic record these modifications?
A. config.xml
B. weblogic.xml
C. Application.xml
D. Plan.xml
Which two statements are true about Log Filters?
A. Log Filters are created at the domain level.
B. You do not have to lock the configuration to create Log Filters.
C. You can apply a Log Filter to the server log, but not to standard out.
D. The administration console assists in the creation of Log Filter expressions
The master Embedded LDAP has the capability to back up its data. Which statement is true?
A. The Managed Servers should be shut down when backups are being performed on the Embedded LDAP.
B. The backup feature is enabled by default.
C. The backup feature of the Embedded LDAP should be enabled for all the servers in the domain on a per-basis.
D. The backup is stored in a comma-separated variable format.
You are installing Oracle WebLogic Server 11g for some new developers in the department. They have asked for a very generic installation for development and want you to ensure that the "MedRec" sample domain is included. What should you do to accomplish this?
A. Select the typical installation because the "MedRec" sample domain is included in it.
B. You won't be able to do this, because all the samples were removed from the installer after 10g.
C. Select the custom installation and select Server Examples.
D. After installation, create a sample domain named "MedRec" by using the Configuration Wizard.