A Review Of Tested 1Z0-134 Free Practice Questions

Pinpoint of 1Z0-134 actual exam materials and actual exam for Oracle certification for client, Real Success Guaranteed with Updated 1Z0-134 pdf dumps vce Materials. 100% PASS Oracle WebLogic Server 12c: Advanced Administrator II exam Today!

Free 1Z0-134 Demo Online For Oracle Certifitcation:

Page: 1 / 6
Total 80 questions Full Exam Access
Question 1
You are concerned with messages being received systematically. You designed Message-Driven beans (MDB) to guarantee the most reliable way to consume messages.
In which three scenarios would JMS always redeliver a message? (Choose three.)
My answer: -
Reference answer: BCD
Reference analysis:

An MDB pool processes each message at least once. Potentially, a message can be process more than once:
* If an application fails, a transaction rolls back, or the hosting server instance fail during or after the onMessage() method completes but before the message is acknowledged or committed, the message will be redelivered and processed again.
* Non-persistent messages are also redelivered in the case of failure, except for the case where the message\'s host JMS server shuts down or crashes, in which case the messages are destroyed.
To ensure that a message is processed exactly once, use container-managed transactions so that failures cause transactional MDB work to rollback and force the message to be redelivered.

Question 2
I am configuring the security policy for my JMS module. I am specifying some security conditions for the module. Which two security conditions are valid in this context? (Choose two.)
My answer: -
Reference answer: AD
Reference analysis:

There are two security conditions:
* time-constrained
* By Group or User

Question 3
Which three statements are correct regarding the WLST create command? (Choose three.)
My answer: -
Reference answer: ABC
Reference analysis:

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 4
You have an application already deployed in a production environment that needs a modification to one of its tuning parameters. Currently, that tuning parameter has a default value since there was neither a deployment descriptor used nor a deployment plan included with the application deployment. You now attempt to use the Administration Console web application to make a dynamic modification to that parameter.
Which statement is true? (Choose the best answer.)
My answer: -
Reference answer: D
Reference analysis:

Defining tuning parameters is not required in order to successfully deploy an application. If an application’s deployment descriptors and deployment plan do not define tuning parameters, WebLogic Server uses default values. The Administration Console automatically uses a deployment plan named plan.xml in the \\plan subdirectory of an application root directory if one is available.

Question 5
You are monitoring a WebLogic JDBC data source and have decided to drop some connections because an earlier peak usage condition has now ended. In addition, this data source has not been enabled for automatic shrinking.
What will occur once you execute the shrink() method on that JDBCDataSourceRuntimeMBean?
My answer: -
Reference answer: A
Reference analysis:

When you shrink a data source, WebLogic Server reduces the number of connections in the pool to the greater of either the initial capacity or the number of connections currently in use.

Question 6
A hardware load-balancer (HWLB) is positioned as the primary entry point into your WebLogic Server domain. Aspects of your application use SSL to protect data on the network from your clients to your domain.
1Z0-134 dumps exhibit
My answer: -
Reference answer: A
Reference analysis:

In most of the architectures, the SSL is terminated at the hardware load balancer for performance reasons and allows the internal traffic to use HTTP for communication.

Question 7
The administration server is a major component of a WebLogic domain. I need to make available a standby administration server in case the main administration server in the
domain crashes.
Which utility will help me in doing this? (Choose the best answer.)
My answer: -
Reference answer: D
Reference analysis:

None

Question 8
Which two automatic migration scenarios require node manager for all migratable services? (Choose two.)
My answer: -
Reference answer: AC
Reference analysis:

When using automatic service migration, the Node Manager is required to get health monitoring information about the member servers involved, as follows:
* Consensus leasing – Node Manager must be running on every machine hosting managed servers within the cluster.
* Database leasing – Node Manager must be running on every machine hosting managed servers within the cluster only if pre/post-migration scripts are defined. If pre/post-migrations are not defined, then Node manager is not required. References:

Question 9
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.)
My answer: -
Reference answer: AB
Reference analysis:

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

Question 10
You have a versioned application deployed in your production environment. You have been asked to troubleshoot why
the most recent production redeployment appeared to allow the older version to retire too quickly.
In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was:
java weblogic.Deployer –adminurl http://localhost:7001 –user weblogic
-password Welcome1 –redeploy –name myDeployment
-source /myDeployments/myApplication/appX
-retiretimeout 300
You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment.
Which modification should have been made to this command to ensure the older version remains active? (Choose the best answer.)
My answer: -
Reference answer: D
Reference analysis:

