Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

1z0-134 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

1z0-134 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Oracle WebLogic Server 12c: Advanced Administrator II
  • Last Update: May 7, 2024
  • Questions and Answers: 125
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

1z0-134 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

1z0-134 Practice Exam Questions with Answers Oracle WebLogic Server 12c: Advanced Administrator II Certification

Question # 6

On a WebLogic Managed Server you administer, you have the following log:

1z0-134 question answer

You investigate and find a Web Module named MyApp with the following deployment descriptor weblogic.xml:

1z0-134 question answer

Which two are true? (Choose two.)

A.

Access to Web Module MyApp now returns an HTTP Error: 503 Service unavailable.

B.

The ExecuteThread: ‘17’ is now available because WebLogic Server automatically stops stuck threads.

C.

When the WebLogic Managed Server is restarted the Web Module will be in Admin mode.

D.

If another thread is stuck the error number will be in the WebLogic log file.

E.

The health status of the Managed Server where the application is deployed is now warning due to the subsystem pooltread.

Full Access
Question # 7

You are tasked with configuring a proxy tier for a WebLogic Server domain that has managed Coherence servers configured.

What must the Coherence cache configuration file include as part of this task? (Choose the best answer.)

A.

connection properties to enable push replication between two Coherence clusters connected over a WAN

B.

connection properties to enable Coherence*Extend clients to connect to the cluster via TCP/IP

C.

HTTP proxy server settings to enable Coherence caching on the web server tier

D.

network connection settings to enable Coherence caching on the client’s web browser

Full Access
Question # 8

What is the difference between a WebLogic Diagnostic Framework (WLDF) watch and a notification? (Choose the best answer.)

A.

A watch compares WLDF instrumentation data to a rule and sends a notification SMS text message.

B.

A notification compares WebLogic log data to a rule and notifies a watch when the rule is true.

C.

A notification compares WLDF instrumentation data to a rule and notifies a watch when the rule is true.

D.

A watch compares WLDF metric data to a rule and triggers a certain notification action.

Full Access
Question # 9

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

A.

AUTO_ACKNOWLEDGE

B.

CLIENT_ACKNOWLEDGE

C.

DUPS_OK_ACKNOWLEDGE

D.

DEFAULT_ACKNOWLEDGE

Full Access
Question # 10

Under a normal startup scenario, a managed server contacts the administration server to get its configuration information.

However in case the administration server is not available, which mechanism can be used by the managed server to start up successfully? (Choose the best answer.)

A.

Silent Mode

B.

Isolated Mode

C.

MSI Mode

D.

Cluster Mode

Full Access
Question # 11

In order to leverage replication and high availability features of the underlying database, you have configured a JDBC TLOG to persist transaction logs in your database.

However, WebLogic Server cannot successfully connect to your database at start up.

Which outcome should you expect? (Choose the best answer.)

A.

The WebLogic Server instance will start without targeting the data source for your store.

B.

The WebLogic Server instance will start without a service for your store.

C.

The WebLogic Server instance will start without creating the data source for your store.

D.

The WebLogic Server instance will fail to start.

Full Access
Question # 12

Your WebLogic domain consists of deployed applications heavily relying on JMS. Three machines, each hosting a managed server, are part of a cluster.

In order to ensure the availability of servers and JMS service on those servers, you are considering the configuration of whole server migration rather than service migration.

Which two statements are prerequisite for whole server migration but not for manual service migration? (Choose two.)

A.

A singleton service must be configured.

B.

A shared file system must be created.

C.

Each migratable server must be assigned a floating IP address.

D.

Either a database leasing service or a consensus leasing service must be configured.

E.

A database leasing service must be configured.

Full Access
Question # 13

Which two automatic migration scenarios require node manager for all migratable services? (Choose two.)

A.

Consensus leasing

B.

Database leasing with no pre and post migration scripts

C.

Database leasing with pre and post migration scripts

D.

Synchronous leasing

Full Access
Question # 14

Your WebLogic Server (WLS) environment consists of multiple domains.

Which is a true statement about WLS domains? (Choose the best answer.)

A.

Multiple domains can use the same or separate WLS installation while running on the same machine.

B.

Domains require a minimum of one managed server.

C.

Multiple domains require separate WLS installations while running on the same machine.

D.

Multiple domains require individual Node Managers while running on the same machine.

E.

Multiple domains can share the same administration server.

Full Access
Question # 15

You have been asked to assist developers with executing a partial redeployment of static files within a Java EE Web Application deployed to WebLogic Server. The Web Application has already been deployed as an exploded archive directory.

Which of the following represents the correct conditions for this to be successful? (Choose the best answer.)

A.

The -redeploy argument is used when executing the weblogic.Deployer command.

B.

The -distribute argument is used when executing the weblogic.Deployer command.

C.

The -distribute argument is used when executing the weblogic.Deployer command and the domain must be in development mode.

D.

The -redeploy argument is used when executing the weblogic.Deployer command and the domain must be in development mode.

Full Access
Question # 16

Even though your company has a thorough procedure for testing applications in a pre-production environment prior to production deployment, you have decided to conduct additional testing of a particular application after it is deployed. You choose to deploy the application in administration mode.

Which three statements are true? (Choose three.)

A.

The application deployment must use the –redeploy option using a unique version string.

B.

You must configure an administration port for the entire domain, or an administration channel for the targeted server.

C.

The application must first be distributed to the targeted server prior to starting it in administration mode.

D.

The application cannot have any dependencies on any shared Java EE libraries.

E.

After testing, the application can be dynamically transitioned to start accepting all client requests.

Full Access
Question # 17

You want to create a WebLogic Server (WLS) Work Manager with a Response Time Request Class of one second. You start to create the following WLST script:

1z0-134 question answer

Which two can replace the missing sequence to finish this script? (Choose two.)

A.

cmo.addTarget(getMBean('/Servers/ManagedServer'))cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager')cmo.setResponseTimeRequestClass(getMBean('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))

B.

managedServer=getMBean('/Servers/ManagedServer')cmo.addTarget(managedServer)cmo.setWorkManaqer(getMBean('/SelfTuning/wls_domain/WorManagers/MyWorkManager'))

C.

cd('edit:/Servers/ManagedServer')cmo.addTarget(getMBean('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))cmo.addTarget (getMBean('/SelfTuning/wls_domain/WorkManagers/MyWorkManager'))

D.

managedServer=getMBean('/Servers/ManagedServer')cmo.addTarget(managedServer)cd('edit:/SelfTuning/wls_domain/WorkManagers/MyWorkManager')cmo.setResponseTimeRequestClass(getMBean('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime'))

E.

cmo.addTarqet('/Servers/ManagedServer')cd('/SelfTuning/wls_domain/WorkManagers/MyWorkManager')cmo.setResponseTimeRequestClass('/SelfTuning/wls_domain/ResponseTimeRequestClasses/MyResponseTime')

Full Access
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?

A.

edit() followed by startEdit()

B.

lockDomain() followed by edit()

C.

domainConfig() followed by cd(‘Edit’)

D.

getLock(0) followed by edit()

E.

clearPending() followed by lockDomain()

F.

lockDomain() followed by editDomain()

Full Access