This mock exam is designed to help candidates make a better assessment of their exam readiness. This mock exam includes 40 practice questions which mimic actual questions on the
BEA 9 Certified Administrator: System Administration exam (0B0-108). Each question is related back to the objectives of the exam to allow the candidate to properly assess their preparedness
of the topics covered in the exam. Please refer to the Exam Objectives document available on the Requirements & Preparation page here: http://certification.bea.com/certification/certification_reqs.jsp for further details. Answers are
provided at the end of the mock exam documents. Mock exams are not available for all
certification exams at this time. Results from the mock exam do not guarantee success/failure
on the actual exam. However, they allow candidates to understand what types of questions are asked and to assess their readiness to take the official exam. If after completing the mock
exam results show that the candidate requires additional preparation, BEA highly encourages the candidate to participate in the relevant training applicable to the certification exams.
Relevant training for each certification path can be found within the Requirements & Preparation
page.
BEA continues to encourage all candidates to review the exam objectives documents available within the pages below. Please note only the preparatory materials provided on this website are validated against actual BEA Certification material and proprietary content.
As means of certification preparation, BEA highly encourages individuals to attend suggested BEA Education courses since they provide preparations to relevant content in the exams. However, to successfully pass the exams, you are additionally expected to draw on your own practical and implementation experience. The exam objectives outlined on this page http://certification.bea.com/certification/certification_reqs.jsp will provide you with a better understanding of what BEA tests you on for each certification role.
Question 1 – Objective 6 - Configure Connections to Databases and other systems
Which isolation level yields the best performance? A. TRANSACTION_REPEATABLE_READ B. TRANSACTION_READ_UNCOMMITTED
C. TRANSACTION_SERIALIZABLE
D. TRANSACTION_READ_COMMITTED
Question 2 – Objective 14 - Troubleshoot and Diagnose error Conditions
“This option dyes the request with a set of values indicating how often a request should be passed to an instrumentation monitor.” Which type of dye is being described?
A. RHYTHM
B. CONNECTOR C. THROTTLE
D. ADDR
E. PEFORMANCE F. COOKIE
G. TIMER
Question 3 – Objective 12 - Configure and Secure the Application server environment
A complete SSL configuration includes which two keystores? Select two. A. private
B. public C. identity D. server E. CA
F. trust
Question 4 – Objective 8 - Configure Environments for High Availability
The Administration server goes down. Which two statements are true? Select two. A. Managed servers continue to service client requests.
B. The server logs are disabled until the administration server restarts.
C. If configured, the node manager on the same machine can take over the administration server’s duties temporarily.
D. Managed servers may be started during this time in MSI mode.
Question 5 – Objective 13 - Configure Logging and View Log Files
Given the following server log message:
####
Which three message attribute fields appear in this message? Select three. A. Domain
B. Subsystem C. Message ID D. Locale
E. Severity
Question 6
Objective 12 - Configure and Secure the Application server environment
Objective 10 - Deploy applications
Which two JNDI functions are typically performed by a WebLogic administrator? Select two.
A. Targeting a JNDI tree to the appropriate server
B. Establishing security settings on JNDI tree contexts
C. Verifying objects are bound into the JNDI tree
D. Configuring a file system directory for JNDI tree data storage
E. Establishing a JDBC connection pool for JNDI data storage
Question 7 - Objective 10 - Deploy applications
Which two are true statements concerning the usage of virtual directories? Select two.
A. Virtual directories decrease file duplication across web applications. B. Virtual directories are configured in application.xml.
C. Virtual directories are configured in the weblogic-application.xml.
D. Configuration of a virtual directory includes a local-path and a url-pattern.
E. Configuration of a virtual directory requires a shared file system accessible from multiple servers.
Question 8 - Objective 11 - Modify Applications in an active domain
Which two are true statements concerning side-by-side deployment? Select two. A. Side-by-side deployment requires usage of a plan.xml file.
B. A WebLogic Server can host an unlimited number of versions of an application at
the same time.
C. Side-by-side deployment requires the configuration of a multicast IP address for all participating servers.
D. Side-by-side deployment eliminates the need for setting up redundant servers to host new application versions.
E. In side-by-side deployment, existing clients continue to use the older version of the application.
F. Side-by-side deployment requires the usage of the external_stage staging option.
Question 9 – Objective 6 - Configure Connections to Databases and other systems
An administrator is configuring a new connection pool and DataSource through the console. Documentation specific to the desired JDBC driver is particularly helpful when entering what information through the console?
A. DataSource JNDI name
B. JDBC Driver type number
C. SQL-92 Compliance Enforcement
D. Connection Properties
E. Connection Fallback Mechanism
F. Heuristic Fallback Mechanism
Question 10 - Objective 7 - Configure JMS Resources
A JMS server can be targeted to which two options? Select two. A. Machine
B. Server instance
C. Cluster
D. Migratable target
E. JMS Application module
Question 11 - Objective 7 - Configure JMS Resources
Fill in the blank:
Through the console the Administrator can set a “_______ Time-to-Live” parameter for a JMS Connection Factory.
A. IP packet
B. Default
C. Minimum D. Maximum E. Initial
Question 12 – Objective 13 - Configure Logging and View Log Files
Which two statements about transaction logs are correct? Select two. A. Transaction logs are binary and not human-readable.
B. In a clustered environment, transaction logs must be stored in database tables
(i.e. in a RDBMS).
C. In a clustered environment, transaction logs must be stored on a shared file system that all clustered servers can access.
D. Transaction logs store the information pertaining to all previously committed and completed transactions.
E. Transaction logs store the information pertaining to committed transactions that may have not been completed.
Question 13 – Objective 5 - Configure Connections to Web Servers
Which feature of WebLogic Server provides a countermeasure to man-in-the-middle attacks?
A. Lockout
B. Connection Filter
C. POST timeout
D. Host Name verifier
E. Endpoint Detection and Analysis (EDA)
Question 14 – Objective 12 - Configure and Secure the Application server environment
Which three statements concerning security roles are true? Select three.
A. Security roles can be created through the console for JDBC resource access.
B. Security roles can be initialized from application deployment descriptors.
C. Security roles require corresponding security policies to be created in order to function.
D. Security roles can be dynamically updated via the console.
E. Security roles CANNOT be defined in web.xml, ejb-jar.xml, or
application.xml.
Question 15 – Objective 8 - Configure Environments for High Availability
WebLogic clusters utilize IP multicast for which two types of communication? Select two.
A. Cluster-wide “heartbeats”
B. Intra-cluster EJB Stateless Session Bean invocations
C. JNDI Tree updates
D. Non-critical Domain log events
E. Invocations of RMI objects utilizing the publish/subscribe model defined in the RMI API.
Question 16 – Objective 8 - Configure Environments for High Availability
Which two statements about HTTPClusterServlet are true? Select two. A. It should be deployed on a separate, non-clustered server.
B. It may be configured to utilize IP multicast for better performance.
C. It should be configured within the web.xml file of each front-end web application that is deployed to a cluster.
D. It is only needed if the cluster configuration includes deployment of web applications and EJB applications in the same servers.
E. The configuration wizard can configure and automate its deployment.
Question 17 – Objective 8 - Configure Environments for High Availability
With in-memory HttpSession replication enabled, which of the following is the most important consideration that WebLogic Server uses for determining the location of a replica?
A. Machine boundaries
B. Network latency
C. Load-balancing algorithm
D. Location of HTTPClusterServlet
E. Preferred Secondary Group configuration
Question 18 – Objective 8 - Configure Environments for High Availability
Which statement about EJB clustering is most accurate?
A. The same function performed by Multipools in HttpSession JDBC-based clustering is done by server affinity algorithm in EJB clustering.
B. The same function performed by the HTTPClusterServlet in HttpSession
clustering is done by a replica-aware stub in EJB clustering.
C. The same function performed by a clustered DataSource in HttpSession
JDBC-based clustering is done by a replica-aware stub in EJB clustering.
D. The same function performed by Multipools in HttpSession JDBC-based
clustering is done by a replica-aware stub in EJB clustering.
Question 19 – Objective 8 - Configure Environments for High Availability
Which two statements about migration are true? Select two.
A. Service-level migration is performed automatically by WLS.
B. Server-level migration moves an entire server into a different cluster.
C. Each machine using Server-level migration should have a floating IP address.
D. Both JMS and JTA failover can be handled by either Service-level or Server-level migration.
E. Service-level migration is only supported using the SSH-version of Node
Manager.
Question 20 - Objective 7 - Configure JMS Resources
Which two statements about a JMS distributed destination are true? Select two. A. Its member availability is dynamically updated.
B. Only Queues are supported, for this feature is not necessary for Topics. C. Only Topics are supported, for this feature is not necessary for Queues. D. If configured, in-memory replication of each JMS message is provided.
E. A producer for a distributed destination avoids a “zero consumer” member
Question 21 - Objective 10 - Deploy applications
Which two statements about an J2EE Enterprise Application are true? Select two.
A. The WebLogic deployment descriptor allows the configuration of XML parsing resources.
B. An enterprise application may contain CAR files for libraries related to user interface look and feel.
C. The J2EE-specified deployment descriptor is application.xml
D. The deployment descriptor(s) need to be in the WEB-INF directory.
E. The J2EE-specified deployment descriptor provides the configuration of resource- scoped security policies.
Question 22 – Objective 9 - Monitor Application Server Services and Resources
Which statement about Diagnostic System Modules is FALSE? A. They can be targeted to servers.
B. They can be targeted to clusters.
C. Only one can be targeted to each server instance.
D. They are used to configure the Instrumentation, Harvester, and Watch and
Notification components.
E. They can be targeted to a JMS server, but only with Harvester components configured.
Question 23 – Objective 9 - Monitor Application Server Services and Resources
An administrator is configuring a harvester through the console. The MBean Type JDBCDataSourceRuntimeMBean is chosen. Next the console asks the administrator for which two items? Select two.
A. Connection Pool Name B. DataSource JNDI Name C. Collected Instances
D. Collected Attributes
Question 24 – Objective 14 - Troubleshoot and Diagnose error Conditions
What is the primary function of the WLDFAccessRuntimeMBean and the
WLDFDataAccessRuntimeMBean?
A. They harvest data provide image capture.
B. They provide a lookup service for all the Runtime MBeans in an administration server.
C. They provide a lookup service for all the Runtime MBeans in a managed server. D. They discover data stores and retrieve data.
Question 25 – Objective 14 - Troubleshoot and Diagnose error Conditions
Application-scoped instrumentation has been configured in a file named
weblogic-diagnostics.xml. In which directory should this file reside? A. Domain directory
B. Server directory
C. ${DOMAIN_DIRECTORY}\config\diag
D. ${DOMAIN_DIRECTORY}\config\diag\${APPLICATION_NAME}
E. META-INF directory of application
F. Root directory of application
Question 26 – Objective 16 - Tune the Application Server Environment
After garbage collection analysis is performed by a senior technologist on your team, you are
told that “young generation collections are growing rapidly.” To address this, you are instructed
to try adjusting this Sun JVM flag:
-XX:MaxNewSize=n
What does this flag control?
A. Maximum heap size upon initial allocation
B. Maximum size of a particular generation in the heap
C. Maximum percentage growth of the heap allowed
D. Maximum kilobyte size increment by which heap can be increased
Question 27 – Objective 16 - Tune the Application Server Environment
An application is required to give higher priority to requests originating from the user named
BigBoss. How can this be achieved?
A. By using a fair-share-request-class
B. By using a context-request-class
C. By using a response-time-request-class
D. By configuring a new execute queue dedicated to that user
E. None of these
Question 28 – Objective 4 - Track Changes in a Domain’s Configuration
Clicking the “Lock and Edit” button in the console is equivalent to which WLST command?
A. startEdit()
B. activate()
C. beginLockAndEdit()
D. save()
E. stageForUpdate()
Question 29 – Objective 2 - Create Domains
Using the WLST command-line interface, which built-in command could be used to retrieve a list
of all the servers in a domain? A. ls()
B. getServers()
C. props(“Servers”)
D. printConfig(“Servers”)
Question 30 - Objective 7 - Configure JMS Resources
Which are valid JMS expiration policies? A. Ignore, Track
B. Audit, No Audit, Message Determines
C. Retry Once, Retry Multiple, Message Determines
D. Discard, Log, Redirect
E. Log Warning, Log Error, Log Emergency, Log Critical
Question 31 – Objective 3 - Manage the Server Lifecycle
Which statement about the node manager is FALSE?
A. WLST uses the nmc command to establish a connection to the script-based node manager.
B. The node manager can automatically restart the administration server upon failure.
C. The nodemanager.domains file restricts Node Manager client access to the domains listed in this file.
D. The script-based node manager provides remote SSH capabilities.
Question 32 – Objective 15 - Migrate Domains from environment to production
A WAR has just passed rigorous testing in the lab and is ready to be deployed in the production environment. Which file enables administrator to modify the WAR’s application configuration without extracting or modifying the WAR itself?
A. weblogic.xml
B. weblogic-application.xml
C. Deployment Plan
D. Deployment Module
E. Deployment Descriptor
F. Deployment Master
Question 33 – Objective 16 - Tune the Application Server Environment
In case of a performance problem, the best practice is to first check for which potential bottleneck?
A. CPU bound
B. Network bound
C. Database bound
D. Thread pool exhausted
Question 34 – Objective 2 - Create Domains
Which two statements about a domain are true? Select two.
A. WebLogic domains are compliant to the J2EE 1.4 specification of a domain. B. The importance of a domain primarily affects the developer, not the
administrator.
C. A domain is transparent to applications.
D. A domain is the largest management unit in WebLogic.
E. Domain configuration is performed via the deployment descriptors.
Question 35 – Objective 2 - Create Domains
Which three of the following are subdirectories of a domain directory created by the configuration wizard? Select three.
A. config
B. archived-configurations
C. autodeploy
D. archived-applications
E. pending
Question 36 – Objective 2 - Create Domains
Which CANNOT be done using the Domain Template Builder? A. Add SQL files to the template
B. Add Non-SQL files to the template
C. Set listen port for the administration server D. Set administrator username and password E. Save the template as one or more XML files
Question 37 – Objective 3 - Manage the Server Lifecycle
Which two must be in the CLASSPATH of WebLogic Server? Select two. A. xmlx.jar
B. Any additional service pack jar files
C. weblogic.jar
D.
weblogic_platform_91.jar
(or similar version number at the end)
E.
pbembedded51.jar
Question 38 – Objective 4 - Track Changes in a Domain’s Configuration
The WLST command save() may affect which file(s)?
A. The config.xml file in the domain directory
B. The config.xml file in the pending directory
C. A new config.xml file will be created in the archived-configurations
directory
D. None of these
Question 39 – Objective 17 - Apply Best Practices
Given this snippet from the file create_server.py:
try:
cd(‘/Servers/’ + serverID)
print ‘Success’
exit()
except WLSTException:
pass
What recommended scripting practice is utilized here? A. Exception suppression
B. Script termination on failure
C. Server instrumentation
D. Existence check
E. Variable assignment in the preamble
Question 40 – Objective 5 - Configure Connections to Web Servers
The OutgoingEnabled attribute should be enabled for which common network channel example?
A. IP Multicast network channel (within a cluster)
B. External network channel (client-to-server communications) C. Internal network channel (server-to-server communications) D. None of these
Answers -
Question 1: Correct Answer = B Question 2: Correct Answer = C Question 3: Correct Answer = C, F Question 4: Correct Answer = A, D Question 5: Correct Answer = B, C, E Question 6: Correct Answer = B, C Question 7: Correct Answer = A, D Question 8: Correct Answer = D, E Question 9: Correct Answer = D Question 10: Correct Answer = B, D Question 11: Correct Answer = B Question 12: Correct Answer = A, E Question 13: Correct Answer = D Question 14: Correct Answer = A, B, D Question 15: Correct Answer = A, C Question 16: Correct Answer = A, E Question 17: Correct Answer = E Question 18: Correct Answer = B Question 19: Correct Answer = C, D Question 20: Correct Answer = A, E Question 21: Correct Answer = A, C Question 22: Correct Answer = E Question 23: Correct Answer = C, D Question 24: Correct Answer = D Question 25: Correct Answer = E Question 26: Correct Answer = B Question 27: Correct Answer = B Question 28: Correct Answer = A Question 29: Correct Answer = A Question 30: Correct Answer = D Question 31: Correct Answer = A Question 32: Correct Answer = C Question 33: Correct Answer = A Question 34: Correct Answer = C, D Question 35: Correct Answer = A, C, E
Question 36: Correct Answer = E
Question 37: Correct Answer = B, C Question 38: Correct Answer = B Question 39: Correct Answer = D Question 40: Correct Answer = C
TestKing - Free Testking Help you pass any it Exams
Pass4sure provides high quality IT exam practice questions and answers.
Realted Post














