I applied online. I interviewed at UiPath (Bengaluru) in Sep 2025
Interview
Totally there are 4 rounds, 2 dsa and 1 LLD round. HR will hurry till these rounds, and for the last round they will gost you. The last round was Hiring Manager round. The HR wont even pickup our call and dont reject either.
Very lengthy process with 7 rounds. I was asked to visit office for HLD and hiring manager round.
Initial discussion round with recruiter. Then hiring manager had a 'small' intro round for about 45 min they explained the requirement and enquired about my background. Then they put me in full interview loop consisting of 2 technical dsa, 2 design and 1 HM round. Very tiring and time consuming process.
Interview questions [1]
Question 1
I cannot recall the DSA questions but they were standard LC medium type.
Given a really long list of docs. Docs contains string which are separated by spaces. Also, we are given a list of queries. Each query has word1, word2, distance. So for each query find the list of documents where word1 and word2 are present with less than 'distance' number of words present between word1 and word2. Find most optimal algo for this problem.
HLD: Design a document platform doc which can be accessed by service engineering team or end users for documentations. High avalibility not critical, immediate consistency not required, but easy to fetch and edit the docs, should be very cost effective and should scale during peak time(say docs are accessed heavily just after a product release).
HM round: Design a service which replicates data received from upstream services and then forwards it to other microservices consuming the data.