HR2026-08-13
Communication
AI-Expanded — inferred from the question title, not from the original candidate report
Given a network of servers represented as a graph where edges denote communication channels with specific latency costs, determine the minimum total latency required to broadcast a message from a single source node to all other nodes in the network. If the network is disconnected and a full broadcast is impossible, your solution should identify that the task cannot be completed.
Context & Summary
Behavioral interviews
💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.
Conceptual Question
This appears to be a conceptual, design, or behavioral question rather than an algorithmic coding problem. The code editor and automated test cases have been disabled for this question.
Back to questions
InterviewDigest