Oracle WebLogic Server Fundamentals

Test your knowledge of Oracle WebLogic Server administration, configuration, and deployment concepts including domains, clusters, managed servers, and deployment modes.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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. %>

  1. Unmatched bracket in for statement
  2. Flush attribute must be false
  3. Keyword 'file' should be used instead of 'page' in the <jsp:forward/> action
  4. Actions cannot be used within scriptlet blocks
Question 2 Multiple Choice (Single Answer)

WebLogic Domain consists of

  1. a. Two Administration server and one Managed servers
  2. b. One Administration server and optional Managed servers
  3. c. One Administration server and two Managed servers
  4. d. None of the above
Question 3 Multiple Choice (Single Answer)

Administration Server provides

  1. a. Central point from which to manage the domain.
  2. b. Distributed control over a domain
  3. c. All the above
  4. d. None of the above
Question 4 True/False

Managed servers host the application components and resources which are also deployed and managed as part of the domain.

  1. True
  2. False
Question 5 True/False

A domain can have ONLY one cluster.

  1. True
  2. False
Question 6 True/False

A domain can have ONLY one cluster.

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

WebLogic Server is a

  1. a. HTTP server
  2. b. Web server
  3. c. Application server
  4. d. None of the above
Question 8 Multiple Choice (Single Answer)

A WebLogic server can deploy following files

  1. a. Only WAR files
  2. b. Only EAR files
  3. c. Only SAR files
  4. d. All of the above.
Question 9 True/False

A WebLogic server can be installed and configured only on a Windows machine.

  1. True
  2. False
Question 10 Multiple Choice (Multiple Answers)

A Managed server can be started as:

  1. a. Independent
  2. b. Dependent
  3. c. Quasi Dependent
  4. d. None of the above
Question 11 Multiple Choice (Multiple Answers)

A WebLogic Server has following modes:

  1. a. Development
  2. b. Staging
  3. c. Production
  4. d. None of the above
Question 12 Multiple Choice (Single Answer)

WebLogic Domain consists of

  1. a. Two Administration server and one Managed servers
  2. b. One Administration server and optional Managed servers
  3. c. One Administration server and two Managed servers
  4. d. None of the above
Question 13 Multiple Choice (Single Answer)

Administration Server provides

  1. a. Central point from which to manage the domain.
  2. b. Distributed control over a domain.
  3. c. All the above
  4. d. None of the above
Question 14 True/False

Managed servers host the application components and resources which are also deployed and managed as part of the domain.

  1. True
  2. False
Question 15 True/False

A domain can have ONLY one cluster

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

WebLogic Server is a

  1. a. HTTP server
  2. b. Web server
  3. c. Application server
  4. d. None of the above
Question 17 Multiple Choice (Single Answer)

A WebLogic server can deploy following files

  1. a. Only WAR files
  2. b. Only EAR files
  3. c. Only SAR files
  4. d. All of the above.
Question 18 True/False

A WebLogic server can be installed and configured only on a Windows machine

  1. True
  2. False
Question 19 Multiple Choice (Multiple Answers)

A Managed server can be started as:

  1. a. Independent
  2. b. Dependent
  3. c. Quasi Dependent
  4. d. None of the above
Question 20 Multiple Choice (Multiple Answers)

A WebLogic Server has following modes

  1. a. Development
  2. b. Staging
  3. c. Production
  4. d. None of the above