1Z0-102 | Update Oracle 1Z0-102 braindumps


Q41. Identify three ways to create a domain template.

A. Administration console

B. Domain Template Builder

C. unpack command

D. pack command

E. Node Manager

F. WLST

G. Configuration Wizard

Answer: BDF

Q42. Identify four attributes of a JDBC data source.

A. URL

B. Targets

C. JNDI Name

D. Delivery Mode

E. Database Driver

F. Server Log

Answer: ABCE

Q43. Which three statements are true about the administration console?

A. The administration console cannot be disabled.

B. The context path of the administration console may be changed.

C. The administration console may be extended.

D. If a domain is in Development Mode, the administration console no longer requires an administration-level user when logging in.

E. If a domain is in Production Mode, access to the administration console must be made through secure port.

F. If the domain's Administration Port is enabled, access to the administration console must be made only through that port.

Answer: BCD

Q44. You use a web browser to log in to a web application that is deployed to WebLogic Server. When you click link named "publish" on the site, an "Access Denied" message appears.

Which two statements must be true about this server's security configuration?

A. The application is not associated with any security roles.

B. Multiple security realms are active at the same time.

C. Your user account is a member of a group.

D. Your user account exists in an authentication provider.

E. A security policy is attached to the "publish" link URL.

Answer: DE

Q45. An application fails. The exception indicates that the JDBC data source, jdbc-hr.HRDS, cannot be found. Identify two possible steps that you can perform to verify the data source's availability.

A. Launch the JDBCDiagnostics utility.

B. Verify the Targets attribute of the application.

C. Verify the Dependencies attribute of the data source.

D. Verify the target server's JNDI tree in the console.

E. Verify the Target attribute of the data source.

Answer: DE

Q46. Identify two reasons for defining machines and assigning servers to them in Weblogic Server.

A. Amachine can be the proxy to a cluster.

B. A machine definition is required to configure the Node Manager.

C. To reference an instance of WebLogic Server, you must know its machine and port.

D. Machine is a required organizational unit. A domain contains machines and machines contain servers.

E. WebLogic Server uses server machine assignments to help it choose servers in a cluster on which to replicate session state.

F. The machine's Cluster Weight attribute may be used by load balancers to help them determine how often to send requests to servers assigned to that machine.

Answer: BE

Q47. You are logged in to the administration console for a domain that is running in Development Mode. The domain configuration, you select Production Mode, Save, and then Activate Changes. Which two statements are true?

A. All running servers must be restarted.

B. Only the Administration Server must be restarted.

C. Auto-deployment will no longer be available for this domain.

D. This change may be made only through the Administration Server's secure port.

E. If you decide to go back to Development Mode, uncheck Production Mode in the administrate console.

Answer: AE

Q48. Consider the following excerpt from mod_wl_ohs.conf:

<IfModule weblogic_module>

WebLogicCluster 192.168.13.1:7001, 192.168.13.2:7001,192.168.13.2:7001

</IfModule>

<Location /welcome>

SetHandler weblogic-handler

</Location>

Assuming that this is a valid is a valid configuration, which two conclusions can you make?

A. A web application name "welcome" is configured to use session replication.

B. A web application that uses the paths "welcome" is targeted to the cluster.

C. The proxy server will ignore any requests that contain the name "welcome."

D. The proxy server is listening on the host name "welcome."

E. A cluster exists that consists of at least two managed servers.

F. All cluster members are running on the same machine.

Answer: BE

Q49. A managed server, myserver1, has a boot.properties file in the security directory. It was started with the startManageWeblogic.sh script(.cmd in windows) and his boot.properties file was used for its startup credentials.

You just used the administration console to change all administrator passwords. To continue using boot.properties, what can you do?

A. This is not possible. A boot.properties file can be used only with the Administration Server.

B. Delete boot.properties. In the administration console, under the myserver configuration, select Generate BootIdentity file.

C. You need not do anything- The password in boot .properties was automatically updated by administration console when you changed the password.

D. Edit boot.propetties. Type over the encrypted password with the new password in clear text.The next time myserver1 is started, it will encrypt the password in the file.

E. Delete boot .properties. Use the WLST encrypt () command to create a new boot.properties file containing the new password. Copy that file into the security directory of myserver1

Answer: D

Q50. Each domain has a directory called servers that contains subdirectories for each server in the domain. Your domain has a managed server named managed1. When will the managed1 directory be created?

A. When the managed1 server is defined in the configuration Wizard

B. When the domain is created

C. When the administration server comes up for the first time

D. When the managed1 server1 comes for the first time

Answer: A