AI & Technical question

The Chrome team is looking to reduce power utilization on mobile phones when using the browser. How would you go about solving this problem?

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

Structured technical problem-solving: diagnosing where power is spent in a browser and proposing concrete, measurable interventions.

How to approach it

  1. Clarify the target: active-browsing battery life, background-tab drain, or both.
  2. Break down where a mobile browser spends power: JS execution, GPU rendering/animation, network radio wake-ups, background tabs, autoplaying video/ads.
  3. Prioritize the biggest offenders with data; background tabs and autoplaying video/ads are typically the largest, well-documented drains.
  4. Propose fixes per offender: tab freezing/throttling, autoplay blocking, batching network requests, capping animation frame rate.
  5. Define success as average mAh consumed per hour of active browsing, measured via instrumented power profiling.
  6. Flag the trade-off: aggressive throttling can break sites relying on background timers, so ship behind a flag and monitor breakage.

What a strong answer includes

Common mistakes

Likely follow-up questions

More ai & technical questions

More questions from Google

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank