oracle 1z0-133 practice test

Oracle WebLogic Server 12c: Administration I Exam

Last exam update: Jul 20 ,2024
Page 1 out of 9. Viewing questions 1-15 out of 126

Question 1

Consider a domain that includes a Node Manager home directory. One way to enroll each Node Manager with your domain
is with the WLST command nmEnroll().
Select the two scenarios where you do not need to use this command to perform the same task?
(Choose two.)

  • A. The Node Manager is on the machine where the domain was created by using the Configuration Wizard
  • B. You create a managed server template by using the pack utility. Then create the domain by using the unpack utility on the new machine where Node Manager will run
  • C. Use the administration console. Select the machine, then the Configuration and Node Manager tabs. Select “Enroll with the Domain.” Save and activate your changes
  • D. Use the script enrollNodeManager.sh found under the WEBLOGIC_HOME directory in server/bin
Mark Question:
Answer:

A C

User Votes:
A
50%
B
50%
C
50%
D
50%

Explanation:
Reference: https://docs.oracle.com/middleware/1212/wls/NODEM/ java_nodemgr.htm#NODEM229

Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

When creating a dynamic cluster, you have multiple options concerning how dynamic servers are
distributed across machines in your domain. Identify three supported configurations. (Choose three.)

  • A. host01 and host11 only
  • A. Use all machines in the domain
  • B. host11 and host12 only
  • B. Use machines whose names match an expression
  • C. host11 only
  • C. Use a percentage of machines in the domain
  • D. all machines
  • D. Use all machines in a subnet
  • E. the default machine of the domain
  • E. Use a single machine
  • F. host01 only
Mark Question:
Answer:

B,D,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
F
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
F
0 / 1000

Question 3

Consider a cluster of four servers: ServerA, ServerB, ServerC, and ServerD.
The cluster hosts a web application and is accessed using a proxy plug-in. This web application is
configured to use in-memory session replication.

  • A. Create tables in the data store.
  • A. ServerD
  • B. Execute SQL scripts in WebLogic server’s server/lib directory.
  • B. ServerB
  • C. Populate the database tables with external LDAP users.
  • C. none; the user will receive an error message
  • D. Test the connection to a back-end database.
  • D. ServerC
  • E. Allocate tablespace for the data store.
  • E. any other available server
Mark Question:
Answer:

D

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 4

You monitor a running JDBC data source with the console and note the following values:
Current Capacity = 10
Current Capacity High Count = 20
Identify two plausible explanations for these metrics. (Choose two.)

  • A. Before restarting a failed managed server you must always first use operating system commands to kill its old process.
  • A. The workload was lower than it is now
  • B. The managed server can automatically be restarted on new hardware if server migration has been properly set up.
  • B. The statement cache size is 20
  • C. If the managed server was started by Node Manager, then Node Manager can be set to automatically restart the managed server.
  • C. The pool size has increased
  • D. If the managed server was started by a script, run the script again.
  • D. The statement cache size is 10
  • E. The pool size has decreased
  • F. The workload was higher than it is now
Mark Question:
Answer:

E,F

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
F
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
F
0 / 1000

Question 5

Consider a multiple node domain. On the administration servers node, you edit setDomainEnv.sh in
the bin directory and add a new JAR file to the CLASSPATH. You stop and restart all three WebLogic
Server in the domain. Upon investigation, you discover that only applications deployed to one
WebLogic Server are able to access the JAR file code. How do you explain this?

  • A. Test the connection to verify the database’s availability
  • A. You must also set the domain attribute “CLASSPATH Discovery Enabled.”
  • B. Add a new connection to the data source if none are available
  • B. Each machine that hosts WebLogic Servers has its own domain directories. The script must be modified there as well.
  • C. Close the connection to return the connection to the data source
  • C. Only the first server to receive the new configuration from the administration server gets the updated CLASSPATH
  • D. Request a connection from the data source
  • D. The CLASSPATH is not for application code. It is for interval WebLogic Server code. So, only applications deployed to the administrative server can access code through the CLASSPATH
  • E. Look up the data source using the JNDI name
Mark Question:
Answer:

B

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 6

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

  • A. By the administration server
  • A. An administration Server manages the domain configuration
  • B. For internal data storage by WebLogic Server
  • B. A domain must have at least one of each type of server
  • C. By a multidata source
  • C. An administration Server keeps a domain log, but a Managed Server does not
  • D. In a production environment
  • D. A Managed Server keeps a server log, but an Administration Server does not
  • E. By an Enterprise JavaBean
  • E. Java EE applications are deployed only to a Managed Server
Mark Question:
Answer:

C,D

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 7

Which two statements are true about Log Filters? (Choose two.)

  • A. Primary session count
  • A. You do not have to lock the configuration to create Log Filters
  • B. Drop out frequency
  • B. Log Filters are created at the domain level
  • C. Migration basis
  • C. The administration console assists in the creation of Log Filter expressions
  • D. Health state
  • D. You can apply a Log Filter to the server log, but not to standard out
  • E. Current heap size
Mark Question:
Answer:

B,C

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 8

