Oracle

1z0-133 practice test

Practice with 15 free Testara sample questions, or choose paid access to the full 51-question bank.

Provider
Oracle
Question bank
51
Free sample
15 questions
Publisher
Testara

About this practice material

This page covers Testara's practice question bank for 1z0-133, a certification listed under Oracle. Questions use original, exam-style scenarios and are not questions from the official certification exam.

Testara is an independent practice platform and is not affiliated with, endorsed by, or authorized by Oracle. The certification credential is issued by Oracle, not Testara. Certification and provider names belong to their respective owners.

Start practicing

The guest demo does not save an attempt. Sign in before buying access.

Try 15 questions free

Available without signing in

Free sample questions

These 15 questions and their explanations are server-rendered so you can inspect the material before opening the interactive demo.

  1. Question 1 · 1

    You are using the Configuration Wizard to create a now domain that will consist of a cluster of a of three managed servers along with an instance of WebLogic server acting as HIPT proxy to distribute traffic to the cluster. Which three steps should you perform with the Configuration Wizard?

    Choose all answers that apply.

    • Create one Cluster.
    • Install Oracle HTTP Server.
    • Create one Coherence server.
    • Create tour managed servers.
    • Assign three servers to a cluster.
    • Specify a proxy port tor the administration server.
  2. Question 2 · 1

    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.

    Choose one answer.

    • There is nothing you can do, since inline help cannot be disabled.
    • There is nothing you can do for all users, since disabling inline help must be done per user.
    • Log into the administration console and disable inline help under "help."
    • Access WLST, connect to the domain's admin server, and use the command EnableInlineHelp (false).
  3. Question 3 · 1

    Which three Administration Console tasks require you to obtain the configuration lock of a production mode domain? (Choose three.)

    Choose all answers that apply.

    • Stop an application deployment
    • Create a new JDBC data source
    • Change a server's listen port
    • Suspend a running server
    • Add a server to an existing cluster
    • Create a new administrative user
  4. Question 4 · 1

    Consider an application that comprises both web and EJB components. What are two benefits of implementing a multitier cluster architecture over a single-tier(basic) cluster architecture? (Chose two.)

    Choose all answers that apply.

    • Dynamic clusters are only supported for the multitier architecture
    • Remote EJB access is blocked
    • Each cluster can be scaled independently
    • Future web clusters can share the same EJB tier
    • All servers can be managed (started/stopped) together
  5. Question 5 · 1

    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.

    Choose one answer.

    • StopScriptEnabled=trueStopScriptName=mystopic.shCrashRestartEnabled=trueSecureListtenser=trueStateCheckinterval=1000
    • StopsScriptEnabled=trueStopScriptName=mystopit.shCrashRestartEnabled=trueSecureListener=trueStataCheckInterval=1
    • StopscriptEnabled=trueStopScriptName=topic-shCrashRecoveryEnabled=trueSecureListtener=trueStatecheckinterval=1000
    • StopScript=trueStopscriptName=mystopit.shCrashRecoveryEnabled=trueSecureListtenser=true
    • stopscriptenabled=trueStopscriptname=mystopit.shcrashRecoveryEnabled=truesecureListener=SSLstatecheckinterval=1000
  6. Question 6 · 1

    The development group supplied you with the latest WAR file for the company web application. It has been thoroughly tested and needs to be placed into production. In the production file system, you copy over the previous WAR file with the new version. You log into the administration console and redeploy the application. Current uses continue to access the older version of the application, while new users are taken to the new version. Explain this scenario.

    Choose one answer.

    • This is only possible if the application is deployed to a cluster. Cluster deployments allow current users to continue to use the previous version of an application
    • This is possible if the application is versioned by using the WebLogic Server feature called Production Redeployment.
    • This is not possible. When an application is redeployed, it replaces the old version and all users then access the new version
    • This is not possible. When an application is redeployed, all users continue to access the old version. Once all current users have exited the system, then all users from that point on access the new version
  7. Question 7 · 1

    Select two true statements about WebLogic Server's role in transaction management. (Choose two.)

    Choose all answers that apply.

    • You can configure WebLogic Server JTA properties at the domain, cluster, and server level
    • WebLogic Server can act as the transaction manager for multiple transactional resource managers during a distributed transaction
    • WebLogic Server supports transactional work managers
    • Starting with WebLogic Server 12c, you can create two kinds of clusters: the "standard" cluster, as in previous versions, and the new transactional cluster
    • WebLogic Server supports transactional Enterprise Java Beans
  8. Question 8 · 1

    Which two statements are characteristics of the Reconfiguration Wizard? (Choose two.)

    Choose all answers that apply.

    • You can upgrade any domain that was created using WLS 9.2 and above
    • The Reconfiguration Wizard allows you to change the domain mode
    • The Reconfiguration Wizard allows you to select a different Java JDK
    • The Reconfiguration Wizard does not allow the reconfiguration of JDBC data sources
    • You can upgrade only a domain which is running WLS 10.3.x or later
  9. Question 9 · 1

    While using the Configuration Wizard to create a new domain, you do not set the Listen Address for the administration server and accept the default value. What is the result?

    Choose one answer.

    • Server startup fails
    • The server binds to localhost
    • The server prompts for an address when it is started the first time
    • The server attempts to bind to all network interfaces on the host OS
  10. Question 10 · 1

    You want to configure an LDAP authentication provider in your domain. Which three pieces of information must you obtain from your LDAP administrator? (Choose three.)

    Choose all answers that apply.

    • name attribute for user objects
    • connection pool maximum size
    • base DN for group objects
    • realm name
    • host name and port
  11. Question 11 · 1

    Which two statements are true when an Administration Server is compared to a Managed Server? (Choose two.)

    Choose all answers that apply.

    • An Administration Server manages the domain configuration
    • A domain must have at least one of each type of server
    • An Administration Server keeps a domain log, but a Managed Server does not
    • A Managed Server keeps a server log, but an Administration Server does not
    • Java EE applications are deployed only to a Managed Server
  12. Question 12 · 1

    You are using the Administration console to monitor a resource. Which three techniques can you use to customize the monitoring output?

    Choose all answers that apply.

    • Store the rows by a specific column.
    • Limit the number of rows displayed.
    • Change the order of the displayed columns.
    • Views the rows from a specific time range.
    • Combine (add) multiple columns together.
  13. Question 13 · 1

    Which three tasks can be performed by the Node Manager?

    Choose all answers that apply.

    • Start a server
    • Define a new server
    • Host the Node Manager console.
    • Automatically restart a failed server.
    • Kill a failed application on a server.
    • Kill a server process that did not shut down property.
    Read explanation

    References:

  14. Question 14 · 1

    You decide to use a database to store WebLogic Server transaction logs for a managed server. Which two steps are required to configure this? (Choose two.)

    Choose all answers that apply.

    • Under the managed server's Services configuration select "JDBC" as the type for the transaction log store.
    • Under the managed server's Services configuration, select " Disable the Default Store".
    • Create a non-XA data source in the domain for the database transaction log.
    • Create an XA data source in the domain for the database transaction log.
  15. Question 15 · 1

    You are working for a software company that mostly dealt with creating and reusing C++ and .NET objects. There are many COM (Component Object Model) components that have been created over time that provide standardized functionalities. Recently, platform independence has become a major consideration for your organization and you have deployed WebLogic Server12c. But you would like to make use of some of your prebuilt COM objects for request processing. You need an interim solution before implementing web services. Which artifact within WebLogic Server helps you achieve your objective?

    Choose one answer.

    • Messaging Bridge
    • IDL Mapper
    • jCOM
    • XMLRegistry
    • COM2Java
    Read explanation

    References:

Each purchase applies to this certification. Prices are one-time payments, not monthly subscriptions.

Starter

$29 USD one time

Full access to one certification's question bank in standard practice mode for 60 days.

  • Full question bank for one certification
  • 60 days of access
  • Standard practice mode
  • Question notes and community discussions
  • Attempt scores and answer review

Professional

$49 USD one time

Full access to one certification's question bank, custom test controls and advanced analytics for 60 days.

  • Custom test builder
  • Timers and question selection
  • Randomized question and answer order
  • Advanced performance and weak-question analytics
  • Priority customer support
Try 15 questions free