Chinese(T) | English
contact me
User Login
Username:
Password :

BEA Certified Support Associate: WebLogic Server 9/10

Index >> BEA >> BEA8.1 Certified Architect Certification >> "0B0-410"Exam

VUE/Prometric Code:0B0-410

Exam Name:BEA Certified Support Associate: WebLogic Server 9/10
Questions and Answers:120 Q&As
Price:$89
Updated:2008-11-12
BEA Certified Support Associate: WebLogic Server 9/10
Test Q&A Updated Price
0B0-410 120 Q&A 2008-11-12 $89

please download in PDF format Demo: 0B0-410

killtest 0B0-410 Exam Features

High quality and Value for the 0B0-410 Exam.
Killtest Practice Exams for BEA Certified Support Associate: WebLogic Server 9/10 0B0-410 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.

100% Guarantee to Pass Your BEA8.1 Certified Architect Certification exam and get your BEA8.1 Certified Architect Certification Certification.
We guarantee your success in the first attempt. If you do not pass the 0B0-410 (BEA Certified Support Associate: WebLogic Server 9/10) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.

killtest 0B0-410 Downloadable.
Printable Exams (in PDF format) Our Exam 0B0-410 Preparation Material provides you everything you will need to take your BEA8.1 Certified Architect Certification exam. The BEA8.1 Certified Architect Certification Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get BEA8.1 Certified Architect Certification exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first BEA8.1 Certified Architect Certification exam try, but also save your valuable time .

  • Comprehensive questions with complete details about 0B0-410 exam.
  • 0B0-410 exam questions accompanied by exhibits.
  • Verified Answers Researched by Industry Experts and almost 100% correct.
  • Drag and Drop questions as experienced in the Real BEA8.1 Certified Architect Certification exam.
  • 0B0-410 exam questions updated on regular basis.
  • Like actual BEA8.1 Certified Architect Certification Certification exams, 0B0-410 exam preparation is in multiple-choice questions (MCQs).
  • Tested by many real BEA8.1 Certified Architect Certification exams before publishing.
  • Try free BEA8.1 Certified Architect Certification exam demo before you decide to buy it in http://www.Killtest.com.

High quality and Value for the 0B0-410 Exam:100% Guarantee to Pass Your BEA8.1 Certified Architect Certification exam and get your BEA8.1 Certified Architect Certification Certification.

http://www.Killtest.com The safer.easier way to get BEA8.1 Certified Architect Certification Certification.

We offer Demo version of Q&A, Q&A are as follows (not to provide picture):

0B0-410:please download 0B0-410 in PDF format Demo 0B0-410

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

6. Users are reporting that they cannot access an application on the server using virtual host names. To debug this issue; the traffic received by each virtual host can be viewed by
A.Configuring and enabling Domain Log Filters
B.Configuring audit logs for logging HTTP requests
C.Enabling HTTP access log for each virtual host
D.Configuring and assigning network channels for each user
ANSWER: C

7. Smart Update is used for
A.updating an existing version of application with a new version in production
B.installing maintenance patches and service packs for WebLogic Server
C.updating the DTD based deployment descriptor(s) of a J2EE Application or Module to schema based deployment descriptor(s)
D.updating the JDBC driver used by DataSources in a JDBC System Module automatically
ANSWER: B

8. When using WLDF to perform diagnostics tasks with WebLogic Server 9.x, which one of the following is true?
A.WLDF configuration can only be done on the server-level
B.WLDF configuration can only be done on the application-level
C.WLDF configuration can be done both on the server-level and on the application-level
D.WLDF configuration can only be done on the domain-level
ANSWER: C

9. Which of the following version of Node Manager runs with a larger footprint when compared with the others?
A.Java Version with SSL
B.Java Version without SSL (plain)
C.RSH Version
D.SSH Version
ANSWER: A

10. What is the order in which the upgrade should be run when upgrading to 9.x?
A.Security providers, node manager, managed server
B.Node manager, security providers, managed server
C.Managed server, security providers, node manager
D.Security providers, managed server, node manager
ANSWER: A

