1Z0-134 Dumps

1Z0-134 Free Practice Test

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

QUESTION 1

You manage an application that uses SAML tokens from a trusted voucher to provide single sign-on for virtual clients of your WebLogic domain. Your domain uses an identity assertion provider to manage this authentication.
Clients are failing to authenticate. Client return codes and server log files do not include any useful information that can he used to discern where the issue lies.
What do you do to determine the problem?

Correct Answer: A
You can enable debug scopes or attributes by passing them as options in the command that starts WebLogic Server. You can configure SAML debugging either through command line options by using the WebLogic Server Administration Console.

QUESTION 2

For some reason, servers in your domain are failing. The host machines are pingable and the WebLogic JVM processes are running but the getState() method on the ServerRuntimeMBean reports FAILED.
In the future, when this happens, you want these failed servers to be shut down and then restarted automatically without human intervention. At the same time, you want to constrain how much time will be spent restarting those servers and how many restart attempts will be made.
Pick the two options that would help with this situation. (Choose two.)

Correct Answer: BC
B: The nmStart command identifies the server instance to start. You define the number of restarts by setting the RestartMax property in a Node Manager startup.properties file. If you use the nmStart command with WLST connected to a Node Manager, Node Manager supports monitoring, stopping, and restarting the Administration Server.
C: The script named startManagedWebLogic can be used to start Managed Servers. On a UNIX system it is located in located in DOMAIN_NAME/bin/startManagedWebLogic.sh.

QUESTION 3

My JMS Server uses a persistent file store. I need to ensure that the size of the persistent store does not exceed 1GB. Which option can I use to configure this? (Choose the best answer.)

Correct Answer: D

QUESTION 4

You are asked to create a WLST script to make live updates to a domain that has its administration server running. You want your script to mimic the actions of a WebLogic administrator by using the administration console and clicking the “Lock and Edit” button.
What commands would accomplish this?

Correct Answer: A
Not edit() navigates to the last MBean to which you navigated in the edit configuration MBean hierarchy or to the root of the hierarchy, DomainMBean.
StartEdit() starts a configuration edit session on behalf of the currently connected user. You must navigate to the edit configuration MBean hierarchy using the edit command before issuing this command.
Note: Click the Lock & Edit button to lock the configuration edit hierarchy for the domain. This enables you to make changes using the Administration Console.

QUESTION 5

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

Correct Answer: AD
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.