Free Oracle 1Z0-134 Exam Actual Questions

The questions for 1Z0-134 were last updated On Dec 20, 2024

Question No. 1

You are considering targeting your JMS servers to dynamic clusters to benefit from dynamic scaling. However, you have been advised to keep in mind some of the associated limitations.

What are two valid limitations and considerations for clustered JMS services? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, D

A: Store-and-Forward (SAF) Agents cannot be targeted to a Dynamic or Mixed cluster. You can target SAF Agents to Configured clusters using the default store.

D: Targeting a messaging bridge to a mixed or dynamic cluster is not supported.


Question No. 2

You have a multithreaded application that looks up the WebLoqic JMS ConnectionFactory object from the JNDI tree.

Which statement is correct in this scenario? (Choose the best answer.)

Show Answer Hide Answer
Correct Answer: B

A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously.

A session and its message producers and consumers can only be accessed by one thread at a time (i.e. the access must be synchronized). Their behavior is undefined if multiple threads access them simultaneously.


Question No. 3

My domain consists of an administration server and two managed servers. During runtime, my administration server has crashed and I wish to start the managed servers in MSI mode.

Which two files need to be copied from the admin server to the managed servers when starting them in this mode? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, C

In Managed Server Independence mode, a Managed Server looks in its root directory for the following files:

* msi-config.xml---a replica of the domain's config.xml.(Even if the domain's configuration file is named something other than config.xml, a Managed Server in MSI mode always looks for a configuration file named msi-config.xml.)

* SerializedSystemIni.dat

* boot.properties---an optional file that contains an encrypted version of your username and password.

Note: When a Managed Server starts, it tries to contact the Administration Server to retrieve its configuration information. If a Managed Server cannot connect to the Administration Server during startup, it can retrieve its configuration by reading configuration and security files directly. A Managed Server that starts in this way is running in Managed Server Independence (MSI) mode


Question No. 4

Which three statements are correct regarding the WLST create command? (Choose three.)

Show Answer Hide Answer
Correct Answer: A, B, C

A: When using the create command with WLST online you must be connected to an Administration Server.

B: Child types must be created under an instance of their parent type.

C: Syntax: create(name, childMBeanType, [baseProviderType])

The Create command creates a configuration bean of the specified type for the current bean.


Question No. 5

Your development team is considering several different types of new applications. You have been asked to advise them concerning which types can be deployed in WebLogic Server leveraging the Production Redeployment feature.

Which application deployment type is NOT supported for Production Redeployment? (Choose the best answer.)

Show Answer Hide Answer
Correct Answer: A