Google OA Questions 2020: What Candidates Actually Saw

Last updated: May 2026

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

Google OA Format in 2020

The Google online assessment has followed a consistent format across multiple hiring cycles. Based on 2020 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 2020

Google Onsite

hard graph leetcode

I interviewed with google last year - onsite so the recruiter skipped my OA or telephonic round. Onsite: 1.) Some cars, road weird question. You are given starting state of...

View

Google Online Assessment

dynamic programming leetcode

I encountered a question in Google online assessment , it seems to be a variation of LIS. A smart string is one with characters in strictly increasing or decreasing order. Given...

View

Google New Grad phone screen (rejected)

easy sliding window leetcode

You are given a list of salaries on coseciutive days and integer K. Find two coseciutive not overlapping invervals of salaries that sum up to K and cover smalles possible...

View

[NDA] Amazon SDE2, Google L4, Facebook E4 - Offer, Offer, Offer April 2020

hard graph leetcode

Interview Experience I promised to make a post if I got more than 1 offer.... so here goes nothing. Amazon: 5 rounds. 1 System Design problem. Was a little difficult considering it...

View

Google online assessment.

graph leetcode

Google online challenge:- Given a number T, the number of test cases and each test case consist of the following: A number N, number of nodes of the undirected tree and an...

View

Google New Grad 2021 Online Assessment

greedy leetcode

Hello everyone, I recently had my online assessment for new grad role at google. I want to post a question which was asked, and seek help from the community in...

View

Google Online Coding Challenge (Online Test) SWE INTERN 2021

dynamic programming leetcode

About a week ago, i received mail from google regarding coding round. Today the test was conducted on HackerEarth platform. It had two questions:- 1. Given an array of size N....

View

Google Internship Test question.

graph leetcode

Recently I appeared for the online test Google conducted to shortlist the candidates for their internship. One of the question I was asked to solve was the below one. I...

View

Roblox - OA - New Grad 2021

dynamic programming leetcode

3 Questions, 90 Minutes 1. Piles of Boxes https://leetcode.com/discuss/interview-question/390456/Google-or-Phone-Screen-or-Piles-of-Boxes 2. Paint the ceiling https://leetcode.com/discuss/interview-question/892579/paint-the-ceiling-swe-hackerrank-test 3. University Career Fair https://leetcode.com/discuss/interview-question/854052/Roblox-Intern-OA-2020

View

Google Online Challenge for Summer Internship 2021

arrays gfg

The Google online challenge 2020 for summer internships 2021 was held on Sept 26. It was a 60-minute online test having 2 questions to code.First Question: You are given a...

View

Google[Reject] | Amazon[Reject] | *Startup*[Reject] | Aurora[Reject] | Microsoft [Offer]

easy other leetcode

Education : BS Mechanical Engineer, MS Electrical Engineer Position : Small defense company Experience : 2 year (EE stuff) / 4+ years (software) Questions : Easy (172) Medium (378) Hard(35) I thought I will...

View

Google | L3 | Bangalore | Apr 2020

system design leetcode

Education: Tier - 3 College | IT Years of Experience: 6.3Year Prior Experience: Top Investment Firm My Joy of happiness is getting interview call from Google. Telephonic: Similar to 1. https://leetcode.com/problems/design-search-autocomplete-system/ \tSolved using multiple way Substring...

View

Google | SE (L4) | Bangalore | August 2020 [Offer!!!]

easy other leetcode

Status: 5+ years total Experience Last Company: Expedia Location: Bangalore, India Last Interview Date: 20th July, 2020 Update: Prepration Strategy I started with revising all Data structures and attempted questions from LeetCode after I am...

View

Google | L3 - New Grad | Waterloo | Phone Screen

easy binary tree leetcode

Hi, Hope everyone is having a great week, and is staying safe. Thought I would share my phone screen experience at Google. I originally applied online (wasn\'t really expecting to...

View

Microsoft SDE 2 & Google SDE 1

easy graph leetcode

Hello to everyone at Leetcode Community. Having Interviewed with Microsoft and Google Recently, I wanted to share my Interview Experience with you all. Microsoft (SDE2 L61) OFFER Round 1 : 1....

View

Google OA 2020 | India

easy arrays leetcode

Google campus internship OA test. It was on HackerEarth. 2 questions 1 hour. 1) Fairly easy one. Given an array, support the following functions - a) get index i , b) lef...

View

Google OA SWE Intern 2021 India

other leetcode

myself - A Final Year Student from Tier 3 college. I applied for Summer Internship role through Google\'s carrier site. platform - HackerEarth test pattern - 2 Coding Questions (1 hour) Question 1...

View

Google | Software Engineer | India | December 2020 [Offer]

hard heap leetcode

Status: Final year CSE, IIT Position: Software Engineer Location: Banglore, India Date: December 1st, 2020 Mode: On-campus Placements Compensation: here Process: 1: online test (2 questions) 4: Coding interview round 1: googleyness round 32 students from...

View

GOCC14: Google's Online Coding Challenge - New Grad (India)

arrays gfg

The Google online challenge 2020 for new graduate 2021 was held on August 22. It was a 60-minute online test having 2 questions to code.The exam was conducted on HackerEar...

View

Google Technical Interview Questions | Summer Internship | 2020

easy graph leetcode

I recently interviewed with Google for SWE Intern. I would like to share it with the LC community.` First round was an Online coding round where you get 2 questions. I...

View

Topic Breakdown (2020 OA)

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

graph (11) dynamic programming (5) arrays (5) system design (2) binary tree (2) stack (1) sliding window (1) matrix (1)

Difficulty Breakdown (2020 OA)

23

easy

7

hard

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 2020 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 2020?

Based on 2020 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