Job Openings

Apply for Software Developer - PERL

Please fill out the form below and click Submit to submit your application for consideration. Fields with an asterisk (*) are required.

Summary
Title:Software Developer - PERL
ID:29648
Department :Product Development
Location:13971
Resume
* Resume:
Supported formats: Word, PDF, RTF, Text, and HTML.
  - or Upload from:
 
Contact Information
* Name:
Address 1:
Address 2:
* City:
* State:
Zip:
* Phone:
* Email:
Attachments
Cover Letter:
You can type in a Cover Letter or Copy/Paste from an existing document.
General Base Questions
* Are you currently authorized to work in the United States on a full-time basis for any employer?
Yes
No
* What is the best phone number where you can be reached?
* Are you located in Houston area? (Yes/No)
Yes
No
* Are you willing to relocate to Houston?
Yes
No
* What is the best time to call you?
Early Morning (6:00AM to 9:00AM)
Morning (9:00AM to 12:00PM)
Afternoon (12:00PM to 3:00PM)
Late Afternoon (3:00PM to 6:00PM)
Evening (6:00PM to 9:00PM)
Late Evening (9:00PM to 12:00AM)
* Desired Salary
* Where did you learn about this opening?
I am a current cPanel employee
Third party recruiter
Employee referral
cPanel's job site
External job board
Conference
Other
If you were referred by a cPanel employee, recruiter, or external job board, please type the name.
Software Developer Questions
* How many years of Perl development experience?
None
Less than 1 Year
1-2 years
3-5 years
6-10 years
10+ Years
* How many years of Python development experience?
None
Less than 1 Year
1-2 years
3-5 years
6-10 years
10+ Years
* How many years of PHP development experience?
None
Less than 1 Year
1-2 years
3-5 years
6-10 years
10+ Years
Please list any other languages you have had development experience in, with the number of years spent using the language.
* What is the primary language you have used most recently?
* Have you contributed any modules to CPAN or PyPi?
CPAN
PyPi
Other
None
Please describe any contributions made.
* Do you code outside of a professional atmosphere (hobby)?
Yes
No
If you have a github account, please link to it here
* Have you used any version control software?
Git
CVS
Subversion
Mercurial
Other
None
* What kinds of Linux system administration are you actually comfortable with performing?
None
User tasks only
Update packages with GUI tools
Update packages with command line tools
Add/del users
Install applications from source (to home)
Install applications from source (to system)
Configure firewall
Configure wireless network
Install kernel modules
Patch and recompile kernel
Build your own distro
Linux Proficiency
* How can you identify the currently running kernel version on most Linux operating systems?
Select all that apply.
echo ${kernel.version}
uname -a
/cat/proc/kernel
less /proc/kernel/ver
* How would you create a new file called "file.txt" in the current directory within most Linux operating systems?
Select all that apply.
mkfile file.txt
vi file.txt
touch file.txt
open file.txt
* What would running the command "pwd" directly after logging in as root do?
Select all that apply.
Output the current working directory
Change the current user's password
Change to the specified directory
* What would running the command "df -hl" do?
Select all that apply.
Halt the "df" process
Output all active human users logged in locally
Display the available disk space on locally mounted file systems
Display the available disk space in human readable format for all volumes
* Challenge: Write a one-line BASH `for` loop to create 100 user accounts (user1 through user100) using the `useradd` command.