CIW Perl Specialist 1D0-437 Exam Questions

Page: 1 / 14
Total 169 questions
Question 1

Which statement is the most accurate?



Answer : D


Question 2

Consider the following program code

%color - ("sun" => "yellow", "apple" -> "red");

reverse(%color);

@colorKeys - sort (keys(%color));

foreach(@colorKeys)

{

print($color{$_} . " ");

}

What is the result of executing this program code?



Answer : C


Question 3

Which of the following tasks is the least effective in reducing errors in Perl scripts?



Answer : D


Question 4

Running your Perl scripts with a w switch will perform which task?



Answer : D


Question 5

Which one of the following statements uses correct syntax and expressions?



Answer : C


Question 6

Consider the following program code:

%employees = ("Lucy", "Accounting", "Armando", "Finance",

"Adrienne", "Marketing");

delete($employees{"Lucy"});

Which of the following lines of code has the same effect as the preceding code?



Answer : D


Question 7

The values function performs which task?



Answer : B


Page:    1 / 14   
Total 169 questions