I would like to know what is Intellimatch and some interview
questions which could be asked related to Intellimatch.
Answers were Sorted based on User's Feedback
Answer / mohan
we should learn basic things in intellimatch and the domain
purpose of it.
concentrate on main modules like Reconciliation,recollector
and Admin. Importatnly formats,Lookups etc
where does the trade and cash info goes?
what type of reconciliation it is?
How to set dynamic lookups?
Is This Answer Correct ? | 14 Yes | 0 No |
We have to know the process of main modules are
1) Intellimatch
2) recollector
and
3) Admin Module.
Basics of Banking/Financial/Capital markets terms like Futures, options, Cash or Securities , trades etc.
Process knowledge of Entire life cycle.
What are the import formats, LookUps, Contexts etc.
Knowledge of Reporting tools any of the one and DB.
Is This Answer Correct ? | 11 Yes | 1 No |
Interview questions can be related to Development or Support
Development questions could be
1) I have to import a specific delimited file into Intellimatch. How can I do that?
Ans : Set Import formats. You can then be asked details.
2) What are the types of matching rules I can set up?
How do I limit scope if I know they should target only a particular set of data ?
3) How to update data of certain records from another set of records based on certain criteria ?
Data Enrichment
4) Explain the mechanism of stock reconciliations with daily positions?
Support Questions could be :
1) Types of jobs in the Admin module
2) Possible reasons of failures of those jobs and solutions
3) What is an ERR file? When is it created ?
4) How do I kill a stuck job ?
5) Users experiencing performance issues, primary checks and actions ?
Is This Answer Correct ? | 3 Yes | 0 No |
define profiler???
what is the meaning of without standing arrears?
what are resources in case of Threads
if try is followed by finally block what happen to exception occured in try block
3 Answers Professional Access,
can we retrieve only integer/String type columns from a table,if yes how?
it is a language or tools?
What is nocopy in plsql?
what is programmable BIST in today ic design
What sysoption determines where the macro facility searches a specific catalog for complied macro?
Can we write a method in JSP.If so how?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f