Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

Is It Possible To Create Multiple Instances Of A Message Flow?

Answer»

Yes. We can create MULTIPLE instance of a MESSAGE flow by deploying the message flows to DIFFERENT EXECUTION group.

Yes. We can create multiple instance of a message flow by deploying the message flows to different execution group.

52.

Which Nodes In Wmb Supports Aggregation?

Answer»
  1. AggregateControl
  2. AggregateRequest
  3. AggregateReply

53.

What Does Mqsiapplybaroverride Command Do?

Answer»

The mqsiapplybaroverride COMMAND is used to replace CONFIGURABLE values in the broker archive (BAR) with NEW values that you specify in a PROPERTIES file.

The mqsiapplybaroverride command is used to replace configurable values in the broker archive (BAR) with new values that you specify in a properties file.

54.

Which Command Is Used To Create A Bar?

Answer»

mqsipackagebar COMMAND.

mqsipackagebar command.

55.

What Is A Bar?

Answer»

 BROKER Archive or BAR is a package of message flows, message sets, java UTILITY CLASSES, xslts etc. that are grouped together to be deployed on the broker.

 Broker Archive or BAR is a package of message flows, message sets, java utility classes, xslts etc. that are grouped together to be deployed on the broker.

56.

What You Do To Make Your Services Actually Run?

Answer»

 Packaging SERVICES in a BAR FILE and deploy the BAR file on the BROKER.

 Packaging services in a BAR file and deploy the BAR file on the broker.

57.

What Is A Format?

Answer»

 PHYSICAL REPRESENTATION of a MESSAGE is a FORMAT.

 Physical Representation of a message is a Format.

58.

What Is Parser?

Answer»

A Parser is a program that takes the INCOMING message, interprets its BIT stream and CREATES an INTERNAL representation of it in a tree like structure, which can be then understand by message broker assembly.

A Parser is a program that takes the incoming message, interprets its bit stream and creates an internal representation of it in a tree like structure, which can be then understand by message broker assembly.

59.

What Is The Significance Of Message Flows In Message Broker?

Answer»

A message FLOW DESCRIBES the SEQUENCE of steps followed in the broker that processes an INPUT message when an input message is RECEIVED.

A message Flow describes the sequence of steps followed in the broker that processes an input message when an input message is received.

60.

What Are The Perspectives You Have Mainly Used While Development In Message Broker?

Answer»

The perspectives MAINLY used while the development in message broker:

  1. Administration PERSPECTIVE
  2. Application Development Perspective
  3. Debugging Perspective
  4. JAVA Perspective (MB 6)

The perspectives mainly used while the development in message broker:

61.

What Is The Significance Of Schema In Message Broker?

Answer»

A BROKER schema is a symbol SPACE that defines the scope of uniqueness of the names of resources defined within it. The resources are message flows, ESQL files, and MAPPING files.

A broker schema is a symbol space that defines the scope of uniqueness of the names of resources defined within it. The resources are message flows, ESQL files, and mapping files.

62.

What Do You Mean By An Execution Group?

Answer»

An execution GROUP is a named grouping of message flows that have been assigned to a broker. The broker ENFORCES a degree of isolation between message flows in DISTINCT execution GROUPS by ensuring that they execute in separate ADDRESS spaces, or as unique processes.

An execution group is a named grouping of message flows that have been assigned to a broker. The broker enforces a degree of isolation between message flows in distinct execution groups by ensuring that they execute in separate address spaces, or as unique processes.

63.

What Do You Understand By Eai? Name Some Eai Tools?

Answer»

Enterprise Application INTEGRATION REFERS to the integration of one or more applications and processes together.

TOOLS: WBI Message Broker, TIBCO, WebMethods and IC

Enterprise Application Integration refers to the integration of one or more applications and processes together.

Tools: WBI Message Broker, Tibco, WebMethods and IC

64.

Which Perspective You Used To Deploy The Flow?

Answer»

 ADMINISTRATOR PERSPECTIVE is USED to DEPLOY the FLOW.

 Administrator perspective is used to deploy the flow.

