BEA推出0B0-109認證考試,0B0-109考試課程介紹

三月 18, 2010 by admin · 评论关闭
Filed under: BEA 

0B0-109:本課程使讓學員系統而快速地掌握BEA認證0B0-109,全面細致地WebLogic Server 9了BEA9CertifiedDeveloperCertification的各項功能,0B0-109 Exam是BEA9CertifiedDeveloperCertification認證中的BEA WebLogic Server 9官方考試0B0-109,如果需要取得BEA9CertifiedDeveloperCertification證照,您可能還需要慘加其他相關考試,詳情可訪問BEA9CertifiedDeveloperCertification認證專題,在那裡,妳將看到所有BEA9CertifiedDeveloperCertification認證相關考試科目。
目前想通過0B0-109考試相對還是比較困難的,因為這是對大眾而言,那通過不了0B0-109考試,這時候我們選擇怎麼辦呢?沒辦法只有花一點錢啦,到考古題網站上去買0B0-109考古題。killtest承諾對WebLogic Server 9考試原題完整覆蓋。使用Killtest BEA認證 0B0-109考古題一次輕鬆通過考試。0B0-109 Exam是BEA認證中的WebLogic Server 9官方考試0B0-109,如果需要取得BEA證照,這是最便捷的方法,當然一點基礎也沒有也是可以的,只要能背得起0B0-109考古題PDF版本 網上輕鬆下載,很容易通過先請看一下,WebLogic Server 9考題樣本:1. A system exception is one that indicates that the business method of an EJB was prevented fromsuccessfully executing because of some system-level error. Which of these statements is true about asystem exception?
A.It is a subclass of RemoteException or RuntimeException
B.It is propagated to clients as a RemoteException
C.It is caught and logged by the container
D.All of the above
Answer: D
2. What is the command to create a new web application archive (.war) file?
A.jar -Mvf someArchive.war *
B.jar -tvf someArchive.war *
C.jar -vf someArchive.war *
D.jar -cvf someArchive.war *
Answer: D
3. If cookies are disabled on the client browser, which of these methods on the HttpServletResponse object can help in rewriting the URL with a session ID?
A.session.encodeURL()
B.session.writeURL()
C.session.encodeSessionIDinURL()
D.session.encodeSessionID()
Answer: A
4. Consider the following code snippet.
Context ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup(“SomeDatasource”);
Which of these statements gets a JDBC connection successfully?
A.Connection con = ds.createConnection();
B.Connection con = ds.getConnection();
C.Connection con = ds.retrieveConnection();
D.Connection con = ctx.getConnection();
Answer: B     
5. Entity bean activation involves
A.EJB Container providing a primary key identity to a pooled EJB 
B.EJB Container moves an EJB from secondary storage to main memory
C.EJB Container creates a new EJB instance and adds to the active pool
D.None of the above
Answer: A     
6. Which of these <trans-attribute> tags forces the EJB to be executed within a transaction started either by the client or container?
A.Supports
B.Required
C.RequiresNew
D.Mandatory
Answer: B     
7. Which of these statements is not true about Design Patterns?
A.They  are  a  non-repeatable  process  or  design  addressing  a  specific  issue  or  a  problem  in  the development of a system.
B.They are predictable in their function and are consistent in their pros and cons.
C.They are concepts  that allow  for a common method  to quickly and effectively communicate complex ideology to others.
D.They allow for the accelerated education of the concept for those new to it.
Answer: A
通過BEA認證考試者,BEA公司將統壹頒發“BEA認證專家”(BEA)單科證書或“BEA認證0B0-109”證書。

BEA推出0B0-105認證考試,0B0-105考試課程介紹

三月 18, 2010 by admin · 评论关闭
Filed under: BEA 

