Вы находитесь на странице: 1из 15

PROJECT RELATED:

1. How will you send your message flows to the onsite team?
We maintain a common repository
2. What sort of ERP application is CHORUS?? What does CHORUS deal with?
3. How do you get a project, what sort of SDLC concept do you follow?
Ananlysis, design & build, Test, production
4. How your onsite people collaborate with offshore members?

5. How do you handle the issues in Production environment?


We will be reciveing incident tickets for production issues. Update the ticket
with resolution and close.

6. What was one of the major issue faced by you and you solved it?

7.What are the queues you used in your project and explain me the total
flow with input and output queues in your project?

8. After completion of your interface how you will submit your part?
By check-in to the common repository

9. After completion of your part, will you submit all your flows directly
10.What are the contents will be there in your functional specs?

11. How you will come to know that you have to do your interface in this
manner, by using different particular nodes?
Design document

12. What is the business logic in your error handling flow?


Capturing the errors from the catch terminal and logging to the error database.

13. How you have handled the exception list. How you have parsed the tree?

14.What is the size of your team? How do you transfer your flows to onsite
team?

15. What kind of errors you faced in projects. Example error names?
16. If new functionalities (new nodes) are added how will you implement in
Interface?
17. Major setbacks that you have faced in your last project and how did you
overcome it Pre-requisites of MB5.0 & 6.0, Enhancements in V6.0?
18. What is the architecture of your project?
19. Any problems you faced in real time and how did solve them?

MQ RELATED:
1. In clustering, which queue manager will contain the default full
repository?
2. MQI Server, MQI Client difference? How to connect these two through
command prompt?
3. Can we use MQPUT1 in java?
6. Are there any sample programs for WebSphere MQ that show JMS publish
and subscribe?
7. Can WebSphere MQ send an XML message?
8. Can I connect to an IBM WebSphere MQ Series Host with JMS without
having the IBM Client software installed on the client?
9. Can Java do all the IBM MQ communication itself?
10. If this is not possible with JMS, is it possible at all?
11. Cannot we communicate without using Transmission Queue?
12. Different triggering conditions, explain them?
13. How do you communicate between two systems using remote queue?
15. In remote queuing, if the queue on the target queue manager is full,
then to which dead letter queue will the message propagate?
16. What happens if a message is sent to a local queue, which is filled, and a
remote queue, which is filled? Any difference in them?
17. How to suspend a queue manager in a cluster for some time interval?
18. Process of clustering and what are the advantages of clustering?
19. Tell me what will happen if message is not received by other system in
Distribution Queuing and tell me the cases when message goes to the Dead
Letter Queue?
20. Is there any need of channel to Communicate between Queues, which
are under same Queue Manager?
21. Queue manager A is communicating with QM-B, if QM-B is not
responding how do I route the message to another QM without loss of
information?
22. In remote queuing, if the queue on the target queue manager is full,
then to which deadletter queue will the message propagate?
23. What happens if a message is sent to a local queue, which is filled, and a
remote queue, which is filled? Any difference in them?
24. Tell me what will happen if message is not received by other system in
Distribution Queuing and tell me the cases when message goes to the Dead
Letter Queue?
25. How you will enable a particular queue that belongs to that particular
cluster?

MB COMPONETS RELATED:

1. How does communication takes place between MB and MQ?


We can estabish communication between MQ an MB by creating
broker on Queue manager,because we are passing queue manager
name when broker created.
2. You can change Blob message domain to other message domain using
only compute and XMLTransformation nodes?
RCD node

3. Should the Aggregate Control and Aggregate Reply be connected? Is it


mandatory?

4. When you want to send the output to different queues how will you send?
What location do you specify while using the destination list?
If want to sent output to multiple queues then we have to set
Destination mode property to destination list and set queue names in
localEnvironment.

5. What are the headers that you get when you import a Cobol Copy book?

6. Is it possible to set Properties of node apart from right click and setting
the properties?

Yes,it I spossible

7. In RouteToLabel node where we will gave label name, and syntax of the
label name assignment in processing node?

In esql code
IF InputRoot.XMLNSC.PassengerQuery.ReservationNumber<>'' THEN
SET
OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labeln
ame = 'SinglePassenger';
ELSE
SET
OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labeln
ame = 'AllReservations';
END IF

8. How can we see the error log files in broker?


By using Event viewer, var/adm/user.log

9. Which node is used to change the message in the flow?

Compute node,javacomputenode,mapping node

10. What is the use of commit for connection to Databases?

