You have an enterprise application that includes a resource adapter module. You are considering leveraging WebLogic Server’s Production Redeployment feature for this application. In preparation for deployment, you decide to create a checklist of items to discuss with the developers of the application.
Which item would you omit from your checklist as it is irrelevant to production Redeployment? (Choose the best answer.)
You have a versioned application deployed in your production environment. You have been asked to troubleshoot why the most recent production redeployment appeared to allow the older version to retire too quickly.
In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was:
java weblogic.Deployer –adminurl http://localhost:7001 –user weblogic
-password Welcome1 –redeploy –name myDeployment
-source /myDeployments/myApplication/appX
-retiretimeout 300
You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment.
Which modification should have been made to this command to ensure the older version remains active? (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.)
You have an Oracle Fusion Middleware domain that uses an Oracle database to store application data and metadata repositories. As part of your disaster recovery configuration, you have set up a passive secondary site. You need to ensure that the data tier components of the primary and secondary sites are in sync so that you can perform a switchover to secondary in case of a disaster scenario. You check with your technical team regarding how to accomplish this requirement.
Which Oracle product is the technical team most likely to recommend for achieving data tier synchronization across the two sites? (Choose the best answer.)
As part of a manual migration of JMS-related services, you just configured a custom file store and targeted it to the same migratable target as the JMS server.
Which two statements pertain to the successful configuration of this JMS store and the manual migration? (Choose two.)
A Web Module needs specific tuning. The Development team fine tunes the module in the deployment descriptor (weblogic.xml) as follows:
Which two are true? (Choose two.)
You are tasked with configuring a proxy tier for a WebLogic Server domain that has managed Coherence servers configured.
What must the Coherence cache configuration file include as part of this task? (Choose the best answer.)
Poor ventilation and cooling in and around the machine that hosts your administration server and a clustered managed server causes a local hard drive failure and thus both servers crash as well.
This is the first time this crash has occurred in production but an automatic Whole Server Migration kicks in as expected. The clustered server migrates to a machine on which it has never run before, and for that reason the server cannot be started on this new machine.
Which action could have helped to launch this migrated clustered server? (Choose the best answer.)
A hardware load-balancer (HWLB) is positioned as the primary entry point into your WebLogic Server domain. Aspects of your application use SSL to protect data on the network from your clients to your domain.
Which configuration provides the best performance for your domain? (Choose the best answer.)
You are responsible for creating scripts to use Node Manager with a WebLogic Server domain.
Which four statements correctly describe the WLST command: nmEnroll? (Choose four.)
You created a user and group using the WebLogic Server default authentication provider.
Where are these principals stored? (Choose the best answer.)
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.)
Which three statements are correct regarding the WLST create command? (Choose three.)
Which two statements correctly describe the WLST nmGenBootStartupProps command? (Choose two.)
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.)
In order to leverage replication and high availability features of the underlying database, you have configured a JDBC TLOG to persist transaction logs in your database.
However, WebLogic Server cannot successfully connect to your database at start up.
Which outcome should you expect? (Choose the best answer.)
Review the image below. It depicts the architecture for the WebLogic Server auditing.
Where in the architecture does WebLogic apply audit configuration parameters that determine if an audit message is logged? (Choose the best answer.)
You are developing and managing distributed destination applications for which you do not need to create or designate destination members.
Which configuration steps in the Administration Console will help you to create and target a Uniform Distributed Topic so that you can rely on WLS to create the necessary members on the JMS servers to which a JMS module is already targeted? (Choose the best answer.)