0B0-105:本課程使讓學員系統而快速地掌握BEA認證0B0-105,全面細致地BEA8.1 Certified Architect:Enterprise Architecture了BEA8.1CertifiedArchitectCertification的各項功能,0B0-105 Exam是BEA8.1CertifiedArchitectCertification認證中的BEA BEA8.1 Certified Architect:Enterprise Architecture官方考試0B0-105,如果需要取得BEA8.1CertifiedArchitectCertification證照,您可能還需要慘加其他相關考試,詳情可訪問BEA8.1CertifiedArchitectCertification認證專題,在那裡,妳將看到所有BEA8.1CertifiedArchitectCertification認證相關考試科目。
目前想通過0B0-105考試相對還是比較困難的,因為這是對大眾而言,那通過不了0B0-105考試,這時候我們選擇怎麼辦呢?沒辦法只有花一點錢啦,到考古題網站上去買0B0-105考古題。killtest承諾對BEA8.1 Certified Architect:Enterprise Architecture考試原題完整覆蓋。使用Killtest BEA認證 0B0-105考古題一次輕鬆通過考試。0B0-105 Exam是BEA認證中的BEA8.1 Certified Architect:Enterprise Architecture官方考試0B0-105,如果需要取得BEA證照,這是最便捷的方法,當然一點基礎也沒有也是可以的,只要能背得起0B0-105考古題PDF版本 網上輕鬆下載,很容易通過先請看一下,BEA8.1 Certified Architect:Enterprise Architecture考題樣本:2. Scenario:   The Notify Merchandiser  and Notify  Inventory Control  steps  defined  in  FR004’s  activity diagram should be invoked in parallel. Which of the following is NOT a valid architectural approach based on this use case requirement?
A. Send notification messages to two separate JMS Queues monitored by both consumers
B. Send one notification message  to a single JMS Topic which maintains a separate subscription  from both consumers
C. Send  notification messages  directly  to  two Message-driven EJB  callback  objects  provided  by  both consumers
D. Send one notification message  to a single JMS Topic which maintains a separate subscription  from both consumers within a single XA transaction
E.  Send  two  notification messages  to  a  single  JMS Queue  using  a  JMS message  selector  by  each consumer
Answer: C
3.  Scenario:   The  activity  diagram  for  FR004  details  dependencies  on  other  applications  whose requirements are defined  in separate use cases. A primary  requirement  for  the new POS application  is that it must accommodate future architectures and currently-unknown internal and external clients. Given the path defined by FR004’s activity diagram and  the non-functional  requirement, answer  the  following question. The activity diagram and use case specify that if an update to an EIS fails, the process must roll back the current transaction. Assuming that each update is asynchronously invoked, what is the best way to handle transaction rollback within this process?
A. Use a standard XA transaction employing two-phase commit
B. Define an explicit transaction boundary within the process definition
C. Use  the  transaction propagation  facilities of J2CA and execute each update  from  the XA transaction context of the process
D. Use  a  compensating  transaction  after  each  callback  from  the EIS’  update  operation  that manually restores the affected data
E. Implement a custom exception path within the process that invokes the rollback method of the related global distributed transaction
Answer: E
4. WSRP is an attractive option for web development because it decouples the deployment and delivery of applications.   WebLogic Platform allows for the creation of WSRP-enabled portlets EXCEPT for which portlet type?
A. Struts
B. Pageflow
C. HTTP Web Service
D. JSR168 Java Portlet
E. JSP Portlets using a JPF
Answer: C
5. Smithers  and Dithers’  architecture must  accommodate multiple Web  requests, which may  demand various preprocessing and postprocessing activities. Which Design Pattern best describes a solution that meets this requirement?
A. Flyweight
B. View Helper
C. Front Controller
D. Composite View
E. Dispatcher View
Answer: C
6.  You  have  determined  that  your Web  Applications  will  be  deployed  to  a WebLogic  cluster  for  high availability.   In order to take advantage of HTTP session replication, which of the following is required?
A. All session data must be serializable
B. Replication Groups must be configured
C. One member of the cluster must be used as the proxy server
D. All members of the cluster must be located within the same subnet
E. At least two cluster members must be running on separate machines
Answer: A
通過BEA認證考試者,BEA公司將統壹頒發“BEA認證專家”(BEA)單科證書或“BEA認證0B0-105”證書。

BEA推出0B0-410認證考試,0B0-410考試課程介紹

三月 16, 2010 by admin · 评论关闭
Filed under: BEA 

