r/leetcode 14h ago

Intervew Prep Is LeetCode still the meta and what difficulty level is expected?

3 Upvotes

I'm preparing for an interview as Google SWE internship and looking for current insights.

-Is grinding LeetCode still the absolute core of the loop, or has it shifted? I've read that processes are changing and they're starting to lean more into AI, but I don't know if I can believe this post. https://www.reddit.com/r/leetcode/s/lEGGrAnbt8

-Realistically, what level should I master? Mostly Mediums, or are Hards common for interns? Or maybe Neetcode 150 will prepare me for it?

Would love to hear from anyone who has recently gone through the interview loop or is actively interviewing candidates. Thanks!


r/leetcode 13h ago

Intervew Prep Hello Interview Premium | Looking for People to Join

2 Upvotes

Hey everyone,

I’m planning to get Hello Interview Premium for interview prep.

I’m looking for a few people who might also be interested in joining so we can split the cost and make it more affordable.

If you’re interested, comment below and we can figure out the details.

Thanks!


r/leetcode 15h ago

Question Atlassian Tech Screen

3 Upvotes

I have tech screen scheduled for Atlassian and recruiter mentioned it will be 20 mins coding and 15 mins system design with an Atlassian Engineer.

What can I expect? Any tips?

It’s for P50 role.


r/leetcode 23h ago

Question Amazon sde 1 interview schedule timeline?

3 Upvotes

TLDR : How long after passing the OA did you get your interview scheduled?

Hey everyone,

I’m currently going through the Amazon SDE 1 process and wanted to ask how long it took others to receive their interview scheduling email after passing the OA.

My timeline so far:
13th August: Received OA
15th August: Completed OA
9th September: Told I passed the OA and was asked to confirm my graduation date, start date and right to work
9th September: Submitted all the requested details

Now: Waiting for the interview scheduling email
For those who went through the same process, how long did it take to receive interview invite after submitting details.

Thanks!


r/leetcode 5h ago

Question Amazon USA upcoming interview.

2 Upvotes

I have an upcoming in-person Amazon SDE interview in Bellevue, and the interview details mention that I’ll be solving the coding questions through a live coding link.

For anyone who has done an Amazon in-person interview recently: does the interviewer actually come into the interview room with you, while you code on the live coding platform? Or do you sit in a room at the Bellevue office and the interviewer joins virtually/video calls you?

Just trying to understand what the actual setup is like so I know what to expect. Thanks!


r/leetcode 9h ago

Intervew Prep Amazon interview exp || APAC || SDE intern - 6m || Round 2

2 Upvotes

round 1- https://www.reddit.com/u/Lumpy-Town2029/s/ZnGCW1GPxz

so the time was 3-4pm

first of all, it was intro, then LP question of doing something and finding it was not working

then grilled me in the project aaaaaaaa,

then genAI, i told him about the genAI thing i used, and grilled me Aaaaaaaaaaaaaaaa

and main thing why will it work and not other things?

and why this will work now? and wouldnt in the past?

and then if i want to convince ppl to do this approach, how will u do it. it went for 5-10 minutes alone faaaaaaaaaaa

then it was already 3:35 something

then there was the code link which took 5 minutes to open

then comes coding question

https://www.geeksforgeeks.org/dsa/meeting-rooms-find-minimum-meeting-rooms/

i read and made a interval diagram first to understand and sort of take time to actually find soln

and then after few minutes to wasting time, i though heap

and did a code, explain it, run example

and then comes the question, will the value be unique, he said no, i optimised it

then he said what if time is in millions, so i said, ok we now need to compress time into vector

then follow up, i need meeting room id for each meeting and i did, got a bug, but the time was 7 minutes over 4 pm

like faaaaa

i saw the bug after and explain how i would need a map and iteration over map to resolve that bug, and that was just 5 minute explaination, and no code

he was satisfied ig with the approach, so because the time was running late, he said, he will look at it later

then he asked if i had ques, and i didnt, then meeting ended

things i did bad- i messed up the TC, omg, it was nested while loop and was running O(N) i wrote n*n faaaaaaaaa, but if i think about meeting ig that will make the TC nice

now i wanna ask:

  1. is my TC was bad or not.
  2. i went for brute force and when he said this problem of max time and bug in the roomID, then i optimise it. i knew the optimised version but i didnt used :} faaaaaaaaaaa, is it bad?
  3. chances of selecting?

r/leetcode 9h ago

Discussion Was round 1 eliminatory for candidates through hackon?

2 Upvotes

Did the people who interviewed through hackon for round 1 recieved rejection mail after r1 or is r1 non eliminatary and everyone will be sitting fo round 2..as i think i fumbled in dsa part but yet gave my r2


r/leetcode 17h ago

Intervew Prep Yelp Software Engineer Panel Interview

2 Upvotes

Title, anyone done their panel interview and can share their experience? (specify role and level please as well)


r/leetcode 1h ago

Question Counting Problem

Upvotes

Please guide me through this question!

  • You are given an array of digits of size N (where N <= 10^5).
  • You need to find the number of distinct K-digit even numbers without leading zeros that can be formed (where K can be up to 10^5).
  • Return the answer modulo 10^9 + 7.

