I applied through a recruiter. The process took 1 week. I interviewed at GreenRoad Technologies in Jun 2016
Interview
Interviewd by senior developer ,after answering technical questions.
Team leader asked more questions .
Why do you want to work here?
What is your experience?
What do you know about greenroad?
Describe your last project in tour last work.
Describe programming problems you had in uour work and how did you solve them.
Interview questions [4]
Question 1
write code in java to find an element in sorted array in O(nlogn) time.
you have a login page .
with user name ,password and submit button .
Explain how you verify user name/password .
How do you send it to the server.
How do you handle errors,timeout and etc.
There is a bulb that can be state on /off .
you should design a system that gives you indication of true in case the bulb was 60 percent or more in on state in the last 60 seconds it shoild be in O(1) time
there are two functions
set (status,timestamp)
get (timestamp) returns value described above.
the granuality is 10msec.