11. What error is going to occur when we didn't specify the queue name in
the MQInput node?

12. How to call the method or function in the coding?

By using call statement.


13. If 500 MB message is given to the Input node, what will happen?

14. How will you declare an array in MB and how will you retrieve the
desired value from an array?

15. Input is abc|123|pqr, Output should be in string format xyz|789|def?

16. How will you separate (more number) database exceptions into a
different queue? (Mention 2 ways)
17. How will you accept an incoming message if its length and structure are
not defined?
It accept as blob.
18. How will you handle an input message with different delimiters between
the fields?

19. What is the maximum length of message that you can give to message
broker?
20. How do you handle the situation when the message length exceeds 100
MB?
21. ESQL code regarding MQMD and MQRFH2 headers?

22. What is the difference between Multi-cast and Broadcast?

23. What are the initiation variables in Cobol copybook?

24. How can you handle the mainframe systems (Input message is fixed
width)?

25. How did you route the message to appropriate flows of n flows?
By using content based routing.
26. How did you route the message using RoutetoLabel node?
In esql we set label name. The RouteToLabel node interrogates the
LocalEnvironment of the message to determine the identifier of the Label node to
which to route the message
27. Difference between PASSTHRU statement and database statements?
28. In what cases do you use PASSTHRU and DML statements and what do
you set to interact with database?
29. Is one configuration manager enough to handle multiple brokers?

(Scenario like 3 brokers installed on 3 different systems and toolkit on other


system, is one configuration manager enough to handle the different
brokers).
Yes one config manager enough to handle multiple brokers by creating
channels between brokers and config manager.
30. How is broker related to database and what do you find in that?

Broker related configuration infornamtion have stored in databae tables.

31. How many tables are there and tell about a few tables?
BACLENTRIES,BROKERAA,BROKERAAG

32. Scenario: We have an XML file like


<Customer>
<Customer-Id> </Customer-Id>
<Customer-Name> </Customer-Name>
<Address>
<Country> </Country>
<State></State>
<Street></Street>
</Address>
<Address>
<Country></Country>
<State></State>
<Street></Street>
</Address>
</Customer>
33. How do u call the element State of second address field of the XML file
using java compute node?
34. What version control do you use?
35. How do you retrieve and save files in CVS?
36. Is v2.4 compatible with MB v6.0?
37. How do you trace the processing?
38. Performance monitoring tools?

39. How will you Test your Flows?


Deploy Message flows in execution groups on Broker
40. What workflow will do?
41. How will you install and configure CVS & How will you use in MB?
42. Event Monitoring? (Performance monitoring--> Queue depth event)?
43. How will we use a COBOL copybook in MB?
44. If we want to perform some operation at receiving application when it
receives some message, then what objects are required at the receiving
application?
45. How to get the depth of a queue using MQINQ command?
46. In JavaCompute Node Which object tell about the message?
47. We have message, In that I want to get the fourth field in the message
how will you do?

By using array we can get value

48. Tell about MbXPath?


49. Apart from that how many class you worked on in JavaCompute node?
50. Can we give all the format types in a single message set?
Yes we can give
51. How will you declare an array in MB and how will you retrieve the
desired value from an array?
52. How can you convert the message contained in the TDS Format ABC,
123,PQR having comma as a delimiter between the fields, With out entering
into the message flow How can you convert it to the CWF Format
ABC123PQR?
54. Explain about the Reference 53. How will you handle an input message
with different delimiters between the fields?
Function?

55. Explain about the Dynamic Field Reference?


You can use a variable of type REFERENCE as a dynamic reference to
navigate amessage tree.

