Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Oracle 1Z0-108
Title
: Oracle WebLogic Server 10g
System Administration
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
1. Scenario : A single tier WebLogic cluster is configured with six Managed Servers. An Enterprise
application is deployed to the cluster with a web application and EJBs packaged in the same EAR file.
An EAR file is being deployed to the cluster using two-phase deployment. Which of the following is true if
one of the Managed Servers is NOT started in the cluster?
A. First and second phase deployment will be completed on all remaining instances in the cluster.
B. First phase deployment will not be completed on the remaining instances in the cluster.
C. First phase deployment will be completed but the second phase will not be completed on the remaining
instances in the cluster.
D. First and second phase deployment will not be completed if enforceClusterConstraints is set to true for
the Deployer.
E. Both a and d
Answer: E
2. Which of the following statements are true for built-in roles in the WebLogic Server Administration
console? Choose two.
A. Users who belong to the Operator role can deploy the applications.
B. Users who belong to the Monitor role can view the server configuration, except for the encrypted
attributes.
C. Users who belong to the Admin role cannot deploy applications.
D. Only users who belong to the Admin role can start, stop, and resume the server.
E. Users who belong to the Admin role can modify the entire server configuration.
Answer: BE
3. Scenario : Consider an upgrade requirement from pre-WebLogic Server 10.x to the WebLogic Server
10.x. Since the administration scripts in the prior version used WebLogic Ant tasks for creation and
deployment, the team decides to use the Ant build.xml approach and extend this to the current version of
the server.
Which of the following about the Ant task wlserver is INC