You have been tasked with replacing an existing WebLogic domain with a brand new installation as part of a migration. The new server needs to use the previously created JDBC store that holds existing JMS messages.
Which two configuration requirements do you need to comply with in order to make the transition successful? (Choose two.)
You are working for a software company that mostly dealt with creating and reusing C++ and .NET objects. There are many COM (Component Object Model) components that have been created over time that provide standardized functionalities. Recently, platform independence has become a major consideration for your organization and you have deployed WebLogic Server12c. But you would like to make use of some of your prebuilt COM objects for request processing. You need an interim solution before implementing web services.
Which artifact within WebLogic Server helps you achieve your objective?
Your domain’s security realm has two authentication provides: ldap1 and ldap2.
Consider these requirements:
• If authentication succeeds with ldap1, then skip ldap2.
• If authentication fails with ldap1, then authentication must succeed with ldap2.
Which control flag should you use for ldap1?
In your WebLogic Server environment, applications will not access a single database server. Instead they will access a cluster of redundant database servers. This database product was purchased from a vendor other than Oracle. You want to provide transparent failover to the applications as they communicate with the database cluster. Which type of WebLogic data source should you create?
You are using the Embedded LDAP that is supplied by Oracle WebLogic Server. Which three statements are true? (Choose three.)
You are responsible for configuring a WebLogic domain to support an order processing application. This application will communicate with multiple JDBC data sources to fulfill each customer order. To maintain data integrity across these databases, work will be performed within a global transaction. However, you have learned that one of the data sources in the transaction does not have an XA driver.
Which option should you select on this non-XA data source to ensure that orders are still processed as global transactions?
Consider a cluster of four servers: ServerA, ServerB, ServerC, and ServerD.
The cluster hosts a web application and is accessed using a proxy plug-in. This web application is configured to use in-memory session replication.
A user is directed to ServerA. An HTTP session is established on ServerA and also replicated to ServerC, but ServerA subsequently fails. Which server will this user be redirected to?
To support a growing application workload, you need to scale out an existing (nondynamic) cluster. You power up the new hardware and install WebLogic server.
Which two changes are mandatory for you to make to your domain configuration? (Choose two.)