Yeah… you won’t get access to Google, run through some LC or implement a sorting and search function from scratch for practice Answer from AcordeonPhx on reddit.com
🌐
Reddit
reddit.com › r/embedded › has anyone taken a coderpad technical assessment?
r/embedded on Reddit: has anyone taken a CoderPad technical assessment?
December 1, 2023 -

I have a degree in ECE but I haven't written any code in about 4 years. I have an exam for an embedded systems role I applied for, but it doesn't have any rules listed.

Would I typically be allowed to google things during this test? That's pretty much how I've always coded because I always get syntax and functions mixed up between languages. I definitely couldn't answer the sample question without googling C documentation.

🌐
Reddit
reddit.com › r/learnpython › what are some of the must know functions for coderpad/codility etc?
r/learnpython on Reddit: What are some of the must know functions for Coderpad/Codility etc?
April 14, 2021 -

Today, I had an interview where they sprung a Coderpad test on me out of the blue. It was for a Django position and because I spend most of my time in Django, I hardly ever use/practice a lot of the Python built-in (often string manipulation) functions.

So even though I am pretty experienced, I felt like a newbie just because the tasks (IMHO) are unrealistic, abstract tests that you'd rarely do in real life and hence, rarely practice. I mean, funnily enough, I have never had to find the longest list of zeros in a binary string in ANY of the >10 projects in my portfolio.

So for those of you who are a bit more practiced with Coderpad/Codility etc, what are some of the more useful functions?

For example, in my case I was lucky enough to quickly look up sorted() in the docs and see how it worked, how to reverse the ordering etc. I got away with and passed the interview but obviously it'd have been better to be familiar with it ahead of time. I suspect it's worth brushing up on list and dictionary comprehensions too.

🌐
Reddit
reddit.com › r/leetcode › coderpad interview coming up, need advice regarding choice of language
r/leetcode on Reddit: Coderpad interview coming up, need advice regarding choice of language
December 3, 2023 -

Hi all,

I have a coderpad interview coming up soon. Since it is for a java role, in the meeting link, the language to be coded in is mentioned as Java.

I'm from a Java background, however I do my leetcode in python usually - since it is mostly like pseudocode and I'm able to think relatively faster.

Coding in java during the interview could slow me down a bit. Would it be fine if I told the interviewer that I'd like to code the logic in Python first (for the flow) and then convert it to Java? I'm also worried about the time as the meeting is for 1 hr and I'd have to solve 2 questions.

🌐
Reddit
reddit.com › r/leetcode › seeking advice for goldman sachs coderpad (python) interview
r/leetcode on Reddit: Seeking Advice for Goldman Sachs CoderPad (Python) Interview
July 11, 2025 -

Hi everyone, I have an interview scheduled tomorrow for a CoderPad (Python) round for the position of AWM/Wealth Management. I come from a DevOps/SRE background, but I’m a CSE graduate currently revising DS & Algorithm concepts.

I’m not feeling very confident, so I’d really appreciate it if you could share your experiences or any tips that might help me prepare better. Thanks in advance!

🌐
Reddit
reddit.com › r/recruitinghell › company uses coderpad test to haze candidates
r/recruitinghell on Reddit: Company uses CoderPad test to haze candidates
March 29, 2024 -

A company I applied to made me do a CoderPad test. The whole thing was nothing but esoterica about various languages. Stuff actual engineers rarely deal with and when they do they look it up in the docs. Stuff like “What’s the second parameter to API function X?” “Which of call() or apply() take an array for parameters?”, “What’s it called when you mix asynchronous and synchronous functions”?, shit like that. It was an hour test of nothing but that for Java, Node, GoLang and C++. I totally failed even though I have well over 10 years of experience with each, building real stuff.

Anyway… I thought it was over. I got the results back and I failed hard on every part. I was pissed that I wasted my time on rote learning bullshit likely put together by some Indian engineer who’s used to that shit No! The company was “impressed” and wants to schedule panel interviews. WTF?

Clearly it’s some hazing thing and I told the company to fuck off…

🌐
Reddit
reddit.com › r/learnpython › upcoming live coding challenge w/python on coderpad - how should i prep?
r/learnpython on Reddit: Upcoming live coding challenge w/Python on CoderPad - how should I prep?
October 19, 2024 - Subreddit for posting questions and asking for general advice about all topics related to learning python. ... FYI: If you're doing a coderpad tech screen, don't copy the code out into your own environment.
🌐
CoderPad
coderpad.io › interview-questions › python-interview-questions
30 Python Interview Questions For Tech Interviews ( 2023 )
September 12, 2025 - Answer: A generator is a special type of function in Python that returns an iterator object, which can be iterated over using a for loop. The key difference between a generator and a regular function is that a generator can yield values one at a time, whereas a regular function returns all values at once. This makes generators more memory-efficient, as they do not need to generate all values at once and store them in memory. Question: What is the difference between a class method and an instance method in Python?
Find elsewhere
🌐
Reddit
reddit.com › r/leetcode › tips/questions for goldman sachs coderpad interview
r/leetcode on Reddit: Tips/questions for Goldman Sachs Coderpad interview
October 11, 2024 -

