Oracle 1z0-599 Exam Practice Questions (P. 5)
- Full Access (91 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
Identify three unique integration features of Spring and WebLogic Server.
- Aability to automatically convert Spring application to JavaEE 6 framework
- Bability to export the WebLogic Container feature to another Spring enabled JavaEE server.
- Cability to extend the WebLogic Server console with some Spring-related pages
- Dofficial support of Spring apps inside WebLogic by Oracle Support
- Esupport for injection of WebLogic MBeans and Resources into Spring applications
Correct Answer:
CDE
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 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 organization 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
CDE
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 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 organization 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
send
light_mode
delete
Question #22
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?
Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?
- AJMS Persistent Store
- BJMS Server
- CJMS Distributed Destination
- DJMS Store and Forward
- EAutomatic Service Migration
Correct Answer:
A
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.
A
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.
send
light_mode
delete
Question #23
You want to use WLST to v ew metrics for a running domain. Which command should you issue to navigate through the Mbean hierarchy containing the metrics?
- Aruntime ()
- BruntimeMbeanServer ()
- CconnectRuntime ()
- DbeginRuntime ()
- EserverRuntime ()
Correct Answer:
E
Similar to the configuration information, WebLogic Server runtime MBeans are arranged in a hierarchical data structure. When connected to an Administration
Server, you access the runtime MBean hierarchy by entering the serverRuntime or the domainRuntime command. The serverRuntime command places WLST at the root of the server runtime management objects, ServerRuntimeMBean; the domainRuntime command, at the root of the domain-wide runtime management objects, DomainRuntimeMBean.
Reference: WebLogic Scripting Tool, Browsing Runtime MBeans
E
Similar to the configuration information, WebLogic Server runtime MBeans are arranged in a hierarchical data structure. When connected to an Administration
Server, you access the runtime MBean hierarchy by entering the serverRuntime or the domainRuntime command. The serverRuntime command places WLST at the root of the server runtime management objects, ServerRuntimeMBean; the domainRuntime command, at the root of the domain-wide runtime management objects, DomainRuntimeMBean.
Reference: WebLogic Scripting Tool, Browsing Runtime MBeans
send
light_mode
delete
Question #24
Which two statements are true regarding the WebLogic domain?
- AA WebLogic domain can have more than one Administration server.
- BA WebLogic domain has at least one WebLogic server.
- CA WebLogic domain can have at the most one cluster.
- DA WebLogic domain can cross multiple physical machines.
- EEach WebLogic domain is associated with a different Node Manager.
Correct Answer:
BC
BC
send
light_mode
delete
Question #25
What does the Fast Connection Failover feature of Active GridLink for RAC provide?
- Ainstant notification of a RAC node failure so applications never have to retry a transaction that was sent to a node that failed during the transaction
- Bnear-instant notification of the failure of a RAC node failure that minimizes the possibility connection to a failed node being provided to an application
- Capplication level notification of a failed RAC node such that an application can retry a transaction if required
- Dfaster failover for Multi Datasources
- Eguaranteed transaction high availability when interacting with an Oracle RAC Database
Correct Answer:
B
* WebLogic Server supports Fast Connection Failover, a Oracle feature which provides an application independent method to implement RAC event notifications, such a detection and cleanup of invalid connections, load balancing of available connections, and work redistribution on active RAC instances.
* A GridLink data source uses Fast Connection Failover and responds to Oracle RAC events using ONS. This ensures that the connection pool in the GridLink data source contains valid connections (including reserved connections) without the need to poll and test connections
B
* WebLogic Server supports Fast Connection Failover, a Oracle feature which provides an application independent method to implement RAC event notifications, such a detection and cleanup of invalid connections, load balancing of available connections, and work redistribution on active RAC instances.
* A GridLink data source uses Fast Connection Failover and responds to Oracle RAC events using ONS. This ensures that the connection pool in the GridLink data source contains valid connections (including reserved connections) without the need to poll and test connections
send
light_mode
delete
All Pages