In WLST, you enter the shutdown () command with no arguments. Which statement is true in this case?
A. The server you are connected to will shut down.
B. The command does a "Force" shutdown.
C. The command blocks user interaction.
D. The command has timeout of 30,000 milliseconds.
Which three tasks can be performed by the Node manager?
A. Start a server.
B. Define a node server.
C. Host the Node Manager console.
D. Automatically restart a failed server.
E. Kill a failed application on a server.
F. Kill the process of a server that did not shut down properly.
Identify two reasons for defining machines and assigning servers to them in Weblogic Server.
A. A machine can be the proxy to a cluster.
B. A machine definition is required to configure the Node Manager.
C. To reference an instance of WebLogic Server, you must know its machine and port.
D. Machine is a required organizational unit. A domain contains machines and machines contain servers.
E. WebLogic Server uses server machine assignments to help it choose servers in a cluster on which to replicate session state.
F. The machine's Cluster Weight attribute may be used by load balancers to help them determine how often to send requests to servers assigned to that machine.
You received a signed certificate from a Certificate Authority and you wish to use the keytool command-line utility to store it in your keystore. Which command of keytool would you us
A. genkey pair
B. import cert
C. gensockey
D. importkeystore
E. storepasswd
YCMJ are viewing the deployments in the administration console. A web application that is targeted to the Managed Server named server01 has a State of "Now." Which statement best explains this State?
A. Server01 is running and the application has been installed.
B. Sarver01 is shut down and the application has been installed.
C. Server01 is running and the application has not been installed.
D. Server01 is shut down and the application has not been installed.
E. Server01 is running and the application was installed for the first time.
F. Server01 is running and the application has been installed, but is not servicing requests.
Which three methods does WebLogic provide to implement persistent JMS messaging?
A. Create a file store and assign it to a JMS server.
B. Create a JDBC store and assign it to a JMS server.
C. Configure a file store within a JMS module.
D. Configure the domain's default store.
E. Use the target server's default store.
What is the default Staging Mode for servers?
A. No-Stage
B. Stage
C. External Stage
D. Use the defaults defined by the deployment targets
E. Copy the application onto every target for me
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
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
Which four tasks can be accomplished in the administration console only after the configuration is locked?
A. deploying an application
B. changing console preferences
C. creating a new JMS Server
D. monitoring the health of a server
E. enabling the Administrator Port
F. creating a new Managed Server
G. adding a new user to the default authentication provider
Indentify two attributes of a JMS server.
A. Target
B. Persistent Store
C. Destination
D. Connection Factory
E. Store and Forward
You are deploying an EAR by using the administration console. You are part way through the process. In the administration console, you see that the EAR has the State of "Prepared." What can you do in the administration console to bring the deployment to the "Active" State?
A. Select it and click the Install button.
B. Select it, and then from the Install drop-down list, select "Servicing all requests"
C. Select it, and then from the update drop-down list, select "Servicing all requests"
D. Select it, and then from the Start drop-down list, select "Servicing all requests"
E. Select it, and then from the Start drop-down list, select "Servicing only administration requests"
Indentify two server attributes that you must configure to communicate with the server via HTTPS.
A. SSL Listen Address
B. SSL Listen Port
C. SSL Listen Port Enabled
D. Production Mode Enabled
E. Startup Mode
Which two statements are true about data sources that have been created?
A. Data sources must be targeted to a server.
B. Data sources must be bound in the JDNI tree of a server.
C. Data sources are an Oracle WebLogic Server-specific feature.
D. Data sources are tied directly to a connection pool.
E. Data sources are required for a domain.