You successfully configured a new dynamic cluster but haven't launched any of the dynamic servers. You want to change the configuration for one specific server.
Which parameter can you modify for that server before starting up the dynamic clustered servers for the first time?
A. listen port number of individual dynamic servers
B. machine name that hosts a dynamic server
C. dynamic server name
D. replication groups E. No parameters can be modified.
You intend to introduce ordering in message processing for your JMS destination by creating a destination key.
Which statement is true about the JMS Destination Key configuration? (Choose the best answer.)
A. A JMS Destination Key cannot be specified using WLST.
B. A JMS Destination Key cannot be used to sort messages in a Last In First Out order.
C. A JMS Destination Key allows a user-defined sort key.
D. A Destination Key can be applied to the message body.
My JMS Server uses a persistent file store. I need to ensure that the size of the persistent store does not exceed 1GB.
Which option can I use to configure this? (Choose the best answer.)
A. Set the weblogic.store.FileSize to 1GB.
B. Set the weblogic.store.MaxFileSize to 1GB.
C. Set the weblogic.store.TotalFileSize to 1GB.
D. The file size limit must be configured at the operating system level.
You have an application already deployed in a production environment that needs a modification to one of its tuning parameters. Currently, that tuning parameter has a default value since there was neither a deployment descriptor used nor a deployment plan included with the application deployment. You now attempt to use the Administration Console web application to make a dynamic modification to that parameter.
Which statement is true? (Choose the best answer.)
A. A new deployment plan will be generated and saved at the indicated location.
B. The modification attempt will fail because there is no deployment descriptor included within the application.
C. The modification attempt will fail because there is no existing deployment plan associated with the application.
D. A new skeleton plan.xml will be generated if a plan folder is detected with the deployed application.
In order to leverage replication and high availability features of your back-end database, among other benefits, you are configuring a JDBC TLOG store to persist transaction logs.
Since something went wrong during the setup of the TLOG, you are reviewing the configuration considerations for TLOG.
Which two guidelines are true for configuring JDBC TLOG stores? (Choose two.)
A. Only one JDBC TLOG store can be configured per WebLogic Server.
B. JDBC TLOG stores should only be configured for RAC databases.
C. Only globally-scoped (not application-scoped) data sources can be targeted to a JDBC TLOG store.
D. Multiple WebLogic Servers can share the same JDBC TLOG store.
You created a user and group using the WebLogic Server default authentication provider.
Where are these principals stored? (Choose the best answer.)
A. the WebLogic Server OPSS jps-config.xml security store
B. the WebLogic Server embedded LDAP server
C. the WebLogic Server embedded database security store
D. the default jazn-data.xml file-based security store
Your architecture requires that you create 100 JMS Queues with similar, though not necessarily identical, configuration settings.
Which entity will help you carry out the task efficiently? (Choose the best answer.)
A. JMS Distributed Destination
B. JMS Foreign Server
C. JMS Template
D. JMS Destination Key
Which two statements correctly describe the WLST nmGenBootStartupProps command? (Choose two.)
A. The target root directory must be on the same machine on which Node Manager is running.
B. The target root directory must be on the same machine on which the Administration Server is running.
C. The name of a server must be supplied to the nmGenBootStartupProps command; otherwise, the command will fail.
D. If you do not specify a server name using the servername argument, the argument defaults to myServer, which must match a server name in the domain or the command will fail.
E. The nmGenBootStartupProps command generates the Node Manager properties files, boot.properties and startup.properties, for the specified server.
Which statement is correct for JTA service migration? (Choose the best answer.)
A. TLOG files should be stored on a remote file system accessible only to the migration target server.
B. TLOG files should be stored on a shared storage accessible from the migration source and the administration server.
C. TLOG files should be stored on the local file system of the migration source server.
D. TLOG files should be stored on a remote file system accessible only to the migration source server.
E. TLOG files should be stored on a shared storage accessible from migration source and target servers.
You are configuring two-way SSL for a WebLogic Server domain. As a security professional, you realize that even if a client certificate is authentic, it is always possible for a valid certificate to become compromised.
Which two options can you configure for WebLogic Server to check if a certificate it receives has been compromised? (Choose two.)
A. Certification Revocation List
B. Certificate Revocation Status Protocol
C. Online Revocation Status Protocol
D. Online Certificate Status Protocol