Skip to content

Instantly share code, notes, and snippets.

@akmathur
Created July 6, 2012 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akmathur/5733f580b60d68e7f702 to your computer and use it in GitHub Desktop.
Save akmathur/5733f580b60d68e7f702 to your computer and use it in GitHub Desktop.
These set of questions appeared in the online job application form used by 8Rays Tech in May-June 2012
Full name (*)
Email address (*)
Mobile number (*)
Which city are you located in? (*)
Where are you working currently?
What is your current monthly take-home salary?
How much professional programming experience do you have?
Why do you want to leave your current job?
What is your impression of 8Rays Tech and why would you like to work here?
Where did you hear about this position?
What do you do outside of work hours - mention any hobbies, side projects, blog, github account or open source projects you are working on.
*Technical questions*
__We understand these are really simple questions. We just want to know your programming skills.__
Rate your coding skills (1-10. 1=beginner and 10=expert) (*)
Rate your web application development knowledge (*)
How well do you know databases (MySQL) (*)
Rate your Linux knowledge (*)
How well do you know Ruby and RoR Ruby and RoR is not required for this position but will give you an edge
What is your favourite programming language? (*)
Write a short program to print the sum and average of all odd numbers between 1 and 100 You can use any programming language
Write a short program to count the number of words in a sentence You can use any programming language
Write a program to search a given element in the array and print the index of the array or 'Element not found'. You can use any programming language
Write a program to print the list of unique letters used in a word e.g. if the input is: inhibition the output should be: b, h, i, n, o, t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment