Google OA Questions 2026: What Candidates Actually Saw
Last updated: May 2026
11+ Google online assessment questions reported by candidates who took the OA in 2026. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.
Google OA Format in 2026
The Google online assessment has followed a consistent format across multiple hiring cycles. Based on 2026 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 2026
Google 2026 Summer Internship Online Test for SDE (General)
This post was last edited by George_333 on 2025-09-24 at 14:13. Two easy questions, newbie asking for points! A player is playing a game in which coins are placed on and removed from a table. The game
Google L4 Frontend Engineer Interview Experience and Timeline
Timeline Applied: 10/30 OA received: 11/06 First round: 11/21 Second round: 11/28 Third round: 12/03 Fourth round (onsite): 12/13 HR call & received team match form: 12/15 Below is my interview experi
Google Online Assessment Recent LeetCode Question List 2024
Numbered List with Problem Names # These questions were collected from students who recently attended online assessments (OA). ## LeetCode 92 – Reverse Linked List II https://leetcode.com/problems/
Anthropic OA
Just did the 4 part Anthropic OA and it whooped my ass. Idk how anyone’s finishing this thing in 90 minutes lol. I got parts 1 and 2 , and 30/32 tests cases for part 3 didn’t even make it to part 4. W
Google SWE Intern Timeline - 7 Months Is Insane
https://preview.redd.it/n4hp0s8qj0tg1.png?width=1537&format=png&auto=webp&s=f2c920c18a3826fc31a9c3809a26af879e797268 So I just received my Offer today and it made me think back to when I f
google sde ii early career online assessment experience and ai tool insights
如题,大概是今年二月底投的,上周二做了hiring assessment以后就发了OA,hacker rank的题,跟之前一波ng的code signal好像不太一样,记录分享一下。 一共两题,明确讲了有些题是有AI tool可以用的,有sample题可以体验一下AI tool。但是sample题非常蠢,LZ选Python,给的是两个题,一个是Django自己写REST API,只有文件模板,没有函数模板,也不能问AI,感觉非常没有意义…Django熟练的人可以玩玩吧,反正LZ是没跑通。第二个是普通coding题,给了AI tool,但是fizzbuzz有什么可以问AI的呢……于是就零经验上场了。 正式的题也是两题,90分钟。邮件说是70分钟就能搞定,反正LZ是拖到了最后才跑通的……熟悉一下AI tool挺有必要的。建议多玩玩sample,多问它一些问题看看哪些它给回复好一些,哪些不行。 第一题:给一个email内容string,一个verification string,一个切片常数k,要求把email里的每k个字母映射成checksum数字,a-z是1-25,":", "/"...
google fulltime machine learning online assessment and timeline
TLDR: 做道德标兵并保持人设 总共分两个部分: part 1 你是谁: 在从三个 statement 里面选出一个作为 “most like me”,并在剩余的两个里选出 “least like me”。个人觉得part1 的所有的statement 分别代表了三种人设: 靠谱人设:办事很讲究deliverable timeline, 说办的事会尽自己最大努力办好 合作人设:很乐于和不同的人和组合作 沟通人设:讲话会reflect on other people's reaction, 会字斟句酌并改进自己的沟通 part 2 你怎么做: 给出一个情景和人物设定,你会怎么做,选出你最有可能做的和最没可能做的。这一part十分简单,因为很明显有一个是最合法合规的做法,其余的做法都有点灰色地带和徇私枉法的感觉。 part1 三种人设其实各有优势,只是换着法子说不同的statement,建议在一开始做出选择之后,简单写一下自己选了哪种人设,在后续的选项里保持 consistency。 Timeline: 提交后第二天收到p...
Job finished
https://preview.redd.it/zq0x9qx77oug1.png?width=1200&format=png&auto=webp&s=230cbda71958daad3c5b8ac559fe96b2720edb21 Stats/Context: T50 Public for CS, mid GPA, ALL cold applications, citiz
12-18 months in google tm
# Timeline \* Submitted application. \* Passed OA and phone screen. \* Passed the virtual onsite (4 technical + behavioral). \* HC Approved. Moved to the matching pool. \* Spent months sending check-i
Google 2026 New Grad Timeline
Application Oct 5 OA invitation Dec 4, finished Dec 9 OA result notification Dec 12 Phone interview behavioral Jan 5; technical Jan 19 Phone interview result notification Jan 21 Onsite interview (Kirk
[MEGATHREAD] Google software engineer II early career (March 16)
\*\*\*\*THIS IS NOT THE EARLY CAREER CAMPUS ROLE THAT WAS RELEASED IN OCTOBER 2025, THIS IS THE ONE THAT WAS RELEASED ON MARCH 16 2026 USA \*\*\*\* For spam questions please go here 😭😭 [https://www.re
Topic Breakdown (2026 OA)
Topics reported by candidates who took the Google OA in 2026:
Difficulty Breakdown (2026 OA)
3
easy
1
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 2026 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 2026?
Based on 2026 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