You have a domain that was created and configured with WebLogic 10.3.5. You want to upgrade the domain to use WebLogic 12c. Which Oracle tool must you use to upgrade your domain?
A. Oracle WebLogic Domain Upgrade tool
B. Smart Update
C. Smart Upgrade
D. No tool required, just install WebLogic 12c, update the domain to point to the new WebLogic installation and start your domain.
E. JDeveloper
What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?
A. application.xml
B. weblogic.xml
C. web.xml
D. weblogic-application.xml
E. config.xml
In WebLogic, the development feature to automatically load/refresh the changes of a Java classes at run time is called__________.
A. HotSwap
B. FastSwap
C. HotDeploy
D. FastDeploy
E. FastReload
You want to create a WebLogic domain in a production environment. Which three actions should you perform?
A. Use a multinode WebLogic domain.
B. Use a single-node WebLogic domain.
C. Use clusters.
D. Refrain from using clusters.
E. Install WeLogic in production mode with CA signed certificates.
Which two outcomes result when a domain is created in development mode?
A. WebLogic server starts automatically upon the restarting of the machine
B. each new cluster will automatically be created with two managed servers
C. boot.properties file automatically stored
D. creation of an auto deploy folder used for the application to deploy automatically
E. Node Manager will be automatically configured
A customer has a web application with HTTP Sessions that need to be replicated to a backup site that is more than 100 miles away from the primary site, connected over the Internet. Which type of session replication in WebLogic is recommended?
A. MAN Replication
B. WAN Replication
C. Synchronous Replication
D. Asynchronous Replication
E. Database Replication
Identify three reasons that explain why assigning more than one managed serve achieve better performance than running one managed server with more resources?
A. Thread management inside the JVM process might be less effective than context switching between processes on the OS level. It is better to combine both these technologies to achieve full saturation of resources.
B. Current CPUs are multicore units. So starting managed servers in the amount of physical cores and pinning them 1:1 to cores will always get the best performance.
C. By a combination of prioritization of processes on the OS level and Work Manager in WLS, one could tune the whole environment more precisely.
D. Assigning more than one managed server to hardware will never bring better performance.
E. More instances means more connections to databases, so one could serve more concurrent calls on the database level. This is primarily why this approach will give better performance numbers.
F. Depending on the profile of the application, having more JVMs with smaller heaps will lead to more predictable response times than fewer JVMs with a large heap.
Identify four valid requests in a RESTful service using JAX-RS.
A. GET
B. PUT
C. UPDATE
D. DELETE
E. POST
F. REMOVE
You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?
A. nothing, there may be a network connection issue
B. a Foreign JMS Connection Factory
C. a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination
D. a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed.
E. Oracle AQ Java EE Shared Libraries not deployed and referenced by your application
In the area of Performance Management and Diagnostics, which feature is supported in Oracle Enterprise Manager 12C?
A. Search information in logs across multiple domains
B. View different log information in single console location
C. Save current performance data as baseline to be used in comparison with future data
D. Provides single dashboard across multi-tier composite application