1Z0-134 Dumps

1Z0-134 Free Practice Test

Oracle 1Z0-134: Oracle WebLogic Server 12c: Advanced Administrator II

QUESTION 6

Your organization is using a Multi data source (MDS) on WebLogic Server to support applications connecting to an Oracle RAC database. You have been tasked with configuring a new callback handler for the MDS.
Which two statements are true concerning related MDS options and behavior? (Choose two.)

Correct Answer: CD
C: A callback handler used to control the failover and failback within a multi data source must include an implementation of the weblogic.jdbc.extensions.ConnectionPoolFailoverCallback interface.
D: You can register a callback handler with WebLogic Server that controls when a multi data source with the Failover algorithm fails over connection requests from one JDBC data source in the multi data source to the next data source in the list.

QUESTION 7

What is the file extension for a domain extension template? (Choose the best answer.)

Correct Answer: A
The WebLogic Server Default Domain Extension Template filename is wls_default.jar. It extends the Basic WebLogic Server domain with a web application designed to guide new users through an introduction to WebLogic Server. References:

QUESTION 8

You need to update a database accessed by an application that uses a WebLogic server data source. It has been decided that the data source on WLS should first be shut down.
You have been asked to advise as to whether they should execute a shutdown() or a forceShutdown() on the corresponding JDBCDataSourceRuntimeMBean.
Which two statements are true regarding the impact on the application that is using that data source? (Choose two.)

Correct Answer: AD
A: When you shut down a data source (not forcibly shut down), WebLogic Server closes database connections in the data source and shuts down the data source. If any connections from the data source are currently in use, the operation will fail.
D: When you forcibly shut down a data source, WebLogic Server closes database connections in the data source and shuts down the data source. All current connection users are forcibly disconnected.

QUESTION 9

You are configuring the principals needed to fulfill the security requirements of an application within a sandbox environment that uses the WebLogic Server-embedded LDAP server.
The given security requirements provided have outlined the following facts about some test principals:
1Z0-134 dumps exhibit
One security requirement states that internal patient data can be viewed only by physicians who are employees. What is an appropriate way to fulfill this security requirement from a principal perspective using the provided information?

Correct Answer: B
Security policies replace access control lists (ACLs) and answer the question "Who has access to a WebLogic resource?". You assign security policies to any of the defined WebLogic resources (for example, an EJB resource or a JNDI resource)
or to attributes or operations of a particular instance of a WebLogic resource (an EJB method or a servlet within a Web application). If you assign a security policy to a type of WebLogic resource, all new instances of that resource inherit that security policy. Security policies assigned to individual resources or attributes override security policies assigned to a type of WebLogic resource.

QUESTION 10

Examine the domain diagram:
1Z0-134 dumps exhibit
Assume all servers are running and you have an online WLST session connected to the administration server.
Select two code options that would set the variable x as a reference to the machine02 configuration MBean. (Choose two.)

Correct Answer: AB
A: WLST online provides a variable, cmo, that represents the current management object. Example: wls:/mydomain/serverConfig/Servers/myserver/Log/myserver> cmo[MBeanServerInvocationHandler]mydomain:Name=myserver,Server=myserver,Type=
Log
B: wls:/mydomain/edit !> bean=getMBean('Servers/myserver/WebServer/myserver') wls:/mydomain/edit !> print bean [MBeanServerInvocationHandler]mydomain:Name=myserver,Type=WebServer,Server=my server