1.
What kind of data can be returned from a method?
2.
Variables in method must be declared:
3.
Your Naming Convention is a three-letter prefix. Your Extended Data Types all contain this prefix. When dragging and dropping those on to a table, the full name, including the prefix, gets copied over. In what situations should you retain that prefix?
4.
Best Practice for placing code is to?
5.
In what situation is it an advantage to create a query as an AOT-object as opposed to creating it in X++ code?
6.
You are writing some modifications for an end-user customer. The modification extends functionality from an existing core module that your company is developing. However, the core module is currently still under development. How do you ensure your custom code will not be overwritten by the new updates to the core modules?
7.
What is the Microsoft AX standard for Index names?
8.
Which of these statements will result in an updated record?
9.
You are in a situation where you could retrieve the same dataset through either a select statement or a query. What should be the determining factor?
10.
What are the advantages of using Naming Conventions?