HI Friends,
I have collected some interview QS for axapta (out of my own experience L J). I think you people already know this.. but still sending for a refreshment kind off.. Kindly circulate your answers to the group.
I know U R BUSY but please spare some time.
Also add some questions you have in mind or the ones you were asked for.
1. Difference between Query and select statement
2. Difference between container and temporary table
3. Difference between container and array
4. Difference between conpeek and confind
5. Difference between edit and display methods
6. Difference between perspectives and table collection
7. Difference between Unique key and primary key
8. Sales order classes or API calls for sale order creation
9. Types of classes
10. What is a table buffer?
11. Run Base framework usage.
12. What does pack and unpack do?
13. What is recid and rec version?
14. What is the use of reverse engineering tool?
15. What is active, passive and delayed?
16. What is inbound and outbound control?
17. How is polymorphism figured in AX? Give examples.
18. What is the use of .Net Business connector?
19. Types of index
20. Relation types in tables.
21. Normalization
22. Prerequisites of AX Installation
23. Production order process
24. Can a terminated employee be deleted from Employee Table?
25. Command to get current user id.
26. Keyword other than Change Company used to shift between companies.
27. What does validate write and validate field do? Difference between Modified field and Validate field
28. Methods called when record is inserted
29. Shortcut key for step over to next method
30. Purpose of watch window
31. What are access modifiers?
32. What is interface? Usage
33. Describe unit testing.
34. Inheritance is applicable to which objects?
35. What is a static method?
36. Which table stores user information?
37. What are maps? How are they used?
38. What are lookup forms?
39. What is an abstract class?
40. What is the use of AmountMST and AmountCUR?
41. Types of Caching
42. Use of Exist and find method. Difference.
43. Explain Macros
44. Use of code profiler
45. Explain Debugger tool
46. Use of Title fields in table property
Subscribe to:
Posts (Atom)
D365 F&O Release Pipeline Step by Step Configuration Without ISV's
Step-by-Step Guide: Creating D365FO Build and Deploy Pipelines Azure DevOps Build Pipeline I will walk through the standard procedures...
-
X++ code to read the Excel file static void RB_ReadExcel(Args _args) { SysExcelApplication application; SysExcelWorkbooks w...
-
//Create a new job and paste the code static void RB_ReadTextFile(Args _args) { Filename ...
-
// If the file path comes from the dialog , it automatically works ,else you need to Specify '\\' --------------------------------...