0

platforms and products Online Quiz - 78

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

What Is a connect id ?

  1. It’s a common user id used during signin

  2. It’s a DB user with DBA access

  3. It’s a Super user with permission to application server administration

  4. Not Related to Peopletools


Correct Option: A
  1. It’s a Super user with permission to application server administration

  2. A PSFT access id is the Database user id used to connect to the DB

  3. It’s a DB user with DBA access

  4. User with permission to start DB


Correct Option: B
  1. public DNAList init(DNA dnaIn) throws BMException;

  2. public DNAList execute(DNAList dnaIn) throws BMException;

  3. public DNA execute(DNA dnaIn) throws BMException;

  4. public DNA start(DNAList dnaIn) throws BMException;


Correct Option: B

Which of these is not true about Queue Manager?

  1. Manages Queue Manager Objects

  2. Stores Message

  3. Transfers message over the network

  4. Provides Application Programming Interface


Correct Option: B

Which of this is not a type of MQ Queue?

  1. Local Queue

  2. Remote Queue

  3. Alias Queue

  4. Global Queue


Correct Option: D

Which of these is not an MQ API(Application Programming Interface)?

  1. MQSET

  2. MQCMIT

  3. MQGET1

  4. MQBACK


Correct Option: C

MQOPEN call is mandatory before an MQPUT1 call.

  1. True

  2. False


Correct Option: B

Which calls are not mandatory to be executed before an MQPUT call has to be executed?

  1. MQOPEN

  2. MQCLOSE

  3. MQCONN

  4. MQPUT1


Correct Option: B,D

Which of this is the not the input parameter for MQGET API?

  1. Object Handle

  2. Size of the buffer assigned to hold the message

  3. Length of application data in message

  4. Connection Handle


Correct Option: C

Which of this is not one of the parameters used for MQCMIT API?

  1. Connection Handle

  2. Object Handle

  3. Reason Code

  4. Completion Code


Correct Option: B

Which of this is true about an MQCLOSE call?

  1. Closes all connections up to the Queue Manager

  2. Closes a Queue opened for Input or Output

  3. Commits the unit of work

  4. Restores Queue to the state it was before the application program was invoked


Correct Option: A

What does MQ Reason Code 2033 specify?

  1. No Message Available

  2. Message too big for Queue Manager

  3. Queue not open for browse

  4. Object is in use


Correct Option: A
- Hide questions