0B0-410:本課程使讓學員系統而快速地掌握BEA認證0B0-410,全面細致地BEA Certified Support Associate: WebLogic Server 9/10了BEA8.1 Certified Architect Certification的各項功能,0B0-410 Exam是BEA8.1 Certified Architect Certification認證中的BEA BEA Certified Support Associate: WebLogic Server 9/10官方考試0B0-410,如果需要取得BEA8.1 Certified Architect Certification證照,您可能還需要慘加其他相關考試,詳情可訪問BEA8.1 Certified Architect Certification認證專題,在那裡,妳將看到所有BEA8.1 Certified Architect Certification認證相關考試科目。
目前想通過0B0-410考試相對還是比較困難的,因為這是對大眾而言,那通過不了0B0-410考試,這時候我們選擇怎麼辦呢?沒辦法只有花一點錢啦,到考古題網站上去買0B0-410考古題。killtest承諾對BEA Certified Support Associate: WebLogic Server 9/10考試原題完整覆蓋。使用Killtest BEA認證 0B0-410考古題一次輕鬆通過考試。0B0-410 Exam是BEA認證中的BEA Certified Support Associate: WebLogic Server 9/10官方考試0B0-410,如果需要取得BEA證照,這是最便捷的方法,當然一點基礎也沒有也是可以的,只要能背得起0B0-410考古題PDF版本 網上輕鬆下載,很容易通過先請看一下,BEA Certified Support Associate: WebLogic Server 9/10考題樣本:1. When configuration changes are being made to a domain by an administrative user after acquiring a
lock, which of the following statement is true?
A.The lock expires in 30 minutes by default after which the changes are rolled back
B.The  lock  can be acquired by another other administrative user  in which  case  the  changes  currently
pending will be rolled back
C.The  lock  can  be  acquired  by  another  other  user  of  the  administrative  category  in  which  case  the
changes currently not committed will be inherited by the user who acquired the lock
D.The lock cannot be acquired by others which an administrative user is holding the lock.
ANSWER: C   
2. If there is problem with one of the transactions started by an EJB application, which one of the following
would be a starting point for troubleshooting this scenario?
A.Use a text editor to view the transaction log file for information about the failed transaction.
B.Use WebLogic  Server  log  file  for  the  respective  server  to  gain  more  information  about  the  failed
transaction.
C.Use Smart Update GUI to update the failed transaction and commit it.
D.Use the HTTP log file for the respective sever to gain more information about the failed transaction.
ANSWER: B   
3. Poison message in JMS occurs when:
A.a JMS Message was sent to wrong queue with AUTO_ACKNOWLEDGE option set
B.a standalone receiver with client acknowledgment, does NOT call session.acknowledgement()
C.a javax.jms.JMSSecurityException was thrown while sending a message to a queue/topic
D.a MDB with option set to Auto-acknowledge receives a message
ANSWER: B  
4. When diagnosing a native out of memory issue with one of the managed servers in a cluster, which of the following recommendations will not be useful in collecting appropriate information?
A.Use ‘-verbosegc’ JVM arugment to collect heap usage information.
B.Record the process virtual memory size periodically using OS tools.
C.Check whether your application uses some JNI code or third party native modules.
D.All of the above
E.None of the above
ANSWER: D  
5. Which two of the following statements are true about developing a Java web service? (Choose two)
A.Must have a private constructor
B.Must include at a minimum, a @WebService JWS annotation
C.May reference a service endpoint interface
D.All of the above
ANSWER: BC
通過BEA認證考試者,BEA公司將統壹頒發“BEA認證專家”(BEA)單科證書或“BEA認證0B0-410”證書。

BEA推出0B0-104認證考試,0B0-104考試課程介紹

三月 16, 2010 by admin · 评论关闭
Filed under: BEA 