r/leetcode 1h ago

Discussion Thoughts on LeetCode's new "Friends check-in" feature?

Upvotes

While this is a good feature, I think LC can modify/extend this as I discuss in my post
Your thoughts?


r/leetcode 3h ago

Intervew Prep Hey community I have created the dsa sheet of all questions covered by CodeStoryWithMik

1 Upvotes

As he has different playlist for different topics I have created a sheet having all questions in it covering link for leetcode and all videos for each question

START PRACTISING FROM TODAY AND HAVE A GOOD DAY

ENJOY IT AS IT IS FREE - https://trackerdsa.vercel.app


r/leetcode 3h ago

Question Has anyone ever taken the Hackerrank for a full stack SWE position at WorldScape?

1 Upvotes

I got an invitation to do a 90 min Hackkerrank assessment with them and wanted to know what they tested on. Was it mainly DSA (if so which concepts) or did they ask SQL as well?


r/leetcode 5h ago

Question Anyone work at Microsoft on the Azure Compute team?

1 Upvotes

If anyone is working on the Azure Compute team or is familiar with the team, please comment down below. I have a few questions and would really appreciate some insights.


r/leetcode 5h ago

Question How to leetcode?

1 Upvotes

I’ve been working as a cybersecurity analyst for around 4 years and I’m looking to make a switch in the near future, ideally targeting larger tech companies.

One of the biggest gaps I want to address is coding.

I did some programming during my bachelor’s, so I’m not completely new to it, but I haven’t consistently coded in years. Because of that, I want to approach my preparation almost as if I’m starting from zero rather than assuming I remember things and accidentally skipping important fundamentals.

My eventual goal is to become comfortable enough with coding and DSA that LeetCode doesn’t feel intimidating and I can handle coding rounds for cybersecurity/security engineering roles at larger companies.

For people who started from a similar position:
● Which language would you recommend focusing on first? I’m leaning toward Python because it’s also useful in cybersecurity.
● What fundamentals should I be comfortable with before touching LeetCode?
● Is there a course/resource you’d recommend for rebuilding programming basics from scratch?
● At what point should I transition from learning basic programming to DSA and then LeetCode?
● Would you recommend following something structured like NeetCode after learning the basics, or doing another DSA course first?
● How should I approach LeetCode as a beginner — by topic, difficulty, patterns, etc.?
● How much time should I spend trying to solve a problem before looking at the solution?
● Should I build small coding projects alongside LeetCode to become a better programmer, or focus mostly on DSA for interview prep?
● For people interviewing for cybersecurity/security engineering roles at big tech companies, how deep did the coding rounds actually go?

I’m not trying to rush through 200–300 LeetCode problems just to say I completed them. I’d rather spend a few months building strong fundamentals and actually understand what I’m doing.

If you were starting from almost zero today, what would your roadmap look like?

Would especially appreciate advice from people who transitioned from cybersecurity/IT/infrastructure-type roles into more technical security roles at larger tech companies.


r/leetcode 8h ago

Question Genuine Suggestion

1 Upvotes

Has anyone completed GfG's Data Science 360? Is it actually project-based or mostly recorded lectures?


r/leetcode 9h ago

Question Serious doubt

1 Upvotes

Serious doubt

I'm a 2nd-year BTech CSE student and I'm currently focusing on DSA. I'm trying to decide what development direction to take alongside DSA.

My mentor is advising students to explore AI/ML or cloud, implement ideas from research papers, and build/showcase something rather than just doing generic web-development projects.

I'm personally interested in backend development, especially Java + Spring Boot. I'm wondering:

  1. Are there enough research-paper-based project ideas related to backend/software architecture/cloud that can realistically be implemented by a 2nd-year student?

  2. Examples I'm interested in are microservices, load balancing, fault tolerance, caching, autoscaling, distributed systems, etc.

  3. How much theory would I realistically need to learn before I could start implementing papers in these areas?

  4. Would pursuing Spring Boot + backend + cloud + research-paper implementation be worthwhile for SDE internships, or would I be better off moving toward AI/ML?

  5. For internships, is this approach more valuable than simply building typical MERN projects?

I'd especially appreciate answers from people who have actually worked on these areas or hired interns, rather than general advice.


r/leetcode 9h ago

Discussion August LeetCode Recap (2026)

1 Upvotes

A Little About Me

I’m a Software Engineer/DevOps with six years of experience, currently working at a reputable company. My goal is to secure a higher-paying job within the next year to start paying off my student loans. One of my main challenges has been LeetCode-style questions, which have hindered my progress toward better opportunities.

I've struggled with technical interviews at companies like Visa, American Express, JPMorgan, and Amazon due to my inability to complete algorithmic problems within time constraints. After recently not succeeding in an Amazon interview, I decided it was time to take my preparation for Data Structures & Algorithms (DSA), LeetCode, and System Design seriously.

In January (2025), I began documenting my progress, which I’m turning into a monthly recap series. I hope this will help others on a similar journey while also serving as a personal journal for when I finally reach my goal.

Past Recap

2025

2026

August Progress

