WLS-ADMIN II - TEST 2
![]() |
![]() |
![]() |
Title of test:![]() WLS-ADMIN II - TEST 2 Description: 1Z0-134 |




New Comment |
---|
NO RECORDS |
You created a user and group using the WebLogic Server default authentication provider. Where are these principals stored? (Choose the best answer.). the WebLogic Server embedded database security store. the WebLogic Server OPSS jps-config.xml security store. the default jazn-data.xml file-based security store. the WebLogic Server embedded LDAP server. You are deploying an application. Which two are common processes for all three staging modes? (Choose two.). The administration server executes the unarchive process in each of the targeted servers. The administration server copies all the files to each of the targeted servers. The administration server copies all the files to the appdeploy directory for the targeted servers. The administration server executes the deployment process on all targeted servers. The target server receives the deployment command, performs its internal preparation of the deployment, and performs the actual deployment. Which two objects can be considered potential clients of a Node Manager? (Choose two.). an administration server. an HTTP server. any other Node Manager. a remote JMS client. a WLST session. the weblogic.Deployer utility. You are creating a new domain with WLST. Identify three parameters that can be customized with the setOption command. (Choose three.). the default persistent store type for the domain. the JDK that will be used to start the domain. whether or not the domain will run in production mode. the domain name. whether or not to automatically start the Node Manager. the default diagnostic profile for the domain. You are using the administration console to monitor messages in a queue. Which three tasks can be performed while doing this monitoring? (Choose three.). Alter the ordering of the messages. Delete the message from the queue. Merge two messages. Duplicate a message. Monitor the content of a message. Create a new message in the queue. You have enabled JMS Diagnostic Logging and are analyzing JMS Message delivery and acknowledgment using the generated log entries. For this purpose, you are tracking individual message IDs. What is the default format of the message ID that you would expect to see in the log? (Choose the best answer.). Doubly dot delimited (e.g., 683871.1122857923566.0). Floating Point (e.g., 10029920902.10111). Numeric (e.g., 9018199222001). Hexadecimal (e.g., 0xCAE987A401). Your development team has created a GAR deployment that enables Coherence caching for an application. The GAR file is configured to work within both storage-enabled and storage-disabled nodes. How would you package your GAR as part of the WebLogic Server deployment process for your application? (Choose the best answer.). within a WAR on storage-enabled nodes and within an EAR on storage-disabled nodes. as an EAR module on storage-disabled nodes and standalone on storage-enabled nodes. as an EAR module on storage-enabled nodes and standalone on storage-disabled nodes. within a WAR on storage-disabled nodes and within an EAR on storage-enabled nodes. Which statement is correct for JTA service migration? (Choose the best answer.). TLOG files should be stored on a remote file system accessible only to the migration source server. TLOG files should be stored on a remote file system accessible only to the migration target server. TLOG files should be stored on the local file system of the migration source server. TLOG files should be stored on a shared storage accessible from the migration source and the administration server. TLOG files should be stored on a shared storage accessible from migration source and target servers. You need to log the JMSMessageID header value for incoming messages. What is the prefix that you would see for the header values? (Choose the best answer.). MSG:. NO:. VAL:. ID:. JMS:. Review the following WLST commands. What happens when these commands are executed? (Choose the best answer.). A JMS module named mymodule is created in the domain configuration file and it is enabled on cluster1. A diagnostic module named mymodule is created in the domain configuration file and it is enabled on cluster1. A diagnostic module named mymodule is created without changing the domain configuration file and it is enabled on cluster1. A JMS module named mymodule is created without changing the domain configuration file and it is enabled on cluster1. Examine the domain diagram: Assume all servers are running and you have an online WLST session connected to the administration server. Select two code options that would set the variable x as a reference to the machine02 configuration MBean. (Choose two.). cd('/Machines/machine02') x = getRef(cmo). x = cmo.getRef('/Machines/machine02'). getRef("/Machines/machine02") x = cmo.currentObj(). x = getConfiguration('/Machines/machine02'). cd('/Machines/machine02') x = cmo. x = getMBean("/Machines/machine02"). cmo.getMBean('/Machines/machine02') x = cmo.currObj(). You have been tasked to create a Domain Template. Which four items can be included in the template? (Choose four.). embedded LDAP cached data. Unix and Windows start server scripts. config.xml and supporting configuration files. proxy plug-ins. Windows Start menu entries. server and services .lck files. log files. Java Enterprise Edition (JEE) applications and libraries. You are developing and managing distributed destination applications for which you do not need to create or designate destination members. Which configuration steps in the Administration Console will help you to create and target a Uniform Distributed Topic so that you can rely on WLS to create the necessary members on the JMS servers to which a JMS module is already targeted? (Choose the best answer.). 1. Expand Services > Messaging, select Destinations. 2. Click New, select Distributed Topic, and click Next. 3. Enter a Name, JNDI Name and set Destination Type to Uniform. 4. Click Next, and select the JMS Module assigned to this topic. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination. 2. Click New, select Distributed Topic, and click Next. 3. Enter a Name, JNDI Name and expand Advanced Options. 4. Set Destination Type to Uniform. 5. Click Next, select the targeted server, and click Finish to finalize the creation of the topic. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination. 2. Click New, select Uniform Distributed Topic, and click Next. 3. Enter a Name, JNDI Name and click Next. 4. Select the targeted server and click Finish to finalize the creation of the topic. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination. 2. Click New, select Distributed Topic, and click Next. 3. Enter a Name, JNDI Name and set Destination Type to Uniform. 4. Click Next, select the targeted server, and click Finish to finalize the creation of the topic. 1. Expand Services > Messaging, select the JMS Module in which to configure the destination. 2. Click New, select Distributed Queue, and click Next. 3. Enter a Name, JNDI Name and set Destination Type to Uniform. 4. Click Next, select the targeted server, and click Finish to finalize the creation of the queue. You are using the WebLogic Diagnostic Framework (WLDF) to monitor your domain for certain scenarios based on runtime data of your running servers. Different groups are responsible for different aspects of the application. As a result, your configuration must fulfill the following requirements: Notifications must be sent only to the correct group that is responsible for the respective part of the application. You must ensure that you can enable and disable monitoring for each level whenever it is needed. How would you configure WLDF watches and notifications to achieve this result? (Choose the best answer.). Configure a single module with a watch for each area, and use a notification filter to send an email to the correct group for each area. Configure a module for each area with a watch that uses a notification filter to send an email to the correct group for each area. Configure a single module with a watch for each area, and each watch triggers a notification email for the group responsible for that area. Configure a module for each area with a watch that triggers a notification email for the group responsible for that area. You are tasked with doing a rolling upgrade of a production domain that will minimize service interruptions. Which is a characteristic of a rolling update? (Choose the best answer.). The machine hosting the Administration Server must be upgraded first. A major upgrade, for example 11g to 12c, can be accomplished with a rolling update. An automated backup is part of the rolling update process. All the managed servers and node managers need to be shut down. Configuration changes can be made during the rolling update process. You have configured automatic service migration for your JTA service within a domain named mydomain. You find that after the automatic migration completes certain scripts execute automatically and there is a failure happening in these scripts. Where would you look for these scripts for error correction by default? (Choose the best answer.). <ORACLE_HOME>/user_projects/domains/mydomain/bin/servers/<Server-Name>. <ORACLE_HOME>/user_projects/domains/mydomain/bin/jta-scripts. <ORACLE_HOME>/user_projects/domains/mydomain/bin/. <ORACLE_HOME>/user_projects/domains/mydomain/bin/service_migration. Which statement is correct regarding JMS Template configuration? (Choose the best answer.). JMS Template configuration must include the message sort order associated with the template. Message Expiration Policy cannot be set on the template and needs to be configured for actual destinations that reference the template. Message Priority defined for the Template configuration overrides that specified by the producer. JMS Template configuration must include the quota associated with the template. What is true about an extension template? (Choose the best answer.). can be created from an existing template. can include security realm information. can include Node Manager information. can include administration server information. can include administrator username and password. As the WebLogic domain administrator, you have been asked to create a new cluster and to establish load balancing of JMS destinations across multiple servers for this cluster. Which three configuration options will ensure load balancing of distributed destinations? (Choose three.). configuring multiple JMS servers and targeting them to a WebLogic cluster. configuring multiple JMS servers and targeting them to the configured WebLogic Servers. configuring a JMS server and targeting a WebLogic cluster. configuring a JMS server and targeting it to a set of migratable targets. configuring multiple JMS servers and targeting them to a set of migratable targets. Your architecture requires that you create 100 JMS Queues with similar, though not necessarily identical, configuration settings. Which entity will help you carry out the task efficiently? (Choose the best answer.). JMS Destination Key. JMS Template. JMS Foreign Server. JMS Distributed Destination. Which two statements correctly describe the WLST nmGenBootStartupProps command? (Choose two.). The target root directory must be on the same machine on which the Administration Server is running. The name of a server must be supplied to the nmGenBootStartupProps command; otherwise, the command will fail. If you do not specify a server name using the servername argument, the argument defaults to myServer, which must match a server name in the domain or the command will fail. The nmGenBootStartupProps command generates the Node Manager properties files, boot.properties and startup.properties, for the specified server. The target root directory must be on the same machine on which Node Manager is running. You are responsible for creating scripts to use Node Manager with a WebLogic Server domain. Which four statements correctly describe the WLST command: nmEnroll? (Choose four.). WLST must be connected to an Administration Server when invoking nmEnroll. WLST must be offline when invoking nmEnroll. The nmEnroll command downloads the nm_password.properties and SerializedSystemIni.dat files. The nmEnroll command is run once per WebLogic domain per machine unless that domain shares the root directory of the Administration Server. WLST must be connected to a Node Manager when invoking nmEnroll. The nmEnroll command enables the nmConnect command to be used in a production environment. WLST must NOT be connected to a Node Manager when invoking nmEnroll. You are tasked with doing a rolling upgrade of a production domain that will minimize user interruptions. What are two characteristics of a rolling upgrade? (Choose two.). The machines can be upgraded in any order. The machine hosting the Administration Server must be upgraded first. Avoid configuration changes until all the servers in the domain have been upgraded. Configuration changes can be made during the Rolling Update process. A major upgrade, for example 11g to 12c, can be accomplished with a Rolling Update. You have a versioned application deployed in your production environment. You have been asked to troubleshoot why the most recent production redeployment appeared to allow the older version to retire too quickly. In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was: java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password Welcome1 -redeploy -name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment. Which modification should have been made to this command to ensure the older version remains active? (Choose the best answer.). java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password Welcome1 -redeploy -name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -remote. java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password Welcome1 -redeploy -name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -timeout 300. java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password Welcome1 -redeploy -name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -keepsessions. java weblogic.Deployer -adminurl http://localhost:7001 -user weblogic -password Welcome1 -redeploy -name myDeployment -source /myDeployments/myApplication/appX -retiretimeout 300 -rmigraceperiod 300. You have an application already deployed in a production environment that needs a modification to one of its tuning parameters. Currently, that tuning parameter has a default value since there was neither a deployment descriptor used nor a deployment plan included with the application deployment. You now attempt to use the Administration Console web application to make a dynamic modification to that parameter. Which statement is true? (Choose the best answer.). A new skeleton plan.xml will be generated if a plan folder is detected with the deployed application. The modification attempt will fail because there is no deployment descriptor included within the application. The modification attempt will fail because there is no existing deployment plan associated with the application. A new deployment plan will be generated and saved at the indicated location. In order to leverage replication and high availability features of your back-end database, among other benefits, you are configuring a JDBC TLOG store to persist transaction logs. Since something went wrong during the setup of the TLOG, you are reviewing the configuration considerations for TLOG. Which two guidelines are true for configuring JDBC TLOG stores? (Choose two.). JDBC TLOG stores should only be configured for RAC databases. Only globally-scoped (not application-scoped) data sources can be targeted to a JDBC TLOG store. Multiple WebLogic Servers can share the same JDBC TLOG store. Only one JDBC TLOG store can be configured per WebLogic Server. You are tasked with configuring a proxy tier for a WebLogic Server domain that has managed Coherence servers configured. What must the Coherence cache configuration file include as part of this task? (Choose the best answer.). connection properties to enable Coherence*Extend clients to connect to the cluster via TCP/IP. connection properties to enable push replication between two Coherence clusters connected over a WAN. network connection settings to enable Coherence caching on the client’s web browser. HTTP proxy server settings to enable Coherence caching on the web server tier. You are using the Domain Template Builder to create a new template using an existing domain as the source.Which two directories are included by default? (Choose two.). replication directory. bin directory. logs directory. servers directory. common directory. lib directory. What is the file extension for a domain extension template? (Choose the best answer.). .ext. .tpl. .ear. .war. .jar. .zip. You have an Oracle Fusion Middleware domain that uses an Oracle database to store application data and metadata repositories. As part of your disaster recovery configuration, you have set up a passive secondary site. You need to ensure that the data tier components of the primary and secondary sites are in sync so that you can perform a switchover to secondary in case of a disaster scenario. You check with your technical team regarding how to accomplish this requirement. Which Oracle product is the technical team most likely to recommend for achieving data tier synchronization across the two sites? (Choose the best answer.). Oracle Service Bus. Oracle Tuxedo. Oracle ExaLogic. Oracle Data Guard. You are in the process of validating the architecture of a domain that will serve applications to automate various business activities for a large retailer. The applications rely heavily on JMS and you need to pay special attention to JMS storage. You argue in favor of JDBC-based storage rather than file storage. Your management has asked you to come up with a few key points about why this persistence option would be a better option in case of failure. Which two justifications would support your choice? (Choose two.). JDBC-based stores offer better throughput than file stores. JDBC-based stores are the default choice when creating a new persistent store so it must be an Oracle-recommended choice. JDBC-based stores can be accessed by any client and usually do not reside on the machine that hosts the server. It is easier to recover data from a database rather than from a file. Under a normal startup scenario, a managed server contacts the administration server to get its configuration information. However in case the administration server is not available, which mechanism can be used by the managed server to start up successfully? (Choose the best answer.). Cluster Mode. MSI Mode. Isolated Mode. Silent Mode. You are reviewing the scheduled maintenance of your domain after adding a new cluster. Which statement is true when configuring a migratable target within a WebLogic Server cluster? (Choose the best answer.). Allow Post-Migration Script To Run On a Different Machine is selected by default. An automatically migrated service will always be hosted on the specified User Preferred Server. The default server migration policy is Auto-Migrate Exactly-once Services. The participating cluster should include at least one configured server. As part of a manual migration of JMS-related services, you just configured a custom file store and targeted it to the same migratable target as the JMS server. Which two statements pertain to the successful configuration of this JMS store and the manual migration? (Choose two.). All the candidate servers in the migratable target should have access to this custom store. The JMS server that is using the default file store should be migrated to a migratable target. The custom store should not be targeted to the same migratable target as the migratable service. The custom store could be made available to a backup server target with pre-rnigration/post-migration scripts. Your development team is considering several different types of new applications. You have been asked to advise them concerning which types can be deployed in WebLogic Server leveraging the Production Redeployment feature. Which application deployment type is NOT supported for Production Redeployment? (Choose the best answer.). enterprise applications (EAR) that contain a Coherence Grid Archive (GAR) module. web service applications that are conversational or that use reliable messaging. enterprise applications (EAR) that are accessed by inbound JMS messages. standalone Enterprise Java Bean (EJB) applications. Coherence is integrated with WebLogic Server in the form of managed Coherence servers. What two options are immediate benefits of running Coherence on WebLogic Servers versus as standalone servers that are not part of the WebLogic domain? (Choose two.). offload WebLogic Server HTTP session state to Coherence-based servers. monitor Coherence MBeans with the WebLogic Server administration console. life cycle management with the WebLogic Server administration console. automatic data partition re-balancing of all cached data on running servers. automatic failure detection and restart of Coherence-based servers. What is the first action to take during a Rolling Update? (Choose the best answer.). Remove all managed servers from any cluster and reassign them after the update. Stop all Node Managers that support the domain to be updated. Back up your applications, database schema, other application data, and domains. Do a Force Shutdown of all the servers, including the Administration Server. Change the Startup Mode to Development; Production Mode is not supported. You are monitoring a WebLogic JDBC data source and have decided to drop some connections because an earlier peak usage condition has now ended. In addition, this data source has not been enabled for automatic shrinking. What will occur once you execute the shrink() method on that JDBCDataSourceRuntimeMBean?. The number of unused connections in the pool will be reduced by half. The number of connections in the pool will be reduced to the minCapacity property setting regardless of the current number of connections in use. The number of connections in the pool will be reduced to the current number of connections in use regardless of the minCapacity property setting. The number of connections in the pool will be reduced to the greater of either the current number of connections in use or to the minCapacity property setting. Which three types of information can an Extension Template contain? (Choose three.). clusters. JMS. JDBC. sample applications. machines. administration username and password. servers. You are managing a WebLogic domain that has the default built-in diagnostic module configured for each server in the domain. You have the following requirements: You want to capture metrics that are not collected by any of the built-in diagnostic modules. You want to continue capturing the metrics that are already captured by the existing built-in module. You want your configuration to persist after the server is restarted. What are two approaches you can apply to achieve this result? (Choose two.). Remove the built-in module, create an external resource descriptor module and add built-in and new metrics to it, and activate your new module alongside the built-in module. Leave the built-in module, create a new module and add metrics to it, and activate your new module alongside the built-in module. Clone the built-in module, add now metrics to it, deactivate the existing module, and activate your new module. Leave the built-in module, create an external resource descriptor module and add metrics to it, and activate your new module alongside the built-in module. You have been asked to assist developers with executing a partial redeployment of static files within a Java EE Web Application deployed to WebLogic Server. The Web Application has already been deployed as an exploded archive directory. Which of the following represents the correct conditions for this to be successful? (Choose the best answer.). The -redeploy argument is used when executing the weblogic.Deployer command. The -distribute argument is used when executing the weblogic.Deployer command and the domain must be in development mode. The -distribute argument is used when executing the weblogic.Deployer command. The -redeploy argument is used when executing the weblogic.Deployer command and the domain must be in development mode. Your WebLogic domain consists of deployed applications heavily relying on JMS. Three machines, each hosting a managed server, are part of a cluster. In order to ensure the availability of servers and JMS service on those servers, you are considering the configuration of whole server migration rather than service migration. Which two statements are prerequisite for whole server migration but not for manual service migration? (Choose two.). Each migratable server must be assigned a floating IP address. Either a database leasing service or a consensus leasing service must be configured. A shared file system must be created. A database leasing service must be configured. A singleton service must be configured. is the Oracle home directory that you specified when installing WebLogic Server. What is the file system location and command for starting the Domain Template Builder? (Choose the best answer.). \oracle_common\bin and temp_builder.sh. \oracle_common\bin and config_builder.sh. \oracle_common\common\bin and temp_builder.sh. \oracle_common\common\bin and config_builder.sh. One server in your WebLogic domain is experiencing a problem. You want to use the WebLogic Diagnostic Framework (WLDF) to diagnose the problem. The default built-in WLDF module is currently configured on the server, but it does not capture the metrics you need. You have the following requirements: You do not want to delete the existing module. You want to minimize metric data output while troubleshooting the issue. You want to focus your analysis on only the server that is experiencing the problem. What WLDF configuration would achieve this result? (Choose the best answer.). Deactivate the existing module, create a new module and add metrics to it, set an instance parameter to the server with the problem, and then activate the new module. Deactivate the existing module, create a new module and add metrics to it, target the new module to the server with the problem, and then activate the new module. Create a new module and add metrics to it, target the new module to the server with the problem, and then activate the new module alongside the existing module. Deactivate the existing module, create a new module and add metrics to it, target the new module to the cluster with the problem, and then activate the new module. You are under Oracle Linux and you find the process ID of the WebLogic Managed Server Instance: Which two command-line options can you use to issue a thread dump to examine the server for stuck threads? (Choose two.). jstat -class 19142. jstack 19142. java weblogic.utils.ThreadDump 19142. kill -5 19142. kill -3 19142. You are required to configure SSL for an instance of WebLogic Server in a production environment. You have already created your self-signed certificate within the myKeyStore.jks keystore. You must now obtain a new digital certificate from a trusted Certificate Authority. Which command do you use to start the process? (Choose the best answer.). keytool -gencert -alias myCertName -infile myCertName.csr -outfile myCertName.der. keytool -printcertreq -alias myCertName -file myCertName.csr -keystore myKeyStore.jks. keytool -genkeypair -alias myCertName -dname "CN=MyCert" -keystore myKeyStore.jks. keytool -certreq -alias myCertName -file myCertName.csr -keystore myKeyStore.jks. Which three statements correctly describe a relationship between Node Manager and Administration Server? (Choose three.). By default, the Administration Server starts a Node Manager with the startNodeManager script in the domain's config folder. An Administration Server can be under Node Manager control: You can start it, monitor it, and restart it using Node Manager. By default, the Administration Server starts a Node Manager with the startNM script in the domain's bin folder. A Node Manager can be a client of an Administration Server ?When Node Manager needs to monitor Managed Servers, it uses the Administration Server's runtime MBeans. Node Manager requires an Administration Server to be running before it can start any Managed Servers. An Administration Server can be a Node Manager client: When you start or stop Managed Servers from the Administration Console, you are accessing Node Manager using the Administration Server. An Administration Server supports the process of starting up a Managed Server with Node Manager: When you start a Managed Server with Node Manager, the Managed Server contacts the Administration Server to obtain outstanding configuration updates. Review the image below. It depicts the architecture for the WebLogic Server auditing. Where in the architecture does WebLogic apply audit configuration parameters that determine if an audit message is logged? (Choose the best answer.). Auditor service. Authentication provider. Audit provider. Authorization provider. Your application has an auditing requirement that says that all audit events that have a severity of FAILURE must be logged and a notification must be sent to the application’s monitoring tier. The monitoring tier is implemented as a stateless session bean that provides an entry point called auditlog. The development team has provided you with the code that calls the monitoring tier. How can you meet this requirement using WebLogic Server auditing? (Choose the best answer.). Configure the default audit provider to call the custom audit provider, that calls the monitoring tier. Configure the default audit provider and configure it to use the plug-in class that calls the monitoring tier. Remove the default audit provider and configure the custom audit provider that calls the monitoring tier. Configure the default audit provider and configure the custom audit provider that calls the monitoring tier. You are tasked with creating an Extension Template for an existing domain. What are three options that are presented during the extension creation process? (Choose three.). Company Name. Revision Number. Creation Date. SQL Script Files. Use Template as a Source. Operating System requirement. Scripts and Files. Use Domain as a Source. You have an enterprise application that includes a resource adapter module. You are considering leveraging WebLogic Server’s Production Redeployment feature for this application. In preparation for deployment, you decide to create a checklist of items to discuss with the developers of the application. Which item would you omit from your checklist as it is irrelevant to production Redeployment? (Choose the best answer.). Ensure that the adapter is compliant with the JCA 1.5 specification. Ensure the developers have implemented the weblogic.connector.extensions.Suspendadle interface for the adapter. Ensure that the adapter is accessed by a web or web service module within the application. Ensure the adapter is used in an application-scoped manner, having enable-access-outside-app set to false. Examine the domain diagram: You are asked to write a WLST script that will print the current available heap size for server04. Assuming: all servers are running you have just started an offline, interactive WLST session a domain-scoped node manager is running on each machine, listening o port :5556 the username/password "weblogic/Welcome1" maps to a valid domain administrator and Node Manager client Which two code options will accomplish this task? (Choose two.). connect('weblogic','Welcome1','host02.acme.com:7201') serverRuntime() x = getMBean('/JVMRuntime/server04') print x.getHeapFreeCurrent(). connect('weblogic','Welcome1','host00.acme.com:7001') domainRuntime() x = getMBean('/ServerRuntimes/server04/JVMRuntime/server04') print x.getHeapFreeCurrent(). nmConnect('weblogic','Welcome1','host00.acme.com:5556') domainRuntime() x=getMBean('/ServerRuntimes/server04/JVMRuntime/server04') print x.getHeapFreeCurrent(). nmConnect('weblogic','Welcome1','host02.acme.com:5556') serverRuntimes() x=getMBean('/server04/JVMRuntime/server04') print x.getHeapFreeCurrent(). connect('weblogic','Welcome1','host00.acme.com:7001') serverRuntime() x = getMBean('/JVMRuntime/server04') print x.getHeapFreeCurrent(). On a WebLogic Managed Server you administer, you have the following log: <JUl 22, 2014 3:05:35 PM CEST» «Error> ‹WebLogicServer> <BEA-000337> <(STUCK) Executerhread: '17' for queue: 'weblogic. kernel. Default (self-tuning)' has been busy for "86 seconds working request "Workmanager: MyworkManager, Version: 0 scheduled=true, Started=true, Started time: 86409 ms ", which is more than configured time (StuckthreadvaxTime) of "2" seconds in "work-manager-shutdown-trigger". You investigate and find E named MyApp with the following deployment descriptor weblogic.xml: Which two are true? (Choose two.). The ExecuteThread: ‘17’ is now available because WebLogic Server automatically stops stuck threads. Access to Web Module MyApp now returns an HTTP Error: 503 Service unavailable. When the WebLogic Managed Server is restarted the Web Module will be in Admin mode. If another thread is stuck the error number will be <BEA-000338> in the WebLogic log file. The health status of the Managed Server where the application is deployed is now warning due to the subsystem pooltread. You are troubleshooting an application that uses a WebLogic server data source. You decide to execute a reset() operation on the corresponding JDBCDataSourceRuntimeMBean. Which statement is true regarding the impact on the application that is using that data source? (Choose the best answer.). A Reset is the equivalent of a Force Suspend followed by a Resume. A Reset is the equivalent of a Force Shutdown followed by a Start. A Reset is the equivalent of a Shutdown followed by a Start. A Reset is the equivalent of a Suspend followed by a Resume. Your clients are connected to distributed destinations to consume messages sent to various JMS topics. Recently, JMS connections got interrupted due to a network failure and your clients dropped their connections as well. How would you ensure seamless failover for your clients when a distributed destination fails? (Choose the best answer.). No action should be needed at the client's level if the failover is being handled properly at the cluster level. Set AutomaticClientReconnect to Enabled in the Administration Console under the destination configuration general page. Set the 1ientReconnectOptions parameter to Automatic in the Administration Console under the destination configuration general page. Implement an automatic reconnect mechanism in the client exception handler. You manage an application that uses SAML tokens from a trusted voucher to provide single sign-on for virtual clients of your WebLogic domain. Your domain uses an identity assertion provider to manage this authentication.Clients are failing to authenticate. Client return codes and server log files do not include any useful information that can he used to discern where the issue lies. What do you do to determine the problem?. Reorder the SAML identity asserter provider to determine if the problem is related to virtual users. Inspect network packets to examine token data because, for security purposes, the server does not provide detailed information. Configure the security debug log, perform a test client request, and analyze the log for errors. Configure SAML and provider debugging, perform a test client request, and analyze the server logs for errors. You need to update a database accessed by an application that uses a WebLogic server data source. It has been decided that the data source on WLS should first be shut down. You have been asked to advise as to whether they should execute a shutdown() or a forceShutdown() on the corresponding JDBCDataSourceRuntimeMBean. Which two statements are true regarding the impact on the application that is using that data source? (Choose two.). The forceShutdown() operation will allow 20 seconds for any reserved connections in use to complete prior to destroying the connection. The shutdown() operation will send an HTTP 503 status code to clients. The forceShutdown() operation will immediately cause any in-flight transaction to be rolled back. The shutdown() operation will fail if there are any reserved connections in use. The shutdown() operation will allow 20 seconds for any reserved connections in use to complete, otherwise the operation will fail. Which three considerations do you need to keep in mind while configuring a JMS file store in order to ensure the highest possible performance? (Choose three.). Set MessagesMaximum in your JMS destinations. Compress the file store when there are no more messages. Select the cache-flush synchronous write policy. Dedicate one disk for all file stores. Privilege local disks over remotely mounted disks. In order to leverage replication and high availability features of the underlying database, you have configured a JDBC TLOG to persist transaction logs in your database. However, WebLogic Server cannot successfully connect to your database at start up. Which outcome should you expect? (Choose the best answer.). The WebLogic Server instance will fail to start. The WebLogic Server instance will start without creating the data source for your store. The WebLogic Server instance will start without a service for your store. The WebLogic Server instance will start without targeting the data source for your store. |