Monday, 16 July 2018

Interview questions in dynamics 365

1. Debugging process in D365?
2. Event handlers and types?
3. What is the use of the chain of commands?
https://community.dynamics.com/365/financeandoperations/b/sertansdynamicsax/archive/2017/11/15/ax7-d365-chain-of-command-with-example
4. What is the difference between pre/post event handler and Chain of commands?
5. How to create a table in D365?
6. What kind of changes can we do in CustTable_Extension?
7. Can we add methods to Extension table? If no. why? If yes. How?
8. How to create DataEntity?
https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/data-entities/develop-composite-data-entities
9. Where do you write code for customization while importing data through DataEntity?
10. Where do you write code for customization while exporting data through DataEntity?
11. What is the difference between a virtual field and computed column?
12. Can we use event handlers on table methods?
13. Can we use event handlers on Forms?
15. EventHandlers-Pre and post events
16. How to use the delegates?
17. Calling sequence in forms?
18. Deployment options?
19. How to create the composite DataEntities?
20. Wrappable and HookableAttribute use.
21. Table Best practices?
22. Table relations?
23. Table Keys: Surrogate, Alternate, Replacement, Primary, and Foreign?
24. What is the use of View? Can we use CRUD operations in the Views? Can we use view in the reports to pull the data?
25. How to add field in the D365 Table? If we need to use extension concepts how to add it tell me the step by step process?
26. How to create workflow in D365? Is there any difference in workflow AX 2012 and D365?
27. How to use cache lookup? What is the use of that, how many type of cache lookup?
28. Why we use cluster index?


Data entities, DIXF, and Reporting:
1)      SSRS reports creating a concept, classes involved
2)      Data entities
3)      DIXF

Data model:
1)      Table creation and best practices
2)      The concept of initializing fields, validating fields at both Table level and form level
3)      Form design scenarios like details form, list page, list page interaction classes etc. Link types, enabling/disabling buttons on forms, filter on forms
4)      Business logic:
1)      Purch order cycle and related technical artifacts
2)      PO product receipt posting
3)      Sys operation framework
4)      Troubleshooting of a production issue

Knowledge in AIF, web services
Performance optimization tools

Data entities and Reporting:

1       SSRS reports creating concept, classes involved
2       Data entities
Data model:
3.      Table creation and best practices
1)      Concept of initializing fields, validating fields and modifying fields at both Table level and form level
2)      D365 Table creation and Extension
Business logic:
1. Customization related to macros, COC and event handlers in D365
2. Purchase agreements cycle and related technical artifacts
3. Sys operation framework
4. Workflow customization
5. Scenarios on Multi select Look up and Process


SSRS 
X++ and best practices
Understanding on SYS operation framework/Batches
DIXF 

deployments options 


1)Best Practices of table?
2)If a form has two date fields with starting date and ending date when a user enters date in a starting date it automatically generates ending date by +7(appending it to starting date)?
3)Difference between primary index and unique index?
4)which classes are called while doing confirmation and packing slip in the process of purchase order?
5)Steps to create a data entity?
6)have you worked on services?
7)What is abstract table?
8)How did you start the process after giving the requirement?
9)Types of lookups?
10)differences between reread, execute query and refresh?
11)difference between edit and display?
12)How did you create a workflow? what are the classes that are involved while creating the workflow?
13)Have you created a custom workflow or standard workflow?subworkflows?
14)How did you give the validation to the standard table without using event handlers and validation methods?
15)chain of commands in D365? process?
16) where Do you write the code for adding fields in standard entity?
17)where do you used the data entities in your project?
18)Do you know anything about trade agreement and sales agreement?
19)Multithreading?
20)Change tracking in DIXF?
21)TFS
22)Steps to create a Report?
23)Multi select lookup with default selection?
24)Classes that are used in reports?

2 comments:

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...