Uipath Machine Learning Engineer Interview Questions
Master your tech interview with our curated database of real questions from top companies.
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...
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 ...
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 ...
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...
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...