Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Prepare Top Oracle 1z0-133 Exam Study Guide Practice Questions Edition [Q53-Q69]

Share

Prepare Top Oracle 1z0-133 Exam Study Guide Practice Questions Edition

Go to 1z0-133 Questions - Try 1z0-133 dumps pdf 


Oracle 1z0-133 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Configuration Properties for Java Node Manager and Directory Structure
Topic 2
  • Cluster Communication Planning and Troubleshooting
  • Difference Between Unicast adn Multicast Cluster Communication
Topic 3
  • Creating and Configuration Clusters
  • Describe Basic and Multi-Tier Cluster Architectures
Topic 4
  • Configure and External LDAP Authentication Provider for WebLogic Server
Topic 5
  • Network Channels and Virtual Hosts
  • Configure WebLogic Server to Use and Administration Port
Topic 6
  • Using the Administration Console
  • Access the Weblogic Server Administration Console
Topic 7
  • Describe the Administrative Tools
  • Administration Console
  • WLST
  • WLDF
  • Monitoring Dashboard
Topic 8
  • Backing Up a Domain and Upgrading WebLogic Server
  • Define Managed Service Independence Mode
Topic 9
  • WebLogic Server Security
  • Basic LDAP Architecture
Topic 10
  • Configuration WebLogic Server Logs
  • Interpret a Server Log File Entry
Topic 11
  • Install WebLogic Server in Graphical Mode
  • Installation Directory Structure
  • WebLogic Server by Using OPatch
Topic 12
  • Run the WebLogic Server Reconfiguration Wizard as Part of the Upgrade Process
Topic 13
  • Configure Replication Channels by Using the Administration Console
Topic 14
  • Start and Stop Servers with Standard Scripts
  • Identify and Resolve Problems with Server Startup
Topic 15
  • Identify the Components of Administration Console
  • Preferences
  • Change Center

 

NEW QUESTION 53
Consider a domain with an existing JDBC data source, which connects to an Oracle database. Your database administrator requests that the JDBC connections to this database now specify a different username.
Which data source attribute would you modify to implement this requirement?

  • A. Username
  • B. Login
  • C. URL
  • D. Properties
  • E. Credentials

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 54
YouusetheJava -basedNode Managertostartyourmanagedservers. YouwantNodeManagerto:
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.

  • A. StopsScriptEnabled=true StopScriptName=mystopit.sh CrashRestartEnabled=true SecureListener=true StataCheckInterval=1
  • B. StopScript=true StopscriptName=mystopit.sh CrashRecoveryEnabled=true SecureListtenser=true
  • C. stopscriptenabled=true Stopscriptname=mystopit.sh crashRecoveryEnabled=true secureListener=SSL statecheckinterval=1000
  • D. StopScriptEnabled=true StopScriptName=mystopic.sh CrashRestartEnabled=true SecureListtenser=true StateCheckinterval=1000
  • E. StopscriptEnabled=true StopScriptName=topic-sh CrashRecoveryEnabled=true SecureListtener=true Statecheckinterval=1000

Answer: A

 

NEW QUESTION 55
You decide to use a database to store WebLogic Server transaction logs for a managed server.
Which two steps are required to configure this?

  • A. Under the managed server's Services configuration, select "Disable the Default store."
  • B. Create a non-XA data source in the domain for the database transaction log
  • C. Under the managed server's Services configuration, select "JDBC" as the type for the transaction log store.
  • D. Create an XA data source in the domain for the database transaction log.

Answer: C,D

 

NEW QUESTION 56
Which session persistence type is invalid?

  • A. async_jdbc
  • B. replicated_if_clustered
  • C. file
  • D. async_memory
  • E. replicated
  • F. cookie
  • G. Async_replicated

Answer: D

 

NEW QUESTION 57
A web application is configured for in-memory replication and is deployed to a cluster. This cluster is distributed across two buildings on a university campus. For performance reasons, you requires that session replication occur within the building whenever possible.
How do you implement this requirement?

  • A. Disable the dynamic server list in the proxy plug -in.
  • B. Configure the cluster to use multicast communication.
  • C. Configure the application's cookies parameters.
  • D. Configure each server's replication group.

Answer: D

Explanation:
Explanation/Reference:
Explanation:

 

NEW QUESTION 58
You need to take a web application offline.
Which three options are supported In WebLogic Server when you stop a running application?

  • A. Wait for HTTP sessions to time out.
  • B. Terminate HTTP sessions after three minutes .
  • C. Terminate HTTP sessions immediately.
  • D. Allow new requests only through the administration port.
  • E. Move in -progress requests to another server in the cluster.
  • F. Move HTTP sessions to a database.

Answer: A,C,D

Explanation:
Explanation/Reference:

 

