INSTRUCTIONS
Congratulations on getting to this stage of the interview process and welcome to the gTeam Chief Architect test. As we mentioned earlier, finding the top 1% of talent is a challenging task that does require some commitment from you to really show us your skills.
For this stage, you will be given a set of multiple choices questions that range from IQ and technical categories to coding quizzing and questions designed to test your broader technical understanding.
You have total of 70 minutes to submit this test once started. The time limitation is set to ensure fairness amongst all candidates and to ensure we can get back to you in a timely manner on your results. Good luck and we look forward to seeing your talents!
General Instructions:
- You are free to choose any language from the list and code
- If the code area contains the function signature, just complete the function alone, we'll take care of the main function, headers, etc
- If you're expected to write the full code, it'd be mentioned in the code area. All inputs are from STDIN and output to STDOUT. If you're using Java, use the classname as 'Solution'
- To understand more about the environment, time limits, etc. you can read theFAQ here
- You can print to console to debug your code using the appropriate print command for each language (Eg: cout for C++, printf for C, etc.)
- It is okay to use reference language documentation or use an IDE that has code completion features. However it is not acceptable to consult/copy code from any source including a website, book, or friend/colleague to complete these tests.