It was short but difficult.
There was one home test and two interviews.
The home test was 2 hours and focused on algorithms.
The other interviews were 1 hour each, the first focusing on coding while the second was focused on micro-services.
Interview questions [1]
Question 1
Find shortest path between two entities in a graph.
I applied through a recruiter. I interviewed at Tipalti (Tel Aviv) in Jun 2020
Interview
1. Phone call with short interview (tell us about yourself and usual things).
2. Received task via mail (pdf file) at the desired time (they let me choose during the phone call -- automated email)
3. After two hours submit the task to a remote location
Interview questions [1]
Question 1
Home task:
Given undirected, cyclic, not connected graph, find shortest path between 2 given nodes.
Input is array of nodes, output sum of edges.
Implement a solution in two hours and mail back