mainframe Online Quiz - 27
Description: mainframe Online Quiz - 27 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: mainframe |
Which SQL statement is used to extract data from a database?
After some initialization, a long running business process needs further input from the client. The process should only wait for a certain period of time. If that time has passed without further user input, default processing should start. Which BPEL construct can most effectively handle this situation?
An integration developer is currently prototyping a composite application and is not sure what type of export that will eventually be used on the model assembly. The developer wants to deploy the application for unit testing. If the module is deployed with no binding defined for the export, what will occur?
A business rule applies a graduated discount rate based on an input customer's total purchases over the past year. How should the business rule be implemented?
Why would an integration developer select the "Requires Own" option on a BPEL activity?
Why would an integration developer use Java snippets in a business process?
A developer needs to interact with third-party messaging middleware. Which binding should be used?
wo SCA modules are deployed together in the same cluster. The first SCA module provides an SCA export used by the second SCA module to call the first. Later, the SCA modules are separated and deployed in different clusters in the same cell. Which action should be taken for the second SCA module to continue to call the first SCA module?
A car insurance company considers both the number of traffic ciations and the number of accident rate quote. How should the business rule be implemented?
An interface map is being used to map two operations with incompatible input and output types. Which type of parameter transformation should be used?
An integration developer uses the default process template view in the business process choreography, the default view of process instances started by the current user, why is the process instance missing?
What does AA stand for?
How many comparisons can a single COBOL if statement make? (A single comparison would be is MYVALUE > 7, for example)
Which of the following errors are possible within a COBOL if statement?
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
If someone wanted a COBOL perform "loop" to execute once before the condition is checked, which of the following would they do?
A = 0, B = 9….. Perform until a > b Add 2 to a End-perform How many additions are performed?
If an IF statement is true, what’s the first thing it does?
Not negative means…
Which is the correct ASCII collating sequence?