Oracle WebLogic Server Fundamentals
Test your knowledge of Oracle WebLogic Server administration, configuration, and deployment concepts including domains, clusters, managed servers, and deployment modes.
Questions
What is wrong with the following code ? 4. <% 5. if(strPassword.equals("boss")) 6. { 7. <jsp:forward page="Welcome.jsp" flush="true"/> 8. } 9. else 10. { 11. <jsp:forward page="Login.jsp" flush="true"/> 12. } 13. %>
- Unmatched bracket in for statement
- Flush attribute must be false
- Keyword 'file' should be used instead of 'page' in the <jsp:forward/> action
- Actions cannot be used within scriptlet blocks
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
Managed servers host the application components and resources which are also deployed and managed as part of the domain.
- True
- False
A domain can have ONLY one cluster.
- True
- False
A domain can have ONLY one cluster.
- True
- False
WebLogic Server is a
- a. HTTP server
- b. Web server
- c. Application server
- d. None of the above
A WebLogic server can deploy following files
- a. Only WAR files
- b. Only EAR files
- c. Only SAR files
- d. All of the above.
A WebLogic server can be installed and configured only on a Windows machine.
- True
- False
A Managed server can be started as:
- a. Independent
- b. Dependent
- c. Quasi Dependent
- d. None of the above
A WebLogic Server has following modes:
- a. Development
- b. Staging
- c. Production
- d. None of the above
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
Managed servers host the application components and resources which are also deployed and managed as part of the domain.
- True
- False
A domain can have ONLY one cluster
- True
- False
WebLogic Server is a
- a. HTTP server
- b. Web server
- c. Application server
- d. None of the above
A WebLogic server can deploy following files
- a. Only WAR files
- b. Only EAR files
- c. Only SAR files
- d. All of the above.
A WebLogic server can be installed and configured only on a Windows machine
- True
- False
A Managed server can be started as:
- a. Independent
- b. Dependent
- c. Quasi Dependent
- d. None of the above
A WebLogic Server has following modes
- a. Development
- b. Staging
- c. Production
- d. None of the above