I applied online. The process took 3 days. I interviewed at AudioEye (Atlanta, GA) in May 2019
Interview
Firstly phone screening mostly asked about experience and study . After that they sent a coding basic 10 question to work on it at home and after that schedule a interview at location.
Interview questions [1]
Question 1
On a webpage, a <div> with class="button" has a click event. Because a keyboard user cannot activate the click
event, this is not accessible. Typically, a keyboard user needs tab to an interactive element
such as a link or button and press the space or enter key to activate. Only using JS/JQuery,
how would you make this keyboard accessible?