You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. You have created an XMLPort. You want to run the XMLPort to export a list of
customers for sales representative in C/SIDE. Besides the XMLPort, which do you need to instantiate to
process the XMLPort?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. A client of your company wants to know the use of Web services in Microsoft
Dynamics NAV 2009 and the most important reason that you recommend Web services. So what is your
answer?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. According to company requirement, you have created a Rental Equipment add-
on. This add-on needs a Card page for the master table. In Microsoft Dynamics NAV, most Card pages
have FactBoxes attached to them. Do you know the reason?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. You are appointed to work with a client of your company. The client wants to
store information outside the standard Microsoft Dynamics NAV 2009 ledger tables. According to the
requirement of the client, you have to create a solution. You have selected a master table and created a
ledger table to support. Your solution must conform to Microsoft Dynamics NAV 2009 posting standards. Of
the following codeunits, which one will have to be created? (choose more than one)
Page 5 of 27
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. Another programmer has written a report. But it is not producing any output.
Therefore, your company asks you to find out the reason. So what may cause this?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company. From the options
below, he is asked to identify C/SIDE standards for a Check Line codeunit. But he is not clear about it.
Since you are the technical support, he asks for your answer. So what is your answer? (choose more than
one)
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. There is a colleague who is named John in the company. The company wants to
have an XMLport created to have the data imported in an XML document. The company assigns this task
to him. First he plans to specify all the XML node names and make it clear whether each node represents
an element or an attribute. But he is not clear about what he should do next. Since you are the technical
support, he asks for your answer. So what is your answer?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. You have had two modified versions of an object file
Page 6 of 27
exported as text. You plan to merge the two files. What will happen if you import the merged text file?
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. Now you company asks you to implement a solution. The solution will need you
to capture dimension values. For the solutions, a new Master table has been created. What action should
you perform using Microsoft Dynamics NAV 2009 standards? (choose more than one)
You work in an international company which is called Wiikigo. And you're employed as the Developer for
Microsoft Dynamics NAV. Suppose that there is a variable with the name Customer that is declared with a
datatype of Record and a subtype of Customer and suppose that there are six customer records - numbers
10000, 20000, 30000, 40000, 50000, and 60000. In addition, suppose that the commands below are
executed.
Customer.FIND('-');
Customer.NEXT(3);
Customer.FIND('=');
Which customer record is stored in the Customer variable?