Demo Microsoft MB-820 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 4 Questions
Demo Practice
Question 1

HOTSPOT You need to create the codeunit to read the POS terminal APIs.

How should you complete the code segment?

To answer, select the appropriate options in the answer area.

NOTE; Each correct selection is worth one point. 

Correct Answer: A
Explanation:
Codeunit Configuration & Selections
Drop-down Position / Code Block ElementOptions (Correct Selected Value in Bold)

First Drop-down Line


(Directly below the codeunit declaration block header)

* Access = Internal


* Access = Public


* Permissions = TableData "POS Information" = rdx


* Permissions = TableData "POS Information" = RMDX

Second Drop-down Line


(Directly above the method's begin statement to define the function)

* procedure readAPI()


* procedure readAPI(PosNo: Integer)


* var procedure readAPI()

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM