projects :: team :: contact :: jobs

busylab 

   Please fill out this form and hit 'submit' at the bottom of the page:

 
Your Name    FamilyName
Your Email
Your Mobile
Your City    Country
Date of Birth     Male      Female
Highest Education University (postgrad) University (undergrad) Technical College Secondary School
University
  Please rate your knowledge of the following technologies:
  1.  General Knowledge Never
heard of it
I've studied it I've used it a
fewtimes
I use it
regularly
I can
troubleshoot it
I created it
PC hardware
Routers/switches/etc
Windows OS
Linux OS
MySQL
Oracle
Other SQL
Data modeling
Version control software
Bug-tracking (issue-tracking)
  2.  Software Never
heard of it
I've studied it I've used it a
fewtimes
I use it
regularly
I can
troubleshoot it
I created it
SMB/CIFS/Samba
Sendmail / other SMTP server
Bind
Apache
Bash
Perl
C/C++
PHP
ColdFusion


 3. Learning Test
You are the senior developer of a programming team... One day your boss comes to you and says: “We have got to implement the foobar technology on our systems”, and – of course – you have never heard of foobar. What would your approach be like?
 4. Problem Solving Test
If you were asked to calculate the approximate number of mango trees in Ghana, how would you go about the problem? 
 5. Problem Solving Test
Write a function that takes three parameters (representing day, month and year) and calculates the day/month/year of the following day (for example, if the parameter is 31/03/2007, the result should be 01/04/2007). No need to take into account leap years. You cannot use any date/time specific functions, you must do it "by hand".
 6. Problem Solving Test
Write a function that takes a string and counts the number of occurrences of any given letter in it (for example, given the string "HELLO" as a parameter, there are two occurrences of "L", one of "H", one of "E", one of "O" and zero of any other character).

   

»