Enterprise Middleware Platforms Assessment: IBM MQ, Business Objects, Blue Martini, and PeopleSoft
Technical quiz covering APIs, tools, and concepts for IBM MQ messaging, SAP Business Objects reporting, Blue Martini e-commerce platform, and PeopleSoft enterprise systems.
Questions
What Is a connect id ?
- It’s a common user id used during signin
- It’s a DB user with DBA access
- It’s a Super user with permission to application server administration
- Not Related to Peopletools
What is a access id ?
- It’s a Super user with permission to application server administration
- A PSFT access id is the Database user id used to connect to the DB
- It’s a DB user with DBA access
- User with permission to start DB
You can add custom Data elements in Blue Martini by defining only the dnaType attribute
- True
- False
Which of the following is not an attribute of data elements?
- variantType
- domain
- process
- id
The business action dictionary,bizact.dna, is stored as a deserialized DNA list
- True
- False
The interface com.bluemartini.dna.Callback contains only single method that has to be implemented. Select the method signature
- public DNAList init(DNA dnaIn) throws BMException;
- public DNAList execute(DNAList dnaIn) throws BMException;
- public DNA execute(DNA dnaIn) throws BMException;
- public DNA start(DNAList dnaIn) throws BMException;
Which Tool is used for migrating from older version of Business Objects to BO XI?
- Web Inteligence
- Import Wizard
- CMC
- CMS
Which company has acquired Business Objects?
- Oracle
- SAP
- IBM
- Microsoft
Which tool is used to View reports through Web?
- Infoview
- Universe
- CMC
- Publications
Central Management Server can be STOPPED from which Tool?
- CMC
- Universe
- Import Wizard
- CCM
What is Semantic layer between Database and Reports is Called?
- Country
- World
- Universe
- Galaxy
Which of these is not true about Queue Manager?
- Manages Queue Manager Objects
- Stores Message
- Transfers message over the network
- Provides Application Programming Interface
Which of this is not a type of MQ Queue?
- Local Queue
- Remote Queue
- Alias Queue
- Global Queue
Which of these is not an MQ API(Application Programming Interface)?
- MQSET
- MQCMIT
- MQGET1
- MQBACK
MQOPEN call is mandatory before an MQPUT1 call.
- True
- False
Which calls are not mandatory to be executed before an MQPUT call has to be executed?
- MQOPEN
- MQCLOSE
- MQCONN
- MQPUT1
Which of this is the not the input parameter for MQGET API?
- Object Handle
- Size of the buffer assigned to hold the message
- Length of application data in message
- Connection Handle
Which of this is not one of the parameters used for MQCMIT API?
- Connection Handle
- Object Handle
- Reason Code
- Completion Code
Which of this is true about an MQCLOSE call?
- Closes all connections up to the Queue Manager
- Closes a Queue opened for Input or Output
- Commits the unit of work
- Restores Queue to the state it was before the application program was invoked
What does MQ Reason Code 2033 specify?
- No Message Available
- Message too big for Queue Manager
- Queue not open for browse
- Object is in use