Tag: web technology

Questions Related to web technology

Within MQ environment which of the following are allowed

  1. Setting priority to messages

  2. Grouping of messages

  3. Splitting a message in multiple parts

  4. Transforming a message.


Correct Option: A,B,C

Which of the following are the functions of the Queue Manager?

  1. It manages queues of messages for application programs

  2. It coordinates updates to databases and queues using a two-phase commit

  3. It segments messages (if necessary) and assembles them.

  4. It provides an application programming interface, the Message Queue Interface (MQI).


Correct Option: A

Queue Manager should be installed on MQ Clients machines.

  1. True

  2. False


Correct Option: B

All the Queue Managers part of a cluster should maintain full repository of the cluster members.

  1. True

  2. False


Correct Option: B

We can have multiple instances of a queue (with same name) on different queue managers for workload distribution

  1. That’s possible only in a clustered environment.

  2. That’s possible in any case.

  3. Not possible.

  4. We need to configure some additional object like separate transmission queues for this purpose


Correct Option: A

MQI channels are bidirectional channels used to connect to separate queue managers

  1. True

  2. False


Correct Option: B

Which of the following is not a real queue?

  1. Local Queue

  2. Initiation Queue

  3. Remote Queue

  4. Dead Letter Queue


Correct Option: C

Which of these are true about the remote queues?

  1. Remote Queues are associated with transmission queues

  2. A program can read messages from a remote queue

  3. Remote Queue definitions must be defined for the cluster queues.

  4. An application programmer can use the name of the remote queue like a local queue.


Correct Option: A

Transmission Channel is bidirectional - user can send and receive messages

  1. True

  2. False


Correct Option: B