Uipath Interview Questions
Master your tech interview with our curated database of real questions from top companies.
Implement 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 ...
Compute 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...
Walk through resume and handle ambiguity
Behavioral Interview Prompt: Resume Walkthrough and Handling Ambiguity (Machine Learning Engineer) Instructions Provide a concise, structured response...
Explain transformer architecture and FFN rationale
Transformer Architecture: Components, Shapes, Complexity, and Design Choices Task Explain the Transformer architecture in detail for a standard encode...
Describe project scope and ownership
Project Deep-Dive: End-to-End Walkthrough Context You are in a technical screen for a Software Engineer role. Provide a concise, structured walkthroug...
Explain database design and consistency
System Design (Technical Screen): Database Portion of a Project Provide a structured description of the database component of a real project you owned...
Explain Transformer Layers and FFN Rationale
Explain the Transformer Architecture Goal Provide a clear, step-by-step explanation of a Transformer layer, covering: - Multi-head self-attention (MHA...
Handle Ambiguity in the Workplace
Behavioral: Managing Ambiguity and Changing Requirements Context For a Machine Learning Engineer technical screen, be ready to discuss a real project ...
Compute 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...