I would like to know what is Intellimatch and some interview
questions which could be asked related to Intellimatch.
Answer Posted / samsonrf1234
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 |
Post New Answer View All Answers
what is difference between object oriented programming structure and object oriented programming system?
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
SELECT A~FTRMI A~AUFNR B~MATNR D~MAKTX B~PSMNG B~WEMNG C~MTART E~CHARG C~MATKL C~SPART R~BWART R~CHARG R~MATNR E~BWART R~BDMNG INTO TABLE ITAB FROM AFKO AS A INNER JOIN AFPO AS B ON A~AUFNR = B~AUFNR * INNER JOIN AFVC AS A1 ON A~AUFPL = A1~AUFPL AND B~DWERK = A1~WERKS INNER JOIN MARA AS C ON B~MATNR = C~MATNR INNER JOIN MAKT AS D ON C~MATNR = D~MATNR INNER JOIN MSEG AS E ON B~MATNR = E~MATNR AND A~AUFNR = E~AUFNR AND B~DWERK = E~WERKS INNER JOIN RESB AS R ON A~AUFNR = R~AUFNR AND E~AUFNR = R~AUFNR AND R~RSNUM = A~RSNUM AND R~WERKS = E~WERKS AND R~BAUGR = E~MATNR INNER JOIN MARA AS C1 ON R~MATNR = C1~MATNR WHERE A~FTRMI IN S_DATE AND A~AUFNR IN S_AUFNR AND C~MTART IN S_TYPE AND C~MATKL = 'T' AND R~BWART ='261' AND E~BWART = '101' AND R~XWAOK ='X' AND B~DWERK = '2000' AND R~XLOEK EQ SPACE AND E~KZBEW ='F' AND D~SPRAS = 'E' AND R~KZEAR = 'X' AND C~MATNR IN S_MATNR. This query gives repetative records from RESB.There must be some common field which i am not taking thats why its giving repetative records. If u find any solution pls lety me know ASAP. Thanks Swati Ghadge
Plz sent me in .net 2.0 interview Question & answers?
hai i am prasanna.I am MCA 2009 fresher.tell me about certifications.which certification helps me to improve my carrier and to get a technically oriented job ,which certification helps to get job faster.
any drawback are there in mantis?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is the entry point function of a DLL?
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
how can i create report in abap to insert data in table pa0002 using insert command
which book we learned this mantis? how many version are realsed this mantis upto now?