TechJobs Hiring
RemoteExperiences
/
TechJobs Hiring

A community-driven job board helping engineers discover high-impact roles at companies building the future.

Explore

  • All Opportunities
  • 100% Remote Roles
  • US Tech Jobs
  • Post Opp. (Job)
  • Post Interview Exp.
  • Read Interview Exp.

Company

  • About Us
  • Privacy Policy
  • Terms of Service

© 2026 TechJobs Hiring. All rights reserved.

Built for the developer community.

← Back to all experiences
Pending

Google Interview Experience

Software Engineer, University Graduate 2026

Process Overview

  • Applied April 12th, interviews held September 4th, 8th, and 23rd.

Interview Rounds Breakdown

Technical Round 145 mins

GraphsAlgorithms
The problem was presented in a shared document.
The candidate utilized Dijkstra’s algorithm to solve the primary graph problem.
The interviewer provided a follow-up that served as an extension to the initial problem.
The candidate successfully implemented the full code and provided a detailed time complexity analysis.
Questions Asked
Graph-based problem requiring shortest path or traversal logic.
GraphsDijkstra
Solve

Technical Round 260 mins

Binary TreesBehavioral
The candidate solved the initial binary tree problem and the first follow-up within 30 minutes.
The second follow-up was significantly more difficult; the candidate did not reach the optimal solution.
The interviewer mitigated candidate anxiety by clarifying that the final follow-up was for discussion purposes only.
Behavioral questions were addressed using the STAR (Situation, Task, Action, Result) method.

Technical Round 360 mins

StringsHash MapsBehavioral
The candidate used a hash map to group strings based on specific criteria.
The candidate performed a dry run on test cases three times to ensure correctness.

Key Takeaways & Advice

Candidate Advice

  • Do not panic if a follow-up question is difficult; focus on communicating the thought process.
  • Acknowledge when an optimization is not possible if the current complexity is already optimal.
  • Be prepared for a lengthy post-interview waiting period.

Preparation Tips

Final Verdict

The result for this interview is still pending.

Experience Details

CompanyGoogle
RoleSoftware Engineer, University Graduate 2026
Experience Level1-3 Years
Posted OnJul 29, 2026

Share Experience

Similar Experiences

Harness

SDE - 1 • 1-3 Years

Read Experience →

Tower Research LLC

SDE 1 (Backend Post Trade) • 1-3 Years

Read Experience →
TechJobs Hiring

A community-driven job board helping engineers discover high-impact roles at companies building the future.

Explore

  • All Opportunities
  • 100% Remote Roles
  • US Tech Jobs
  • Post Opp. (Job)
  • Post Interview Exp.
  • Read Interview Exp.

Company

  • About Us
  • Privacy Policy
  • Terms of Service

© 2026 TechJobs Hiring. All rights reserved.

Built for the developer community.

Questions Asked
Find the root of a binary tree given a set of nodes and parent-child relationships.
Binary Trees
Solve
The interviewer probed for alternative approaches and optimization possibilities.
The candidate correctly identified that the time complexity could not be improved beyond O(N) for the given constraints.
Questions Asked
Group strings based on specific criteria.
StringsHash Maps
Solve
Maintain a high volume of practice on platforms like LeetCode (600+ problems).
  • Engage in competitive programming (Codeforces, CodeChef) to build problem-solving speed.
  • Prepare behavioral responses using the STAR method.
  • Practice dry-running code on test cases to ensure robustness.