I applied through a staffing agency. The process took 1 day. I interviewed at Fiverr Inc.
Interview
Question about your previous work. About the system architecture. You need to draw it and to explain why you did it like you did . Even this is a
Front end position they want you to know some fullstack stuff. To my opinion, the interviewer was a bit arrogant
I applied online. I interviewed at Fiverr Inc. (Dhaka) in Apr 2024
Interview
I demonstrate expertise in HTML, CSS, JavaScript, React.js, Next.js, Bootstrap, Tailwind css, jQuery, GSAP and other technologies and focus on responsive design. Can demonstrate accessibility, problem solving skills and understanding of UX/UI principles.
I applied through a recruiter. The process took 1 day. I interviewed at Fiverr Inc. (Tel Aviv-Yafo) in Oct 2018
Interview
* short conversation with 2 developers from the company about you and the job
* 1.5 hours of writing code (on their MacBook) - writing todo app in any technology you want according to the requested design
* 1-hour test in front of them - writing test functions implementation
Interview questions [1]
Question 1
when uncomment those code blocks - they need to run successfully:
test('a', () => {
expect(1).toBe(1);
})
test('b', () => {
expect(1).toBe(2);
})