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
Identify three properties required by the domain Configuration Wizard when creating a new domain.
A. machine name
B. Managed Server name
C. domain startup mode
D. domain name
E. administrator username and password
Which three statements are true about WebLogic clusters?
A. Clusters provide clients with transparent failover.
B. EJB applications can be targeted to an entire cluster.
C. All cluster members must bind to the same port number.
D. Cluster members replicate application data by using heartbeats.
E. Cluster members can be associated with one or more domains.
F. Web applications require a proxy in order to be used in a cluster.
You monitor a running JDBC data source with the console and note the following values:
Current Capacity = 10 Current Capacity High Count = 20
Identify two plausible explanations for these metrics.
A. The pool size has increased.
B. The pool size has decreased.
C. The workload was higher than it is now.
D. The workload was lower than it is now.
E. The statement cache size is 10.
F. The statement cache size is 20.
You monitor a running JMS topic with the console and note the following values:
Consumers Current = 3 Message Current = 1 Message Pending = 0 These values do not change for several minutes. Which is the most plausible explanation?
A. Production on the topic has been paused.
B. A message arrived after a durable subscribe disconnected from the topic.
C. One of the consumers received a message but did not acknowledge it.
D. None of the consumers are durable subscribes.
Which statement best describes WebLog's default application staging behavior?
A. The Administration Sever distributes application files when the application is first accessed by a client.
B. The Administration Sever copied application files to a database that is shared with the Managed Servers.
C. The Managed Servers obtain application files from a disk that is shared with the Administration Server.
D. The Administration Sever distributes copied of application files over the network to the Managed Servers.
Which answer best describes how you can start the Java-based version of the Node Manager?
A. W1scontrol.sh (.cmd in Windows)
B. Wisifconfig.sh (.cmd in Windows)
C. startNodeManager.sh (.cmd in Windows)
D. startNM.sh (.cmd in Windows)
Consider a domain with an existing JDBC data source, which connects to an Oracle database. Your administrator requests that the JDBC connections to this database now specify a different username. Which data source attribute would you modify to implement this requirement?
A. Properties
B. Credentials
C. Initial Capacity
D. Test Table
E. URL
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.
Which four statements are true about WLST?
A. You can create a domain with WLST.
B. WLST commands are case-insensitive.
C. You can shut down servers with WLST.
D. All WLST commands include parentheses.
E. WLST is based on the Perl scripting language.
F. You can connect to any server through WLST.
G. The Administration Server needs to be running to use WLST.