I applied online. The process took 4 weeks. I interviewed at Vayyar in Nov 2020
Interview
First, I had a technical interview. I was told about the company and the job I am interviewing for and to tell about myself. Afterward, I was asked technical questions about binary trees. I passed the first interview and continued to another interview with the head of the team. In this interview, I was asked about one technical problem. The third and fourth interviews were with HR workers. I was asked typical HR questions. The last interview was with the CTO where I was asked to tell about projects I have done and about me.
Interview questions [1]
Question 1
1. Write a code implementing a binary tree.
2. Write a function that finds if a number is in a binary tree.
3. Given an array, shuffle it without using a random function.