Installing and Patching Oracle WebLogic ServerCreating and Configuring WebLogic Server DomainsStarting and Stopping ServersUsing the Administration ConsoleConfiguring and Monitoring WebLogic ServerDeploying ApplicationsConfiguring WebLogic Server Resources
You are using the Configuration Wizard to create a new domain consisting of a cluster of three Managed Servers, together with a WebLogic Server instance acting as an HTTP proxy to distribute traffic to the cluster.
Which three steps should you perform using the Configuration Wizard?
Choose three
ACreate one Cluster.
BInstall Oracle HTTP Server.
CCreate one Coherence server.
DCreate tour managed servers.
EAssign three servers to a cluster.
FSpecify a proxy port tor the administration server.
All administrators who work with the production domain in your organization are highly experienced. As the lead administrator, you have been asked to change the Administration Console preferences for every administrator so inline help no longer appears, because nobody needs it.
Select the true statement for this scenario.
AThere is nothing you can do, since inline help cannot be disabled.
BThere is nothing you can do for all users, since disabling inline help must be done per user.
CLog into the administration console and disable inline help under "help."
DAccess WLST, connect to the domain's admin server, and use the command EnableInlineHelp (false).
While troubleshooting an application, you need to analyze the HTTP session count and server heap size for the previous six hours. You are using the Administration Console and want to display both metrics together so their values can be correlated.
Which three steps should you perform in the Administration Console?
Choose three
ACreate a custom view.
BStart the JVM Runtime view.
CDrag each metric onto two charts in the same view.
DAccess the Monitoring Dashboard.
EClick the application's Monitoring tab.
You need to configure WebLogic Server to meet the needs of a new application that will update more than one data set across several databases within the same transaction.
Which setting should be considered?
AEnable use xa Data source interface in the transaction properties of each data source.
BWebLogic Server supports distributed transactions by default, so on specific settings are required.
CSplit the transaction into multiple local transactions.
DConfigure your data sources with the available XA-compliant driver for your DBMS.
EEnable Two-phase commit in each data source.
QuestionQ6
Creating and Configuring WebLogic Server Domains
0
Community Discussion
No comments yet. Be the first to start the discussion!
QuestionQ7
Configuring WebLogic Server Resources
QuestionQ8
Configuring and Monitoring WebLogic Server
QuestionQ9
Configuring WebLogic Server Resources
QuestionQ11
Configuring WebLogic Server Resources
QuestionQ12
Using the Administration Console
QuestionQ13
Configuring WebLogic Server Resources
QuestionQ14
Configuring WebLogic Server Resources
QuestionQ15
Configuring WebLogic Server Resources
QuestionQ16
Starting and Stopping Servers
QuestionQ17
Configuring and Monitoring WebLogic Server
QuestionQ18
Starting and Stopping Servers
QuestionQ19
Configuring WebLogic Server Resources
QuestionQ20
Deploying Applications
QuestionQ21
Starting and Stopping Servers
QuestionQ22
Deploying Applications
QuestionQ23
Installing and Patching Oracle WebLogic Server
QuestionQ24
Configuring and Monitoring WebLogic Server
QuestionQ25
Starting and Stopping Servers
QuestionQ26
Creating and Configuring WebLogic Server Domains
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Ad
Want a break from the ads?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
You are creating a domain with the Configuration Wizard. In the wizard, you choose to configure Node Manager. Under Node Manager Type, you select Manual Node Manager Setup.
What does this signify?
AYou are using the Configuration Wizard to configure a script-based Node Manager.
BThe configuration Wizard prompts you to change the default Node Manager configuration values.
CThe configuration Wizard bypasses all Node Manager Configuration.
DYou are using the configuration Wizard to configure a Java-based Node Manager.
EYou must manually copy the Node Manager files generated by the configuration Wizard into Node Manager home.
You need high availability for HTTP sessions in a web application. You also have these constraints:
There is little available memory on the machines that host the cluster.
HA must be ensured even if multiple machines fail at the same time.
You cannot update the production database schema.
Which session-persistence option is best?
ADatabase persistence
BFile persistence
CIn-memory replication
DWhole –server migration
You configure two network channels for server-to-server communication. You want channel X to be used more frequently than channel Y, so you assign channel X a higher Channel Weight. You want to verify that channel X is indeed used more.
Using the administration console, you view both channels on their respective Monitoring tabs. Which scenario would best confirm that channel X has a higher overall connection rate?
AChannel X Bytes Sent is higher.
BChannel X Bytes Received is higher.
CChannel X Accept Count is higher.
DChannel X Connections is higher.
You choose to use a database to store WebLogic Server transaction logs for a managed server.
Which two actions are required to configure this?
Choose two
AUnder the managed server's Services configuration select "JDBC" as the type for the transaction log store.
BUnder the managed server's Services configuration, select " Disable the Default Store".
CCreate a non-XA data source in the domain for the database transaction log.
DCreate an XA data source in the domain for the database transaction log.
You are performing RDBMS Security Store configuration by using the Configuration Wizard.
Which three actions can you perform during the process?
Choose three
ACreate tables in the data store.
BExecute SQL scripts in WebLogic server's server/lib directory.
CPopulate the database tables with external LDAP users.
DTest the connection to a back-end database.
EAllocate tablespace for the data store.
You are using the Administration console to monitor a resource.
Which three methods can you use to customize the monitoring output?
Choose three
AStore the rows by a specific column.
BLimit the number of rows displayed.
CChange the order of the displayed columns.
DViews the rows from a specific time range.
ECombine (add) multiple columns together.
You work for a software company that has primarily created and reused C++ and .NET objects. Over time, many COM (Component Object Model) components have been developed to provide standardized functionality.
Platform independence has recently become a major organizational consideration, and you have deployed WebLogic Server12c. However, you want to use some prebuilt COM objects for request processing. You need an interim solution before implementing web services.
Which WebLogic Server artifact helps you meet this objective?
AMessaging Bridge
BIDL Mapper
CjCOM
DXMLRegistry
ECOM2Java
GridLink data sources are intended for use with an Oracle RAC database. With the Fast Connection Failover (FCF) pattern, GridLink data sources can respond quickly when a RAC node fails.
Which two statements are true?
Choose two
AThe Oracle Notification Service is used to notify the data source of changes to RAC nodes.
BThe reaction is quick, because in using FCF all network timeouts are set very low.
CFCF is faster because it polls and tests connection, freeing the data source from these tasks.
DFCF requires the use and configuration of a database server in the GridLink data source.
EYou can use any Oracle Thin database driver with a GridLink data source.
You are responsible for configuring a WebLogic domain to support an order-processing application. The application will communicate with multiple JDBC data sources to fulfill every customer order. To preserve data integrity across these databases, work will occur within a global transaction. However, you have learned that one data source in the transaction lacks an XA driver.
Which option should you select on this non-XA data source so that orders are still processed as global transactions?
AIgnore Heuristics
BPinned to Thread
COne Phase Commit
DLogging Last Resource
ETest Connections on Reserve
Starting a WebLogic Server instance fails with this error message: java.net.BindException:Address already in use
Which two methods help determine what is currently listening on the port and the IP address to which this server is configured to bind?
Choose two
AThe pmap command lists all processes running with their associated port number.
BThe UNIX lsof command can report information on the process that is listening at a particular IP and port on the local machine.
Cnetstat, which is available on Windows and Linux/UNIX, can report on the process bound to this IP and port.
Dpstat will report detailed runtime statistics on any process currently listening at this IP and port.
EThe Linux port watching tool PortInfo can raise an alert anytime a process attempts. succeeds, or fails to connect to a specific IP and port. It can also be used to identify if a port is being used by a java process.
A WebLogic Server instance can have multiple network channels associated with it.
Each server channel must use a unique combination of two elements. Identify these two elements.
Choose two
ATunneling enabled
BListen address
CListen port
DListen port
EChannel weight
Which three tasks can the Node Manager perform?
Choose three
AStart a server
BDefine a new server
CHost the Node Manager console.
DAutomatically restart a failed server.
EKill a failed application on a server.
FKill a server process that did not shut down property.
Identify two reasons to define machines and assign servers to them in WebLogic Server.
Choose two
AA machine can be the proxy to a cluster.
BA machine definition is required to configure the Node Manager.
CTo reference an instance of WebLogic Server, you must know its machine and port.
DA machine is a required organizational unit. A domain contains machines and machines contain servers.
EWebLogic Server uses server machine assignments to help it choose servers in a cluster on which to replicate session state.
FA machine's Cluster Weight attribute may be used by load balancers to help them determine how often to send requests to servers assigned to that machine.
You are planning a deployment in which one WebLogic cluster will host a web application. Several options must be considered.
Which option is not a valid decision?
AProxy plug-in or hardware load balancer
BConfigured or dynamic cluster
CReplicated or persistent HTTP sessions
DUnicast or multicast communication
ESingle or multiple domains
The Administration Server for a domain fails because of a hardware failure, and the hardware is beyond repair.
Before the failure, you prepared a “backup admin server.” You follow your planned recovery process successfully. The Administration Server is now running on different hardware, and the domain’s Managed Servers automatically reconnect to the Administration Server.
Select the two statements that are true.
Choose two
AFiles of deployed applications are available to the backup admin server from the same relative location as they were to the original admin server.
BAt the time of the failure, the backup admin server was running in "Standby" mode on different hardware in the same network.
CWhen the admin server failed, you must have shut down and restarted the managed servers, otherwise they could not have reconnected to the failed admin server.
DThe backup admin server is any one of the running managed servers. You select one of the managed servers, stop it, set its "administration" flag, and restart it as the admin server of the domain.
EThe backup admin server must be running at the same DNS name or IP address as the original.
Consider an application composed of both web and EJB components.
What are two advantages of implementing a multitier cluster architecture instead of a single-tier (basic) cluster architecture?
Choose two
ADynamic clusters are only supported for the multitier architecture
BRemote EJB access is blocked
CEach cluster can be scaled independently
DFuture web clusters can share the same EJB tier
EAll servers can be managed (started/stopped) together
A new machine has been assigned to your department. It contains two WebLogic Server 12.1.2 installations, each with a different inventory.
Which command or tool should you run to determine the differences between the products installed in the two inventories?
ANone, inventories are used by Oracle databases only.
When creating a dynamic cluster, you have several options for how dynamic servers are distributed across machines in your domain. Identify three supported configurations.
Choose three
AUse all machines in the domain
BUse machines whose names match an expression
CUse a percentage of machines in the domain
DUse all machines in a subnet
EUse a single machine
Select two methods for starting the Java-based Node Manager on a Linux machine.
Choose two
AUse the startNodeManager.sh script
BUse the administration console. Select the machine and then click the Start button.
CHave Node Manager start at system boot as a daemon
DUse the Oracle Process Manager and Notification Server (OPMN) to start Node Manager as a system process
ESet the appropriate environment variables. Then run the Java virtual machine with the class nodemanager.RunTime, passing the class the proper parameters.
You create a new dynamic cluster with these 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?
Community Discussion