0

platforms and products Online Quiz - 81

Description: platforms and products Online Quiz - 81
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

A company is in the process of migrating a cluster from WebSphere Process Server V6.0.2 to V6.1. Before all of the V6.0.2 cluster members have been migrated, an administrator attempts to deploy a BPEL application to this mixed cluster, but the deployment fails. What is causing the failure and which action should the administrator take?

  1. Some of the WebSphere Process Server cluster members were not started. Ensure all cluster members are started.

  2. The Business Process Container on all cluster members was not started. Start all Business Process Containers first.

  3. BPEL applications cannot be deployed to a mixed version WebSphere Process Server cluster. Migrate the V6.0.2 cluster members first.

  4. The administrator did not authenticate as a user with the necessary authority. Log in as a user in the Administrator role and re-install the application.


Correct Option: C

Which application checks that a WebSphere Process Server installation has completed successfully?

  1. First Steps Console

  2. Profile Management Tool

  3. IBM Installation Manager

  4. Installation Verification Tool


Correct Option: D

A company has an existing WebSphere Interchange Server V4.2.2 system. They are considering using WebSphere Process Server V6.1 to replace WebSphere Interchange Server. Which statement describes the migration path from WebSphere Interchange Server to WebSphere Process Server?

  1. WebSphere Interchange Server V4.2.2 applications cannot be migrated to WebSphere Process Server V6.1.

  2. The WebSphere Process Server installation wizard will detect WebSphere Interchange Server and give the option to upgrade.

  3. The WebSphere Interchange Server artifacts are run through wizards to convert them to WebSphere Process Server artifacts.

  4. Use the WebSphere Interchange Server provided tooling to export the application as EAR files that can run on WebSphere Process Server.


Correct Option: C

A manager interacts with an expense application via a human task. What action is appropriate to take it an obscure exception occurs when the manager enters a response and completes the task?

  1. Edit the business data from Failed Event Manager and re-submit the tailed event.

  2. Resubmit the tailed event with trace using Failed Event Manager for further troubleshooting.

  3. Delete the tailed event from Failed Event Manager, then stop and re-start the TaskContainer.

  4. Query the tailed event using Failed Event Manager, then send the information to the developer.


Correct Option: B

The SystemOut.log indicates that the installation of an enterprise application failed. If the application contains WebSphere Adapter artifacts, what must be done before attempting to reinstall?

  1. Remove any SIBus destinations or JCA activation specifications created prior to the failure.

  2. Remove the Event Archive table created prior to the failure.

  3. Create new Endpoint Listener to replace the one existed prior to the failure.

  4. Create necessary SIBus destinations and JCA activation specifications manually.


Correct Option: A

An event failure occurred due to wrong date format which was sent from component A to component B. What will the Failed Event Manager allow an administrator to do?

  1. Edit the date value and resubmit

  2. Create a human task to notify the event originator

  3. Bypass component B

  4. Re-route the message


Correct Option: A

Which of the following will work with substitue command ?

  1. :%s/old/new/g

  2. :$s/old/new

  3. :&s/old/new

  4. :.+10s/old/new


Correct Option: A,B,D

:set showmatch will show the matching sets of parentheses in the file.

  1. True

  2. False


Correct Option: A

The positioning commands operate only while vi is in

  1. Execute mode

  2. Insert mode

  3. Command mode

  4. Search mode


Correct Option: C

Choose the output of the command "A9dd.

  1. Delete 9 lines to buffer a

  2. Put 9lines from buffer a after cursor

  3. Delete 9 lines and append to buffer a

  4. Yank 9 lines to buffer a


Correct Option: C

What command is used to Reposition window in vi ?

  1. w

  2. z

  3. W

  4. Z


Correct Option: B

In vi, Named registers may be specified before any deletion,change, yank, or put command.

  1. True

  2. False


Correct Option: A

Choose the command to repeat last text-changed.

  1. /

  2. .

  3. c

  4. ~


Correct Option: B

:g/pattern/ command will display only the lines matching the given pattern.

  1. True

  2. False


Correct Option: A

Choose the flags used in substitue command.

  1. f

  2. g

  3. c

  4. m


Correct Option: B,C

?string command will search the file in both direction.

  1. True

  2. False


Correct Option: B

What is the output of the LTRIM(‘SCARES’,’S’)

  1. CARES

  2. SCARES

  3. CARE

  4. SCARE


Correct Option: A

How many minimum no of joiner transformations are needed to join 4 different heterogenous sources?

  1. 1

  2. 2

  3. 3

  4. 4


Correct Option: C

In an Aggregator you cannot use sorted input if

  1. The aggregate expression contains nested aggregate functions

  2. The session uses incremental aggregation

  3. Source data is data-driven

  4. All of the above


Correct Option: D
- Hide questions