Job Openings

Apply for Quality Assurance Analyst II

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

Summary
Title:Quality Assurance Analyst II
ID:296269
Department :Quality Assurance
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.
QA Analyst - Prod dev
* Do you have work experience with Linux/*nix operating system troubleshooting?
Yes
No
If so, how many years of work experience in this do you have?
* Are you competent in a scripting or programming language?
Yes
No
If so, which one?
* Do you have any exposure to Quality Assurance methods?
Yes
No
If so, where did you gain your experience?
* Do you have any experience working in a web hosting environment?
Yes
No
If so, how many years of web hosting experience do you have?
* Are you located in the Houston area or willing to relocate?
Yes
No
* Have you worked in an Agile/Scrum environment?
Yes
No
* Have you used Virtual Machines?
Yes
No
* Have you used any version control software?
Git
CVS
Subversion
Mercurial
Other
None
* Have you used Selenium or Mechanized?
Yes, extensively
Yes, frequently
Yes, not often
I've used other frameworks
No experience
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.