{"id":6949,"date":"2021-03-13T12:44:35","date_gmt":"2021-03-13T12:44:35","guid":{"rendered":"https:\/\/www.gologica.com\/elearning\/?p=6949"},"modified":"2025-04-08T09:56:37","modified_gmt":"2025-04-08T09:56:37","slug":"ms-dynamics-ax-admin-interview-questions","status":"publish","type":"post","link":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/","title":{"rendered":"Ms Dynamics ax admin Interview Questions"},"content":{"rendered":"<p><strong>1.What is Microsoft Dynamics AX?<\/strong><\/p>\n<p>Microsoft Dynamics AX is a multi-language, multi-currency, industry-specific, global ERP Product, and one of Microsoft\u2019s Dynamics ERP Family.<\/p>\n<p><strong>2.Explain the difference between edit and display method?<\/strong><\/p>\n<p>\u2022<strong>Display:<\/strong> Display Indicates that the method\u2019s return value is to be displayed on a form or a report. The value cannot be altered in the form or report.<\/p>\n<p>\u2022<strong>Edit:<\/strong> Edit Indicates that the method\u2019s return type is to be used to provide information for a field that is used in a form. The value in the field can be edited.<\/p>\n<p><strong>3.Explain the difference between perspectives and table collection?<\/strong><\/p>\n<p>Perspectives can organize information for a report model in the Application Object Tree (AOT). A perspective is a collection of tables. You use a report model to create reports.<\/p>\n<p>Table collection is a collection of tables, which is shared across all the virtual companies.<\/p>\n<p><strong>4. Why do we use virtual companies?<\/strong><\/p>\n<p>Virtual company accounts contain data in certain tables that are shared by any number of company accounts. This allows users to post information in one company that will be available to another company.<\/p>\n<p><strong>5. What is an index?<\/strong><\/p>\n<p>An index is a table-specific database structure that speeds the retrieval of rows from the table. Indexes are used to improve the performance of data retrieval and sometimes to ensure the existence of unique records.<\/p>\n<p><strong>6. Define IntelliMorph?<\/strong><\/p>\n<p>IntelliMorph is the technology that controls the user interface in Microsoft Dynamics AX. The user interface is how the functionality of the application is presented or displayed to the user.<\/p>\n<p>IntelliMorph controls the layout of the user interface and makes it easier to modify forms, reports, and menus.<\/p>\n<p><strong>7.Define MorphX?<\/strong><\/p>\n<p>The MorphX Development Suite is the integrated development environment (IDE) in Microsoft Dynamics AX used to develop and customize both the Windows interface and the Web interface.<\/p>\n<p><strong>8.Define X++<\/strong><\/p>\n<p>X++ is the object-oriented programming language that is used in the MorphX environment.<\/p>\n<p><strong>9. Differentiate refresh(), reread(), research(), executequery()?<\/strong><\/p>\n<p>\u2022refresh() will not reread the record from the database.&nbsp; It basically just refreshes the screen with whatever is stored in the form cache.<\/p>\n<p>\u2022reread() will only re-read the CURRENT record from the DB so you should not use it to refresh the form data if you have added\/removed records.&nbsp; It\u2019s often used if you change some values in the current record in some code, and commit them to the database using .update() on the table, instead of through the form data source.&nbsp; In this case, .reread() will make those changes appear on the form.<\/p>\n<p>\u2022research() will rerun the existing form query against the data source, therefore updating the list with new\/removed records as well as updating existing ones.&nbsp; This will honor any existing filters and sorting on the form.<\/p>\n<p>\u2022executeQuery() is another useful one.&nbsp; It should be used if you have modified the query in your code and need to refresh the form.&nbsp; It\u2019s like research() except it takes query changes into account.<\/p>\n<p><strong>10. Define AOT?<\/strong><\/p>\n<p>The Application Object Tree (AOT) is a tree view of all the application objects within Microsoft Dynamics AX. The AOT contains everything you need to customize the look and functionality of a Microsoft Dynamics AX application.<\/p>\n<p><strong>11. Define AOS?<\/strong><\/p>\n<p>The Microsoft Dynamics AX Object Server (AOS) is the second-tier application server in the Microsoft Dynamics AX three-tier architecture.<\/p>\n<p>The 3-tier environment is divided as follows:<\/p>\n<p>\u2022First Tier &#8211; Intelligent Client<\/p>\n<p>\u2022Second Tier &#8211; AOS<\/p>\n<p>\u2022Third Tier &#8211; Database Server<\/p>\n<p>In a 3-tier solution, the database runs on a server as the third tier; the AOS handles the business logic in the second tier. The thin client is the first tier and handles the user interface and necessary program logic.<\/p>\n<p><strong>12. Difference between temp table and container?<\/strong><\/p>\n<p>\u2022Data in containers are stored and retrieved sequentially, but a temporary table enables you to define indexes to speed up data retrieval.<\/p>\n<p>\u2022Containers provide slower data access if you are working with many records. However, if you are working with only a few records, use a container.<\/p>\n<p>\u2022Another important difference between temporary tables and containers is how they are used in method calls. When you pass a temporary table into a method call, it is passed by reference. Containers are passed by value. When a variable is passed by reference, only a pointer to the object is passed into the method. When a variable is passed by value, a new copy of the variable is passed into the method. If the computer has a limited amount of memory, it might start swapping memory to disk, slowing down application execution. When you pass a variable into a method, a temporary table may provide better performance than a container.<\/p>\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.gologica.com\/course\/ms-dynamics-ax-admin-training\/\"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX.jpg\" alt=\"\" class=\"wp-image-6952\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX-460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX-768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX-100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX-600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX-120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamic-AX-310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<p><strong>13. Definition and use of Maps, how AddressMap (with methods) is used in standard AX?<\/strong><\/p>\n<p>\u2022Maps define X++ elements that wrap table objects at run time. With a map, you associate a map field with a field in one or more tables. This enables you to use the same field name to access fields with different names in different tables.&nbsp;<\/p>\n<p>\u2022Map methods enable you to create or modify methods that act on the map fields.<\/p>\n<p>\u2022Address map that contains an Address field. The Address map field is used to access both the Address field in the CustTable table and the ToAddress field in the CustVendTransportPointLine table.<\/p>\n<p><strong>14. What is the difference between Index and Index hint?<\/strong><\/p>\n<p>Adding the \u201cindex\u201d statement to an Axapta select, it does NOT mean that this index will be used by the database. What it DOES mean is that Axapta will send an \u201corder by\u201d to the database. Adding the \u201cindex hint\u201d statement to an Axapta select, it DOES mean that this index will be used by the database (and no other one).<\/p>\n<\/p>\n<p><strong>15. How many types of data validation methods are written on the table level?<\/strong><\/p>\n<p>validateField(),validateWrite(),validateDelete(),aosvalidateDelete(),aosvalidateInsert(), aosvalidateRead(),aosvalidateUpdate().<\/p>\n<p><strong>16. How many types of relations are available in Axapta, Explain each of them?<\/strong><\/p>\n<p>\u2022<strong>Normal Relation:<\/strong> It enforces referential integrity such as foreign keys. For displaying lookup on the child table.<\/p>\n<p>\u2022<strong>Field fixed:<\/strong> This works as a trigger to verify that relation is active, if an enum field in the table has a specific value then the relation is active. It works on conditional relations and works on the enum type of data. For Example: Dimension table<\/p>\n<p>\u2022<strong>Related field fixed:<\/strong> It works as a filter on the related table.it only shows records that match the specified value for an enum field on the related table.<\/p>\n<p><strong>17. When the record is generated, what is its utility?<\/strong><\/p>\n<p>When the record is entered in the table the record is generated by the kernel. It is unique for each table.<\/p>\n<p><strong>18. How many kinds of lookups can be made and how?<\/strong><\/p>\n<p>By using table relations<\/p>\n<p>\u2022Using EDT relations.<\/p>\n<p>\u2022Using morphx and using X++ code(Syslookup class).<\/p>\n<p><strong>19. How many types of Delete Actions are there in Standard Ax and define the use of each?<\/strong><\/p>\n<p>\u2022None<\/p>\n<p>\u2022Cascade<\/p>\n<p>\u2022Restricted<\/p>\n<p>\u2022Cascade+Restricted.<\/p>\n<p><strong>20. What is the function of super()?<\/strong><\/p>\n<p>This method calls the system methods to execute. It is used to instantiating the variables at the parent class. Used for code redundancy.<\/p>\n<p><strong>21. Utility and use of find method?<\/strong><\/p>\n<p>All the tables should have at least one find method that selects and returns one record from the table that matches the unique index specified by the input parameters. The last input parameter in a find method should be a Boolean variable called for update or update that is defaulted to false. When it is set to true, the caller object can update the record that is returned by the find method.<\/p>\n<p><strong>22. What are the different types of Table groups defined on table properties?<\/strong><\/p>\n<p>\u2022Miscellaneous<\/p>\n<p>\u2022Parameter<\/p>\n<p>\u2022Group<\/p>\n<p>\u2022Main<\/p>\n<p>\u2022Transaction<\/p>\n<p>\u2022WorkSheetHeader<\/p>\n<p>\u2022WorkSheetLine<\/p>\n<p><strong>23. Multiple inheritances possible or not, if not how can we overcome that?<\/strong><\/p>\n<p>In X++, a new class can only extend one other class; multiple inheritances are not supported. If you extend a class, it inherits all the methods and variables in the parent class (the superclass).<\/p>\n<p>We can use Interfaces instead of multiple inheritances in Ax.<\/p>\n<p><strong>24. Do we need to write the main method, give reasons?<\/strong><\/p>\n<p>Yes, but to open the class from the action menu item we have to create the main method of the class.<\/p>\n<p><strong>25. What is the difference between the new &amp; construct methods?<\/strong><\/p>\n<p>\u2022<strong>new():<\/strong> It is used to create a memory to the object.<\/p>\n<p>\u2022<strong>Construct():<\/strong>&nbsp; You should create a static construct method for each class. The method should return an instance of the class.<\/p>\n<\/p>\n<p><strong>26. Which class is called when we create a SO\/PO?<\/strong><\/p>\n<p>SalesFormLetter and PurchFormLetter.<\/p>\n<p><strong>27. What is the basic structure of a form? Properties of a form data source?<\/strong><\/p>\n<p>Methods, DataSources, Design. Name, Table, Index, AllowCheck, AllowEdit, AllowCreate,<\/p>\n<p>AllowDelete, StartPosition,JoinSource, LinkType.<\/p>\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.gologica.com\/course\/ms-dynamics-ax-admin-training\/\"><img decoding=\"async\" width=\"800\" height=\"175\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1.jpg\" alt=\"\" class=\"wp-image-6951\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1.jpg 800w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1-460x101.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1-768x168.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1-100x22.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1-600x131.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1-120x26.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/Ms-Dynamics-ax-1-310x68.jpg 310w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n<p><strong>28. validateWrite() method can be written in the form data source as well as table level, when should we write it in form DS and when in the table. Similar in the case of write() method?<\/strong><\/p>\n<p>When we want the validation at the table level means in every form where this table is used, we can write at the table level. If we want validations at the particular form and it doesn\u2019t affect the other forms where this table was used, then we can use form level validations.<\/p>\n<p><strong>29. How can we call table level methods from form DS (similar methods)?<\/strong><\/p>\n<p>By creating the variable to the table and with the table variable.methodname()<\/p>\n<p><strong>30. What is the difference between form init() &amp; DS init()?<\/strong><\/p>\n<p>\u2022<strong>Form init():<\/strong> init is activated immediately after new and creates the run-time image of the form.<\/p>\n<p>\u2022<strong>DS init():<\/strong> Creates a data source query based on the data source properties.<\/p>\n<p>The form data source init method creates the query to fetch data from the database and sets up links if the form is linked to another form.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>1.What is Microsoft Dynamics AX? Microsoft Dynamics AX is a multi-language, multi-currency, industry-specific, global ERP Product, and one of Microsoft\u2019s &hellip;<\/p>\n","protected":false},"author":1,"featured_media":6950,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","footnotes":""},"categories":[29],"tags":[498,661,662],"coauthors":[182],"class_list":["post-6949","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-interview-questions-form-gologica","tag-ms-dynamics-ax","tag-ms-dynamics-ax-admin","tag-ms-dynamics-online-training","pmpro-has-access","user-has-not-earned"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ms Dynamics ax admin Interview Questions - GoLogica<\/title>\n<meta name=\"description\" content=\"GoLogica is offering ms dynamics ax admin online training. This course will lead you to clear the exam easily. Read ms dynamics ax admin interview questions here.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ms Dynamics ax admin Interview Questions - GoLogica\" \/>\n<meta property=\"og:description\" content=\"GoLogica is offering ms dynamics ax admin online training. This course will lead you to clear the exam easily. Read ms dynamics ax admin interview questions here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"GoLogica\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-13T12:44:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-08T09:56:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"175\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"headline\":\"Ms Dynamics ax admin Interview Questions\",\"datePublished\":\"2021-03-13T12:44:35+00:00\",\"dateModified\":\"2025-04-08T09:56:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\"},\"wordCount\":1637,\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg\",\"keywords\":[\"MS DYNAMICS AX\",\"ms dynamics ax admin\",\"ms dynamics online training\"],\"articleSection\":[\"Microsoft\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\",\"url\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\",\"name\":\"Ms Dynamics ax admin Interview Questions - GoLogica\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg\",\"datePublished\":\"2021-03-13T12:44:35+00:00\",\"dateModified\":\"2025-04-08T09:56:37+00:00\",\"author\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"description\":\"GoLogica is offering ms dynamics ax admin online training. This course will lead you to clear the exam easily. Read ms dynamics ax admin interview questions here.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg\",\"width\":300,\"height\":175},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.gologica.com\/elearning\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ms Dynamics ax admin Interview Questions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\",\"url\":\"https:\/\/www.gologica.com\/elearning\/\",\"name\":\"GoLogica\",\"description\":\"E-Learning Portal\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.gologica.com\/elearning\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ms Dynamics ax admin Interview Questions - GoLogica","description":"GoLogica is offering ms dynamics ax admin online training. This course will lead you to clear the exam easily. Read ms dynamics ax admin interview questions here.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/","og_locale":"en_US","og_type":"article","og_title":"Ms Dynamics ax admin Interview Questions - GoLogica","og_description":"GoLogica is offering ms dynamics ax admin online training. This course will lead you to clear the exam easily. Read ms dynamics ax admin interview questions here.","og_url":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/","og_site_name":"GoLogica","article_published_time":"2021-03-13T12:44:35+00:00","article_modified_time":"2025-04-08T09:56:37+00:00","og_image":[{"width":300,"height":175,"url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#article","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/"},"author":{"name":"admin","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"headline":"Ms Dynamics ax admin Interview Questions","datePublished":"2021-03-13T12:44:35+00:00","dateModified":"2025-04-08T09:56:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/"},"wordCount":1637,"image":{"@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg","keywords":["MS DYNAMICS AX","ms dynamics ax admin","ms dynamics online training"],"articleSection":["Microsoft"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/","url":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/","name":"Ms Dynamics ax admin Interview Questions - GoLogica","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage"},"image":{"@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg","datePublished":"2021-03-13T12:44:35+00:00","dateModified":"2025-04-08T09:56:37+00:00","author":{"@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"description":"GoLogica is offering ms dynamics ax admin online training. This course will lead you to clear the exam easily. Read ms dynamics ax admin interview questions here.","breadcrumb":{"@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#primaryimage","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2021\/03\/MS-Dynamics-AX-Admin.jpg","width":300,"height":175},{"@type":"BreadcrumbList","@id":"https:\/\/www.gologica.com\/elearning\/ms-dynamics-ax-admin-interview-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gologica.com\/elearning\/"},{"@type":"ListItem","position":2,"name":"Ms Dynamics ax admin Interview Questions"}]},{"@type":"WebSite","@id":"https:\/\/www.gologica.com\/elearning\/#website","url":"https:\/\/www.gologica.com\/elearning\/","name":"GoLogica","description":"E-Learning Portal","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","caption":"admin"},"url":"https:\/\/www.gologica.com\/elearning\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/6949","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/comments?post=6949"}],"version-history":[{"count":1,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/6949\/revisions"}],"predecessor-version":[{"id":6953,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/6949\/revisions\/6953"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media\/6950"}],"wp:attachment":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media?parent=6949"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/categories?post=6949"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/tags?post=6949"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/coauthors?post=6949"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}