11. Scenario: Consider a production server deployment wherein the development team has no access to the production servers. The Administrative team owns the responsibility of deployments, upgrades and supporting the applications hosted on these servers. The decision was for a development and administrative team to use off-line and online WLST scripts to deploy and support the application.
A.During debugging, if there is a need for the development team to review and recreate a similar server configuration, which one of the following approaches would you adopt
B.Create a WLST off-line script using duplicateDomain and send it to the development team to recreate the server configuration
C.Send all servers configuration files and have them recreate the server configuration using WLST parse scripts
D.Create a WebLogic Server domain template using WLST and send it to the development team to recreate the configuration
E.Use the WebLogic admin console to save the domain configuration and send it to the development team
ANSWER: C

12. You are not sure whether the configuration change you have just made in the WebLogic Server Console requires the Managed Servers to be restarted. What should you do?
A.Look for details in the restart-servers.xml in the pending directory
B. View the Restart Checklist portlet in the console
C. It is not possible to tell, so you should restart them anyway
D. Examine the domain restart log for a list of the servers that need restarting
ANSWER: B

13. You have started the administration server for your domain and start to configure some additional Managed Servers. When using the WebLogic Server Console to add or change domain configuration attributes, such as adding new servers, the new settings are
A.Written immediately to config.xml
B. Saved as a list of changes in a pending file
C. Saved as a pending version of config.xml
D. Saved in the default (file) persistent store
ANSWER: C

14. What tool would be the best choice for deploying applications interactively when you do not know the exact names of target servers?
A.weblogic.Deployer
B.Administration Console
C.WLST
D.Using wldeploy Ant task
ANSWER: B

15. Which of the following is the correct process to initiate a configuration change using the Administration Console?
A.Obtain a lock on the current configuration, use JMX APIs to make changes to the configuration, and then click the Save button
B. Update the edit.lok file; edit the config.xml file or the underlying subsystem xml files in the domain and restart the server
C. Obtain a lock on the current configuration, make changes, and then click the Save button
D. Update the edit.lok file, use WLST to make changes, and then restart the server
ANSWER: C

16. When updating a domain configuration using WLST in order to add additional resources and you have connected to the administration server using the administrative user weblogic. You are unaware that your colleague also has some changes to make and is trying to log in to the WebLogic Server Console as the user weblogic too. By default, what will happen when your colleague attempts to log in?
A.The login request is rejected because weblogic is already logged in
B. The colleague logs in, but must wait for you to release the configuration lock
C. The colleague logs in and discovers that he or she already has the lock, sharing it with you
D. The colleague logs in and is given the option to take the lock from you
ANSWER: C

17. WLST life cycle commands are used to manage the life cycle of a server instance and its services. If the requirement is to use the Migrate command, which one of the following is INCORRECT?
A.The Migrate command can only be used to migrate a JMS server to another server within a cluster
B.For JTA migration, the source server has to be down for the Migrate command to succeed
C.For JMS Service, migration to another server can happen only on a running server
D.The migration type server option can be used to migrate all services for a particular server
ANSWER: C

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

19. What are the three different types of watches provided by the WebLogic 9.x Diagnostic Framework?
A.Mbean, Harvester, Log
B.Harvester, Log, Instrumentation
C.Alarm, Notification, Log
D.Severity, Alarm, Harvester
ANSWER: B

20. Which of the following is NOT a state for a WebLogic Server instance?
A.RUNNING
B.STANDBY
C.PENDING
D.ADMIN
ANSWER: C

21. During a performance test on a 3 nodes WebLogic Cluster, one of the servers seems to be not responding at times and the requests are timing out. And this is generating intermittent errors at the test client. Getting an overview of each the server's internal runtime state along with the subsystems during the test can be accomplished by
A.Configuring Server State Dump Monitor
B.Creating Diagnostic Image
C.Setting SNMP Mbean Attribute Change Monitor
D.Configuring Response Time Goal for the Default Work Manager.
ANSWER: B

