C. JMS D. EJB E. Java EE
Correct Answer: A Section: (none) Explanation
Explanation/Reference:
-DserverType={"wls" | "wlx"}
Specifies the Server Type, which determines the set of services that are started in the server runtime.
The default is "wls", which starts all WebLogic Server services, including EJB, JMS, Connector, Clustering, Deployment, and Management.
The "wlx" option starts a server instance that excludes the following services, making for a lighter weight runtime footprint:
* (not D) Enterprise JavaBeans (EJB)
* (not B, not E) Java EE Connecter Architecture (JCA)
* (not C) Java Message Service (JMS)
Reference: Oracle Fusion Middleware Command Reference for Oracle WebLogic Server , Options for Configuring Deployment Attributes QUESTION 30
Identify three unique integration features of Spring and WebLogic Server.
A. ability to automatically convert Spring application to JavaEE 6 framework
B. ability to export the WebLogic Container feature to another Spring enabled JavaEE server.
C. ability to extend the WebLogic Server console with some Spring-related pages D. official support of Spring apps inside WebLogic by Oracle Support
E. support for injection of WebLogic MBeans and Resources into Spring applications Correct Answer: CDE
Section: (none) Explanation
Explanation/Reference:
C: Spring Console Extension. WebLogic provides an Admin Console extension for Spring to provide administrators with visual tools for monitoring the Spring parts of deployed applications (first navigate to WebLogic Admin Console's Preferences | Extension menu option and and enable spring-console). This Spring console extension is basically a set of pages which are added amongst the normal pages of the standard WebLogic admin console, rather than being a separate console per se. The extension provides a view onto the values of the WebLogic generated Spring MBeans
D: If you have an issue, you use the Oracle Support organisation for help with WebLogic specific problems and any Spring parts to your application are treated just like your own custom code is, from an Oracle Support perspective.
E: WebLogic Injected Spring Beans is a Weblogic feature that is enabled by default.
Reference: WebLogic and Spring QUESTION 31
An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being sent from the local Weblogic Server.
Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?
A. JMS Persistent Store B. JMS Server
C. JMS Distributed Destination D. JMS Store and Forward E. Automatic Service Migration Correct Answer: A
Section: (none) Explanation
Explanation/Reference:
Note:
* Persistent messages are saved in the persistent store on the sending side until they are successfully forwarded to and acknowledged by the receiving side.
QUESTION 32
Which is the correct WebLogic Server distribution version to download if you want to install WebLogic Server 12c to run in 64 bit mode on a 64 bit Linux X86?
http://www.gratisexam.com/
A. Linux x86 with 64 bit JVM B. ZIP distribution for Linux C. Linux x86 with 32 bit JVM D. Generic distribution E. Network installer Correct Answer: D Section: (none) Explanation
Explanation/Reference:
proper answer..
QUESTION 33
Which WebLogic edition bundles JRockit Real Time?
A. WebLogic Server Standard Edition B. WebLogic Server Enterprise Edition C. WebLogic Server Suite
D. WebLogic Server Grid Edition E. WebLogic Server Cloud Edition Correct Answer: C
Section: (none) Explanation
Explanation/Reference:
right.
QUESTION 34
Identify three advantages of Active GridLink for RAC over multidata source.
A. isolates WebLogic from RAC changes B. has a simple configuration
C. enables statement caching
D. performs faster failure detection and failover E. is supported in WebLogic Domain Templates Correct Answer: ABD
Section: (none) Explanation
Explanation/Reference:
A, B: With Active GridLink for RAC, WebLogic instances are isolated from RAC configuration changes, and DBAs only need to contend with a single data source rather than multiple data sources.
D: Active GridLink for RAC distributes work based on different backend node capacities, automatically detecting and adapting to overworked nodes and hangs. It enables smart load balancing across RAC nodes. This makes it easier to route traffic around node failures, enhancing availability and performance.
Reference: Introducing WebLogic Server 12c QUESTION 35
Which two elements of the Java Enterprise Application Archive are required?
A. EJB Archive
B. Deployment Descriptor
C. META-INF sub directory D. Resource Adapter archive E. Java library
Correct Answer: BC Section: (none) Explanation
Explanation/Reference:
* A WAR file deployed to WebLogic Server always includes the following files:
One servlet or Java Server Page (JSP), along with any helper classes. An optional web.xml deployment descriptor, which is a Java EE standard XML document that describes the contents of a WAR file.
A weblogic.xml deployment descriptor, which is an XML document containing WebLogic Server-specific elements for Web applications.
A WAR file can also include HTML or XML pages and supporting files such as image and multimedia files.
QUESTION 36
A customer wants to improve the availability of a web application and provide more predictable scalability when scaling out the application.
Which Feature of WebLogic should you recommend to help solve this problem?
A. Oracle Web Grid B. ActiveCache
C. Coherence Grid Edition D. WebLogic Session Replication E. Coherence Web Edition Correct Answer: E
Section: (none) Explanation
Explanation/Reference:
* Built on top of Oracle Coherence (Coherence), Coherence*Web:
/ brings Coherence data grid's data scalability, availability, reliability, and performance to in- memory session management and storage.
/ can be deployed to many mainstream application servers such as Oracle GlassFish Server, Oracle WebLogic Server, IBM WebSphere, Tomcat, and so on
* Coherence*Web enables HTTP session sharing and management across different Web applications, domains, and heterogeneous application servers. Session data can be stored in data caches outside of the application server, thus freeing application server heap space and enabling server restarts without losing session data.
Reference: Oracle Coherence User's Guide for Oracle Coherence*Web
QUESTION 37
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
Correct Answer: CD Section: (none) Explanation
Explanation/Reference:
C: The saviour of having to type in the username and password each and every time that you start a server. A very useful little file to have, particularly if you have multiple managed servers.
By default, this appears in the Admin Servers security directory ($DOMAIN_HOME/servers/AdminServer/security) when a domain is created in development mode and is called boot.properties. The file is only created for the admin server, not for any additional servers; simply copying the security directory over is enough. The password is encrypted for the domain, so it can only be used for servers within that domain.
In production mode, the boot.properties file doesn't exist.
D: Development mode enables a WebLogic Server instance to automatically deploy and update applications that are in the domain_name/autodeploy directory (where domain_name is the name of a WebLogic Server domain). Production mode disables the auto-deployment feature and prevents any applications you place in the autodeploy directory after you switch to production mode from being deployed.
Note:
* By default, a WebLogic Server domain runs in development mode.
* You can run a WebLogic Server domain in two different modes: development and production. Only development mode allows you use the auto-deployment feature
QUESTION 38
A customer has a WebTrade application that initially uses the embedded LDAP to authenticate users. To enhance security, the customer decides to use OAM to authenticate some of the users against an external LDAP store. For this to work, a customer configured an OAMAuthenticator, but was not sure what to select for the Control Flag. What Control Flag should the customer choose?
A. OPTIONAL
B. REQUISITE