AI & Technical question
How would you make the internet faster?
- AI & Technical
- Hard
Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.
Start a mock interview on this question · Mock interview from a job description
What this question tests
Tests technical breadth on internet infrastructure, requiring the candidate to identify real bottlenecks rather than a vague make it faster answer.
How to approach it
- Clarify scope: last-mile access speed for end users, or backbone and routing latency, since the fix differs.
- Identify the main bottlenecks: last-mile bandwidth in underserved areas, DNS resolution time, and content distance from origin servers.
- Segment by geography: urban areas with fiber already available versus rural areas relying on satellite or older infrastructure.
- Propose layered fixes: expanding CDN edge locations to cut content distance, promoting protocols like HTTP/3 and QUIC to reduce connection overhead, and investing in last-mile fiber or low-earth-orbit satellite for underserved regions.
- Weigh cost and who pays: ISPs, governments, or platforms subsidizing infrastructure in low-margin regions.
- Define success as reduced median page load time and latency, segmented by region.
What a strong answer includes
- Breaks a vague prompt into concrete technical levers, CDN placement, protocol efficiency, and last-mile access, instead of one blanket answer.
- Distinguishes latency problems, fixable with protocol and routing changes, from bandwidth problems, fixable only with physical infrastructure.
- Uses illustrative numbers as assumptions: assume rural median latency is 3x urban, so infrastructure investment matters more there than protocol tweaks.
- Names real technologies, HTTP/3, QUIC, and edge CDNs, showing actual technical grounding.
Common mistakes
- Giving a vague answer like build more infrastructure without naming specific levers.
- Ignoring that bandwidth and latency are different problems with different fixes.
- Not addressing who funds infrastructure investment in low-margin, underserved areas.
Likely follow-up questions
- Which fix would you prioritize first given limited budget?
- How does this differ for mobile versus fixed broadband?
- What's the role of edge computing in this?
More ai & technical questions
- Design a simple load balancer for Google.com. What data structures would you use?Google · AI & Technical · Hard
- How does TinyURL work?Google · AI & Technical · Easy
- How would you explain cloud computing to your grandmother?Google · AI & Technical · Easy
- What happens when you enter a URL in your browser?Google · AI & Technical · Easy
- You’re part of the Google Search web spam team. How would you detect duplicate websites?Google · AI & Technical · Hard
- Explain the data pipeline for the last AI project you worked on. What were the top challenges in getting data, and how did you resolve them?Google · AI & Technical · Hard
More questions from Google
Learn the skill behind it
Chapters of the AI PM course that teach what this question tests.
- Chapter 1: Foundations: the model and the decisions it forces on you
- Chapter 8: Evals: define good and make the number defensible
- Chapter 6: Agents and agentic architecture