1.
You work in an International company which is called DONEX. And you're in charge of the network of your company. And now you work as the systems developer. Now you've been assigned a task to create a method that will be used to print the name of an item used on a sales order line in a report. So when declaring the method, which syntax is correct?
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 doesn't know what controls the linking of data between data sources in a form. So what's your answer?
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 doesn't know where he can check Best Practice errors/warnings after compiling code. 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. And you work as the systems developer. Now you have to determine why the code above does
not compile. MyClass extends RunBaseBatch. So what may causes this problem?Static void main(args _args) {myClass myClass; ; myClass = new myClass(_args.parm()); if (myClass.prompt()) myClass.run(); }
5.
You work in an International company which is called DONEX. And you're in charge of the network of your company. And now you work as the systems developer. You have been assigned a task to investigate a
problem with a field on a form. The field is an Enum, with five possible selections. Some of the records in the form show the value as blank, whereas some show the correct text. All values of the Enum are seen on at least one record. What might cause this?
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. Now one of your colleagues asks for your help. He doesn't know what the Object property on a Display Menu Item is used for. So what's your answer?
8.
You work in an International company which is called DONEX. And you're in charge of the network of your company. In which loop function are the conditions evaluated AFTER the first loop?
9.
You work in an International company which is called DONEX. And you're in charge of the network of your company. How can you make sure that code in the Clicked method of a button on a form is run on the server?
10.
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?