Latest 0B0-108 trainning materials

Aug 3, 2009

New 0B0-108 trainning materials

Exam Number/Code: 0B0-108
Questions and Answers:70 Q&As

Updated Time: 2009-09-16
Register for Exam: Prometric/Pearson VUE
Exam Name:System Administration Exam

The following are the 0B0-108 exam questions and answers we get from all of the world company exams vendors include : examsoon 0B0-108 exam ,Testinside 0B0-108 braindumps, Pass4sure 0B0-108 practice exam , Testking 0B0-108 study guides, exam4sure trainning materials. after you read the following 0B0-108 exam demo questions and answers, you will see the high quanity of the exam

The 0B0-108 exam products are designed to maximize your learning productivity and focus only on the important aspects that will help you to pass your 0B0-108 test. We will provide you with 0B0-108 exam questions and verified answers, that reflect the actual exam. These questions and answers provide you with the experience of taking the 0B0-108 actual test. 0B0-108 exam guides are not just questions and answers. 0B0-108 questions have detailed for every answer, ensuring that you fully understand the questions and the concept behind the questions.

 
 
Exam : BEA Systems 0B0-108
Title : BEA9 Certified Administrator:System Adminstration Exam

1. When configuring JMS Modules using the WebLogic Administration Console or WLST, the module information will be stored in:
A. <modulename> stanza in the weblogic-application.xml file.
B. <modulename> stanza in the configconfig.xml file.
C. <domain>/config/jms/<modulename>-jms.xml file
D. <domain>/servers/<servername>/targets/jms/<modulename>_<servername>.xml
Answer: C

2. Scenario : You have made the decision to migrate all your operations onto WebLogic Server. An application has been chosen from each department for the initial phase of migration one from each of Sales, Marketing, Accounts, and Customer Service. The applications will be deployed as individual EAR files to a cluster of WebLogic Server 9.x instances, each with a pool of connections to an Oracle 10g database that provides corporate and departmental data services. The database team hopes to upgrade the database to use Oracle RAC (Real Application Clusters) shortly, which will require you to configure multiple sets of connections. Connectivity to the existing Service Engineer Dispatch system is via a JMS message bridge. When a service engineer calls in with a report, a message is sent via JMS to the Customer Service application deployed in WebLogic Server. The customer record in the Customer Service database must be updated with details from the message. It is important that the message is not lost because the call management system is not able to resend messages. To address this, the Customer Service application is accessing a persistent JMS Queue using an XA compatible connection factory.
When starting WebLogic Server, the Marketing database is unavailable. Which of these Data Source configuration options will ensure that the Marketing application can access its database once it becomes available again?
A. Test Connections On Reserve
B. Test Frequency
C. Connection Creation Retry Frequency
D. Login Delay
E. Profile Connection Reservation Wait
Answer: C

