1Z0-102 | Up to the minute 1Z0-102 Exam Study Guides With New Update Exam Questions


Q31. Which three tasks are required to use JDBC session persistence for a web application?

A. Enable automatic migration on each server.

B. Create the session database table.

C. Configure SSL on each server.

D. Edit the weblogic.xml descriptor.

E. Create a multi data source.

F. Create a JDBC data source.

Answer: BDF

Q32. Which two statements are true about adding servers to a cluster?

A. When you create a cluster, you must add at least one server to it.

B. Only managed servers can be in a cluster.

C. The administration server is automatically added toa new cluster.

D. You must explicitly identify which servers belong to the cluster.

Answer: AB

Q33. You monitor a running JDBC data source with the console and note the following values:

Current Capacity = 10

Current Capacity High Count = 20

Identify two plausible explanations for these metrics.

A. The pool size has increased.

B. The pool size has decreased.

C. The workload was higher than it is now.

D. The workload was lower than it is now.

E. The statement cache size is 10.

F. The statement cache size is 20.

Answer: BC

Q34. Which three techniques can create a new WebLogic domain?

A. Configuration Wizard

B. Domain Template Builder

C. WLST

D. Administration console

E. Unpack command

F. Node Manager

Answer: ACE

Q35. You are responsible for configuration a WebLogic domain to support an order processing application. This application will communicate with multiple JDBC data sources to fulfill each customer order. To maintain data integrity across these databases, work will be performed within a global transaction.

However, you have learned that one of the data sources in the transaction does not have an XA driver. Which option should you select on this non-XA data source to ensure that orders are still processed as global transactions?

A. Ignore Heuristics

B. Planned to Thread

C. Password Encrypted

D. Logging Last Resource

E. Test Connections on Reserve

Answer: D

Q36. In WLST, you enter the shutdown () command with no arguments. Which statement is true in this case?

A. The server you are connected to will shut down.

B. The command does a "Force" shutdown.

C. The command blocks user interaction.

D. The command has timeout of 30,000 milliseconds.

Answer: A

Q37. When installing Oracle Weblogic Server 11g with the graphical installer, which three statements are true?

A. You must choose either a typical or a custom installation.

B. You install under Microsoft Windows because the graphical installer is available only for Window

C. You may create a new middleware home directory or choose an existing one.

D. Youmust register for critical security updates.

E. You may install a JDK or choose one that was previously installed.

Answer: ACE

Q38. An application requires a JDBC data source, which you create in the domain. You name it but the administrator allot another domain name the same data source DatasourceB.

Without modifying either domain, which is the best method to ensure that the application deploys successfully in both?

A. Create a separate application archive to use with each domain.

B. Create a separate deployment plan file to use with each domain.

C. Create and register a customdeployment listener.

D. Modify the application code to determine the current domain.

Answer: B

Q39. When a typical application utilizes a JDBC data source, the process involves several steps.

Identify three of these steps.

A. The application returns the connection to the data source.

B. The applicationlooks up the data source using the JNDI name.

C. The application tests the connection to verify the database's availability.

D. The application adds a now connection to the data source if none are available.

E. The application requests a connection from the data source.

Answer: BCE

Q40. Which three statements are true when an Administration Server is compared to a managed server?

A. A domain must have at least one of each type of server.

B. Administration Server keeps a domain log, but a Managed Server does not.

C. A Managed Server keeps a server log, but an Administration Server does not.

D. When a Managed Server comes up, it asks its Administration Server for the latest configuration.

E. An Administration Server manages the domain configuration.

F. JEE applications are deployed only to a Managed Server.

Answer: DEF