Perl
Perl Self Assessment 10 questions
#1Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is Perl?#2Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What data types Perl has? And how can we define it?#3Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How can you access to a hash value, add and delete a key/value pair and modify a hash?#4Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How can you iterate an array? And a hash?#5Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is a Perl subroutine? How to define it?#6Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Describe the different ways to receive parameters in a subroutine#7Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is lexical and dynamic scoping?#8Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How to apply referencing and dereferencing?#9Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Does Perl have conventions?#10Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is Perl POD? Can you code an example?
Perl Regex 6 questions
#11Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Check if the word electroencefalografista exists in a string#12Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Check if the word electroencefalografista does not exists in a string#13Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Replace the word amazing#14Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Extract hh:mm:ss with capturing group () in the following datetime#15Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Extract all the elements that are numbers in an array#16Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Print all the linux system users that starts with d or D
Perl Files Handle 3 questions
#17Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Mention the different modes in File Handling#18Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How to write into a file?#19Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How can you read a file and print every line?
Perl OOP 6 questions
#20Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Does Perl have support for OOP?#21Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is the purpose of the bless function?#22Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How to create a Perl class? How can you call a method?#23Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Does Perl have inheritance? What is the SUPER keyword?#24Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Does Perl have polymorphism? What is method overriding?#25Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How can you call a method of an inherited class?
Perl Exception Handling 1 question
#26Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How can we evaluate and capture an exception in Perl?
Perl OS 2 questions
#27Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is Perl Open3?#28Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Using Open3: Create a file with the size of 15MB and check it's created successfully
Perl Packages & Modules 5 questions
#29Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is a Perl package? And a module?#30Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is the difference between .pl and .pm extensions?#31Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again Why a Perl class (or module) should return something at the end of the file? Check the example.#32Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again What is cpan? And cpanm?#33Copy AI interviewer promptBuilding prompt…Copied AI interviewer prompt!Couldn't copy, try again How can you install cpanm and a Perl module?