After the above questions, please look below
25 Questions Session (Online) in MagicFS
1-23 questions are pretty much like going through CODE ACADEMY. You will be given instructions and they will also explain what each variables, and in-built function does.
It gets harder after 18
24 - Create a Fibonacci Sequence in MagicFS
0,1,1,.... 21
For this question I commented how I would code in Python and then kind of did an attempt to do MagicFS (it was tough)
Question 25:
Implement a search function that can go through a list as below
["ALEX", 20], ["BRITTANY", 50]
For this I commented stating that this can be done in an array list that takes two arguments, however it'd be better if you say it can be done in HASHMAP in Java,,
ALSO I ATTEMPTED to code in MagicFS