Wednesday 30 May 2018

IIB Developer IBM Written Technical questions and answers


1.Default timeout for SOAP/HTTP request Node?
Ans : 120 Sec

2.For Input message the transaction mode is yes  and failure terminal is not connected to any of the nodes, what happens to message.?
Ans : The message will repeat until it reaches the maximum threshold of Backout Queue

3.In Filter node only RETURN statement is written then which terminal message will go?
Ans: Unknow Terminal

4.dfdl:assert annotation contains?
Ans :an xs:element reference, xs:group reference,xs:sequence,xs:choice.

5.In AIX system which command will use to create the bar file?
Ans : mqsicreatebar

6.one of the database password is Expired which command will you use to Reset the Password?
Ans : mqsisetdbparams

7.In MQ output node what are the Destination modes are available?
Ans : QueueName,ReplyToQueue,DestinationList

8.In application We dont have WSDL for soap input/Request node, is it possible to call webservice?
Ans : Yes, By using GatewayMode(Invoke a generic webservice)

9.In application we have SOAP input node and the WSDL is not exists in application, then it will show compile time error? True/False.
Ans : True

10. To Expose web service what we require?
Ans: WSDL

11.In what all nodes we can use ESQL?
Ans:ComputeNode,FilterNode,DataBase Input,Database.

12.How will we deploy the flow in stoped state.?
Ans: Manual (in bar file Mainflow  start mode should be manual)

13.From an application you sent the message to other application how do you get the exact message which you sent in First application?
Ans: CorrelationId

14.Why we will use TDS message?
Ans: To handle Delimited message.

15. How will you ensure that the Database operation code written in ESQL are executed perfectly?
Ans:By seeing ESQL Return values. or SQLCODE = 0

16.Opaque parsing is a performance feature that is offered by the XMLNSC domain
Ans: If you are designing a message flow and you know that certain elements in a message are never referenced by the message flow, you can specify that these elements are parsed opaquely. This reduces the costs of parsing and writing the message, and might improve performance in other parts of the message flow.

17, What is easiest way to add MQMD header in flow?
Ans: using MQHeader node.


No comments:

Post a Comment