1.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about what the best practice for naming of parameters in methods is. So what's your answer?
2.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about the difference between tables and classed. So what's your answer? (choose more than one)
3.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about when the print command should be used. So what's your answer?
4.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about what the setPrefix() function does. So what's your answer?
5.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about when is the appropriate time to define table relations directly on tables instead of using the extended data types?
6.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about in which loop functions the conditions are evaluated BEFORE the first loop. So what's your answer? (choose more than one)
7.
You work in an International company which is called DONEX. And you're in charge of the network of your company. In the following options, which lines of code will add messages to the infolog? (choose more than one)
8.
You work in an International company which is called DONEX. And you're in charge of the network of your company. In the following options, which is not a way to insert a built-in function into X++ code?
9.
You work in an International company which is called DONEX. And you're in charge of the network of your company. In the following options, which blocks of code can be added in the blank, that will create a dialog
with three groups - one for Day, one for Month and one for Year? Each group needs one field. Static void Simple_Dialog(Args _args) { dialog dlg; dialogGroup dlgGroupDay, dlgGroupMth, dlgGroupYr; dialogField dlgFieldDay, dlgFieldMth, dlgFieldYr; ; ___________________ if (dlg.run()) { ?} }
10.
You work in an International company which is called DONEX. And you're in charge of the network of your company. .After a dialog is run, do you know how the user selections be fetched and put into a variable?