Imc Interview Questions
Practice the exact questions companies are asking right now.
Analyze time complexity and threading trade-offs
Answer the following conceptual questions. 1) Worst-case time complexity State the worst-case time complexity (Big-O) for each operation and briefly j...
Find valid range of q for outcome probabilities
You have a 3-outcome experiment with mutually exclusive outcomes: - Outcome 1 occurs with probability \(q\) - Outcome 2 occurs with probability \(q^2\...
Return all combinations that sum to target
Given an array of distinct positive integers candidates and an integer target, return all unique combinations of candidates where the chosen numbers s...
Find k-th recipient in command propagation order
Chain of Command (k-th Receiver in DFS-by-Child-Id Order) A company org chart forms a rooted tree with n people (nodes), labeled 1..n. You are given a...
Choose container set with minimum total waste
Waste Reduction (Minimum Total Waste Container Set) A pharmaceutical company prepares liquid medication for multiple patients. Each patient order has ...
Explain a project to non-technical stakeholders
You are speaking to a non-technical audience (e.g., business stakeholder, operations team, or a friend with no engineering background). Describe one p...
Design an in-memory hotel booking system
Design a hotel booking system that supports reservations without using any database. You may only use in-memory data structures. Requirements Define A...
Choose container set to minimize waste
You are packaging medicine for shipment. You can choose exactly one container set and then must use containers only from that set to fulfill all custo...