65.

What Is The Use Of Configmanager?

Answer»

To CONNECT to the remote BROKER or LOCAL broker and to deploy the message FLOWS onto the Broker.

To Connect to the remote broker or local broker and to deploy the message flows onto the Broker.

66.

What Is The Difference Between A Root And Outputroot?

Answer»
  • ROOT is used in the DATABASE content changing and in Filter node.
  • Output Root is used in the ESQL code for a COMPUTE node that CREATES a new output message based on the INPUT message.

67.

With Which Command One Can Deploy The Bar Files?

Answer»

Using the mqsideploy COMMAND one can DEPLOY the bar FILES.

Using the mqsideploy command one can deploy the bar files.

68.

Can A Single Queue Manager Have Two Brokers?

Answer»

Not a SINGLE QUEUE MANAGER cannot have TWO BROKERS.

Not a single queue manager cannot have two brokers.

69.

What Is The Role Of Username Server?

Answer»

The User Name Server interfaces with OPERATING system FACILITIES to PROVIDE information about valid USERS and groups in a broker domain.

The User Name Server interfaces with operating system facilities to provide information about valid users and groups in a broker domain.

70.

What Is User Name Server?

Answer»

The User Name Server is an optional RUNTIME component that PROVIDES AUTHENTICATION of USERS and groups and give an ADMINISTRATIVE control over who can publish and who can subscribe operations.

The User Name Server is an optional runtime component that provides authentication of users and groups and give an administrative control over who can publish and who can subscribe operations.

71.

What Is The Command Used To Create Broker?

Answer»

 mqsicreatebroker is the COMMAND USED to CREATE BROKER.

 mqsicreatebroker is the command used to create broker.

72.

How Can We Create Broker?

Answer»

 TWO ways to create BROKER:

  1. By using WEBSPHERE Message Broker Explorer.
  2. By using COMMAND PROMPT.

 Two ways to create broker:

73.

If Configuration Manager Is Down, What Are The Effects On The Running Brokers?

Answer»

The RUNNING BROKER will ALSO be down at the moment when configuration manager is down.

The running broker will also be down at the moment when configuration manager is down.

74.

What Is The Significance Of Nodes In Message Flows?

Answer»

 A MESSAGE FLOW NODE receives a message, performs a set of actions against the message, passes the ORIGINAL message or the changed message, to the NEXT node in the message flow.

 A message flow node receives a message, performs a set of actions against the message, passes the original message or the changed message, to the next node in the message flow.

75.

What Do You Understand By Broker Domain?

Answer»

GROUP of brokers under a single configuration manager constitute a BROKER DOMAIN.

Group of brokers under a single configuration manager constitute a Broker Domain.

76.

What All Are The Main Components Used In Message Broker?

Answer»

The main COMPONENTS used in MESSAGE Broker NAME Server are

  1. USER Name Server
  2. Configuration Manager
  3. Broker

The main components used in Message Broker Name Server are

77.

What Are The Advantages Of Using Websphere Message Broker?

Answer»

Websphere message broker provides services, based on message brokers to allow you to:

  1. Route a message to SEVERAL DESTINATIONS, using rules that act on the contents of one or more of the fields in the message or message header.
  2. Transform a message, so that applications using different formats can EXCHANGE messages in their own formats.
  3. Store a message, or part of a message, in a database.
  4. Retrieve a message, or part of a message, from a database.
  5. Modify the contents of a message; for example, by adding data EXTRACTED from a database.

Websphere message broker provides services, based on message brokers to allow you to:

78.

What Is The Difference Between Message Broker And Mq?

Answer»

WebSphere MQ facilitates communication between applications by sending and receiving message data via messaging queues. WebSphere MQ provides a secure and reliable layer of transport for MOVING data unchanged in the form of messages between applications but it is not aware of the content of the messages.

WebSphere Message Broker is built to extend WebSphere MQ, and it is capable of understanding the content of each message that it moves through the Broker.

