ColorTokens Full Stack Web Developer interview questions
based on 1 rating - Updated 7 Oct 2017
Difficultinterview difficulty
Very positiveinterview experience
How others got an interview
100%
Applied online
Applied online
Interview search
1 interviews
ColorTokens interviews FAQs
Full Stack Web Developer applicants have rated the interview process at ColorTokens with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 36.8% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at ColorTokens as a Full Stack Web Developer according to 1 Glassdoor interviews include:
Presentation: 50%
One on one interview: 50%
Here are the most commonly searched roles for interview reports -
I applied online. I interviewed at ColorTokens (Bengaluru)
Interview
1st round: Hacker rank Interview of 60 min.
Hacker rank test had 5 multiple choice questions of Javascript concepts and 3 coding questions. Multiple choice questions tested our deep knowledge in Javascript.
Interview questions [1]
Question 1
Coding questions:
1. Given a service, use https module of node.js to call a service and based on the result, call second service multiple number times and generate response in requested format (had to use promises and lot of json manipulation)
2. Given array of integers, find distinct sets of 2 integers that sum to a particular value
Ex:
Input: 3 2 5 2 3 4 1
Output: 2
Explanation :{(3,2),(4,1)}
3. Don't remember exact question, but it 's something like this:
All the characters of string are encoded to ASCII and result is reversed.
Input: Above reversed ASCII code of string
Ouput: Decode above code to get the string