多选题A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic t

题目
多选题
A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.    Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()
A

Update the client application that is creating the JMS messages to use Unit of Work.

B

Configure a WebLogic Cluster for Distributed JMS.

C

Update the client application that is creating the JMS messages to use Unit of Order.

D

Enable XA Transactions on the JMS Connection Factory used by the client application.

E

Enable Load Balancing on the JMS connection factory used by the client application.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A cluster administrator decides ti implement application monitoring in order to monitor both a web application and its supporting database. The plan is to use a single resource group prod_rg and to configure one monitor method for the web app and one monitor method for the database.  Which of the following statements best describes the need for custom resource monitor?()  

  • A、 Multiple application servers must be in a single resource group.
  • B、 Multiple application servers per resource group may be monitored.
  • C、 Multiple resource groups must each contain a single application server.
  • D、 Multiple application servers in a cluster cannot use process monitoring.

正确答案:B

第2题:

An application is using WebLogic JMS Store and Forward to forward messages from a local JMS queue a remote WebLogic JMS destination. You need to determine if the messages are being  sent from the local Weblogic Server. Where do you find information and metrics about Store and Forward components in the WebLogic Admin Console?()

  • A、JMS Persistent Store
  • B、JMS Server  
  • C、JMS Distributed Destination
  • D、JMS Store and Forward  
  • E、Automatic Service Migration

正确答案:A

第3题:

You are the network administrator for Ezonexam.

You are planning to upgrade Windows NT Server 4.0 computers to Windows 2000 Server. You want to perform. the upgrades by means of a distribution folder. You need to install a custom application as part of the upgrade.

You need to include the commands necessary so that the custom application is installed as part of the upgrade process.

What should you do? (Each correct answer presents part of the solution. Choose two)

A.Create a command file named Unattend.txt to install the application.

B.Create a command file named Cmdlines.txt to install the application.

C.Copy the command file to the \$OEM\$C\ subfolder under the i386 folder.

D.Copy the command file to the subfolder named \$OEM$ under the i386 folder.

E.Copy the command file to the subfolder named \$OEM$\textmode under the i386 folder.


正确答案:BD
解析:Explanation:Thisexampleassumesthatyouarepre-installingthedriversbyusingadistributionfolderandthatthedistributionfolderhasalreadybeencreated.1.Ifitdoesnotalreadyexist,createa$OEM$directoryunderyourdistributionfolder.Forexample:X:\i386\$OEM$2.CreateadirectorynamedTEXTMODEunderthe$OEM$directory.Forexample:X:\i386\$OEM$\TEXTMODE3.Copythedriverfilesfromthethirdpartyintothisdirectory.ThisconsistsofaTxtsetup.oemfileandatleastonedriverfile(the.sysfile),althoughtheremaybemore.CopyallofthefilesintotheTEXTMODEdirectory.4.EdittheX:\i386\$OEM$\Textmode\Txtsetup.oemfilebyusinganystandardtexteditorsuchasNotepadorEDIT.5.Etc.

第4题:

A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.    Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()

  • A、Update the client application that is creating the JMS messages to use Unit of Work.
  • B、Configure a WebLogic Cluster for Distributed JMS.
  • C、Update the client application that is creating the JMS messages to use Unit of Order.
  • D、Enable XA Transactions on the JMS Connection Factory used by the client application.
  • E、Enable Load Balancing on the JMS connection factory used by the client application. 

正确答案:B,C

第5题:

Which of the following is TRUE for the DB2 isolation level Cursor Stability (CS)?()

  • A、An application process acquires at least a share lock on the current row of every cursor.
  • B、Any row that is read during a unit of work cannot be changed by other application processes until the unit of work is complete.
  • C、Any row changed by another application process can be read, even if the change has not been committed by that application process.
  • D、An application process that issues the same query more than once in a unit of work will not see additional rows caused by other application processes appending new information to the database.

正确答案:A

第6题:

A customer wants to send JMS messages to a remote WebLogic server from a Java SE application over an unreliable network connection. Which feature of WebLogic JMS will enable the customer to send messages from a Java SE client to a JMS destination that is not always easily reached?()

  • A、SAF Target
  • B、SAF Imported Destination
  • C、SAF Client
  • D、SAF Server
  • E、Distributed SAF JMS

正确答案:C

第7题:

You work as an application developer at Certkiller .com. You are in the process of creating an application for Certkiller .com’s Human Resources department that tracks employee benefits. You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: <?xml version="1.0" encoding="utf-8" ?>   You want to use the .NET 2.0 Configuration API to access the custom section. You need to ensure that programmatic access of the EmployeeSection element is enabled. What should you do?()

  • A、 Create a custom section handler class that inherits the ConfigurationSection interface.
  • B、 Add a section element to the EmployeeSection element of the application configuration file.
  • C、 Create a custom section handler class that implements the IConfigurationSectionHandler interface.
  • D、 Add an EmployeeSection element to the configSections element of the application configuration file.
  • E、 Create a custom section handler class that implements the IApplicatioSettingsProvider interface.
  • F、 Add a section element to the configSections element of the application configuration file.

正确答案:A,F

第8题:

You are the network administrator for Ezonexam. You are planning to upgrade Windows NT Server 4.0 computers to Windows 2000 Server. You want to perform. the upgrades by means of a distribution folder. You want to install a custom application as part of the upgrade.

You need to include the necessary commands so that the custom application is automatically installed as part of the upgrade process.

What should you do?

A.Create a command file named Cmdlines.txt to install the application. Copy the Cmdlines.txt file to the subfolder named $OEM$ under the i386 folder.

B.Create a command file named Unattend.txt to install the application. Copy the Unattend.txt file to the subfolder $OEM$\textmode under the i386 folder.

C.Create a subfolder named $OEM$\$C\Applications under the i386 folder. Copy the application files to that subfolder.

D.Create a second network shared folder named $OEM$. Copy the application to that share point.


正确答案:C
解析:Explanation:Inthe[Unattended]sectionthereisanoriginalequipmentmanufacturer(OEM)PreinstallentrythattellsSetupwhethertocopythe$OEM$subfoldersfromthedistributionfolderstothetargetcomputer.Youneedtocopytheapplicationfilestothesubfolderthathasbeencreatedunderthei386foldersoastoincludethenecessarycommandsforthecustomapplicationtobeinstalledautomaticallywhenupgrading.

第9题:

Company.com has crated a process application monitor for an application that is initiated by a "c"  Shell script. The application monitor is not functioning as designed.  What could be the issue with eh application monitor?()  

  • A、 A process monitor cannot monitor an application started by a shell.
  • B、 For process monitors to function correctly, they must use the "korn" shell.
  • C、 A custom monitor cannot de3termine the status of applications started by shell scripts.
  • D、 The process monitor script is not existing with a zero return code after checking the status of the application.

正确答案:A

第10题:

When you use WebLogic Management Pack EE, which three operations are enabled compared to managing WebLogic Server only through web console?()

  • A、management of many WebLogic Server Domains from a single web console
  • B、tracking changes in the configuration of WebLogic Domain
  • C、automation of provisioning process in the new environment
  • D、checking compliance with the licenses that a customer has
  • E、visual creation of JDBC DataSource object to Oracle RAC

正确答案:A,B,E

更多相关问题