I applied through a recruiter. I interviewed at Tipalti (Tel Aviv) in May 2021
Interview
home mission - Implement a utility that finds the minimal relation level between two people.
The utility should have the following functions:
void Init(Person[] people) - Initialization of the utility with person instances.
int FindMinRelationLevel(Person personA, Person personB)- Returns the
minimal level of relation between personA and personB. If they are not related, return -1.
Interview questions [2]
Question 1
Implement a utility that finds the minimal relation level between two people.
The utility should have the following functions:
void Init(Person[] people) - Initialization of the utility with person instances.
int FindMinRelationLevel(Person personA, Person personB)- Returns the
minimal level of relation between personA and personB. If they are not related, return -1.
Implement a utility that will use java reflection APIs to print “simple” objects.
“Simple” objects are defined as follows:
They have only public properties
Each property can be of the following types:
● Object – assume that that object is also a "simple" object
● Primitive (e.g. int), or string
one hour and after that asked questions about the code I wrote
1. Phone Interview - I was asked about the reason I would like to move to a different company. I was asked about diff projects I was working in.
2. Home Assignment - I was assigned to create a new REST service that provides customer details info via POST method.
Interview questions [1]
Question 1
I got 2 hours to build a web service that expose set of customer details.
I applied through an employee referral. I interviewed at Tipalti in Jan 2021
Interview
It was VERY long, and there was very sub par communication from the recruiter. I went through 4 rounds of interviews and a presentation. After the final round of interviews I didn't hear back for over a week until I reached out several times for a reply.
Interview questions [1]
Question 1
How have you handled a difficult situation with co-workers?