WebLogic Server Administration
Covers WebLogic Server configuration, administration, management, and troubleshooting including domains, Node Manager, clustering, SSL, and deployment modes.
Questions
Which of the following is a valid WebLogic Server message number
- a. BEA-000215
- b. ORACLE-BEA-000215
- c. MESSAGE-000215
- d. ERROR-000215
Managed Server can be restarted automatically after failure only if
- a. Managed Server is started with flag webLogic.autostart=true
- b. SNMP restart is enabled in Administration server
- c. Node Manager must be configured to auto restart failed servers
- d. Both A & B
- e. Both A & C
During WebLogic server startup if JDBC connection creation fails, what level of error message will be logged in log file?
- a. ERROR
- b. WARNING
- c. INFO
- d. CRITICAL
What are supported modes of installation for WebLogic Server?
- a. Graphical, Console, Secure
- b. Graphical, Console, Silent
- c. Graphical, Network, Silent
- d. Interactive, Console, Silent
For High availability, how should Node Manager is configured in a WebLogic Domain?
- a. Node manager should be run a daemon or service on all machines that host Managed Server
- b. Node manager should be run a daemon or service on machine that host Administration Server
- c. Both a and b
- d. None of the above
If Administration server is not running how can Managed Server start?
- a. Managed Server cannot start without WebLogic Administration Server
- b. Managed server must run in Managed Server Independence (MSI) Mode
- c. Domain Files must be copied to each managed server
- d. The MSI file must be present locally on each server
- e. Both b and d
Node Manager is used for
- a. Killing Managed Server
- b. Auto restarting failed servers
- c. Remotely start and stop Managed Servers
- d. All of above
Applications will be auto deployed if production mode is enabled
- True
- False
Following action will be taken if config.xml gets corrupted
- a. Recreate WebLogic Domain
- b. Start WebLogic Administration Server with autorecover=true
- c. Use config.xml.booted as config.xml
- d. None of the above
Which of following method cannot be used to determine weblogic server version
- a. Server Log
- b. WebLogic Console
- c. Version.txt
- d. weblogic.Admin utility
How to monitor garbage collection?
- a. Using weblogic.Admin utility with parameter GC=True
- b. Examining Domain Log
- c. Starting JVM using –verbose:gcswitch
- d. None of the above
To execute weblogic.Admin tool classpath should be set to?
- a. WL_HOME/common/weblogic.jar
- b. WL_HOME/common/admin.jar
- c. WL_HOME/server/lib/admin.jar
- d. WL_HOME/server/lib/weblogic.jar
A Machine can participate in more than Domain
- True
- False
In Production mode default number of connections in a connection pool is
- a. 15
- b. 25
- c. 10
- d. -1
What is true about SSL
- a. SSL is be configured at Domain Level. All Servers in Domain use same setting
- b. SSL is be configured Server Level. Each Server in domain can have own SSL Setting
- c. SSL is configured at Cluster Level. All Servers that are part of Cluster use same setting.
- d. None of the above
Following is not a correct state of WebLogic Server
- a. RUNNING
- b. PENDING
- c. STANDBY
- d. None of the above
WebLogic Server instances in cluster communicates using Multicast IP
- True
- False
Following parameter is used to set Maximum memory to JVM
- a. –Xms
- b. –Xmx
- c. –Xmax
- d. –Xmn
WebLogic Domain consists of
- a. Two Administration server and one Managed servers
- b. One Administration server and optional Managed servers
- c. One Administration server and two Managed servers
- d. None of the above
Administration Server provides
- a. Central point from which to manage the domain.
- b. Distributed control over a domain.
- c. All the above
- d. None of the above