| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. When you're pattern matching, you describe the pattern using:

Correct Answer is : A regular expression

2. Perl is:

Correct Answer is : A programming language

3. The printf format "%6.2f" displays a number …

Correct Answer is : At least six columns wide in total, with two figures after the decimal place

4. The statement open (FH,"abc.txt");

Correct Answer is : opens the file abc.txt for reading

5. When you create a variable, you may assume it starts off containing:

Correct Answer is : A null string (or 0 arithmetically)