live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Oracle WebLogic Server 12c: Administration I - 1z0-133 Exam Questions

QUESTION NO: 1
Which three statements are true about WebLogic clusters? (Choose three.)
Correct Answer: A,B,C
QUESTION NO: 2
Which three runtime metrics can you monitor or collect from WebLogic Server applications? (Choose three.)
Correct Answer: A,D,E
QUESTION NO: 3
You are responsible for configuring a WebLogic domain to support an order processing application. This application will communicate with multiple JDBC data sources to fulfill each customer order. To maintain data integrity across these databases, work will be performed within a global transaction. However, you have learned that one of the data sources in the transaction does not have an XA driver.
Which option should you select on this non-XA data source to ensure that orders are still processed as global transactions?
Correct Answer: A
QUESTION NO: 4
You are carrying out the RDBMS Security Store Configuration using the configuration Wizard Which three actions can you perform with the Configuration Wizard during the process? (Choose three.)
Correct Answer: A,D,E
QUESTION NO: 5
In your WebLogic Server environment, applications will not access a single database server. Instead they will access a cluster of redundant database servers. This database product was purchased from a vendor other than Oracle. You want to provide transparent failover to the applications as they communicate with the database cluster. Which type of WebLogic data source should you create?
Correct Answer: B
QUESTION NO: 6
You create a new dynamic cluster with the following parameters:
* Number of servers: 2
* Listen port: 8101
* Enable calculated listen ports: true
To which two port numbers will the resulting two dynamic servers bind? (Choose two.)
Correct Answer: B,E
QUESTION NO: 7
Consider a multiple node domain. On the administration server's 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?
Correct Answer: B
QUESTION NO: 8
View the following file excerpt, which configures HTTP session replication:
<session-descriptor>
<persistent-store-type>replicated</persistent-store-type>
</session-descriptor>
From which file is this excerpt taken?
Correct Answer: B
QUESTION NO: 9
Each domain has a directory called servers that contains subdirectories for each server in the domain. Your domain has a managed server named managed1.
When will the managed1 directory be created?
Correct Answer: A
QUESTION NO: 10
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.

Correct Answer: C