Uipath Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
3Questions
1Company
3 Questions 1 Company
Showing 3 results
UiPath
Medium
Software EngineerCompute longest distinct substring, case-insensitive
Given a string s, return the length of the longest contiguous substring that contains no repeated characters, treating letters case-insensitively (e.g...
Coding & Algorithms
0
0
Sep 6, 2025
UiPath
Medium
Machine Learning EngineerImplement cocktail shaker sort and analyze
Implement the cocktail shaker sort (bidirectional bubble sort) for an array of integers. Optimize it with early termination and shrinking bounds, and ...
Coding & Algorithms
0
0
Sep 6, 2025
UiPath
Medium
Machine Learning EngineerCompute Minimum L-Moves on Infinite Grid
On an infinite 2D grid, a chess-like piece moves in L-shapes: from (x, y) it can go to (x±1, y± 2) or (x±2, y± 1). Given integer target coordinates (t...
Coding & Algorithms
0
0
Aug 7, 2025