• 0B0-108题库demo免费下载

    Filed under BEA
    Aug 3

    BEA认证0B0-108考试题库介绍

    考试代号: 0B0-108
    问题数量:70 Q&As

    更新时间: 2009-09-16
    注册地点: Prometric/Pearson VUE
    题库全称:System Administration Exam

    免费0B0-108题库Demo赏析

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

    1. 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

    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.
    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

    3. 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

    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.
    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

    5. 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

    6. Given the following: wlst:/offline> configToScript() the generated WLST script, by default, will be written to:
    A. <base_domain>/config
    B. <base_domain>/config/deployment
    C. <base_domain>
    D. <base_domain>/servers
    Answer: A

    7. Which one of the following does NOT depict the difference between production and development mode in WebLogic Server 9.x?
    A. When starting in development mode, log files are automatically rotated; in production mode, the log files are rotated after reaching 500k.
    B. The JDBC default connection in development is 15, in production, it is 25.
    C. WLS automatically deploys applications in the domain_name/autodeploy directory; in production, there is no auto deploy.
    D. The default number of execute threads for the default queue in development is 15, in production is 25
    Answer: D

    8. What are the four basic components of a JMS system-resource module in the config.xml in WebLogic x?
    A. Name, target, subdeployment, descriptor-file-name
    B. Domain, jms-server, connection factory, destination
    C. Config.xml, jms-module, subdeployment, descriptor-file-name
    D. Name, jms-module, subdeployment, descriptor-file-name
    Answer: A

    9. 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

    10. 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

    11. Scenario : The Stock Control Application you are going to deploy to a cluster of WebLogic Managed Servers requires a JMS destination to asynchronously deliver the messages to the back-end Warehousing Application. To distribute the messages across the cluster, you decided to configure the distributed destination. Also the Warehousing Application is a legacy application written to implement a proprietary MQ API connecting an MQ-Series server. The Stock Control Application is implemented as a web application on a WebLogic cluster delivering the message to the distributed destination. The cluster has three Managed Servers hosted on two high powered machines and one low range/powered machine.
    To distribute the physical destinations unevenly across the clustered WebLogic Managed Servers so that the high-powered machines can receive more messages than the low-powered machines, configure the distributed destination with:
    A. "Allocate Members Uniformly" set to false and manually select more physical destinations from the high-powered machines
    B. "Uneven Distribution" set to true and select all the physical destinations
    C. "Uniform Distribute Destination" set to true and select all the physical destinations from the high-powered and low- powered machines
    D. "Load Balancing Policy" set to Random and select only the destination from the high-powered machine
    Answer: A

    12. What redeployment strategy is recommended to upgrade the web applications and enterprise applications that demand uninterrupted client access and without changing the client’s state information?
    A. In-Place redeployment
    B. Production redeployment
    C. Partial redeployment of static files
    D. Partial redeployment of J2EE modules
    Answer: B

    13. In a multi-server WebLogic domain, monitoring the JVM statistics showed frequent full garbage collections (gc) on one of the server instances. Which one of the following would greatly reduce the frequency of full gc’s?
    A. Increasing the young object space in the heap
    B. Turning the -verbosegc flag on
    C. Adding more servers to the domain
    D. Running more servers per machine
    Answer: A

    14. 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

    15. During an upgrade process, which one of the following is NOT converted to 9.x by the upgrade wizard?
    A. User scripts
    B. User file store persisted data
    C. User tlog
    D. User in-flight transactions
    Answer: A

    免费下载0B0-108题库Demo

    Examsoon提供最新的BEA 9 Certified Administrator认证 0B0-108题库,其全名为:(System Administration Exam). 在您决定是否购买之前 可以先下载0B0-108题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费0B0-108模拟测试题的下载链接

    免费的0B0-108题库PDF下载链接

    BEA 0B0-108学习指南

    BEA 9 Certified Administrator认证8.1 Certified Architect认证 0B0-108考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。BEA认证 0B0-108学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试0B0-108考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。BEA认证 0B0-108是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。

    想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的0B0-108考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他0B0-108考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。

    Examsoon考题大师0B0-108试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加0B0-108考试,保证您一次轻松通过考试;

    售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Leave a Reply

You must be logged in to post a comment.

 

友情链接 | Examsoon IT 认证考试网 思科认证资源网 思科微軟考古題 IT證照模擬試題 考古題考試模擬軟件 70-649 70-643 70-646 640-802 640-863 e20-340 HP0-085 HP0-A25