Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ON1z0-133_Weblogic_12c

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
1z0-133_Weblogic_12c

Description:
Weblogic 12c

Author:
Anonimous
(Other tests from this author)

Creation Date:
22/01/2016

Category:
Computers

Number of questions: 89
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
A customer needs to implement a Highly Available solution for JMS that has a primary data center and a backup. Which three steps would you perform when designing your solution? Store Transaction Logs in a database and use Database stores for JMS to make replication between sites easier. Use file based Transaction Logs and JMS stores and implement a separate replication solution for files in addition to database in case database replication fails. Implement Oracle RAC at each site to provide a highly available solution within each datacenter. Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site. Configure Automatic Service Migration for JMS high availability within a datacenter.
A highly available WebLogic cluster in UNIX is configured for automatic server migration. Node Managed is configured on both machines to start managed servers. How should you simulate a managed server failure to test whether automatic server migration is working? Shut down the managed server from the WebLogic console. Shut down the managed server using the WLST command through Node Manager. Run “kill -9″ once to kill the managed server process. Run “kill -9″ to kill the managed server process, and run “kill -9″ one more time if the managed server is restarting.
A common approach to solve application performance issues is to add more hardware. Which two reasons describe why this alone does not always solve performance problems? There may be a bottleneck in the application that additional hardware would not solve. Adding more hardware is costly and time consuming. Adding hardware at the application layer may place additional load on an already overloaded database, network appliance, or storage system. Adding more hardware may introduce new configuration requirements that need to be tested.
A customer claims that while redeploying a web application in the production system all their customers are having to log in again. What do you recommend? Sessions can’t be preserved when redeploying applications. The customer needs to consider redeployment during late nights when the traffic is low. Change the flag responsible for the development mode of their environment. In the production mode, all sessions are preserved while redeploying application. Change Hotspot to JRockit. Sessions can’t be preserved on HotSpot when redeploying application. Use flag -version when redeploying the application. This will switch on the Side By Side deployment feature and preserve existing sessions. Open a service request with Oracle Support. This is unexpected behavior. Sessions are preserved without any extra settings.
You deploy more than one application to the same WebLogic container. The security is set on JavaEE level and all deployed JavaEE applications use the same security roles. What is your recommendation for an architecture with those requirement Combine all applications into a single one. Define global roles on the WebLogic Domain level. Use Ms Active Directory to keep the roles there. Use Oracle Identity and Access Management solution to simplify the management. Keep role mapping in the external WebLogic Role Mapped developed for that solution.
A customer has a critical, performance-sensitive web application that connects to a multinode Oracle RAC database. Which feature of WebLogic can provide significant performance benefit? The Web Session Affinity feature of Active GridLink for RAC. WebLogic Clustering The Transaction Affinity feature of Active GridLink for RAC Coherence*Web Session Replication.
When your WebLogic Server solution needs to be scaled out with additional capacity and you don’t want to add additional hardware, which three techniques should you us? Assign more than one managed server to a physical hardware that allows better CPU utilization. Assign more than one application to one managed server to better utilize threads within a single JVM process. Assign the same application to more than one managed server to load balance requests between servers. Assign the same heap size to the managed server across the cluster for easier control of memory footprint Create a virtualized environment with hypervisor for an easier solution.
You have a durable subscriber, and the subscriber is down or not reachable when the message is produced. Which two options regarding the expiry of these messages are true? after the subscriber is unavailable for 10 minutes when the subscriber is available after the subscriber is unavailable for after an hour are available until the specified time elapses are expired instantly.
Which WebLogic optimization allows one non-XA resource to participate in a distributed transaction? enabling Pinned to Thread enabling Logging Last Resource increasing the Statement cache size setting the statement cache type to LRU setting the initial and maximum capacity to the same number.
Which three steps should you perform with the Configuration Wizard? Create one Cluster. Install OracleHTTP Server. Createone Coherence server. Create tourmanaged servers. Assign three servers to a cluster. Specify a proxy port tor the administration server.
You decide to use a database to store WebLogic Server transaction logs for a managed server. Which two steps are required to configure this? Under the managed server’s Services configuration select “JDBC” asthe typefor the transaction log store. Underthe managed server’s Services configuration, select”Disable the Default Store Create a non XA data source in the domain for the databasetransactionlog. Create an XA data source in the domain for the database transaction log.
An administrate in your organization says you do not need to back up the domain files on a machine which only managed servers run. Select the best explanation for this statement. This Is truebecause the domain files can be re created with the pack and unpack utilities. This is true (with an exception) because the domain files can be re-created with the pack and unpack utilities. The exception is if your security realm uses the embedded ldap system. Which is not included in the JAR file created by the pack utility. This is true (with an exception) because the domain files can be re-created with the pack and unpack utilities. The exception is for applications thatare deployed to the managed server.Those files are not included in the JAR file created by the pack utility.If you back those up manually, then pack and unpack can be used. This is not true. You need to back up the domain files on a machine on which only managed servers run by using operatingsystem commands (such as tar or zip).
Which session persistence type is invalid? Async_replicated async_jdbc replicated async_memory cookie file replicated_if_clustered.
Which statement is true about stopping Node Manager? If you stop Node Manager, the managed servers it started will also stop. You may kill the Node Manager process by using operating system commands. Using the stopNodeManager.sh script so Node Managerstopsgradually. Using the administration console, select the appropriate machine and click stop. The administration server goes into ADMIN mode if it can no longer Communicate with Node Manager. The managed servers that Nod Managerstartedgo intoADMINmode if they cannolonger communicate with NodeManager.
You configure a data source with a non XA driver because your (non-Oracle) database does not provide XA drivers. The data source will sometimes participate in global transactions with an EJB, so as you configure the data source you select “Supports Global Transactions” and One-phase commit. Why is this configuration wrong? You must choose an XA driver when a data source participates In global transactions. “One’Phase Commit” always returns “ready” duringphase one ofthe two-phase commit process’ so it is possible you will have heuristic errors in thedatabase. “One-Phase Commit” processes this data source last In the global transactions,if the EJB must go last, you cannotuse this configuration. “One-Phase Commit” only allows this datasource to participate in global transaction, so youcannothave a global transaction that includes an EJB.
When creating a dynamic cluster, you have multiple options concerning how dynamic servers are. Which of the following are valid options? Identify three supported configurations. Use a single machine. Use all machinesin asubnet. Use all machinesin thedomain. Use all percentage ofmachines in the domain. Use all machines whose names matchan expression.
Which action should you take to automatically back up the domain configuration when anyone Activates a configuration change? USE the backup=’true’ parameter of the adactivate () command In WLST. The administrationconsole , select” Follow Configurationchanges” In the Sharedpreferences for the console. In the administration console,select”Configuration Archive Enabled” underthe generalconfigurationof the domain. Enabling automatic domain configuration creates backups of the configuration during server boot not at each activation.
As the technical lead for your project, you have been asked to recommend a new solution to handle frequently increasing loads on your applications. The Weblogic 12.1.2 domain currently runs with two clusters of three servers with request being filtered and passed by a proxy server that users the round –robin algorithm. However, the load sometimes exceeds the maximum capacity of all these servers combined but your domain lacks in scalability. What is the best implementation solution? Addathird cluster and spread existing serverinstances across the clusters. Modify the proxy serverload balancing algorithm to weightbased. Configure dynamicclusters and specify the number of serverinstances you anticipate at needing at peak load. Tune work managers to optimize work. Replace the softwareload balancer with a hardware load balancer.
All administrators that deal with the production domain in your organization are extremely experienced. As the lead administrator, you have been asked to change the administration console preferences for all administrators so that inline help no longer displays, since no one needs It. Select the true statement about this scenario. There is nothing you can dosince inline help cannot be disabled. Thereis nothingyou can do for all users,since disabling inline help mustbe done per user. Log into the administration console and disable Inline help under “help.” Access WLST, connect to the domain’s admin server, and use the commandenable inlinehelp(false).
You plan to Install WeblLogic Server by using the genetic JAR installer in silent mode. What are two ways to create the required response file? Firs tinstall or deinstall graphically.There is an option to save a response file. Use the sample response file in the installation documentation as a template. First run the Repository creation utility. There is an option to save a response file . The response file is not required. You can answer questions interactively at the command line. The genetic JAR installer does not have a silent mode .so you do not need a response file when using this installer.
Your domain consists of 30 servers. You are using the Administration Console. Which is the quickest way to identify the servers that are in a Failed health state? Use the Filter buttonfromthedomain’sMonitoring>Health tab. Use the Monitoring >Health tab for each server in the domain. Writea customWLST scriptto print out failedserver. Capturea diagnosticsnapshot.
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 cases • Use SSL communication • Check server heath once per second Below are portions of the node manager. properties file. Select the one that configures Node manager as described. StopScriptEnabled=true StopScriptName=mystopic.sh CrashRestartEnabled=true SecureListtenser=true StateCheckinterval=1000 StopsScriptEnabled=true StopScriptName=mystopit.sh CrashRestartEnabled=true SecureListener=true StataCheckInterval=1 StopscriptEnabled=true StopScriptName=topic-sh CrashRecoveryEnabled=true SecureListtener=true Statecheckinterval=1000 StopScript=true StopscriptName=mystopit.sh CrashRecoveryEnabled=true SecureListtenser=true stopscriptenabled=true Stopscriptname=mystopit.sh crashRecoveryEnabled=true secureListener=SSL statecheckinterval=1000.
Which three statements are true about WebLogic clusters? Clusters provide clients with transparent failover. EJB applications can be targeted to entire cluster. Allcluster members must bindto the same port number. Cluster members replicate application data by using heartbeats. Cluster members can be associated with one or more domains. Web applications require a proxy in order to be used in a cluster.
You are using WebLogic Server Diagnostic Framework (WLDF) Instrumentation in a system diagnostic module. The Dye Injection monitor is enabled. You know the diagnostic context ID of the request you are Interested in that was processed by several. You are looking through the messages in the server log file of several. Which statement is true? You need to look at the EventsData Archive. Server log files do not contain WL DF context IDs You need tolook at the Harvested Data Archive. Server log files do not contain WL DF context IDs. You need to look atthe domain log file. Only the domain log file contains WL DF context IDs. You can search the server log file for the context ID. Any messagethat was written to the log IDsduring thatrequestwill contain the contextID. You need to translate the context IDInto the corresponding transaction ID, which is the only ID in server log file entries.
You are deploying a web application called inventory, war. It has been installed and has the state of “prepared”. It is targeted to the Managed server named managed1.The web application’ context root is /inventory and the starting page is index .jap. However ,you want to test the application before allowing end users access to it. In the administration console, you select inventory. war, and then select Start and “servicing only administration request.” In you web browser, you need to enter a host and port followed by /inventory /index.jap. Which host and port would you use? managed1 host and port Administration Servehost and port managed1 host andAdministrationport Administration server host and Administration port.
You are creating and configuring a cluster by using the administration console. Which two statements are true? All servers that will be part of the cluster must be created before the cluster is created. You mustpick the cluster messaging mode. Even though you create a non dynamic cluster, you can change it to a dynamic cluster . Once the cluster is created, youcannot change its messaging mode. The administration console does not provide away to manually migrate singleton services. It must be set up to be done automatic ally or by using WLST.
One Managed Server that is part of a large domain throws java.lang.out of Memory error (OOM) occasionally. You have been monitoring this server with the jvisualVM tool but that didn’t help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later. How do you modify the Java HotSpot Startup command to enable this feature and save the dump in the directory D:\hprof-dumps\? Add –xx:+DumpHeaponoutofmemory-xx:Dumppath=D:\hprof. Add-xx:+HeapDumponoutofmemoryError-xx:Heapdumppath=D:\hprof-dumps. Add-xx:+DumpHeaponoutofmemoryError-xx:Heappath=D:\hprof-dump. Add-xx:+HeapdumponoutofMemory-xx:HeapDumppath=D:\hprof-dumps. Add-xx:+HeapDumponoutofMemoryError-xx:Dumppath=D\hprof-dumps. Add-xx:+HeapDumponoutofMemoryExecepttion-xx:HeapDumppath=D:\hprof-dumps.
You are using the Administration console to monitor a resource. Which three techniques can you use to customize the monitoring output? Store the rows by a specific column. Limit the number of rowsdisplayed. Changetheorderofthedisplayedcolumns. Views the rows from a specific time range. Combine(add) multiplecolumnstogether.
You are working for a software company that mostly dealt with creating and reusing C++ and. NET objects. There are many COM (Component Object Model) components that have been created over time that provide standardized functionalities. Recently, platform independence has become a major consideration for your organization and you have deployed WebLogic server12c.But you would like to make use of some of your prebuilt COM objects for request processing. You need an interim solution before implementing web services. Which artifact within WebLogic server helps you achieve your objective? Messaging Bridge IDL Mapper jCOM XML Registry COM2 Java.
Your server includes an application that users a generic JDBC data source to connect to a database. However, the network connection between the server and the database is not 100%reliable. Identify two data source attributes that, if set properly can help avoid situations in which the application fails due to a failed JDBC connection. Statement CacheType Pool ReserveMode TestTableName Test ConnectionMode TestConnectionson Reserve.
Which three tasks can be performed by the Node Manager? Startaserver Definea new server Host the NodeManager console. Automatically restart a failed server. Kill a failed application on a server. Kill a server process that did not shutdown property.
You created a shutdown class Myclass that you would like to execute just before server shutdown. Which statement is true regarding Myclass? My class can be specified in the Configuration Wizardas a shutdown class. My class must be available in the WebLogic server’sclasspath. My class can be targeted to only one server instance. My class must not have a main method.
Consider an existing nondynamic cluster that is currently hosting many libraries, applications, and data sources. You need to scale out this cluster to include a new server. You provision the domain on new machines. What are the two ways to create this new server in the domain configuration? Terminate HTTP sessions immediately. Terminate HTTP sessions after three minutes . Move HTTP sessions to a data base. Wait for HTTP sessions to time out. Allow new requests only through the administration port. Move in –progress requests to another server in the cluster.
You use a web browser to log in to a application that is deployed to WebLogic server. When you click a link named “publish” on the site, an Access Denied” message appears. Which two statements are true about this server’s security configuration? The application is not associated with any security roles. Asecurity realms is not configured in this domain. Your user account has expired. Your user account exists in an authentication provider. Asecurity policy is attached to the “publish” link URL.
As part of troubleshooting an application, you need to analyze the HTTP session count and the server heap size over the past six hours. You are using the Administration console. You want to view both metrics together and correlate their values. Which three steps should you take in the Administration console? Create a custom view. Start the JVM Run time view. Drage achmetric on to two charts in the same view. Access the Monitoring Dashboard. Click the application’s Monitoringtab.
An application fails. The exception Indicates that the JDEM data source cannot be found. Identify two possible steps that you can perform to verify the data source’s availability. Launch the JDBC Diagnostic sutility. Verify the Dependencies attribute of the datasource. View the target server’s JNDI tree in the console. Verify that the application and datasource have the same target.
Which three statements are true about the default behavior of WebLogic server proxy plug-ins? The proxy will pin a client to aspecific server if a session cookie is created. The proxy fails over to another server if a connection or request times out. The proxy distributes requests to clustermembersbasedon theirCPU usage. The proxy dynamically learns thelatest locations of cluster members. The proxy always uses SSL, regardless of the client’s protocol. The proxy replicates session data to its backup proxy.
Each domain has a directory called servers that contains subdirectories for each server in the domain. When will the managed1 directory be created? When the managed1 server is defined in the Configuration WIZARD When the domain is created When the Administration server comes up for the first time When the managed 1server comes up for the first time.
Which two metrics are used to monitor and trouble shoot unicast communication in a cluster? Groups Master Backup server Session Replicas Local Group Leader.
The startup of a Weblogic Server instance fails with the error message: java.net.BindExcepttion:Address already in use Which two methods help identify what is currently listening at the port and the Ip this server is configured to be bound to? The pmap command lists all processes running with the ir associated port member. TheUNIX 1sofcommandcan reportinformation on the processthatis listening at a particular IPand port. netstat, whichis availableon Windows and Linux/UNIX, can report on the process bound to this IP and port. Pstat will report detailed runtime statistics on any process currently listening at this IP and port. The Linux port watching tool port info can raise an alert anytime a process attempts. succeeds, or fails to connect to a specific IPand port. It canalso be usedto identify if a port is being used by a java process.
Consider a domain that includes a dynamic cluster of three servers. Your network administrator requires all servers to bind the specific domain name mycompany.com. Which Administration console action implements this requirement? Use a $(macro)in the server templates listen address. Assign each dynamic server a separate machine. Create multiple server templates for the cluster. Update the cluster’s listen address prefix.
You see a script called start WebLogic.sh(.cmd in Windows) in the root folder of your domain. What does this script do? Startsa machine StartsNode Manager StartsaManagedserver Callsthe startwebLogic.shscriptin the domain’sbindirectory Calls the startManagedWebLogic.sh script in the domains bin directory.
A WebLogic Server instance can have multiple network channel for it. Each channel for the server must have a unique combination of two element. Identify these two elements. Tunneling enabled Listen address Listenport Listen port Channelweight.
Identify two reasons for defining machines and assigning servers to them in WebLogic servers. A machine can be the proxy to a cluster. A machine definition is required to configured figure the Node Manager. To reference an instance ofWebLogicServer, you must know its machine and port. A machine is a required organizational unit.A domain contains machines and machines contain servers. WebLogic Server users server machine assignments to help it chooses ervers in a cluster on which to replicate session state. A 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 want to configure WebLogic server transactions to be recoverable when a nonclustered managed server crashes, even if that crash is caused by an unrecoverable hardware failure. You want to run the managed server on different hardware, and have it recover the transactions that were in-progress at the time of the crash. You also want to use the default store for transaction logs. Which statement is true? Thisscenarioisnotpossible .YoumustusetheJDBCstore to recover transactions from a crashed server. This scenario is not possible. You must use clustered managedservers to recover transactions from a crashed server. This scenario is common , and so the default configuration of the default store works. Before the crash ,you need to update the path to the default store for the managed server. The path should be to some shared storage location. After the crash,obtain a copy of the managed server’s default store from the administration server. Move it to the samerelative locationon the new hardware before starting the managed server there.
To support a growing application workload, you need to scale out an existing (nondynamic) cluster. You power up the new hardware and install WebLogic server. Which two changes are mandatory for you to make to your domain configuration? Create a new deployment plan. Create a new machine. Create a new server. Add a server to the cluster. Add a server to the machine. Add the cluster to the machine.
Select the two true statements about upgrading WebLogic server to version 12c (12.12). To use the Reconfiguration Wizard, your current WebLogic server version must be 9.0 or higher. TheDomain Upgrade Wizard is no longer available in 12.1.2. After running the wizard to update your domain ,you must reapply your start script customizations. You need to update the domain’sadministrationserver files.
A WebLogic server (WLS) domain was recently updated from WLS 10.3.6 to WLS 12.12. What is the mode of operation of the Node Manager after the update and what is needed to keep the same behavior as in WLS 10.3.6? Nothing, Node Manager runs and behaves the same on both WLS versions Node Manager runs in “per machine” mode and nothing is needed to keep the same behavior. Node managerruns in “per domain” mode and requires manual steps to return to the “per machine” mode, used in WLS10.3.6. Node Manager mode of operating and behavior can be selected in reconfiguration Wizard.
Identify two reasons for defining machines and assigning servers to them in WebLogic servers. A machine can be the proxy to a cluster. A machine definition is required to configured figure the Node Manager. To reference an instance ofWebLogicServer, you must know its machine and port. Amachineisa requiredorganizational unit.A domain contains machines and machines containservers. WebLogicServer usersserver machineassignmentsto help itchooseservers in acluster on whichto replicate session state. Amachine’s Cluster Weight attribute may be used by load balancers to helpthem determine how often to sendrequests to servers assigned to that machine.
You want to configure WebLogic server transactions to be recoverable when a nonclustered managed server crashes, even if that crash is caused by an unrecoverable hardware failure. You want to run the managed server on different hardware, and have it recover the transactions that were in-progress at the time of the crash. You also want to use the default store for transaction logs. Which statement is true? This scenario is not possible .You must use the JDBC store to recover transactions from a crashed server. This scenario is not possible. You must use clustered managedservers to recover transactions from a crashed server. This scenario is common , and so the default configuration of the default store works. Before the crash ,you need to update the path to the default store for the managed server. The path should be to some shared storage location. After the crash,obtain a copy of the managed server’s default store from the administration server. Move it to the same relative location on the new hardware before starting the managed server there.
To support a growing application workload, you need to scale out an existing (nondynamic) cluster. You power up the new hardware and install WebLogic server. Which two changes are mandatory for you to make to your domain configuration? Create a new deployment plan. Create a new machine. Create a new server. Adda server to the cluster. Add a server to the machine. Add the cluster to the machine.
Select the two true statements about upgrading WebLogic server to version 12c (12.12). To use the Reconfiguration Wizard, your current WebLogic server version must be 9.0 or higher. TheDomain Upgrade Wizard is no longer available in 12.1.2. After running the wizard to update your domain, you must reapply your start script customizations. You need to update the domain’s administration server files.
A WebLogic server (WLS) domain was recently updated from WLS 10.3.6 to WLS 12.12. What is the mode of operation of the Node Manager after the update and what is needed to keep the same behavior as in WLS 10.3.6? Nothing, Node Manager runs and behaves the same on both WLS versions. Node Manager runs in “per machine” mode and nothing is needed to keep the same behavior. Node managerruns in “per domain” mode and requires manual steps to return to the “per machine” mode, used in WLS10.3.6. Node Manager mode of operating and behavior can be selected in reconfiguration Wizard.
Which three statements about patching Web Logic server (WLS) by using Opatch are true? Eachpatchcomeswitha “read me” file containinginstallation instructions. You can use Opatch to see which patches are currently applied to WebLogic server. OpatchisaGUItoolandrequirestheoperatingsystem to have a window manager. Opatchrequires a JDK to run. After installing WLS,you down load the Opath utilityfrom Oracle support. Eachpatch ZIP file comes with the Opatch utility.
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? Create tables in the data store. Execute SQL scripts in WebLogic server’sserver /1ib directory. Populate the database tables with externalLDAPusers. Test the connectionto a back –end database. Allocate tablespacefor the data store.
GridLink data sources are designed for use with an Oracle RAC database. By using the Fast Connection Failover (FCF) pattern, GridLink data sources can quickly react when a RAC node goes down. Which two statements are true? The Oracle Notification service is used to notify the data source ofchanges to RAC nodes. The reaction is quick, because in usingFCF allnetwork timeouts are set very low. FCF is faster becauseitpollsandtestsconnection, freeing the data source from these tasks. FCF requires the use and configuration of a databaseserver in the GridLink data source. You can use anyOracleThindatabasedriver with a GridLinkdata source.
You use the administration console to start a managed server. Select the three statements that must be true. In thedomain configuration, the managed serveris assigned toa machine. The Node Manager process is running on the administration server’s machine. The Node Manager process is running on the managed server’s machine. The administration server uses one way SSL to communicate with the Node Manager. In the domain configuration, the Node Manager has been configured for the machine. You have configured theJavabased Node Manager.The administration console cannot communicatewith the script – based Node Manager.
Which two statements are true about WebLogic data sources? Data sourcesare targeted to a domain. Data sourcesare boundin the JNDI tree of a server. Datasources are based on the JMS specification. A data source containsa connection pool. A domain requires at least one data source.
A WebLogic server domain contains a dynamic cluster called “cluster1”.The cluster “cluster”1 has two dynamic managed servers “server1” and “server2”. There is a need to view the inherited attribute values for “server2”. How do you view all attributes of “server2”.including those inherited from the server template? Use WebLogic Administration console >”server” link. Use java weblogic.Deployer. You cannot, because attribute values are not inherited. Use WLST.
A web application is configured for in-memory replication and is deployed to a cluster. This cluster is distributed across two buildings on a university campus. For performance reasons, you requires that session replication occur within the building whenever possible. How do you implement this requirement? Disable the dynamic server list in the proxy plug –in. Configure the clusterto use multicast communication. Configure the application’s cookies parameters. Configure each server’s replication group.
You need to configure WebLogic Server to satisfy the needs of your new application that will update more than one data set on several databases in the same transaction. Which setting should be considered? Enable use xa Datasource interface in the transaction properties of each data source. WebLogic Server supports distributed transactions by default, so on specific settingsare required. Split the transaction into multiple local transactions. Configureyour data sources with the available XA-compliant driver for your DBMS. Enable Two-phasecommit in each data source.
You domain’s security realm has two authentication provides :1dap1 and 1dap2. Consider these requirements: • If authentication succeeds with 1dap1, then skip 1dap2. • If authentication fails with 1dap1, then authentication must succeed with 1dap2. Which control flag should you use for 1dap1? Required. Requisite. Sufficient Optional.
You are in the process of planning a deployment in which a single WebLogic cluster will host a web application. There are several options to consider. Which is not a valid decision? Proxyplug-inorhardwareload balancer Configured or dynamic cluster Replicated or persistent HTTP sessions Unicast or multicast communication Single or multiple domains.
You shut down a managed server by using the administration console. Which statement is always true? The managedserver was running on the samemachine as the administrationserver. Node Manager is configuredproperly and running on the managed server’s machine. You can choose to shut down the server rightaway or after it completes its work. The administration console calls WLST to accomplish the shutdown.
A new machine was given to your department. This machine has two WebLogic server12.1.2 installation, each with different inventories. Which command or tool do you determine the differences in products installed in each of the inventories? None, inventories are used by Oracle databases only. ORACLE_HOME/wiserver/bin/compareInventory-sh-oracle-home1 <oracle-home1 location > -oracle-home2 <oracle-home2 location>. TheOracleInventory Viewer utility ORACLE _HOME2< oracle _home2 location >.
You are creating a domain by using the configuration Wizard. In the wizard, you select to configure Node Manager. Under “Node Manager Type, you select “Manual Node Manager setup”. What does this mean? You are using the configuration Wizard toconfigureascript –based Node Manager. The configuration Wizard prompts you to change the default Node Manager configuration values. Theconfiguration Wizard bypassesallNodeManager configuration. You are using the configuration Wizard to configure a Java –based Node Manager. You must manually copy the Node Manager files generated by the configuration Wizard in to Node Manager home.
You create a new Work Manager to control how server threads are allocated to an application’s increasing requests . You want to further configure the criteria of the Work manager by using a Request class. Identify three valid Request classes that you can to a work manager. Uniform Distribution Request class Response Timerequest class Max Throughput Request class Fair share Request class Context Request class.
You want to start the managed server calledmanaged1 in “Standby” mode, to keep it as a “hot backup”. The server managed1 must be of a cluster. Your domain has an administration port. Only the admin server can start in “standby” mode. There is no such thing as “standby” mode.
You require high availability for HTTP sessions in a web application. In addition, you have the following constraints: • There is little free memory on the machines hosting the cluster. • HA must be guaranteed even when multiple machines fall simultaneously. • You are not allowed to update the production databases schema. Which is the best session persistence option? Database persistence File persistence In-memory replication Whole –server migration.
Examine the partial server log entry shown below: #### <May 19,2013 8:28:01 PM EDT > <warning> <JDBC > <host01> <managed1> <<WLS kernel >> < > < > < 1369013281005 > <BEA-001129> <Received exception while creating connection for pool -oracleDS1-> Which two statements are true? The server’sname is oracleDS1. The server’s machinename is host01. The transaction ID is 001129. The JDBC subsystem generated the message. The user’s identity is managed1. Theseverity level of the message is Critical.
You are responsible for configure a WebLogic domain to support an order processing application. This application will communicate with multiple JDBBC 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? IgnoreHeuristics Pinned to Thread One phase commit Logging connections on Resource Test connection on Reserve.
Which machines can be configured by using the configuration Wizard? machine and Windows machine administration machine and managed machine machine and UNIX machine stand –alonemachine and cluster machine RDBMS machine and LDAPmachine.
Before you view JVM performance information in the administration console, you want to request that the JVM do a garbage collection. How can you do this in the admin console? You cannot do this from the admin console. You must use WLST or aJVMcommand- line tool. In the Monitoring > Performance tab, click Dump thread Stacks. In the Monitoring > Threads tab, click Dump thread Stacks, In the Monitoring- Performance tab, click Garbage Collect. In the Monitoring>Performancetab, click GC.
In the certification matrix for your version of WebLogic Server , you find the row for your database and its version. In that row, in the “type of database use” column, it says “application data access only”. Your database cannot be used __________. By the administration server For internal data storage by WebLogic server By a multidata source In a production environment By an Enterprise JavaBean.
Which three statements are true about the administration console? The administration consolecan be disabled. The context path of the administration console may be changed. If a domain is in Development Mode the administration console no longer requires an administration –level user when logging in. If a domainisinproductionMode, access to the administrationconsole must be made through a secure port. If the domain’sAdministrationportis enabled,accesstotheadministrationconsole must be made only through that port.
You are setting up a GridLink Datasource. What function will help you to seamlessly connect to a dynamic oracle RAC installation Simple Connection Access Node Single Connection Anonymous Network Simple Client access Address Name Single Client Access name.
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 except taken? Weblogic –application.xm1 Weblogic-xm1 Session-xm1 Config-xm1 Web.xm1.
You set up two network channels for server –to-server communication. You want channel x to be used more than channel Y, so you give channel x a higher channel Weight. You want to see if indeed channel X is used more. You use the administration console and look at both channels under each one’s Monitoring tab. What scenario would best assure you that channel x has an overall higher connection rate? ChannelXBytesSent is higher. ChannelXBytesReceivedis higher. ChannelXAcceptCount is higher. ChannelXConnections is higher.
Consider a domain with an existing JDBC data source, which connects to an Oracle database. Your database administrator requests that the JDBC connections to this database now specify a different username. Which data source attribute would you modify to implement this requirement? Properties Credentials Username Login URL.
The Administration Server of a domain falls due to a hardware failure. The hardware is beyond repair. Before the failure you prepared a “backup admin server”. You go through your planned recovery process and are successful. The Administration Server is now running on different hardware. The managed servers of the domain automatically reconnect to the admin server. Select the two statements that are true. Files of deployed applications are available to the backup admin server from the same relative location as they were to the original admin server. At the time of the failure ,the backup admin server was running in “Standby” mode on differenthardware in the same network. When 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. The backup admin server isany one of the running managed servers. You select one of the managedservers, stop it, set its “administration” flag, andrestartitas the admin server of the domain. The backup admin server must be running at the same DNS name or IP address as the original.
You use the Administration console to modify the domain’s security realm. After deleting the default authentication provider, you add a single authentication provider for iplanet LDAP. You then try to reboot your servers with the weblogic user but they all fail to start due to authentication errors. Identify two possible causes. The weblogic user does not exist in iplanet. The Administrators group does not exist in iplanet. A domain must include the default authentication provider. Iplanet is not a supportedLDAP implementation. LDAPproviderscannot be includedin the default security realm.
You create a new Managed Server in your domain by using the administration console. You give it the listen address of 192.0.2.0 and the listen port of 7100.You save and activate the changes. You use the domain start script to start the new server. It fails, One of the messages in the window in which you can the script is: Server failed to bind to any unable port. You investigate and see that another process is running on 192.0.2.0 on port 7100.You also find many unused ports at that IP address. Which two statements are true? It is not aninstance of WebLogicServer from this domain running at 192.0.2.0:7100.The administration console does not allow you to create a server at the same listen address and port as one already configuration in the domain. It is an instance of WebLogic Server running at 192.0.2.0:7100. Other processes do not interfere with WebLogic Server. Changes the port number to an unusedone to resolve this issue. It cannot be the administration server running at 192.0.2.:7100, becauseadminservers run on port 7001. BecausethisManagedServerhasnever been started, it does not have a local copy of the configuration. If it did, by using Managed Server Independence, it wouldbeable to switch to an unused port of it s configured port was busy. Theportnumbercanstay7100ifthismachine has another IP address and the port is unused at that address.
Which two statements are true about multicast communication within a cluster? Multicastcan be usedforclusterheartbeatmessages. Multicastis used to replicate session state between servers. Multiple cluster can share the same multicast address and port. You may disable multicast on individual cluster members. Multicasttraffic is often limited to a single subnet.
Which three runtime metrics can you monitor or collect from WebLogic Server applications? Average execution time for a web application URL. Number or transaction rollbacks for a web server MaximumHTTPsessiontimeoutfor aweb application Number ofcurrentsessions for anEJB Numbers of faults /errors for a web service Numberof instances of an EJB.
84. You zipped up the domain’s config directory on the administration server’s machine before making some major configuration changes. You wait to activate after all the changes have been saved. After your changes are in, hinges start failing badly. You want to go back to the old configuration. What is the best course of action? Undo the changes you made manually by using the administration console or WLST. 1. Stop the administration server. 2. Replace the config directory on the administrationserver’smachine with your backup. 3. Restart the administration server. 4. Stop the managed servers on each machine. 5. Replace the configdirectory on the machine with your backup. 6. Restart the managed servers on the machine. 1. Stop the administration server. 2. Extract only the config.xm1 file from the zip file. 3. Overwrite config.xm1 on the administration server’s machine with this extracted file. 4. Restart the administration server. 1. Stop the administrationserver. 2. Replace the config directory on the administrationserver’s machine with your backup. 3. Restart the administration server.
Several applications are deployed to a managed server. You want to compare the number of completed requests for all of these applications. Launch WLST and run the viewAppRuntimes ( ) command. Access the MonitoringDashboard.Click the Administration Work Managers view for the managed server. Access the Administration Console.Click Monitoring > Work Manager tab for each application. Access the Administration Console.Click the Deployments page. Run weblogic.Deployer with the –statusparameter.
An online store web application is deployed to a WebLogic server cluster. User of the application frequently complain that the information in their shopping cart vanishes before they are able to complete an order. You use the Administration Console to monitor the web application. Which metric is the most relevant to this problem? Average execution time Session timeout Current session count High session count Cookie domain.
You are troubleshooting why transactions are not being committed. After investigation, you realize that these transactions have enough time during the first phase of the two –phase commit, but not enough time during the second phase. Therefore, rather than committing, they are timing out and are being rolled back. Which Java Transaction API (JTA) attribute needs a larger value? Timeoutseconds. Abandon Timeout seconds Before completion Iteration Limit CheckpointIntervalseconds Unregister Resource Grace period.
You are using the configuration Wizard to create a new domain that will consist of a cluster of three managed servers along with an instance of WebLogic server acting as an HTTP proxy to distribute traffic to the cluster. Which three steps should you perform with the configuration Wizard? Create one cluster . InstallOracle HTTP server. Create one coherence server. Create four managedservers. Assignthree servers to a cluster. Specify a proxy port for the administration server.
Report abuse Consent Terms of use