22. In version 9.x and above WebLogic Server uses the following format to store domain configuration
A.A single text file named .properties
B.A single XML file named config.xml
C.A collection of text files named _.properties
D.A collection of XML files referenced from config.xml
ANSWER: D

23. The requirement is not to have any downtime for the application clients when redeploying a new version of the application. Existing clients will be given certain amount of grace time beyond which the new version should prevail. Which of the following approaches would you prefer if you are supposed to deploy the new version of the application?
A.Use a command similar to weblogic.Deployer… "-redeploy…-name appname -appversion newappver" and "-undeploy -appversion oldappver" later to undeploy
B.Use a command similar to weblogic.Deployer… "-redeploy…-name appname -appversion newappver -retiretimeout "
C.Use a command similar to weblogic.Deployer… "-redeploy…-name appname -appversion newappver" and "-undeploy -graceful -appversion oldappver" later to undeploy.
D.Use the Ant task wldeploy to achieve this functionality since weblogic.Deployer does not support side-by-side deployments.
ANSWER: B

24. Which of the following is false regarding auto-deployment?
A.If auto-deployment is enabled, when an application is copied into the /autodeploy directory of the Administration Server, the Administration Server detects the presence of the new application and deploys it automatically
B.If you delete application files from the /autodeploy directory when the admin server is not active, managed servers will still detect that the application files were deleted and will undeploy the application
C.When you switch from the development mode to production mode, any applications that were previously deployed via the /autodeploy directory remain deployed; if you wish to undeploy or redeploy such applications after you have switched to production mode, you must undeploy or redeploy them manually
D.When an application has been auto-deployed in the exploded archive format, the Administration Server periodically looks for a file named REDEPLOY in the exploded application directory. If the timestamp on this file changes, the Administration Server redeploys the exploded directory
E.Production mode disables the auto-deployment feature and prevents any applications you place in the /autodeploy directory after you switch to production mode from being deployed
ANSWER: B

25. An application needs to be upgraded while the existing clients would not incur any down time. To use production redeployment strategy for achieving this, which two of the following are the deployment restrictions? (Choose two)
A.Deployment targets cannot be changed
B.The security model cannot be changed
C.A new application must be loaded from the same directory as the old application
D.The version identifier must be specified in the application's MANIFEST.MF file
ANSWER: AB

26. When using the production redeployment strategy, if the old version application is not retired due to few long running client sessions that you do not want to preserve. You want that application to be undeployed, which of the following weblogic.Deployer options would help? (Choose two)
A.Use of the -retiretimeout option while redeploying the updated application
B.Use of the -undeploy option with the name of retiring application
C.Use of the -appversion of retiring application along with -undeploy and name of the retiring application
D.Use of the -redeploy option to redeploy the retiring application
ANSWER: AC

27. If a part of the production application is changed and a partial redeployment strategy needs to be used to update the existing application then which of the following partial redeployments do not adversely affect the active client connections and are safe for all production environments that host the versioned enterprise applications. (Choose three)
A.Partial redeployment of J2EE modules in an enterprise application
B.Partial redeployment of graphic files, static HTML files and JSPs
C.Partial redeployment using a deployment plan with non-dynamic property changes
D.Partial redeployment using a deployment plan with dynamic property changes
ANSWER: BCD

28. If the value of the resource binding property needs to be changed for a deployed application that uses an in-place redeployment strategy, which of the following weblogic.Deployer options needs to be used with the modified deployment plan?
A.-update
B.-redeploy
C.-deploy
D.-undeploy
ANSWER: B

29. Which of the following statement is true?
A.Configuration Mbeans in WebLogic Server are harvestable
B.Custom Mbeans are harvestable only when they are registered with JMX Server
C.Data can throw exceptions while being harvested
D.You cannot use WLST to configure the harvester
ANSWER: B

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