1.
You have the following X++ code: (Line numbers are included for reference only.) Method l and method2 are in Class l. Method3 is in Class2. You need to set the value of vanable3 to the value of variable l from class l Obj. Which code segment should you insert at line 22?
2.
A table named Table 1 has a string field named Account Num. You have an instance of Table l named tablel. You need to print the value of Account Num to the info log. Which code segment should you use?
3.
You need to replace a value from a specific position of a container Which function should you use?
4.
You have a job that contains the following X++ code: (Line numbers are included for reference only.) You need to identify which code must be inserted at line 10 to ensure that line 12 executes. Which code segment should you insert at line 10?
5.
You have a class named Class l that contains a static method named smethodl and an instance method named method2. Class l contains the following X+ + code: (Line numbers are included for reference only.) You need to call smethodl from method2. Which code segment should you insert at line 10?
6.
Which elements can contain X++ methods?
7.
You have the following X++ statement: You need to identity the output of the statement. What should you identify?
8.
You are developing a solution by using X++. The solution updates multiple records. You need to ensure that if the solution attempts to modify records that currently are being edited by a user, the operation will be retried. Which type of exception should you handle?
9.
You are developing a solution to insert and update records in a table named Table l. Table l is structured as shown in the following table. You have the following X++ code: You need to identify the output of the X++ code. What should you identify?
10.
You need to identify the output of the following X- statement: What should you identify?