You are deploying an application.
Which two are common processes for all three staging modes? (Choose two.)
Which three statements are correct regarding the WLST create command? (Choose three.)
You are troubleshooting an application that uses a WebLogic server data source. You decide to execute a reset() operation on the corresponding JDBCDataSourceRuntimeMBean.
Which statement is true regarding the impact on the application that is using that data source? (Choose the best answer.)
Which two objects can be considered potential clients of a Node Manager? (Choose two.)
Which two statements correctly describe the WLST nmGenBootStartupProps command? (Choose two.)
Examine the domain diagram:
Assume all servers are up and running and you have just started an offline WLST interactive session. Assume further that the username/password “weblogic/Welcome1” maps to a valid administrator.
You type two lines of WLST code:
connect(‘weblogic’,‘Welcome1’,‘host02.acme.com:7101’)
print cmo.getType() + ‘:’ + cmo.getName()
What will be printed? (Choose the best answer.)
You are trying to set up a JMS Session with a specified acknowledgment mode. You want the application that receives the message to explicitly take care of the acknowledgment.
Which option represents a valid choice for the acknowledgment mechanism that you can use? (Choose the best answer.)
I want to configure automatic migration of pinned services from an unhealthy server to another target in the cluster. I wish to configure consensus leasing for this purpose.
Which two statements are true in this scenario? (Choose two.)
You are using the WebLogic Diagnostic Framework (WLDF) to monitor your domain for certain scenarios based on runtime data of your running servers. Different groups are responsible for different aspects of the application.
As a result, your configuration must fulfill the following requirements:
Notifications must be sent only to the correct group that is responsible for the respective part of the application.
You must ensure that you can enable and disable monitoring for each level whenever it is needed.
How would you configure WLDF watches and notifications to achieve this result? (Choose the best answer.)
You want to use the WebLogic Diagnostic Framework (WLDF) to monitor some historic MBean attribute values in your WebLogic domain.
Which WLDF component do you use to accomplish this? (Choose the best answer.)