56. Why we have been mentioning the schema name while defining the
Insert command in the Database Node?
57. Can we pass the values directly to the Database?
58. How to connect to database from the Compute Node?
59. Information regarding the database of the Configuration manager in
Message Broker 6.0 and Message Broker 5.0?
60. Explain about the Cardinality Function?
The CARDINALITY function returns an integer value giving the number
of repeating fields in the array specified by field_reference.
61. How to Establish Connection to ORACLE?
62. What are the different configuration management tools?
63. How can you interact with Database using Compute node?
64. Can we create multiple instances of a message flow?
Yes we can create multiple instances of message flows by providing
additional instance at deployment time.
65. How to import COBOLCOPY BOOK or C format?
66. What are the properties MQMD and MQRFH2 Headers?
67. What are the types of TRACES?
68. What is GLOBAL TRACE?
69. How to connect Broker in MB?
By using configuration manager we can connect to broker
70. How to connect to database to the remote system?
71. Which interface we have to implement when we are going to create an
input customer node?
72. What is user name Server and where it is defined?
73. Which node is used to change the message in the flow?
74. What is the structure of ESQL?
75. How will u accept an incoming message if its length and structure are
not defined?
76. How do you change a blob to a fixed structure?
77. Using TDS, what properties will u set in the message set for the
following input: abc, 123|a*xyz, k, 55 (i.e., an input message with different
delimiters between different data types) Also mentioned that the input
might not be in the same manner every time?
78. Which is good based on performance IF or CASE. Why?
79. We are getting 4 different inputs in 4 formats. How will you handle them
using single message set without using CWF format?
80. What is the content of the configuration manager Repository?
81. How do you access namespace elements in a certain message?
82. What is Reset Content Descriptor and how do you implement it in your
flow?
The ResetContentDescriptor node is to request that the message is reparsed
using either a different parser
An example of the use of the ResetContentDescriptor node is to swap between the
BLOB and the MRM parser. The format of an incoming message might be unknown
when it enters a message flow, so the BLOB parser is invoked. Later on in the
message flow, you might decide that the message is defined in the MRM format, and
you can use the ResetContentDescriptor node to set the correct values that will be
used when the message is parsed by a subsequent node in the message flow

83. How to schedule the flow (Is it possible to run the message flow once in
every 24 hours)?
84. What are the database actions are used in the compute node, how to
access the database?
85. If you want wait for some time for the reply how to configure this node?
86. What is the difference between Multi-cast and Broadcast?
87. How did you handle all the exceptions, which you said you got in your
project?
88. How come you will come to know what kind of exception will be raised
at a particular time?
89. If you try to send 100 messages if 50 messages succeeded and 50
messages failed how will you retrieve the messages?
90. How will handle the exception network failure while inserting data into
database?
91. Why you go for Database nodes instead of using compute node?
92. How you establish communication between Oracle database and the
message broker?
93. If at all there are any changes to Project, where do you make a Stock of
the resources related to project?
94. Define Reference Data type?
95. How did you perform Debugging?
97. Best ways to design a message flow?
98. When do you mostly use sub flows?
99. How will you handle errors?
100. In the middle of the ESQL code if we want to check any statement
using debugger how will you perform that?
101. How do you convert a COBOL copybook structure to XML?
102. What should you do for generating an output message?
103. Use of propagates statement?
104. What are the mandatory components of message broker?
105. Command used to deploy?

Mqsideploy

106. What should you do before creating the broker and the configuration
manager?
107. A sample scenario using FlowOrder node?
108. How will you handle huge volumes of data?
109. What is architectural difference between MB5.0 and MB6.0?
110. If you try to insert the duplicate records in the database using JDBC
adapter how do you handle that with out Exception?
111. Is it possible to use Oracle as default database for Broker?
112. Have you configured Broker with different database like DB2, Oracle?
113. Can the Configuration Manager be configured with different databases?
114. What are the Datahandlers used in your project. Advantages using
them in your project. Can it be implemented without using them in MB?
115. Describe the timer nodes in MB6.0 and use of timer nodes in the flow?
116. Can the purpose be fulfilled without using them?
117. What are the source and target systems in your project and how do
you make systems get communicated?
118. How systems get messages in and out of the queue?
119. What are the terminals used in flow?

121. How to configure the MQ adapter and is any Datahandler used in?

122. Different ways to connect database with in the flow?

A. Using Compute, Database, DataDelete, DataInsert, DataUpdate, Warehouse,


Filter, Mapping nodes

To access a database from a message flow:


1. Identify the database that you want to access. This can be an existing database or a new one
created for this purpose.
2. Create an ODBC connection to the database if one does not already exist.
3. Authorize the broker to access the database.
Access to a user database from within a message flow is controlled by user ID and password.

123. How can we handle repeating elements in CWF?

124. What is the difference b/w MRM and XML domain? Why do we go for
MRM instead of XML?

If your messages are in XML, you can use either the XML Wire Format in the MRM domain, or one of
the XML domains (XMLNSC, XMLNS or XML).

You are recommended to model your XML messages using the MRM domain, for the following
reasons:

