Imc Software Engineer Interview Questions
Practice the exact questions companies are asking right now.
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 ...
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...
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...
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...
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...