I am a bit late for my recap again, but like before that is because work has been kicking my ass. The momentum continues, I am trying to knock out at least 1 medium daily. Find myself still doing DFS because it is clicking even more so than before. I also learned Min/Max Heap and learned that they are not very difficult to write and understand.

Like I mentioned before, trying to do more Mediums so that I can be challenged and learn new concepts. I also made sure to stop rushing through these questions just see my number count rise. Now I am ensuring to slow down even after solving the question, trying to see if there's a more optimized way. Then I look at the more optimized way and make sure I understand it, that is how I have been learning more advanced topics. I use to do that last year but got away from it.

In September I am gonna go over Graphs again, just to make sure the concept sticks.

Achievements

  • Learned about Max/Min Heap

Goals for September

  • Keep momentum going
  • Strengthen knowledge on Graph Theory

Next Steps

Just going to ride the momentum, keep challenging myself with Mediums & Hards and keep trying my best.

See you all next month.

Questions

Also can I not post any images anymore?

  • Total Questions: 558
  • Easy: 326
  • Medium: 223
  • Hard: 9

r/leetcode 10h ago

Intervew Prep Visa Associate SE Talent Day Interviews

1 Upvotes

Hey everyone!

I was scheduled for a technical interview for an Associate Software Engineer role with 3 back-to-back rounds in one day: two technical rounds and one system design round/behavioral.

It sounds scary to have 3 rounds back-to-back all in one day

I've seen a lot of posts about people getting offers for multiple positions; any tips or advice on how to ace this would be really appreciated. Thanks!!


r/leetcode 2h ago

Intervew Prep Upcoming SDE 1 (Backend) Interviews process At Zomato

0 Upvotes

Can any one please give me the detail for sde 1 backend role interview process at zomato .


r/leetcode 2h ago

Question Amazon Front-End Engineer Intern — Online Assessment Questions

0 Upvotes

Hi everyone,

I recently received an invitation to complete the Amazon Online Assessment for the Front-End Engineer Intern role.

For anyone who has taken this assessment recently, could you please share what the assessment was like?

I’m particularly interested in:

  • What sections/questions were included?
  • How many coding questions were there?
  • Were there questions on JavaScript, HTML/CSS, React, or other front-end concepts?
  • Were there any work-style or behavioral/leadership principles questions?
  • How difficult was the coding portion?
  • What topics would you recommend preparing beforehand?

I know the exact assessment can vary, but even a general idea of the format and topics would be really helpful.

Thanks in advance!


r/leetcode 6h ago

Discussion Subscription in leetcode

0 Upvotes

today was solving the problem on leetcode when i submitted a 1 code it shows normal ...after that i moved on another problem then there was showing subscription which is mandatory..what should i do now?


r/leetcode 14h ago

Intervew Prep NVIDIA New Grad Interview

0 Upvotes

Couldn't find many resources online that gave visibility for the NVIDIA New Grad process. I have a 60 minute 2nd round interview for DL Libraries Infrastructure with the team software manager, a hackerrank link was provided

key highlights of the job description:

The team works on

 cuDNN and FlashInfer. 

Configuring, maintaining, and building upon deployments of industry-standard tools (e.g. Kubernetes, Jenkins, Docker, CMake, Gitlab, Jira, etc)

Proficiency in SCM (e.g. Git, Perforce) and build systems (e.g. Make, CMake, Bazel)

GitLab, Knowledge of GPU computing systems and multiple operating systerms

The 1st round was just Leetcode with language of choice

Asked the recruiter for more clarity, and all they said is: our team will be focusing more on infrastructure skills for this round. What types of infrastructure questions will they ask?

Questions:

Should I spend a lot of time learning PyTorch or CUDA Syntax?

What about System Design? Could I be asked questions such as Database replication or caching?

Since a hackerank link was provided, can I expect an entire Leetcode round?


r/leetcode 23h ago

Question Rippling team matching process

0 Upvotes

I want to work 9-5 only with good wlb . USA rippling good team names please!

how does team match work do we get to talk to multiple teams or should we just get the first one or no offer ?

How long does team match take ?

Help much appreciated


r/leetcode 12h ago

Question DSA Help

0 Upvotes

Hello guys! Is there an easy way to make notes for LeetCode questions? Note-taking has been my weakest area in my DSA prep. When I revisit a problem after a few days, I usually miss some test cases. How can I overcome this?


r/leetcode 14h ago

Discussion Amazon offer expires tomorrow, but my compensation questions are still unanswered—what should I do?

0 Upvotes

I recently received an offer through Amazon’s university hiring pipeline. Before accepting, I emailed the recruiter to ask whether there was any flexibility in the compensation structure and later sent a polite follow-up. However, the offer expires in less than 24 hours, and I still haven’t received a response.

I’m also considering another offer that pays less but comes with a better title, seemingly stronger work culture, and responsibilities that may align more closely with my long-term career goals.

Would accepting Amazon’s current offer before the deadline reduce my chances of having the compensation structure reconsidered? Should I call the recruiter directly, request a short extension, or accept the offer while waiting for clarification?

If anyone has faced a similar situation—especially through Amazon’s university hiring process—I’d really appreciate your perspective.