Hi all applicants! Welcome to TakeMeTour Internship Program 2017. Being and intern at TakeMeTour is challenging so we have challenges for you! These challenges are designed to assess your learning skill, which is the fundamental and most important skill of great software developer. So I do not expect you to have full or any knowledge about the topic beforehand but it's your job to try to learn and answer those challenges.
Haskell is a functional programming language. The fundamental concept is totally different to the traditional (imparative) language.
- Please write a function that check if the input number is prime number. For example,
> is_prime 5
True
> is_prime 4
False
Answer:
-- insert your answer here
- Please write a function that calculate nth number of fibonacci sequence. For example,
> fibo 1
0
> fibo 5
3
Answer:
-- insert your answer here
Q1: What is GraphQL and how it is different from REST API?
A1:
Q2: Please explain how javascript benefits from cross-platform development
A2:
Q3: What do you expect to get from during an internship at TakeMeTour?
A3:
Please fork this repo and submit your repository at [email protected] along with your contact information.
Note: These challenges must be done by yourself. There is no benefit for both sides if the answer do not reflect your true skill.