By monitoring CPU and RAM utilization, it appears that one member of your cluster is receiving a
much lower percentage of the request load than the other servers.
Which Administration Console metric should you examine to help determine if a network problem is
the cause?

  • A. The weblogic user does not exist in iplanet.
  • A. Primary session count
  • B. The Administrators group does not exist in iplanet.
  • B. Drop out frequency
  • C. A domain must include the default authentication provider.
  • C. Migration basis
  • D. Iplanet is not a supported LDAP implementation.
  • D. Health state
  • E. LDAP providers cannot be included in the default security realm.
  • E. Current heap size
Mark Question:
Answer:

E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 9

You are using the Configuration Wizard to create a new domain that will host an EJB application
without a cluster. Remote EJB clients can therefore take advantage of WebLogic Servers load
balancing and failover capabilities.
However, a proxy server exists between the EJB clients and this new cluster.
Which cluster attribute should you modify in the Configuration Wizard to ensure that external EJB
clients are routed correctly through the proxy?

  • A. In Persistent Stores, create a new JDBC store and select the option “Use existing store”
  • A. Messaging Mode
  • B. The new domain name needs to be the same as the old domain it’s replacing
  • B. Cluster Address
  • C. Duplicate the JMS and persistent store configuration in the new domain
  • C. Broadcast Channel
  • D. The storage needs to be file based and not JDBC based
  • D. Replication Channel
  • E. Set the prefix for the JDBC store table to the domain name
  • E. Cluster Type
Mark Question:
Answer:

B

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 10

Identify three capabilities of the non-default LDAP authentication providers included in WebLogic
Server. (Choose three.)

  • A. Groups
  • A. adding a user to a group
  • B. Master
  • B. creating a new group
  • C. Backup Server
  • C. changing a user’s password
  • D. Session Replicas
  • D. validating a user’s password
  • E. Local Group Leader
  • E. creating a new user
  • F. identifying the groups for a user
Mark Question:
Answer:

B,D,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
F
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
F
0 / 1000

Question 11

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

  • A. Under the managed server's Services configuration select “JDBC” as the type for the transaction log store.
  • A. name attribute for user objects
  • B. Under the managed server's Services configuration, select “Disable the Default Store”.
  • B. connection pool maximum size
  • C. Create a non-XA data source in the domain for the database transaction log.
  • C. base DN for group objects
  • D. Create an XA data source in the domain for the database transaction log.
  • D. realm name
  • E. host name and port
Mark Question:
Answer:

C,D,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 12

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?

  • A. Option A
  • A. Server startup fails
  • B. Option B
  • B. The server binds to localhost
  • C. Option C
  • C. The server prompts for an address when it is started the first time
  • D. Option D
  • D. The server attempts to bind to all network interfaces on the host OS
  • E. Option E
Mark Question:
Answer:

B

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
0 / 1000

Question 13

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

  • A. Include the JAR file as an optional package
  • A. You can upgrade any domain that was created using WLS 9.2 and above
  • B. Deploy the JAR file as an EJB
  • B. The Reconfiguration Wizard allows you to change the domain mode
  • C. Deploy the JAR file as a shared library
  • C. The Reconfiguration Wizard allows you to select a different Java JDK
  • D. Place the JAR file in the lib folder of the domain
  • D. The Reconfiguration Wizard does not allow the reconfiguration of JDBC data sources
  • E. Deploy the JAR file to the administration server. All managed servers have access to their admin server
  • E. You can upgrade only a domain which is running WLS 10.3.x or later
  • F. Add the JAR file to the CLASSPATH of the domain servers by editing the domain’s seyDomainEnv.sh script
  • G. Deploy the JAR file as another web application
  • H. Deploy the JAR file as a web service.
Mark Question:
Answer:

D,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
F
50%
G
50%
H
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
F
G
H
0 / 1000

Question 14

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

  • A. Data sources are targeted to a domain.
  • A. You can configure WebLogic Server JTA properties at the domain, cluster, and server level
  • B. Data sources are bound in the JNDI tree of a server.
  • B. WebLogic Server can act as the transaction manager for multiple transactional resource managers during a distributed transaction
  • C. Data sources are based on the JMS specification.
  • C. WebLogic Server supports transactional work managers
  • D. A data source contains a connection pool.
  • D. Starting with WebLogic Server 12c, you can create two kinds of clusters: the standard cluster, as in previous versions, and the new transactional cluster
  • E. A domain requires at least one data source.
  • E. WebLogic Server supports transactional Enterprise Java Beans
Mark Question:
Answer:

A,C

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000

Question 15

Consider a WebLogic Java EE application that uses a JDBC data source.
Which three steps would the application developer typically write code to perform? (Choose three.)

  • A. Properties
  • A. Test the connection to verify the database’s availability
  • B. Credentials
  • B. Add a new connection to the data source if none are available
  • C. Username
  • C. Close the connection to return the connection to the data source
  • D. Login
  • D. Request a connection from the data source
  • E. URL
  • E. Look up the data source using the JNDI name
Mark Question:
Answer:

A,D,E

User Votes:
A
50%
A
50%
B
50%
B
50%
C
50%
C
50%
D
50%
D
50%
E
50%
E
50%
Discussions
vote your answer:
A
A
B
B
C
C
D
D
E
E
0 / 1000
To page 2