Role: Data Analytics / Business Intelligence, Transaction Banking, Data Platform. 0-2 years of experience

I've selected Python as my language. Do they go super hard with the Python Leetcode questions. I havent practiced a lot on DP/Trees/Graphs and being a data analyst my leetcode practice in general hasnt been too competitive.

What should I expect for an analyst role? I have one week to prepare, the resources I plan on using are LC GS last 3 month's questions, NeetCode 150.

🌐
Interview Coder
interviewcoder.co › blog › coderpad-interview-questions
14 Sample Coderpad Interview Questions for Practice
August 12, 2025 - The best way to walk into that interview with confidence is to practice with realistic challenges that reflect the pace, style, and expectations of the actual test. In this guide, you’ll find 14 Coderpad interview questions designed to sharpen your problem-solving skills, strengthen your coding habits, and prepare you for whatever the interviewer throws your way.
🌐
Reddit
reddit.com › user/coderpad-team › coding interview challenge! make this python function faster to pass all test cases.
r/u_coderpad-team on Reddit: Coding interview challenge! Make this Python function faster to pass all test cases.
September 21, 2022 - Go to coderpad-team page · u/coderpad-team • · coderpad-team · Share · Add a comment · Sort by: Qa (Default) Open comment sort options · Best · Top · New · Controversial · Old · Qa (Default) [deleted] • · Spoiler: Solution here https://www.geeksforgeeks.org/count-of-quadruplets-with-given-sum/ Reply ·
🌐
Reddit
reddit.com › r/leetcode › i have goldman sachs coderpad interview coming up. could any one please share its questions list?
r/leetcode on Reddit: I have Goldman Sachs coderpad interview coming up. Could any one please share its questions list?
July 3, 2021 - Mine asked an easy one first to get a feel of what level I am on and then went for a medium one since there was a lot of time left. You could get asked one and if you solve that and have some time left, could be asked to solve some follow-ups that the interviewer might come up with. And if there is too much time, like in my case, you could get another question.
🌐
GitHub
github.com › geyungjen › jentekllc › blob › master › CodeChallange › Python › Python Challenge Practices for coderpad.ipynb
jentekllc/CodeChallange/Python/Python Challenge Practices for coderpad.ipynb at master · geyungjen/jentekllc
"This practice is aiming to beat human being based code challange in Python 3, such as in person or via virtual whiteboard such as coderpad. To beat such code challange, priority is on functionality, meanings working 100% or most of scenario.
Author   geyungjen
🌐
Reddit
reddit.com › r/cscareerquestions › coderpad databasing??
r/cscareerquestions on Reddit: Coderpad Databasing??
January 15, 2025 - This sub is dedicated to discussion and questions about embedded systems: "a controller programmed and controlled by a real-time operating system (RTOS) with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints." ... FYI: If you're doing a coderpad tech screen, don't copy the code out into your own environment.
🌐
CoderPad
coderpad.io › docs home › interview › interview question bank › example questions
Example questions - CoderPad Interview Docs
September 6, 2024 - If you would like to use the example questions as-is (note — we do not recommend this), you can click on either the Create Live Pad or Create Take-Home buttons to create a Live Interview/Take-Home project pad with the CoderPad Examples question.
🌐
Reddit
reddit.com › r/leetcode › need advice for goldman sachs coderpad interview prep – feeling overwhelmed
Need Advice for Goldman Sachs CoderPad Interview Prep – Feeling Overwhelmed : r/leetcode
June 27, 2024 - One binary search leetcode easy-medium question and the other was about disjoint set ... The recruiter asked my friend if they are comfortable using Java so they ended up using Java. But my friend mentioned that there was an option to change they just wanted to see them code in Java. ... Hi OP, I have Goldman Sachs CoderPad Interview coming up soon, Could you let me how your interview was and which questions were asked?
🌐
Reddit
reddit.com › r/devops › need guidance for devops coderpad interview
r/devops on Reddit: Need guidance for Devops coderpad interview
February 14, 2026 -

Hello!

I have an upcoming technical interview of 90 mins for a Senior Devops position.

This includes 45mins for coding challenge, and 45 mins of DevOps questions. The recruiter mentioned that they will use coderpad.

  1. ⁠Has anyone experienced coderpad interview for DevOps questions? Does the platform support it?

  2. ⁠In the past, I have been asked for leetcode easy for DevOps interviews (even for one of the FAANGs). Has anyone faced leetcode medium/hard questions in such interviews?

Thank you in advance!

🌐
CoderPad
coderpad.io › blog › coding-challenges › tiny-interview-python-unit-testing
Code Challenge: Python Unit Testing - CoderPad
August 3, 2023 - Unit tests ideally test a small unit (or rather, amount) of code. For this code challenge, we have created 20 bad functions, write testcases to break them all!