You are troubleshooting an issue with a WLS data source. However, your attempt to execute a manual test on the connection pool fails when you invoke the testPool() method on the corresponding JDBCDataSourceRuntimeMBean.
Which configuration condition would contribute to the failure of executing the test? (Choose the best answer.)
A. The TestTableName property is either not set or is set to an invalid SQL statement.
B. The TestFrequencySeconds property is set to a value greater than 0.
C. The TestReservedConnections property is enabled.
D. The ManualTestEnabled property is set to false.
E. The ConnectionReserveTimeoutSeconds property is set to a value other than -1.
What are two differences between a group and a role? (Choose two.)
A. Groups are static and roles are dynamic and conditional.
B. Roles can be scoped to applications and groups are only global.
C. Roles are static and groups are dynamic and conditional.
D. Groups can be scoped to applications and roles are only global.
E. Groups can contain roles but roles cannot contain groups.
Examine the domain diagram: Assume all servers are up and running and you have just started an offline WLST interactive session. Assume further that the username/password "weblogic/Welcome1" maps to a valid administrator.

You type two lines of WLST code: connect(`weblogic',`Welcome1',`host02.acme.com:7101') print cmo.getType() + `:' + cmo.getName()
What will be printed? (Choose the best answer.)
A. Domain:TestDomain
B. DomainRuntime:server03
C. Server:server03
D. Machine:machine02
E. Session:weblogic
My domain consists of an administration server and two managed servers. During runtime, my administration server has crashed and I wish to start the managed servers in MSI mode.
Which two files need to be copied from the admin server to the managed servers when starting them in this mode? (Choose two.)
A. config.xml
B. AdminServer.log
C. SerializedSystemIni.dat
D. access.log
E. MSI.xml
You have an application already deployed in a production environment that needs a modification to one of its tuning parameters. Currently, that tuning parameter has a default value since there was neither a deployment descriptor used nor a deployment plan included with the application deployment. You now attempt to use the Administration Console web application to make a dynamic modification to that parameter.
Which statement is true? (Choose the best answer.)
A. A new deployment plan will be generated and saved at the indicated location.
B. The modification attempt will fail because there is no deployment descriptor included within the application.
C. The modification attempt will fail because there is no existing deployment plan associated with the application.
D. A new skeleton plan.xml will be generated if a plan folder is detected with the deployed application.
Your architecture requires that you create 100 JMS Queues with similar, though not necessarily identical, configuration settings.
Which entity will help you carry out the task efficiently? (Choose the best answer.)
A. JMS Distributed Destination
B. JMS Foreign Server
C. JMS Template
D. JMS Destination Key
You are using the WebLogic Diagnostic Framework (WLDF) to monitor your domain for certain scenarios
based on runtime data of your running servers. Different groups are responsible for different aspects of the
application.
As a result, your configuration must fulfill the following requirements:
Notifications must be sent only to the correct group that is responsible for the respective part of the
application.
You must ensure that you can enable and disable monitoring for each level whenever it is needed.
How would you configure WLDF watches and notifications to achieve this result? (Choose the best
answer.)
A. Configure a single module with a watch for each area, and use a notification filter to send an email to the correct group for each area.
B. Configure a module for each area with a watch that triggers a notification email for the group responsible for that area.
C. Configure a single module with a watch for each area, and each watch triggers a notification email for the group responsible for that area.
D. Configure a module for each area with a watch that uses a notification filter to send an email to the correct group for each area.
You are required to configure SSL for an instance of WebLogic Server in a production environment. You have already created your self-signed certificate within the myKeyStore.jks keystore. You must now obtain a new digital certificate from a trusted Certificate Authority.
Which command do you use to start the process? (Choose the best answer.)
A. keytool -gencert -alias myCertName -infile myCertName.csr -outfile myCertName.der
B. keytool -certreq -alias myCertName -file myCertName.csr –keystore myKeyStore.jks
C. keytool -printcertreq -alias myCertName -file myCertName.csr –keystore myKeyStore.jks
D. keytool -genkeypair -alias myCertName –dname “CN=MyCert” –keystore myKeyStore.jks
Review the image below. It depicts the architecture for the WebLogic Server auditing.

Where in the architecture does WebLogic apply audit configuration parameters that determine if an audit message is logged? (Choose the best answer.)
A. Authorization provider
B. Authentication provider
C. Auditor service
D. Audit provider
You are reviewing the scheduled maintenance of your domain after adding a new cluster.
Which statement is true when configuring a migratable target within a WebLogic Server cluster? (Choose the best answer.)
A. Allow Post-Migration Script To Run On a Different Machine is selected by default.
B. The default server migration policy is Auto-Migrate Exactly-once Services.
C. The participating cluster should include at least one configured server.
D. An automatically migrated service will always be hosted on the specified User Preferred Server.