| 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). |
|