Here are some companies and their most frequently asked LeetCode questions (with
LeetCode question numbers) for software engineering interviews:
Amazon
• Two Sum (#1)
• Task Scheduler (#621)
• Number of Islands (#200)
• LRU Cache (#146)
• Trapping Rain Water (#42)
• Best Time to Buy and Sell Stock (#121)
• Merge k Sorted Lists (#23)
• Top K Frequent Elements (#347)
• Valid Parentheses (#20)
• Group Anagrams (#49)
• Merge Intervals (#56)
• Kth Largest Element in an Array (#215)
• Subarray Sum Equals K (#560)
• Coin Change (#322)
• Sliding Window Maximum (#239)
• House Robber (#198)
• Longest Palindromic Substring (#5)
• Spiral Matrix (#54)
• Binary Tree Zigzag Level Order Traversal (#103)
Google
• Add Binary (#67)
• Merge Strings Alternately (#1768)
• Number of Islands (#200)
• Course Schedule (#207)
• Word Ladder (#127)
• Longest Consecutive Sequence (#128)
• Maximum Subarray (#53)
• Reverse Linked List (#206)
• Jump Game (#55)
• 4Sum (#18)
• Group Anagrams (#49)
• Search in Rotated Sorted Array (#33)
• Regular Expression Matching (#10)
• Valid Sudoku (#36)
• Longest Substring Without Repeating Characters (#3)
• First Unique Character in a String (#387)
• Meeting Rooms II (#253)
• Word Search (#79)
• LRU Cache (#146)
Meta (Facebook)
• Merge Intervals (#56)
• Number of Islands (#200)
• Moving Average from Data Stream (#346)
• Walls and Gates (#286)
• Closest Binary Search Tree Value (#270)
• Course Schedule (#207)
• Meeting Rooms (#252)
• Search in Rotated Sorted Array (#33)
• Product of Array Except Self (#238)
These questions are asked frequently in each company's coding rounds. If you want the
full list or want to focus on another company, let me know!
1. https://www.reddit.com/r/leetcode/comments/1lyrpej/all_company_wise_interv
iew_questions_2025/
2. https://github.com/liquidslr/leetcode-company-wise-problems
3. https://company-wise-leetcode-farneet.netlify.app
4. https://leetcode.com/explore/interview/card/top-interview-questions-easy/
5. https://codinginterviewai.com/company-wise-leetcode-questions
6. https://interviewsolver.com/interview-questions/amazon
7. https://getsdeready.com/top-google-interview-questions-2025/
8. https://topmate.io/krishankumar/1468866
9. https://leetcodewizard.io/blog/amazon-sde-interview-questions
10. https://leetcode.com/discuss/interview-question/6349143/Google-Bangalore-
or-L3-or-Nov-2024-Jan-2025/
11. https://github.com/snehasishroy/leetcode-companywise-interview-questions
12. https://leetcode.com/discuss/post/6461439/amazon-sde-1-feb-2025-interview-
experien-wv10/
13. https://leetcode.com/discuss/interview-question/5921371/
14. https://leetcodewizard.io/problem-database
15. https://leetcode.com/discuss/interview-question/6225872/Amazon-OA-
Questions-2025-SDE2/
16. https://leetcode.com/discuss/post/6469509/google-latest-interview-
experiences-coll-r4zm/
17. http://codesandbox.io/p/github/beingkumara/leetcode-company-wise-
questions
18. https://www.reddit.com/r/leetcode/comments/1kuh4do/amazon_sde_i_2025_n
ew_grad_usa_interview/
19. https://leetcode.com/discuss/interview-question/6375708/Google-Interview-
Question-Phone-Screen-5-Feb-2025/
20. https://www.linkedin.com/pulse/leetcode-company-wise-questions-crack-your-
dream-tech--toc2f
Here's a sample competitive coding weekly schedule for practicing key LeetCode
topics and problems in Java:
Day 1: Arrays & Strings
• Two Sum (#1)
• Move Zeroes (#283)
• Longest Substring Without Repeating Characters (#3)
• Valid Anagram (#242)
Day 2: Sorting & Searching
• Merge Intervals (#56)
• Search in Rotated Sorted Array (#33)
• Kth Largest Element in an Array (#215)
Day 3: Stack & Queue
• Valid Parentheses (#20)
• Min Stack (#155)
• Daily Temperatures (#739)
Day 4: Linked Lists
• Merge Two Sorted Lists (#21)
• Reverse Linked List (#206)
• Linked List Cycle (#141)
Day 5: Trees & Graphs (BFS/DFS)
• Maximum Depth of Binary Tree (#104)
• Number of Islands (#200)
• Course Schedule (#207)
Day 6: Dynamic Programming & Backtracking
• Climbing Stairs (#70)
• House Robber (#198)
• Subsets (#78)
• Combination Sum (#39)
Day 7: Mixed Review & Mock Contest
• Select 4 problems across different topics above; aim to solve them in 2 hours as
a mock contest.
Repeat with new questions and rotate through company-specific lists as you progress.
This plan helps you build speed, accuracy, and familiarity with diverse LeetCode
patterns.
Want code snippets for any of these or a deeper focus on interview-style solutions?
Here are common LeetCode-style questions asked in interviews by Tata Consultancy
Services (TCS) and Infosys:
TCS (Tata Consultancy Services)
Frequent topics: Arrays, Strings, Sorting, Linked Lists, Recursion, Basic Logic.
Common LeetCode questions:
• Two Sum (#1)
• Remove Duplicates from Sorted Array (#26)
• Best Time to Buy and Sell Stock (#121)
• Move Zeroes (#283)
• Maximum Subarray (#53)
• Merge Sorted Array (#88)
• Majority Element (#169)
• Valid Anagram (#242)
• Valid Palindrome (#125)
• Longest Common Prefix (#14)
• Implement strStr() (#28) (frequently asked in TCS Ninja)
• Reverse String (#344)
• First Unique Character in a String (#387)
• Binary Search (#704)
• Sort Colors (#75)
• Intersection of Two Arrays (#349)
• Fibonacci Number (#509)
• Climbing Stairs (#70)
• Subsets (#78)
• Group Anagrams (#49)
• Valid Parentheses (#20)
• Merge Two Sorted Lists (#21)
• Linked List Cycle (#141)
• Power of Two (#231)
• Add Digits (#258)
Infosys
Frequent topics: Arrays, Strings, Basic Trees, Dynamic Programming, Recursion, Simple
Algorithms.
Common LeetCode questions:
• Minimum Increment to Make Array Unique (#945)
• Product of Array Except Self (#238)
• Maximum Subarray (#53)
• Valid Parentheses (#20)
• Move Zeroes (#283)
• Sort Colors (#75)
• Valid Palindrome (#125)
• Group Anagrams (#49)
• Word Break (#139)
• Number of Islands (#200)
• Longest Substring Without Repeating Characters (#3)
• Merge Two Sorted Lists (#21)
• Climbing Stairs (#70)
• Subsets (#78)
• Coin Change (#322)
These questions repeat in TCS and Infosys placements, both in online coding rounds
and technical interviews. You can filter and practice them easily on LeetCode using
company-wise tags.
Would you like detailed Java code for any of these problems? Or tips on how to structure
answers in an interview?
1. https://leetcode.com/discuss/interview-experience/6865885/
2. https://leetcode.com/discuss/interview-question/6276512/TCS-INE-Onsite-
Assesment-13-Th-January-2025/
3. https://leetcode.com/discuss/interview-question/6352669/TCS-Codevita-TAG-
exam-2025/
4. https://campusmonk.in/best-30-leetcode-problems-for-tcs-wipro-capgemini-
interviews/
5. https://www.simplilearn.com/tutorials/programming-tutorial/tcs-nqt-interview-
questions
6. https://github.com/snehasishroy/leetcode-companywise-interview-questions
7. https://internshala.com/blog/tcs-coding-interview-questions/
8. https://prepinsta.com/infosys-sp-and-dse/coding-questions/
9. https://leetcode.com/discuss/interview-experience/6150085/TCS-NQT-
Complete-Interview-Experience-or-Ninja-or-3.3LPA-or-Full-Time/
10. https://www.reddit.com/r/developersIndia/comments/1m70uzp/i_just_got_sele
cted_for_an_infosys_specialist/
11. https://prepinsta.com/tcs-coding-questions/
12. https://leetcode.com/discuss/interview-experience/6567886/
13. https://www.youtube.com/watch?v=WaM5TySzsgI
14. https://leetcode.com/discuss/post/7302950
15. https://unstop.com/blog/tcs-nqt-interview-questions
16. https://leetcode.com/problem-list/m47xli66/
17. https://leetcode.com/discuss/interview-experience/7233305/