• You can generate a message dictionary for use by the MRM parser in WebSphere Message
Broker. This enables the MRM parser to interpret the data in an XML message in an
advanced manner.
For example:
o The dictionary indicates the real data type of a field in the message, instead of always
treating it as a character string.
o The MRM parser can validate XML messages against the dictionary.
o Base64 binary data can be automatically decoded.
o Date and time information can be extracted from a data value using a specified
format string.
• You have extra control over the rendering of your data.
For example, you might have a data field that is rendered as an XML element in one
message, and as an XML attribute in another message. Or you could have a data field that is
known by a particular name in one message, and a different name in another message. This
advanced rendering can be specified using MRM XML Wire Format properties.
• You can share a common logical message structure between physical formats.
For example, if you have a message that is created by a legacy COBOL application, you can
use an MRM XML Wire Format to easily and quickly define the equivalent XML message.

125. Explain me about how the communication is established between the


Toolkit and Configuration Manager?

After creating your Broker, Configuration manager using MQSI commands these are
added as your windows services. Now by creating Broker Domain we are providing
communication between Toolkit and Configuration manager

126. Have you used/developed any plug-in nodes?

Yes

127. Steps in creating a plug-in node?

128. Assume you have 3 servers A, B, C you need to take the files from
server A, modify them and place them in server C. Where will you install
your JText adapter?

With in the three servers we can install it any where


129. You need to take a JMS input from server A .Now change input
message to a MQ message and send it to a destination Q on server C. What
are the nodes required in this situation while using MB 6.0?

MQOutput, JMSInput, JMSMQTransform,

130. How do you handle the above situation if you are using MB 5.0?
using Real-timeOptimizedFlow Node

131. Is it possible to create two configuration managers with only one


broker in their broker domain?
No, as in a particular system we should have only one Confiration Manager
132. Can you use Mapping node to work with databases? If yes then
how?

Yes, using Mapping node its possible to work with datadases


133. How can you change an XML structure to a different XML
structure?
By using compute node

134. What will happen if we comment the copyentiremessage() and


copymessageheaders() procedures in ESQL?
135. How can we handle repeating elements in CWF?
136. What happens when the queue name is not specified in the MQOutput
node?
137. Difference between catch and failure terminals?
If message routed to failure terminal and If you have not
connected the Failure terminal, the message is written to the backout queue.
If message routed to catch terminal and If you have not connected the
Catch terminal, the message loops continually through the node until the problem is
resolved
138. How to specify reference keyword in the ESQL and what is
the use of it?
DECLRE myref REFERENCE TO Inputroot.*[]
139. Can we migrate plugin nodes from MB5.0 to MB6.0?
140. Terminals of compute node and when the flow will go to
different terminals?
1.Failure, 2.out, 3.out1,4.out2,5.out3.6.out4
By using propagate statement.
141. If 500 MB message is given to the Input node, what will happen?
142. Is there any alternative for MQ to use along with MB?
143. How to suspend a queue manager in a cluster?
144. Can we give all the format types in a single message set?
145. How will you accept an incoming message if its length and structure
are not defined?
BLOB message
146. How do you change a blob to a fixed structure?
By using CWF
147. What are the properties of .bar file and when they are used?
148. How will you handle an input message with different delimiters
between the fields?
149. What is the maximum length of message that you can give to message
broker?
150. How do you handle the situation when the message length exceeds
100 MB?
151. Different ways of deploying the bar file onto broker?
1.by using mqsideploy
2.right click on bar and select deploy file.
3.drag and drop bar into execution group
154. How can you handle the above situation in MB V 5.0, as we don’t have
the JMSMQ node?
155. How you will deploy your BO’s in to Broker Workspace?
156. What are properties we need to set in System manager to link up with
Broker?
157. What are the advantages of Message broker?
.content routing,transformation,message enrichment
158. What are the fields that will be set in the MQRFH2 header?
159. What is the need of transaction mode property in the compute
node?
For synchronize messgae
160. What is the difference between TDS and CWF?
CWF supports fixed length messages
Ex: c structure,cobol copy book
TDS
161. "If I give message set and message format in XML document " How
can you import your system?
162. What is the response time for the particular interface?
163. Where will you specify in your flow that your incoming message is CWF
or anything else?

In Input message parsing we will set message format

164. How will you get message sets from system manager to broker?
165. How to publish and subscribe in broker and tell me the commands for
those, which Queue the subscriber, get the topic?
166. I want to insert some data into a table. And the column is not there in
the table. But I don’t want to through the error. The error should be
ignored. For that what I’ve to do?
167. What’s the structure of the Output message tree?
168. Do you know how to set destination list?

By setting Destination mode is destination list