NEW QUESTION 59
You are using WebLogic Server DiagnosticFramework (WLDF)Instrumentationin asystem diagnostic module. The Dye Injection monitor is enabled. You know the diagnosticcontextID 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 statementis true?

  • A. You need to translate the context IDInto the corresponding transaction ID, which is the only ID in server log file entries.
  • B. You need to look atthe domain log file. Only the domain log file contains WL DF context IDs.
  • C. You need to look at the EventsData Archive. Server log files do not contain WL DF context IDs
  • D. You can search the server log file for the context I Any messagethat was written to the log IDsduring thatrequestwill contain the contextI
  • E. You need tolook at the Harvested Data Archive. Server log files do not contain WL DF context IDs.

Answer: C

 

NEW QUESTION 60
You see a script called start WebLogic.sh(.cmd in Windows) in the root folder of your domain.
What does this script do?

  • A. Calls the startManagedWebLogic.sh script in the domains bin directory
  • B. Calls the startwebLogic.sh script in the domain's bin directory
  • C. Starts a machine
  • D. Starts Node Manager
  • E. Starts a Managed server

Answer: B

 

NEW QUESTION 61
You plan to Install WeblLogic Server by using the genetic JAR installer in silent mode.
What are two ways to create the required response file?

  • A. Use the sample response file in the installation documentation as a template.
  • B. The response file is not required. You can answer questions interactively at the command line.
  • C. The genetic JAR installer does not have a silent mode .so you do not need a response file when using this installer.
  • D. First run the Repository creation utility. There is an option to save a response file.
  • E. First install or deinstall graphically. There is an option to save a response file.

Answer: A,E

Explanation:
Explanation
http://docs.oracle.com/middleware/1213/core/OUIRF/response_file.htm#OUIRF390

 

NEW QUESTION 62
Which three domain requirement can you implement with the Configuration Wizard?

  • A. Create a domain using a custom template.
  • B. Distribute domain files across multiple machines.
  • C. Create a Node Manager and enroll it with the domain.
  • D. Create a dynamic cluster of five servers.
  • E. Assign virtual IP address to all servers.

Answer: A,C,D

 

NEW QUESTION 63
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 crashes
* Use SSL communication
* Check server heath once per second
Below are portions of the nodemanager.properties file. Select the one that configures Node Manager as described.

  • A. Option B
  • B. Option D
  • C. Option C
  • D. Option E
  • E. Option A

Answer: D

 

NEW QUESTION 64
You need to monitor the HTTP session count for a running web application.
Identify three ways to perform this monitoring.

  • A. Use the cloud control page in the Administration console.
  • B. Use the application's Monitoring tab in the Administration console .
  • C. Run the jstat tool in your JDK.
  • D. Write and run a custom WLST script.
  • E. Use the Monitoring Dashboard in the Administration console.

Answer: B,D,E

Explanation:
Explanation/Reference:
Explanation:

 

NEW QUESTION 65
You are creating a domain by using the configuration Wizard. In the wizard, you select to configure Node Manager. Under "Node Manager Type, you select "Manual Node Manager setup".
What does this mean?

  • A. You must manually copy the Node Manager files generated by the configuration Wizard into Node Manager home.
  • B. You are using the configuration Wizard to configure a Java -based Node Manager.
  • C. The configuration Wizard prompts you to change the default Node Manager configuration values.
  • D. You are using the configuration Wizard to configure a script -based Node Manager.
  • E. The configuration Wizard bypasses all Node Manager configuration.

Answer: A

Explanation:
Explanation/Reference:

 

NEW QUESTION 66
Which machines can be configured by using the configuration Wizard?

  • A. administration machine and managed machine
  • B. RDBMS machine and LDAP machine
  • C. machine and Windows machine
  • D. stand -alone machine and cluster machine
  • E. machine and UNIX machine

Answer: E

 

NEW QUESTION 67
Which three statements about patching WebLogic Server (WLS) by using OPatch are true? (Choose three.)

  • A. After installing WLS, you download the OPatch utility from Oracle Support.
  • B. OPatch is a GUI tool and requires the operating system to have a window manager.
  • C. You can use OPatch to see which patches are currently applied to WebLogic Server.
  • D. Each patch ZIP file comes with the OPatch utility.
  • E. Each patch comes with a "read me" file containing installation instructions.
  • F. OPatch requires a JDK to run.

Answer: C,E,F

 

NEW QUESTION 68
Which statement is true about stopping Node Manager?

  • A. The administration server goes into ADMIN mode if it can no longer Communicate with Node Manager.
  • B. You may kill the Node Manager process by using operating system commands.
  • C. Using the administration console, select the appropriate machine and click stop.
  • D. The managed servers that Nod Manager started go into ADMIN mode if they can no longer communicate with Node Manager.
  • E. If you stop Node Manager, the managed servers it started will also stop.
  • F. Using the stopNodeManager.sh script so Node Manager stops gradually.

Answer: B

Explanation:
Explanation/Reference:
References:

 

NEW QUESTION 69
......

Free OCA 1z0-133 Exam Question: https://www.testsimulate.com/1z0-133-study-materials.html