Skip to main content

Posts

Showing posts from August, 2015

MS Dynamics AX Interview Questions with Answers

1.  Difference between following: condel :- Use condel to delete one or more items from a container. confind :- Use confind to locate a sequence of items in a container.  conins :- Use conins to insert some items into a container. conlen :- Use conlen to find out how many items there are in a container. connull :- Use connull to explicitly dispose of the contents of a container. conpeek :- Use conpeek to extract an item from a container, and to convert it into another data type   conpoke :- Use conpoke to replace (poke) an item in a container. 2. Difference between edit and display method? Display Indicates that the method's return value is to be displayed on a form or a report. The value cannot be altered in the form or report Edit Indicates that the method's return type is to be used to provide information for a field that is used in  In a form. The value in the field can be edited.      3. Difference between perspectives and table...

MS Dynamics AX Interview Questions

1. Major customization on forms, tables (That you have faced) 2. What is cluster installation? 3. Table collections? 4. Steps in creating number sequence? 5. Any module you are good at. 6. Collection classes 7. Tables in inventory 8. If you manipulate anything which layer would it affect? 9. Steps in data migration. 10. How to add a lookup in a form 11. What is temporary table and in which context is it used? 12. What are the components in reports? 13. How many types of classes are there? 14. RunBase framework and runbase classes 15. Development tools 16. Communication tools 17. Difference between auto generated specs and generated design specs 18. Display and edit method. 19. Can you say few best practises in ax. 20. Elements in AOT. 21. Can you have graphical representation of ssrs? 22. Steps for ssrs. 23. Steps in ssas. 24. What is the difference between sql queries and dynamics queries. 25. What is the difference between x++ and c#? 26. Installation steps in ax. 27. Difference bet...