1Z0-108, Oracle 1Z0-108 Exam

Home » » 1Z0-108

1Z0-108 Exam

Oracle WebLogic System Administration 1Z0-108 exam
  • 題目數量
  • 51 Q&As
  • 更新時間
  • August 2th,2010
  • 產品價格
  • $99.99 69.99


     loading


產品介紹

考試代碼: 1Z0-108

考試名稱: Oracle WebLogic System Administration

1Z0-108 考試是 Oracle 公司的 Oracle WebLogic System Administration 認證考試官方代號,CramBible 1Z0-108由全球領先的IT認證考試中心授權,幫助考生一次順利取得通過1Z0-108考試; 否則將全額退款!保證您的利益不受到任何的損失。

總結:
1)基本上有6個步驟,您應該遵循自己的方式來獲得認證,即:
2)決定哪個認證適合您 - 獲取認證概述
3 瞭解具體的細節 - 查看具體認證要求的經驗
4)選擇考試夥伴 - 選擇具有10年歷史的CramBible,由資深IT工程師和IT認證專家編寫的PDF格式考試資料。
5)複習考試資料 - 認真地複習我們的學習指南。
6)註冊並參加您所需的考試 - 您可以登記PROMETRIC或Pearson VUE的考試中心。
7)我們的的客戶都將得到90天的免費升級服務,保證了對考試題庫的完整覆蓋。

更多 1Z0-108 資源

相关产品

  • 1Z0-263 Hyperion BI+ 9.0 Administrator
  • 1Z0-259 Hyperion Planning 4.1 Consultant
  • 1Z0-255 Hyperion Essbase 7.1.2 Consultant
  • 1Z0-241 PeopleSoft Application Developer I: PeopleTools & PeopleCode
  • 1Z1-238 R12 Oracle: Install, Patch and Maintain Oracle Applications
  • 1Z0-615 Siebel 7.7 Consultant Core Exam
  • 1Z1-054 Oracle Database 11g: Performance Tuning
  • 1Z0-238 R12 Oracle: Install, Patch and Maintain Oracle Applications
  • 1Z0-226 Oracle EBS R12: Inventory and Order Management Fundamentals
  • 1Z0-215 Oracle E-Business Suite R12: General Ledger and Payables Fundamentals
Oracle 10g DBA 1Z0-108 Web Demo

This webdemo is just a demo data, only for reference and learning, there is no other purposes.

1. The deployment configuration for an application or module is NOT stored in which type of the following XML document:
A. J2EE deployment descriptors
B. weblogic-*.xml descriptors
C. WebLogic Server deployment plans
D. WebLogic config.xml
Answer: D


2.Scenario : Consider a b2b commerce application hosted on a WebLogic cluster with JMS messages being received, processed, and forwarded to external servers. The server log indicates a potential stuck thread problem where threads are continually getting stuck and JMX monitoring indicates a continuous backlog of pending messages that could be due to any of the in-flight messages, delayed messages, or messages being inhibited from delivery.
The recommended approach for setting the number of execute threads would be:
A. Set the default thread pool max value to match load expectations
B. Use an iterative approach to set the max thread count value
C. Set this value the same as the max connections value set on database connections
D. Leave this setting to be handled by the Work Manager by configuring MaxThreadsConstraint
Answer: D

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

4. Scenario : A single tier WebLogic cluster is configured with six Managed Servers. An Enterprise application is deployed to the cluster with a web application and EJBs packaged in the same EAR file.
An EAR file is being deployed to the cluster using two-phase deployment. Which of the following is true if one of the Managed Servers is NOT started in the cluster?
A. First and second phase deployment will be completed on all remaining instances in the cluster.
B. First phase deployment will not be completed on the remaining instances in the cluster.
C. First phase deployment will be completed but the second phase will not be completed on the remaining instances in the cluster.
D. First and second phase deployment will not be completed if enforceClusterConstraints is set to true for the Deployer.
E. Both a and d
Answer: E

5. Which of the following statements are true for built-in roles in the WebLogic Server Administration console? Choose two.
A. Users who belong to the Operator role can deploy the applications.
B. Users who belong to the Monitor role can view the server configuration, except for the encrypted attributes.
C. Users who belong to the Admin role cannot deploy applications.
D. Only users who belong to the Admin role can start, stop, and resume the server.
E. Users who belong to the Admin role can modify the entire server configuration.
Answer: BE

6. Scenario : Consider an upgrade requirement from pre-WebLogic Server 10.x to the WebLogic Server 10.x. Since the administration scripts in the prior version used WebLogic Ant tasks for creation and deployment, the team decides to use the Ant build.xml approach and extend this to the current version of the server.
Which of the following about the Ant task wlserver is INCORRECT?
A. wlserver can be used to start, reboot or shut down server instances.
B. wlserver can be used to connect to existing server instances.
C. wlserver can be used to create a multiple server domain configuration.
D. wlserver can be used to create a single server domain and to connect to the server.
Answer: C

7. What are the four basic components of a JMS system-resource module in the config.xml in WebLogic 10.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

8. Click on the Exhibit button.
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 10.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 security team insists that any use of the corporate Oracle database can be traced to the individual user that made the request. How can this be achieved when using WebLogic JDBC Data Sources?
A. Set the Enable Credential Mapping property for the Data Source.
B. Set Initial Capacity to zero, so each user creates a new connection.
C. Set the value of user to {WLS_USER} in the Properties field.
D. This can only be done using application code.
E. This cannot be done because Data Sources connect using a single username.
Answer: A


?>

用户反馈

Write a Review  |  All Review   

  • passed my 1Z0-108 certification exam. I would like to thank you for the great product that you have that helped in the preparation and passing the exam. This is by far the most comprehensive and well written material, and look forward to purchasing it again.
      
3CB materials do not contain actual questions and answers from Microsoft's & Cisco's Certification Exams.
1Z0-108 考古題,1Z0-108 全真題庫, 1Z0-108 全真試題, 1Z0-108 認證題庫 ,1Z0-108 學習指南, 1Z0-108 學習資源 ,1Z0-108 考試寶典