Question 71

You are tasked with creating an Extension Template for an existing domain.
What are three options that are presented during the extension creation process? (Choose three.)
  • Question 72

    Even though your company has a thorough procedure for testing applications in a pre- production environment prior to production deployment, you have decided to conduct additional testing of a particular application after it is deployed. You choose to deploy the application in administration mode.
    Which three statements are true? (Choose three.)
  • Question 73

    For some reason, servers in your domain are failing. The host machines are pingable and the WebLogic JVM processes are running but the getState()method on the ServerRuntimeMBeanreports FAILED.
    In the future, when this happens, you want these failed servers to be shut down and then restarted automatically without human intervention. At the same time, you want to constrain how much time will be spent restarting those servers and how many restart attempts will be made.
    Pick the two options that would help with this situation. (Choose two.)
  • Question 74

    You are troubleshooting an issue with a WLS data source. However, your attempt to execute a manual test on the connection pool fails when you invoke the testPool() method on the corresponding JDBCDataSourceRuntimeMBean.
    Which configuration condition would contribute to the failure of executing the test? (Choose the best answer.)
  • Question 75

    You need to update a database accessed by an application that uses a WebLogic server data source. It has been decided that the data source on WLS should first be shut down.
    You have been asked to advise as to whether they should execute a shutdown()or a forceShutdown() on the corresponding JDBCDataSourceRuntimeMBean.
    Which two statements are true regarding the impact on the application that is using that data source? (Choose two.)