Skip to content

orangecapinnovative/job-quest-intern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

TakeMeTour Internship Program 2017

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

Haskell is a functional programming language. The fundamental concept is totally different to the traditional (imparative) language.

  1. 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
  1. Please write a function that calculate nth number of fibonacci sequence. For example,
> fibo 1
0
> fibo 5
3

Answer:

-- insert your answer here

Questions

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:

Submitting

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published