Showing posts with label Microsoft Dynamics 365 For Finance and Operations Interview questions for freshers. Show all posts
Showing posts with label Microsoft Dynamics 365 For Finance and Operations Interview questions for freshers. Show all posts

Monday, September 9, 2019

Microsoft Dynamics 365 For Finance and Operations Interview questions for freshers

I am sharing the questions that was asked to one of the fresher during  technical interview.

Questions that were asked by first company:-

1)-First of all ,what things we do in D365??(in simple word how to create model and project)
2)-what is OOPS concept and what are its properties?
3)-At the time of EDT extension ,which properties can we edit?
4)-What is static class?
5)-How do we call static class member??
6)-What are the steps to create a form?
7)-Which type of data source used in list page form pattern?
8)-Write the syntax of class?
9)-How many types of Report are there in D365?
10)-Write the steps to create Query based report?
11)-Which classes are used in RDP report?
12)-What are the extends of RDP class and Controller class?
13)-How to write the Attribute in contract class?
14)-Which attributes are used in contract class?
15)-How to create Chain of commands?
16)- Why do we create COC?
17)-Why do we use next keyword in COC?
!8)-what is the difference between D365 and AX12?
19)-What are the steps to create static query?


Questions that were asked by second company:-

1)-What is D365?
2)-What is ERP?
3)-What is LCS?
4)-What is Paging? ( Note:- I think this question should be asked to experienced candidates)
5)-Write a sql command to select the third highest mark among all the student?
6)-What is Table and what is its use?
7)-What is VM Or RDP?
8)-What is EDT?
9)-Is it possible to give the ENUM values as 1,2,3 & 100?
10)What is data loss?
11) How to create disk partition? ( Note:- I think this question should be asked to experienced candidates)
12)Why we create index?  

Hope these questions help freshers in getting job.

Thanks,
Uma




Get Enum Id and Enum Value in D365FO using SQL and X++

 Below is the sql get enum id and enum value of a enum in D365 F&O using sql. SELECT   enumidtable . NAME           'Enum Name' ...