niusouti.com

多选题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.


相似考题
参考答案和解析
正确答案: E,A
解析: 暂无解析
更多“多选题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”相关问题
  • 第1题:

    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

  • 第2题:

    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

  • 第3题:

    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

  • 第4题:

    How can you modify the application to return more meaningful error messages to the user?()

    • A、Create a custom messages table. Include the necessary error handling code in the form modules to display the meaningful custom message instead of the ORA- error message. 
    • B、Provide users with a form in the application to query the ORA- error, that will return a custom message to replace the ORA- message. 
    • C、Eliminate constraints where possible, thereby limiting the number of error messages returned. 
    • D、Create a procedure to include the RETRIEVE_MESSAGE built-in that automatically translates common server errors into meaningful messages for use in Forms.

    正确答案:A

  • 第5题:

    Your network contains a Windows Server 2008 server that has the Web Server (IIS) server role installed.  You have a Web application that uses a custom application pool. The application pool is set to recycle every 1,440 minutes. The Web application does not support multiple worker processes.  You need to configure the application pool to ensure that users can access the Web application after the application pool is recycled. What should you do?()

    • A、Set the Shutdown Executable option to True.
    • B、Set the Process Orphaning Enabled option to True.
    • C、Set the Disable Overlapped Recycling option to True.
    • D、Set the Disable Recycling for Configuration Changes option to True.

    正确答案:C

  • 第6题:

    You have a DNS zone that is stored in a custom application directory partition.  You install a new domain controller.   You need to ensure that the custom application directory partition replicates to the new domain controller.   What should you use()

    • A、the Active Directory Administrative Center console
    • B、the Active Directory Sites and Services console
    • C、the DNS Manager console
    • D、the Dnscmd tool

    正确答案:D

  • 第7题:

    You are implementing an ASP.NET Web application. Users will authenticate to the application with an ID. The application will allow new users to register for an account. The application will generate an ID for the user based on the users full name. You need to implement this registration functionality. Which two actions should you perform?()

    • A、Configure the SqlMembershipProvider in the web.config file.
    • B、Configure the SqlProfileProvider in the web.config file.
    • C、Create an ASP.NET page that contains a default CreateUserWizard control to create a new user account.
    • D、Create an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.

    正确答案:A,D

  • 第8题:

    多选题
    You are implementing an ASP.NET Web application. Users will authenticate to the application with an ID. The application will allow new users to register for an account. The application will generate an ID for the user based on the users full name. You need to implement this registration functionality. Which two actions should you perform?()
    A

    Configure the SqlMembershipProvider in the web.config file.

    B

    Configure the SqlProfileProvider in the web.config file.

    C

    Create an ASP.NET page that contains a default CreateUserWizard control to create a new user account.

    D

    Create an ASP.NET page that contains a custom form that collects the user information and then uses the Membership.CreateUser method to create a new user account.


    正确答案: B,D
    解析: 暂无解析

  • 第9题:

    单选题
    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


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    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


    正确答案: E
    解析: 暂无解析

  • 第11题:

    单选题
    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.


    正确答案: C
    解析: 暂无解析

  • 第12题:

    多选题
    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:          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,C
    解析: 暂无解析

  • 第13题:

    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

  • 第14题:

    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

  • 第15题:

    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

  • 第16题:

    You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?()

    • A、nothing, there may be a network connection issue
    • B、a Foreign JMS Connection Factory
    • C、a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination
    • D、a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed
    • E、Oracle AQ Java EE Shared Libraries not deployed and referenced by your application

    正确答案:C,E

  • 第17题:

    You work as an application developer at Cer-Tech.com.You are in the process of creating an application for Cert-Tech.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: 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 confguration file
    • E、 Create a custom section handler class that implements the IApplicationSettingsProvider interface
    • F、 Add a section element to the configSections element of the application configuration file

    正确答案:A,F

  • 第18题:

    Which of the following is NOT one of the three details you need to fill in on the New Custom Control dialog?()

    • A、Name of the custom control
    • B、Comments to describe the custom control
    • C、List of the controls that will make up this custom control
    • D、Application that will contain the custom control

    正确答案:C

  • 第19题:

    多选题
    Identify the two options that can be used to patch WebLogic Server without Incurring application downtime.()
    A

    automated process using the Admin Server

    B

    automated using JDeveloper

    C

    manual process with or without Smart Update

    D

    scripted with WLST

    E

    automated process using Enterprise Manager 12c


    正确答案: C,A
    解析: 暂无解析

  • 第20题:

    多选题
    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


    正确答案: B,D
    解析: 暂无解析

  • 第21题:

    单选题
    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.


    正确答案: A
    解析: 暂无解析

  • 第22题:

    多选题
    You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?()
    A

    nothing, there may be a network connection issue

    B

    a Foreign JMS Connection Factory

    C

    a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination

    D

    a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed

    E

    Oracle AQ Java EE Shared Libraries not deployed and referenced by your application


    正确答案: C,E
    解析: 暂无解析

  • 第23题:

    多选题
    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.


    正确答案: A,C
    解析: 暂无解析

  • 第24题:

    多选题
    You work as an application developer at Cer-Tech.com.You are in the process of creating an application for Cert-Tech.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: 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 confguration file

    E

    Create a custom section handler class that implements the IApplicationSettingsProvider interface

    F

    Add a section element to the configSections element of the application configuration file


    正确答案: A,B
    解析: 暂无解析