The –remote argument indicates that weblogic.Deployer is not running on the same machine as the Administration Server, and that source paths specified in the command are valid for the Administration Server machine itself. If you do not use the -remote option, weblogic.Deployer assumes that all source paths are valid paths on the local machine.

Question 11
Poor ventilation and cooling in and around the machine that hosts your administration server and a clustered managed server causes a local hard drive failure and thus both servers crash as well.
This is the first time this crash has occurred in production but an automatic Whole Server Migration kicks in as expected. The clustered server migrates to a machine on which it has never run before, and for that reason the server cannot be started on this new machine.
Which action could have helped to launch this migrated clustered server? (Choose the best answer.)
My answer: -
Reference answer: D
Reference analysis:

There is no built-in mechanism for transferring files that a server depends on between machines. Using a disk that is accessible from all machines is the preferred way to ensure file availability. If you cannot share disks between servers, you must ensure that the contents of domain_dir/bin are copied to each machine.

Question 12
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.)
My answer: -
Reference answer: A
Reference analysis:

None

Question 13
Review the digital certificate below.
1Z0-134 dumps exhibit
Based on what the certificate contains, which statement is true? (Choose the best answer.)
My answer: -
Reference answer: A
Reference analysis:

None

Question 14
You are trying to set up a JMS Session with a specified acknowledgment mode. You want the application that receives the message to explicitly take care of the acknowledgment.
Which option represents a valid choice for the acknowledgment mechanism that you can use? (Choose the best answer.)
My answer: -
Reference answer: B
Reference analysis:

With CLIENT_ACKNOWLEDGE the Session object relies on the application to call an acknowledge method on a received message. Once the method is called, the session acknowledges all messages received since the last acknowledge. References:

Question 15
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.)
My answer: -
Reference answer: BC
Reference analysis:

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 16
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.)
My answer: -
Reference answer: CD
Reference analysis:

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 17
You want to use the WebLogic Diagnostic Framework (WLDF) to monitor some historic MBean attribute values in your WebLogic domain.
1Z0-134 dumps exhibit
Which WLDF component do you use to accomplish this? (Choose the best answer.)
My answer: -
Reference answer: D
Reference analysis:

The Archive component of the WebLogic Diagnostics Framework (WLDF) captures and persists all data events, log records, and metrics collected by WLDF from server instances and applications running on them.
The Archive provides access interfaces so that the Accessor may expose any of the persisted historical data including logged event data and persisted metrics.

Question 18
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?
My answer: -
Reference answer: A
Reference analysis:

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 19
Some of the messages entering a JMS queue are expiring and are being removed from the queue. You need better insight regarding these expired messages.
Which mechanism helps achieve this? (Choose the best answer.)
My answer: -
Reference answer: B
Reference analysis:

The Expiration Policy log option removes expired messages from the system and writes an entry to the server log file indicating that the messages have been removed from the system. The actual information that is logged is defined by the Expiration Logging Policy.

Question 20
You are troubleshooting an issue with a WLS data source. However, your attempt to execute a manual test on the connection pool fails when you invoke the testPool() method on the corresponding JDBCDataSourceRuntimeMBean. Which configuration condition would contribute to the failure of executing the test? (Choose the best answer.)
My answer: -
Reference answer: A
Reference analysis:

testPool tests the connection pool in the data source by reserving and releasing a connection from it.
TestTableName is the name of the database table to use when testing physical database connections. This name is required when you specify a Test Frequency and enable Test Reserved Connections, Test Created Connections, and Test Released Connections.

Question 21
You created a script to monitor your WebLogic Server WLS Execute Thread:
1Z0-134 dumps exhibit
Here is a message in your ExecuteThread.log file:
1Z0-134 dumps exhibit
What is the value of xxxx if the thread has been running a request for twenty minutes, assuming a default configuration?
My answer: -
Reference answer: C
Reference analysis:

This thread is considered Stuck by WebLogic because it\'s been running for over the time defined in MaxStuckThreadTime (600 seconds by default). Weblogic Server waits for this time to be reached before marking a thread as stuck if the thread is still working after this time.
Example: [STUCK] ExecuteThread: \'2\' for queue: \'weblogic.kernel.Default (self-tuning)\' id=73 idx=0x128 nid=13410 prio=1 alive, in native, daemon

Page: 1 / 6
Total 80 questions Full Exam Access