3. Scenario : You have made the decision to migrate all your operations onto WebLogic Server. An application has been chosen from each department for the initial phase of migration one from each of Sales, Marketing, Accounts, and Customer Service. The applications will be deployed as individual EAR files to a cluster of WebLogic Server 9.x instances, each with a pool of connections to an Oracle 10g database that provides corporate and departmental data services. The database team hopes to upgrade the database to use Oracle RAC (Real Application Clusters) shortly, which will require you to configure multiple sets of connections. Connectivity to the existing Service Engineer Dispatch system is via a JMS message bridge. When a service engineer calls in with a report, a message is sent via JMS to the Customer Service application deployed in WebLogic Server. The customer record in the Customer Service database must be updated with details from the message. It is important that the message is not lost because the call management system is not able to resend messages. To address this, the Customer Service application is accessing a persistent JMS Queue using an XA compatible connection factory.
The database team informs you that they have now implemented Oracle Real Application Clusters (RA for the Customer Service database, and applications should connect to a second database node if the primary node is unavailable. You set up a Multi Data Source in Failover mode, which is configured to use two Data Sources PrimaryDS and SecondaryDS, each connecting to one Oracle RAC node. WebLogic Server will fail over to SecondaryDS if a connection test to PrimaryDS fails. Under what other condition will this happen by default (that is, with no additional options checke)?
A. If a connection to PrimaryDS is not released within Statement Timeout seconds.
B. If all the connections to PrimaryDS are in use.
C. If the administrator has suspended the PrimaryDS Data Source.
D. Failover will only occur if a connection test fails for a PrimaryDS connection.
Answer: C

4. Scenario : You have made the decision to migrate all your operations onto WebLogic Server. An application has been chosen from each department for the initial phase of migration one from each of Sales, Marketing, Accounts, and Customer Service. The applications will be deployed as individual EAR files to a cluster of WebLogic Server 9.x instances, each with a pool of connections to an Oracle 10g database that provides corporate and departmental data services. The database team hopes to upgrade the database to use Oracle RAC (Real Application Clusters) shortly, which will require you to configure multiple sets of connections. Connectivity to the existing Service Engineer Dispatch system is via a JMS message bridge. When a service engineer calls in with a report, a message is sent via JMS to the Customer Service application deployed in WebLogic Server. The customer record in the Customer Service database must be updated with details from the message. It is important that the message is not lost because the call management system is not able to resend messages. To address this, the Customer Service application is accessing a persistent JMS Queue using an XA compatible connection factory.
Before deploying it into the test environment, you review the configuration of the Sales department’s Enterprise Application, which is meant to contain a JDBC Application Module ?you are concerned that it may not have been built correctly. Most of an application’s deployment descriptors only reference the JDBC module using a JNDI name. Which file listed below is the only one that refers directly to the JDBC Application Module file?
A. config.xml
B. application.xml
C. weblogic-ejb-jar.xml
D. weblogic-application.xml
Answer: D

5. Scenario : You have made the decision to migrate all your operations onto WebLogic Server. An application has been chosen from each department for the initial phase of migration one from each of Sales, Marketing, Accounts, and Customer Service. The applications will be deployed as individual EAR files to a cluster of WebLogic Server 9.x instances, each with a pool of connections to an Oracle 10g database that provides corporate and departmental data services. The database team hopes to upgrade the database to use Oracle RAC (Real Application Clusters) shortly, which will require you to configure multiple sets of connections. Connectivity to the existing Service Engineer Dispatch system is via a JMS message bridge. When a service engineer calls in with a report, a message is sent via JMS to the Customer Service application deployed in WebLogic Server. The customer record in the Customer Service database must be updated with details from the message. It is important that the message is not lost because the call management system is not able to resend messages. To address this, the Customer Service application is accessing a persistent JMS Queue using an XA compatible connection factory.
In the future, each department will have its own schema within the Oracle database and the developers are writing their code with this in mind. However, for now, it has been decided to store all data in a single, company-wide schema. Which of the following approaches will make a future move to multiple schema simple, while making the most efficient use of resources today?
A. Deploy an application-scoped Data Source module with each application.
B. Deploy a Data Source system module and assign it multiple JNDI names.
C. Deploy each department’s application to its own WebLogic server.
D. Deploy a Data Source system module for each department’s application.
Answer: B

6. Scenario : You have made the decision to migrate all your operations onto WebLogic Server. An application has been chosen from each department for the initial phase of migration one from each of Sales, Marketing, Accounts, and Customer Service. The applications will be deployed as individual EAR files to a cluster of WebLogic Server 9.x instances, each with a pool of connections to an Oracle 10g database that provides corporate and departmental data services. The database team hopes to upgrade the database to use Oracle RAC (Real Application Clusters) shortly, which will require you to configure multiple sets of connections. Connectivity to the existing Service Engineer Dispatch system is via a JMS message bridge. When a service engineer calls in with a report, a message is sent via JMS to the Customer Service application deployed in WebLogic Server. The customer record in the Customer Service database must be updated with details from the message. It is important that the message is not lost because the call management system is not able to resend messages. To address this, the Customer Service application is accessing a persistent JMS Queue using an XA compatible connection factory.
Before deploying it into the test environment, you review the configuration of the Sales department’s Enterprise Application, which is meant to contain a JDBC Application Module you are concerned that it may not have been built correctly. Which of the following is not a requirement for JDBC modules?
A. It is contained in a file that ends in -jdbc.xml.
B. It includes an element that lists its targets.
C. It conforms to the weblogic-jdbc.xsd schema.
D. It includes a unique name element.
Answer: B

7. WebLogic store-and-forward service is used for:
A. Storing and forwarding the configuration reliably to all the Managed Servers in a cluster
B. Storing log messages and forwarding them to the administration server for creating the Domain Log
C. Storing and delivering JMS messages reliably between applications across WebLogic Server 9.x instances
D. Storing and forwarding EJB requests reliably to a back-end EJB cluster
Answer: C

8. The default location for storing JMS persistent messages in WebLogic Server 9.x is:
A. Database Store using JDBC
B. WebLogic Persistent Store using a file
C. LDAP server using the embedded LDAP server
D. Remote server using t3 socket buffering
Answer: B

Free 640-802 Demo Download

Free demo for BEA BEA 9 Certified Administrator 0B0-108 exam (System Administration Exam). You can check out the interface, question quality and usability of our practice exams

Free Download 640-802 Exam Pdf Demo
Free Download 640-802 Exam iEngine Demo

  • Share/Bookmark

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Posted by admin | Categories: BEA |

Share with others

No Responses so far | Have Your Say!

Leave a Feedback

You must be logged in to post a comment.

Examsoon Hiexam Hiexam Hiexam Hiexam Exam4test Exam4test Exam4dumps Exam4dumps Exam4dumps Testinside Visualexams