Download Oracle WebLogic Server 12c: Administration I.1z0-133.PracticeTest.2018-10-22.43q.vcex

Vendor: Oracle
Exam Code: 1z0-133
Exam Name: Oracle WebLogic Server 12c: Administration I
Date: Oct 22, 2018
File Size: 31 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Which action should you take to automatically back up the domain configuration when anyone Activates a configuration change?
  1. USE the backup='true' parameter of the ad activate () command In WLST.
  2. The administration console , select " Follow Configuration changes" In the Shared preferences for the console.
  3. In the administration console, select "Configuration Archive Enabled" under the general configuration of the domain.
  4. Enabling automatic domain configuration creates backups of the configuration during server boot not at each activation.
Correct answer: C
Explanation:
References:
References:
Question 2
As the technical lead for your project, you have been asked to recommend a new solution to handle frequently increasing loads on your applications. The Weblogic 12.1.2 domain currently runs with two clusters of three servers with request being filtered and passed by a proxy server that users the round –robin algorithm. 
However, the load sometimes exceeds the maximum capacity of all these servers combined but your domain lacks in scalability. 
What is the best implementation solution?
  1. Add a third cluster and spread existing server instances across the clusters.
  2. Modify the proxy server load balancing algorithm to weight based.
  3. Configure dynamic clusters and specify the number of server instances you anticipate at needing at peak load.
  4. Tune work managers to optimize work.
  5. Replace the software load balancer with a hardware load balancer.
Correct answer: C
Question 3
All administrators that deal with the production domain in your organization are extremely experienced. As the lead administrator, you have been asked to change the administration console preferences for all administrators so that inline help no longer displays, since no one needs It. 
Select the true statement about this scenario.
  1. There is nothing you can do since inline help cannot be disabled.
  2. There is nothing you can do for all users, since disabling inline help must be done per user.
  3. Log into the administration console and disable Inline help under "help."
  4. Access WLST, connect to the domain's admin server, and use the command enable inline help (false).
Correct answer: C
Question 4
You plan to Install WeblLogic Server by using the generic JAR installer in silent mode.  
What are two ways to create the required response file?
  1. First install or deinstall graphically. There is an option to save a response file.
  2. Use the sample response file in the installation documentation as a template.
  3. First run the Repository creation utility. There is an option to save a response file .
  4. The response file is not required. You can answer questions interactively at the command line.
  5. The genetic JAR installer does not have a silent mode .so you do not need a response file when using this installer.
Correct answer: AB
Question 5
You use the Java –based Node Manager to start your managed servers. You want Node Manager to: 
  • Stop servers by using your custom stop script : mystopit.sh
  • Restart servers when the hardware cases 
  • Use SSL communication  
  • Check server heath once per second 
Below are portions of the node manager. properties file. Select the one that configures Node manager as described.
  1. StopScriptEnabled=trueStopScriptName=mystopic.shCrashRestartEnabled=trueSecureListtenser=trueStateCheckinterval=1000
  2. StopsScriptEnabled=trueStopScriptName=mystopit.shCrashRestartEnabled=trueSecureListener=trueStataCheckInterval=1
  3. StopscriptEnabled=trueStopScriptName=topic-shCrashRecoveryEnabled=trueSecureListtener=trueStatecheckinterval=1000
  4. StopScript=trueStopscriptName=mystopit.shCrashRecoveryEnabled=trueSecureListtenser=true
  5. stopscriptenabled=trueStopscriptname=mystopit.shcrashRecoveryEnabled=truesecureListener=SSLstatecheckinterval=1000
Correct answer: E
Question 6
Which three statements are true about WebLogic clusters?
  1. Clusters provide clients with transparent failover.
  2. EJB applications can be targeted to entire cluster.
  3. All cluster members must bind to the same port number.
  4. Cluster members replicate application data by using heartbeats.
  5. Cluster members can be associated with one or more domains.
  6. Web applications require a proxy in order to be used in a cluster.
Correct answer: ABF
Question 7
You are using WebLogic Server Diagnostic Framework (WLDF) Instrumentation in a system diagnostic module. The Dye Injection monitor is enabled. You know the diagnostic context ID of the request you are Interested in that was processed by several. You are looking through the messages in the server log file of several. 
Which statement is true?
  1. You need to look at the Events Data Archive. Server log files do not contain WL DF context IDs
  2. You need to look at the Harvested Data Archive. Server log files do not contain WL DF context IDs.
  3. You need to look at the domain log file. Only the domain log file contains WL DF context IDs.
  4. You can search the server log file for the context ID. Any message that was written to the log IDs during that request will contain the context ID.
  5. You need to translate the context ID Into the corresponding transaction ID, which is the only ID in server log file entries.
Correct answer: A
Question 8
You are deploying a web application called inventory, war. It has been installed and has the state of “prepared”. It is targeted to the Managed server named managed1.The web application’ context root is /inventory and the starting page is index .jap. 
However ,you want to test the application before allowing end users access to it. In the administration console, you select inventory. war, and then select Start and “servicing only administration request.” 
In you web browser, you need to enter a host and port followed by /inventory /index.jap. 
Which host and port would you use?
  1. managed1 host and port
  2. Administration Serve host and port
  3. managed1 host and Administration port
  4. Administration server host and Administration port
Correct answer: C
Question 9
You are creating and configuring a cluster by using the administration console. Which two statements are true?
  1. All servers that will be part of the cluster must be created before the cluster is created.
  2. You must pick the cluster messaging mode.
  3. Even though you create a non dynamic cluster, you can change it to a dynamic cluster .
  4. Once the cluster is created, you cannot change its messaging mode.
  5. The administration console does not provide a way to manually migrate singleton services. It must be set up to be done automatically or by using WLST.
Correct answer: BC
Question 10
One Managed Server that is part of a large domain throws java.lang.out of Memory error (OOM) occasionally. 
You have been monitoring this server with the jvisualVM tool but that didn’t help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later. 
How do you modify the Java HotSpot Startup command to enable this feature and save the dump in the directory D:\hprof-dumps\?
  1. Add –xx:+DumpHeaponoutofmemory-xx:Dumppath=D:\hprof.
  2. Add-xx:+HeapDumponoutofmemoryError-xx:Heapdumppath=D:\hprof-dumps.
  3. Add-xx:+DumpHeaponoutofmemoryError-xx:Heappath=D:\hprof-dump.
  4. Add-xx:+HeapdumponoutofMemory-xx:HeapDumppath=D:\hprof-dumps.
  5. Add-xx:+HeapDumponoutofMemoryError-xx:Dumppath=D\hprof-dumps.
  6. Add-xx:+HeapDumponoutofMemoryExecepttion-xx:HeapDumppath=D:\hprof-dumps.
Correct answer: B
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!