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.)
Correct Answer: A
Explanation/Reference:
Example: The following example displays information about the current MBean, cmo.
wls:/mydomain/serverConfig> cmo.getType()
'Domain'
Reference: https://docs.oracle.com/cd/E13222_01/wls/docs92/config_scripting/reference.html