Message Broker can do the following:

  •  Matches and ROUTES communications between services
  • Converts between different transport PROTOCOLS
  • Transforms message formats between requestor and service
  • Identifies and distributes business events from DISPARATE SOURCES.

WebSphere MQ facilitates communication between applications by sending and receiving message data via messaging queues. WebSphere MQ provides a secure and reliable layer of transport for moving data unchanged in the form of messages between applications but it is not aware of the content of the messages.

WebSphere Message Broker is built to extend WebSphere MQ, and it is capable of understanding the content of each message that it moves through the Broker.

Message Broker can do the following:

79.

Why Do We Require Message Broker When We Have Mq?

Answer»

 Both MESSAGE broker and mq works as MIDDLEWARE programs, that is to help communicating DIFFERENT SYSTEMS, but mq has a slight DRAWBACK that it cannot transform the messages. It can just send the message to other system.

 Both message broker and mq works as middleware programs, that is to help communicating different systems, but mq has a slight drawback that it cannot transform the messages. It can just send the message to other system.

80.

What Exactly Do You Understand By Message Broker??

Answer»

 A MESSAGE Broker is an INTERMEDIARY program that HELPS communicating MULTIPLE system to each other by transforming, routing the MESSAGES in the way they need.

 A Message Broker is an intermediary program that helps communicating multiple system to each other by transforming, routing the messages in the way they need.

81.

What Is Parser? Difference Between Parser And Format?

Answer»

A PARSER is defined as a program that INTERPRETS the bit stream of an incoming message and creates an INTERNAL representation of it in a TREE structure.

Ex: MRM parser

A Format is a physical representation of a message.

Ex: XML wire format

A Parser is defined as a program that interprets the bit stream of an incoming message and creates an internal representation of it in a tree structure.

Ex: MRM parser

A Format is a physical representation of a message.

Ex: XML wire format

82.

What Are The Different Ways To Give Input Without Using Mqinput Node?

Answer»

SCADAInput, HTTPInput, FileInput, Real-timeInput, JMSInput, CUSTOM INPUT NODES.

SCADAInput, HTTPInput, FileInput, Real-timeInput, JMSInput, Custom Input nodes.

83.

What Are The Perspectives There In Mb Toolkit? In Which Perspective We Deploy The Flow?

Answer»
  1. ADMINISTRATION PERSPECTIVE
  2. Application DEVELOPMENT Perspective
  3. Debugging Perspective
  4.  Java Perspective .

We DEPLOY flows in Administration Perspective .

We deploy flows in Administration Perspective .

84.

Difference Between Root And Outputroot?

Answer»

Root is used in the Database content changing and in Filter node. OutputRoot is used in the ESQL CODE for a Compute node that creates a NEW OUTPUT MESSAGE based on the input message.

Root is used in the Database content changing and in Filter node. OutputRoot is used in the ESQL code for a Compute node that creates a new output message based on the input message.

85.

Name The Message Formats Which Mb Support?

Answer»

XML, TDS, CWF, EDI, SWIFT.

XML, TDS, CWF, EDI, SWIFT.

86.

How To Call The Method Or Function In The Esql Coding?

Answer»

USING the “CALLKEYWORD.

Using the “CALL” keyword.

87.

Name 6 Built-in Nodes In Mb Toolkit?

Answer»
  1. MQInput NODE
  2.  MQOUTPUT node
  3. COMPUTE node
  4. DATABASE node
  5. AggregateControl node
  6. FILTER node.

88.

Which Nodes Are Used To Change The Message In The Flow?

Answer»

COMPUTE NODE, FILTER Node an ResetContentDescriptor node.

Compute Node, Filter Node an ResetContentDescriptor node.

89.

What Are The Default Properties Of Mq Input Node?

Answer»

MESSAGE Domain, Message SET, Message Type, Message FORMAT, Topic.

Message Domain, Message Set, Message Type, Message Format, Topic.

90.

What Are The Features Of Message Broker?

Answer»

ROUTING, TRANSFORMATION and INTEGRATION.

Routing, Transformation and Integration.