Weblogic Multiple Choice Questions and Answers

Weblogic Multiple Choice Questions and Answers

 



Weblogic Solved MCQ contain set of 10 Weblogic Multiple Choice Questions and Answers which will help you to clear beginner level quiz.



1. Requirement demands that an incoming request from a portfolio manager has to have a higher priority compared to other users of the application. As an administrator, which one of the following approaches would you adopt?
A. Use Work Manager with the execute thread model to set up rules to associate a priority to the user.
B. Use Work Manager fair-share-request-class to associate a priority to the user.
C. Use Work Manager response-time-request-class to associate a priority to the user.
D. Use Work Manager context-request-class to associate a priority to the user.
Answer: D
 
2. What are the supported installation modes for WebLogic Server?
A. Graphical mode, console mode and secure mode
B. Graphical mode, console mode and silent mode
C. Script mode, console mode and silent mode
D. Script mode, console mode and secure mode
E. Script mode, network mode and silent mode
Answer: B
 
3. Scenario : While you are setting up a WebLogic Server domain for a fulfillment service application you have the following requirements: The Fulfillment application should be scalable and highly available; different users will use the application using a different DNS name. This application is also exposed to some business partners using other protocols in addition to HTTP and this site also needs to be configured for transport level security. Different certificates should be installed in the server for different clients (using different DNS names). Even the site should withstand hardware NIC failures too. To avoid large buffer attacks from different HTTP clients accessing the various Fulfillment web applications:
A. Change the “Stop Buffer Attack” attribute in weblogic.xml to true.
B. Configure “Max Post Size” to limit the maximum post size the server can accept.
C. Configure virtual hosts to route the large buffer attacks to a dead request channel.
D. Enable the “Tunneling” attribute for the server.
Answer: B
 
4.  Scenario : A multi-cluster architecture, with two geographically separated clusters (WAN-1 and WAN-2), is being created. It will provide cross-cluster WAN HTTP session failover. The WAN-1 cluster is located in London and the WAN-2 cluster is located in New York and is connected via a slow interconnect. The client request passes through a Global load balancer which load balances the request to local load balancers which eventually pass the load to WebLogic Server instances in the cluster. Four WebLogic Server instances will be running on each cluster distributed on two physical machines, two WebLogic instances per physical machine. A database is configured on each cluster for HTTP Session state failover between the clusters. What happens if all the servers hosted in the London cluster crashes in the middle of an http session update?
A. The session will be regenerated on the New York cluster without any session data loss, and a new primary server will be created using the secondary session data.
B. The session will be regenerated on the New York cluster but there could be a loss of session data; a new primary server will be created using the last known secondary session data.
C. The session will not be regenerated on any cluster; the user will be redirected to the New York cluster to create a new session.
D. The session will be regenerated if the primary server on the London cluster is restarted.
E. Both b and d
Answer: B
 
 
5. What is used to control the number of requests that are processed by the monitors in a diagnostic module?
A. Queuing
B. Throttling
C. Dyes
D. Instrumentation
Answer: B
 
6. A single application needs to be deployed to multiple differing WebLogic server environments without modifying the existing deployment descriptors. Which one of the following would help in reconfiguring the application to be suitable for multiple environments?
A. Multiple J2EE deployment descriptors
B. Multiple WebLogic-specific deployment descriptors
C. Multiple deployment plans
D. Administration console
Answer: C
 
7. A domain configuration has been transferred from an old development server to a new machine. It had been hoped that the domain files could just be transferred from one machine to another, but it is now understood that certain parameters are dependent on the local configuration. The Listen Address for the admin server is not valid for the new machine and needs to be changed before the admin server can be started. You start WLST in off-line mode to rectify the problem. Which WLST command will give you access to the current configuration, so that you can make the change?
A. connect
B. loadDomain
C. readDomain
D. loadProperties
Answer: C
 
8. Scenario : While you are setting up a WebLogic Server domain for a fulfillment service application you have the following requirements: The Fulfillment application should be scalable and highly available; different users will use the application using a different DNS name. This application is also exposed to some business partners using other protocols in addition to HTTP and this site also needs to be configured for transport level security. Different certificates should be installed in the server for different clients (using different DNS names). Even the site should withstand hardware NIC failures too. When retailers access their website (using DNS name), automaticallythey should be taken to the Stock Control Management web application within the Fulfillment Service. This can be achieved by:
A. Specifying the Name of the Application to be empty when deploying Stock Control Management web application
B. Specifying a lower number as the deployment order while deploying Stock Control Management web application
C. Setting the staging mode for Stock Control Management web application as “Staged”
D. Configuring the Stock Management Web Application as the default application for the respective virtual host
Answer: D
 
9. Scenario : The Stock Control Application you are going to deploy to a cluster of WebLogic Managed Servers requires a JMS destination to asynchronously deliver the messages to the back-end Warehousing Application. To distribute the messages across the cluster, you decided to configure the distributed destination. Also the Warehousing Application is a legacy application written to implement a proprietary MQ API connecting an MQ-Series server. The Stock Control Application is implemented as a web application on a WebLogic cluster delivering the message to the distributed destination. The cluster has three Managed Servers hosted on two high powered machines and one low range/powered machine. To deliver the messages from the Stock Control Application to the Warehousing Application without directly connecting to MQ-Series, configure:
A. Store-and-forward agent to MQ-Series
B. Messaging Bridge to MQ-Series
C. Path service to MQ-Series
D. WebLogic persistent stores and configuring MQ-Series to read from WebLogic persistent stores
Answer: B
 
10. The WebLogic Diagnostic Framework (WLDF) provides a mechanism for adding diagnostic code to Oracle WebLogic Server instances and the applications running on them. What are the three key diagnostic features provided by WLDF instrumentations?
A. Monitors, actions, context
B. Actions, instrumentation, configuration
C. Joinpoint, pointcut, configuration
D. Monitors, pointcuts, locations
Answer: A
 
11. In order to configure the Instrumentation, Harvester, and Watch and Notification components at the server level for the WebLogic Diagnostic Framework, what must you first create?
A. Application module
B. Diagnostic system module
C. Subsystem diagnostic module
D. WebLogic Diagnostic Framework Mbean
Answer: B