ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 177 - PL-400 discussion

Report
Export

HOTSPOT

A company imports data from files.

The following code is created to import the files. (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 177
Correct answer: Question 177

Explanation:

Box 1: No

The For Each loop is exited if there is an error. Need ContinueOnError in the right place.

Box 2: No

The ContinueOnError statement should be placed in the For Each loop before line 13.

Box 3: Yes

Box 4: No

This code is just for displaying the result on the screen.

asked 05/10/2024
Fatmata Kabba
51 questions
User
0 comments
Sorted by

Leave a comment first