169. Is it possible to repeat the CWF element in message set?? If so tell me
how?
170. I am specifying the Domain in the MQInput node as XML. And I am
giving the CWF message. What will happen?
171. What happens when the domain is specified in MQInput node as XML
and sends a string message as an input?

message datatype validation I not done

172. How to throw an exception?


173. For what purpose message sets are used?
174. When the Parser Exception occurs and how did you resolve?
176. If you are not able to connect to broker domain, what might be the
causes?
Configuration manager,broker mye be down or queue manager listener is
down
177. How do I integrate Seibel CRM with IBM Mainframes, what properties
should be set for the output message?
178. What is CCSID and encoding?
179. What is Message Descriptor?
180. What do I have to setup if my broker and configuration manager
are running on two different queue managers?

We have to create sender and receiver channel between two queue


managers

181. Role of MRM parser with regards to adapters?


182. How can you raise a user exception without using throw node?
183. What is ESB?
184. How can you integrate WPS with MB? Explain with the scenario?
185. Where it goes when error occurred? If Subflow was not defined?
186. Suppose an error occurred in compute node will it pass to MQOutput
node?
No
187. Where will the error go when we didn’t mention sub flow?

188. Can you ever worked with database node? How would you connect
database in ESQL? Tell the whole process step by step?
189. What did you see in debugging mode when a process is OCCURED?
190. Suppose we distribute messages to different system and then we want
to club all the messages what can we do?
191. Instead of Database node what are another nodes with which we
can access database?

Compute node

192. Where propagate statement should be used in ESQL Explain me


the steps?
193. You want to send n-number of messages write code in ESQL?
194. What is the code you have written in your sub Flow to handle
Error Handling?
195. What is a subscription point and subscription table? State different
types of publications?
196. Write the properties of MQRFH2 header?
197. Design a Flow where we need to set the properties of “MQ-Output”
node in the Compute node?
198. Difference between Event broker and Message broker?
199. Which nodes are used to change the message in the flow?

Compute node,javacompute node,mapping node

200. Can use two brokers are used in configuration manager?

Yes we can use two broker


201. If you don’t give the queue name in Input node, what is the
error occurred?
202. If you don’t give the queue name in Output node, what is the
error occurred?
203. Where do you place pass-through node in message flow?
204. Create the MQInput node, compute node and MQOutput node, but
message was give the MQInput node. So, this message went to more types
of nodes? Yes or no? How?
205. What is the difference between MRM and XML domain? Why do
we go for MRM instead of XML?
206. Can we use MQPUT1 in java, if so, how can we implement it?
207. If we want to perform some operation at receiving application when it
receives some message, then what objects are required at the receiving
application?
209. What is the content of the configuration manager Repository?
210. How does Message Broker handle a 500 MB input message?
211. How will you separate (more number) database exceptions into
a different queue?
212. How will you accept an incoming message if its length and structure
are not defined?
213. We are getting 4 different inputs in 4 formats. How will you handle
them using single message set without using CWF format?
215. Can we give all the format types in a single message set, If so how?
216. What happens when the queue name is not specified in the
MQOutput node?
217. What can’t be done in Data base node?
218. Difference between XML parser and MRM?
219. More about parsers and where we actually use MRM?
220. Explain about BOLB?
221. What is the difference XSD and DTD?
222. What is the MQRFH2 user data?
223. You have one MQINPUT Node and TWO COMPUTE Node And one
MQOUTPUTNode In that if you store a variable in Local Environment in First
Compute Node then that local environment variable can be refer in second
compute node. How can you do?

We have to set compute mode property to LocalEnvironment

224. Do you have a two messages in MQINPUT node by using


Aggregation you Send the Messages to two different applications and u have
a another flow in that flow Aggregation Reply node is there from this node
how can we send a response to the MQINPUTNODE?
225. When you debug the interface what you are observe in the
LocalEnvironment and Environment?
226. When you debug the interface what you can see in the MQMD?
227. How can you create a File Name in Compute Node?
228. What are the properties of MQMD header?
229. What is input root and input body?
232. In httpinput node if it receives messages from more than one
httprequest nodes at a time how does it recognizes from which httprequest
node the message is received?
233. Maintaining two queue managers in Configuration Manager?
NO IT IS NOT POSSIBLE
234. How much good at Web services?
235. Describe an Example with MB?
236. Have you worked with any plug in nodes? In which cases u’ve designed
those nodes?
237. Have you worked with MQSI 2.1?
238. How many types of formats in MRM Domain?
CWF,TDS,SWIFT,EDI etc
239. I am giving Input message, as JMS and I want the output message as
MQ. Design the Flow for this situation?
240. How you will deploy your BO’s in to Broker Workspace?
242. Can we change the DB we use for Broker?
243. Does Configuration Manager use internal or external DB?
244. Is a flow process or a thread?
246. How do you change the database that we use for MB?
247. Can we use java code in ESQL coding?
248. Do we need MQ before installing Toolkit?
No,we do not need MQ for toolkit installation.
249. Explain event notification mechanism in JDBC connector?
250. About MQ-Get node and where it is used?
251. Can we have two compute nodes from the output terminal of MQ-Input
node?
252. Is execution group is a thread or process?
Execution group is thread.
253. About Tivoli and what is the configure in Tivoli?
254. What is Sychronziation how can we achieve it?
255. After deploying the message flows into the broker, if we down the
configuration manager?

256. Can we keep the message in the Queue?


257. Can you create message flows, if the broker and configuration manager
are down?
Yes,we can create message flows if the broker and configuration
manager are down

258. How to retrieve data from database using JSP?


259. How will you ignore database errors?

261. How will you handle huge volumes of data?


262. What you have achieved with POC?
263. Do you know how to set destination list?
264. Merits and demerits of Using Destination list and using more output
nodes?
266. What are the queues you used in your project and explain me the total
flow with input and output queues in your project?
267. Difference in usage of aggregate nodes in MB 5.0 and 6.0?
268. How to create a field in the File?
269. How will you call a java procedure and Stored Procedure?
270. How you have handled the exception list. How you have parsed the
tree?
271. How can you handle Error Handling in your Message Flow?
272. How can you interact with Database Node? How can you set the
properties in Database Node in different cases?
275. After completion of your interface how you will submit your part?
276. After completion of your part, will you submit all your flows directly?
277. Have you ever worked on putting your messages directly into your MQ
queues to your MQInput node in your flow?
278. Can you tell me the sample code for creating a subflow to handle the
different types of errors in your flow?
279. How to add your subflow on to your flow?
280. To handle your errors in your flow, to which node you will add your
error handling subflow?
281. How to handle errors in MB?
282. Where will the Aggregate request store the request?
WBI ADAPTER RELATED:
1. Did you send a flat file from source to destination using normal Java?

PUB SUB RELATED:


1. In pub/sub concept publisher and subscribers are independent or
dependent?
2. What is the roll of MQ in Pub-Sub?
3. Difference between MQ pub-sub and MB pub-sub?
4. How will you set headers in pub-sub?
5. How will you end a subscription in pub sub concept?
6. What is syntax in pub sub to publisher and subscriber and topic?
7. Tell about topic in pub sub in detail (commands)?
8. Pub/sub in MB (using more than one broker) using Broker collectives?
9. How to publish and subscribe in broker and tell me the commands for
that?
10. Through which Queue the subscriber get the topic?

XML AND Web Services:


1. What is difference between XML and XMLNS?
2. What is a webservice and how do you consume it in message broker?
3. Without using MQInput node can’t we request a web service?
4. What are the differences between XML file and any other file?
5. Define SOAP Message?
6. Do you know about XSLT?
7. How do you use XSLT in conjunction with message broker?
8. Can you explain the implementation of web service where Server A
contains the method declaration with two input parameters and Server B,
which serves as web service?
9. If you get a XML message which part of the message will you access and
how?
10. How you will call the web service?
11. Have you ever used XML schemas in your Project? If so how do you
generated the XML Schema file?
12. Call the webservice in MB v6.0 message flow (request and reply)?
13. How will you validate your XSD files?
DATABASE RELATED:
1. What is a cursor?
2. What is a trigger?
3. Tell the syntax of if else statement in db2?
4. Scenario:
An employee table consists of ENO, ENAME, DEPTNO and SALARY.
5. Write a query to retrieve table’s values in with ENO in ascending order
and group by DEPTNO?
6. What is a Cursor and what is the syntax for retrieving 100 records in a
table?
7. What are stored procedures and how to use Stored Procedures in MB?
8. Question of inner join of two tables EMP and ADDRESS?

UNIX & AIX


1. What is the command to list directories that are recently modified in
UNIX?
2. What is vieditor?
3. What is the command to create a file and edit a file?
4. How do you save a file?
5. Tell me the command for directory listing?

JAVA RELATED:
1. Explain the threading and synchronization concepts?

Вам также может понравиться