0B0-104:本課程使讓學員系統而快速地掌握BEA認證0B0-104,全面細致地BEA8.1 Certified Adminsitrator:System Administration了BEA 8.1 Certified Administrator Certification的各項功能,0B0-104 Exam是BEA 8.1 Certified Administrator Certification認證中的BEA BEA8.1 Certified Adminsitrator:System Administration官方考試0B0-104,如果需要取得BEA 8.1 Certified Administrator Certification證照,您可能還需要慘加其他相關考試,詳情可訪問BEA 8.1 Certified Administrator Certification認證專題,在那裡,妳將看到所有BEA 8.1 Certified Administrator Certification認證相關考試科目。
目前想通過0B0-104考試相對還是比較困難的,因為這是對大眾而言,那通過不了0B0-104考試,這時候我們選擇怎麼辦呢?沒辦法只有花一點錢啦,到考古題網站上去買0B0-104考古題。killtest承諾對BEA8.1 Certified Adminsitrator:System Administration考試原題完整覆蓋。使用Killtest BEA認證 0B0-104考古題一次輕鬆通過考試。0B0-104 Exam是BEA認證中的BEA8.1 Certified Adminsitrator:System Administration官方考試0B0-104,如果需要取得BEA證照,這是最便捷的方法,當然一點基礎也沒有也是可以的,只要能背得起0B0-104考古題PDF版本 網上輕鬆下載,很容易通過先請看一下,BEA8.1 Certified Adminsitrator:System Administration考題樣本:1. Consider a WebLogic Domain with an (external) LDAP Authentication Provider and multiple Authorization Providers. The Default WebLogic Auditing Provider is enabled. Authorization Providers can return a limited set of responses to requests for resource access. What are the possible responses from an Authorization Provider? 
A. PERMIT , DENY 
B. OVERRIDE , PERMIT , DENY 
C. CONDITIONAL , PERMIT , DENY 
D. PERMIT , DENY , ABSTAIN 
E. PERMIT , PERMIT_ONCE , DENY_ONCE , DENY 
Answer: D 
2. What happens to a JMS message that times out in a Queue? 
A. The message is immediately delivered to the consumer. 
B. The message is immediately returned to the producer. 
C. The message is handled according to the expiration policy that is defined for the Queue. 
D. The message is sent to a distributed destination. 
E. The message is persisted to a JMS store. 
Answer: C 
3. A Web tier cluster is being created that will provide HttpSession failover with reasonable safety and good scaling ability. The HttpSessions will contain serialized Java objects. Eight WebLogic server instances will be running on four physical machines; there will be two WebLogic server instances per physical machine. Part of the cluster, containing two physical machines, is located in one room; the other two machines are located in another room. In this cluster, the Administration Server is located on its own physical machine. If the Administration Server is not running, how can the Managed Servers start? 
A. The Managed Servers must run in Managed Server Independence (MSI) mode. 
B. The domain files must be copied to each Managed Server. 
C. The MSI file must be present locally on each Managed Server. 
D. A Managed Server CANNOT be started without an Administration Server. 
E. Aand C 
Answer: E
4. In order to migrate a failed Administration Server to another machine, which of the following is required? 
A. Application data must be copied to (or shared with) the new machine. 
B. You must use the NodeManager MIGRATE command, through weblogic.Admin or JMX. 
C. Configuration and security data must be copied to (or shared with) the new machine. 
D. Each Managed Server must be shut down and restarted. 
E. Aand C 
Answer: E 
5. Which of the following methods can CANNOT be used to determine the version number and service pack of the currently-executing WebLogic Server instance? 
A. The WebLogic Console 
B. The version.txt file 
C. weblogic.Admin 
D. The Server log 
E. Aand B 
Answer: B 
6. To configure a Network Channel, which of the following are required? 
A. Name, Multicast Address, Listen Address 
B. Name, Protocol and Listen Port 
C. Name, Listen Address and Listen Port 
D. Name, Multicast Address, Listen Address and Listen Port 
E. Name, Protocol, Listen Address and Listen Port 
Answer: E
通過BEA認證考試者,BEA公司將統壹頒發“BEA認證專家”(BEA)單科證書或“BEA認證 0B0-104”證書。

BEA推出的0B0-103認證考試,0B0-103考試課程介紹

三月 16, 2010 by admin · 评论关闭
Filed under: BEA 

