Google OA Questions 2024: What Candidates Actually Saw

Last updated: May 2026

23+ Google online assessment questions reported by candidates who took the OA in 2024. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.

Google OA Format in 2024

The Google online assessment has followed a consistent format across multiple hiring cycles. Based on 2024 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.

Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.

Real Google OA Questions from 2024

Google OA

graph leetcode

Question of recent google online assessment. 1) Consider you were given a graph(adjacency matrix) and weights of the graph(array = [12,17,15,11,9]). You have to pair the elements such that adjacent...

View

Interview Experiences - Google , Amazon , Paypal, Walmart , Sprinkler , MMT , Fresh-Works , I -PAC

hard other leetcode

I am Mr.D , currently working at a product based MNC @ chennai with 2.6 years(1yr Service based Industry + 1.6 yrs Product now emerging cloud ) of expereince in...

View

Interesting Pairs | FAANG OA

math leetcode

Given an array of integers arr, an integer sumVal, the task is to pair the elements in the arr into interesting pairs. Find the number of interesting pairs in the...

View

Google OA Question

greedy leetcode

ISRO is tasked with launching a set of satellites to monitor specific regions on Earth. Each satellite has a limited range within which it can gather data. The goal is to...

View

OA questions

math leetcode

1) From google OA (26th october): You are given an array A, find number of ways to choose subsequence of length 4 (i,j,k,l) such that A[i]xA[k]=A[j]xA[l], A[i]<=10^9 and N<=1000...

View

Google Team matching 2025 question + my process

easy graph reddit

**Hi all,** I recently cleared my on-site interviews and got the call from my recruiter letting me know I passed the hiring committee (HC) review and recruiter said I did great. I'm now in the team ma

View

Google Interview Experience For SWE (On-Campus)

graph gfg

????????? ??????: 1 online assessment - 60 mins 2 Technical + Googleyness Rounds - 60 mins 1 Technical Round - 45 mins????? ?: Two coding questions. One question was on pr...

View

Google | LinkedIn | Microsoft | Walmart | Startup

easy other leetcode

Education: BE CS [Last Tier College in India] Experience: 3+ Location: India Timeline: 2 months in 2024 Position: SE2 (or equivalent) Disclaimer The purpose of this post is not to disclose the exact questions but to...

View

Google | SWE INTERN 2025 | Bangalore, India | August 2024 | Rejected

arrays leetcode

Status: 5th Semester Engineering Student at Tier-1 College Position: SWE Intern 2025 at Google (Interview Experience) Location: Bangalore, India This was an On-campus opportunity Online Assessment: The process began with an online assessment on HackerEarth,...

View

Google L3 interview journey

easy dynamic programming leetcode

YOE : 2 years , Location Bay Area Applied June 2024 28th July : Received Online assessment. 8th Aug : Phone screen scheduled: (30 mins, difficulty medium, interviewer was more interested...

View

Google Interview Experience for Software Developer, Early Career Campus role in Canada

graph leetcode

About a month ago, a recruiter reached out to me regarding the position via LinkedIn, then I got an online assessment. Later after one and half week, we had one...

View

Google Interview Experience for SWE (Waterloo, Canada).

easy graph leetcode

I recently had the opportunity to interview for a Software Engineer (SWE) position at Google in Waterloo, Canada. I wanted to share my experience, primarily the lessons I learned throughout the...

View

Google | Interview Experience | L3 | SDE-2 | Rejected | Hyderabad | 2024

medium graph leetcode

Year of Experience : 2 years Current Company : Product Base (Newly Shifted in India) I applied on carrer portal on 2nd April 2024, and Recruiter reached me out to me on...

View

Google on-campus interview experience Dec 2023

easy other leetcode

Background Mtech - CSE from Tier-1 College # 1. OA Duration - 60 minutes Questions - 2 from a set of 10-12 Questions for the test happening PAN India. This was a window...

View

Google | Intern | India | JULY 2024

easy other leetcode

Hi, in this post , i would like to share my interview experience for google through the on-campus drive of our college (Tier-1). <3 A bit of background history about myself...

View

Google Interview Experience SWE FTE ( On-Campus 2024 )

easy arrays gfg

Online Assessment RoundDuration - 60 minutesQuestions - 2 from a set of 8 Questions for the test happening PAN India. 6 Questions were medium, 2 were hard.Round - 1: Techn...

View

Most Repeated Online assessment question | Amazon | Infosys | Oyo | Atlassian | Google

greedy leetcode

Initailly I thought of to implement memoization solution for this problem, but constraints are big. So, What could be the possible solution for this? Any greedy approach ? Here is...

View

Google India | Online Assessment | Max Zero Subarray

sliding window leetcode

Hey!, I recently gave google Online Assesment, and i wanted to know how to solve this question, it was asked in my google OA Question: given an array of integers, you...

View

Google on-site + assessment questions SWE - Early career

other leetcode

Hello! I recently finished interviewing with google for a SWE - Early career position, am currently on team matching stage and wanted to share the questions i\'ve got with you...

View

Google Online Assessment | Failed

sorting leetcode

Got the following question in google online assesment, can anyone solve this and explain the solution The problem statement in the image describes a task related to analyzing and optimizing a...

View

Topic Breakdown (2024 OA)

Topics reported by candidates who took the Google OA in 2024:

graph (6) math (2) greedy (2) arrays (2) sorting (1) sliding window (1) dynamic programming (1) backtracking (1)

Difficulty Breakdown (2024 OA)

8

easy

2

hard

1

medium

Difficulty labels are reported by candidates or inferred from LeetCode ratings.

How to Prepare for the Google OA

The Google OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.

  • Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
  • Focus on the topic clusters that appear most in Google OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
  • Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
  • Use the LeakCode database to review 2024 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
  • If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.

FAQ

What does the Google OA look like in 2024?

Based on 2024 candidate reports, the Google OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.

How long is the Google OA?

Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.

What platform does Google use for the OA?

Google uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.

Are these real Google OA questions?

Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.

Other Google OA Years

Related: Google OA Hub · Google All Questions · All OA Questions · Data Sources