Motive Interview Questions
Master your tech interview with our curated database of real questions from top companies.
Implement Union-Find and track components
Implement a Disjoint Set Union (Union-Find) data structure with union by rank and path compression. Design the API to support union(a, b), connected(a...
Design a delivery system with route visibility
System Design: Real-Time Delivery Logistics and Route Visualization Platform Context Design a platform that allows dispatchers and end customers to vi...
Discuss a recent project and impact
Behavioral & Leadership: End-to-End Project Walkthrough You are in an onsite software engineering interview. The interviewer asks you to walk through ...
Fetch and process JSON from REST API
Given a REST endpoint that returns a JSON payload, set up a coding environment, perform an HTTP GET, parse the JSON, and extract specified fields to p...
Design real-time delivery tracking system
System Design: Real-Time Courier Route Visibility Platform Context Design a parcel delivery platform that gives customers and operations real-time vis...
Implement Union-Find for connectivity
Implement a Disjoint Set Union (Union-Find) data structure with path compression and union by rank. Support operations: make_set, find(x), union(x, y)...
Fetch and parse JSON from REST API
Set up a minimal development environment and write code that performs an HTTP GET to a given REST endpoint returning JSON. Parse the response and extr...