0B0-103:本課程使讓學員系統而快速地掌握BEA認證0B0-103,全面細致地BEA8.1 Certified Developer:Integration Solutions了BEA8.1 Certified Developer Certification的各項功能,0B0-103 Exam是BEA8.1 Certified Developer Certification認證中的BEA BEA8.1 Certified Developer:Integration Solutions官方考試0B0-103,如果需要取得BEA8.1 Certified Developer Certification證照,您可能還需要慘加其他相關考試,詳情可訪問BEA8.1 Certified Developer Certification認證專題,在那裡,妳將看到所有BEA8.1 Certified Developer Certification認證相關考試科目。
目前想通過0B0-103考試相對還是比較困難的,因為這是對大眾而言,那通過不了0B0-103考試,這時候我們選擇怎麼辦呢?沒辦法只有花一點錢啦,到考古題網站上去買0B0-103考古題。killtest承諾對BEA8.1 Certified Developer:Integration Solutions考試原題完整覆蓋。使用Killtest BEA認證 0B0-103考古題一次輕鬆通過考試。0B0-103 Exam是BEA認證中的BEA8.1 Certified Developer:Integration Solutions官方考試0B0-103,如果需要取得BEA證照,這是最便捷的方法,當然一點基礎也沒有也是可以的,只要能背得起0B0-103考古題PDF版本 網上輕鬆下載,很容易通過先請看一下,BEA8.1 Certified Developer:Integration Solutions考題樣本:1. Consider this code snippet: What information does the code provide?
A. Runtime information about all Servlet Sessions
B. Runtime invocation totals for a Servlet
C. Runtime information for all Servlets on a specific server
D. Configuration information defined in the deployment descriptors of all Servlets
E. Runtime information for all Servlets that have been invoked at least once
Answer: B
2. A mainframe batch process extracts sales information from a legacy point-of-sale system, nightly.The batch process deposits this information in a binary file in the directory
/usr/local/POS/salesdata/ftp_report_sales_daily . What is the best way to access the data in your process definition?
A. Use an FTP control that is called synchronously from the process definition.
B. Create an Application View to access a J2CA adaptor that integrates with the legacy mainframe application, and call an Application View control from your process.
C. Use a File control that is configured to read ftp_report_sales_daily from the directory /usr/local/POS/salesdata .
D. Create an Application View to integrate with the FTP server and call an Application View control from your process.
E. Use an FTP control that is called asynchronously from the process definition.
Answer: C
3. Click the Exhibit button at the bottom of the screen. Consider this JPD diagram: All transaction demarcation is performed by WLI (not by the control code).  Successful execution of this process results in how many transactions?
A. 1
B. 2
C. 3
D. 4
E. 0
Answer: B
4. Which is NOT a valid setting for the conversation phase of a Web service operation?
A. none
B. start
C. finish
D. suspend
E. continue
Answer: D
5. You have finished creating your process definition. The definition is somewhat complex, and it involves multiple entry points and branches; you want to step through the definition to test for correct execution and flow. You created a complex XQuery that maps a purchase order XML document onto arguments of a Web service method.  In WebLogic Workshop, what is the easiest way to test the validity of this XQuery expression?
A. In Format Builder, set a breakpoint on the first line of the MFL file.
B. Display the transformation control in Design View, and select the Test View tab of the XQuery method.
C. Set a breakpoint on the XQuery method when displaying the transformation control in Design View.
D. You cannot test an XQuery expression in Workshop.
E. Set a breakpoint on the called method of the Web service and use the service’s test page to verify that data was converted correctly by the XQuery expression.
Answer: B
6. Which statement about the use of Application Views is correct?
A. Publishing an Application View results in the creation of an EAR file.
B. Publishing an Application View results in the creation of an EJB JAR file.
C. The control must be created in the Application Integration Design Console.
D. The Application View must be created in Workshop before the control can be created.
E. The Application View must be created in the Integration Administration console before the control can be created.
Answer: B
7. Conglomo Communications, the nation’s second leading cable TV provider, plans to provide application integration with an existing program directory. Conglomo will automate the service and sell it to subscribers. Conglomo has a business requirement to notify all content subscribers when listings are added, removed or changed in the programming database. What is one advantage of using an Application View provided by the WebLogic RDBMS adaptor, rather than a Database control, to satisfy this requirement?
A. There is no advantage; it would be more complex to create and call the Application View than to use direct database access.
B. The Application View can define INSERT, UPDATE and DELETE events that can be automatically handled by the workflow and generate the notification.
C. The Application View can work directly with the XML Schema that is used by the node-handling notification.
D. You must create an Database Control Application View, because this is the only way the workflow can use a database.
E. An RDBMS Application View is more reusable, because it can also be called by other JPDs and Web services in the application.
Answer: B
8. In Workshop, inserting a control that invokes a Web service requires specifying one of two files. Which item is one of them?
A. An XSD file
B. A WSDL file
C. A DTF file
D. A SOAP configuration file
E. An application configuration file
Answer: B
通過BEA認證考試者,BEA公司將統壹頒發“BEA認證專家”(BEA)單科證書和“BEA認證”(BEA 0B0-103)證書。