Skip to content

saurabh-dtu/usefulRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Some useful content

Groups/links to stay up to date with latest tech

Some other useful reads

𝐒𝐲𝐬𝐭𝐞𝐦 𝐃𝐞𝐬𝐢𝐠𝐧 𝐆𝐨𝐥𝐝𝐦𝐢𝐧𝐞 🙌🏻✔️

✅ Things you must know in System Design

✅ System Design Case Studies

✅ All solved case studies: https://bit.ly/3dCG1rc

SQL preparation kit

Here it goes: Day One:

  • SQL Bolt (sqlbolt.com)
  • Data science skill (bit.ly/3i6obPg)

Day Two:

  • Average post hiatus (bit.ly/3WRPv2I)
  • Teams power users (bit.ly/3jCIggI)
  • Cards issued difference (bit.ly/3YUdhgi)
  • Pharmacy Analytics Part 1 (bit.ly/3hWwb5q)
  • Pharmacy Analytics Part 2 (bit.ly/3Q2Gm53)
  • Most expensive purchase (bit.ly/3VrvIWx)

Day Three:

  • Unfinished parts (bit.ly/3Vydpzd)
  • Compressed mean (bit.ly/3C8oDUf)
  • Apple pay volume (bit.ly/3Cb9Sjg)
  • Subject mater expert (bit.ly/3Grfskj)
  • Highest number of products (bit.ly/3Go3LL0)
  • Ad campaign ROAS (bit.ly/3i0bNAw)
  • Top rated businesses (bit.ly/3hSqjdG)

Day Four:

  • Advertiser Status (bit.ly/3i2mhzh)
  • Average Vacant Days (bit.ly/3Wun3nC)
  • 3-Topping Pizzas (bit.ly/3GpHxIA)
  • Average Deal Size (Part 2) (bit.ly/3vpRj7k)
  • LinkedIn Power Creators (Part 2) (bit.ly/3FZf8aR)
  • Bad Delivery Rate (bit.ly/3IeNmKt)
  • Email Table Transformation (bit.ly/3WSr2Kq)

Day Five:

  • Event Friends Recommendation (bit.ly/3jCzyiz)
  • Follow-Up Airpod Percentage (bit.ly/3G562tl)
  • Fill Missing Client Data (bit.ly/3C8JaYu)
  • First Transaction (bit.ly/3vmsmJW)
  • Google Maps Flagged UGC (bit.ly/3IdKrS3)

Day Six:

  • Highest-Grossing Items (bit.ly/3jE697G)
  • Best-Selling_Product (bit.ly/3GnytnF)
  • International Call Percentage (bit.ly/3PXrNzO)
  • Reactivated Users (bit.ly/3GqWzhh)

Day Seven:

  • Rolling 3-Day Earnings (bit.ly/3vHPral)
  • Tweet's Rolling Averages (bit.ly/3I9JuKn)

Note: some of the problems are "premium" problems

Leetcode

  • RLE Iterator
  • Odd Even Jump
  • Snapshot Array
  • Longest String Chain
  • Minimum Area Rectangle
  • Random Pick with Weight
  • Filling Bookcase Shelves
  • Product of the Last K Numbers
  • Tiling a Rectangle with the Fewest Squares
  • Shortest Path in a Grid with Obstacles Elimination
  • Minimum Number of Flips to Convert Binary Matrix to Zero Matrix

--Constructive Algorithms

  1. Split String https://lnkd.in/eTb6VDmC

  2. Bin packing problem https://lnkd.in/eXZKX3Sv

--Combinatorics

  1. Sum of smallest elements in distinct sets https://lnkd.in/exm7jDTm

--Dynamic Programming

  1. Kth Step Sequence https://lnkd.in/ertBsik7

  2. Collecting coins [Combinatorics involved] https://lnkd.in/eqM-zDyi

--Graph

  1. Turn on all systems [Minimum spanning tree] https://lnkd.in/ekj627TZ

  2. Turning Pages [DFS / Backtracking] https://lnkd.in/eHsfBsM5

--Tree

  1. Delete Edge to minimize the difference in subtree sum. https://lnkd.in/edba9e8T

--Bitset

  1. Queries on Binary String [Queues can be used] https://lnkd.in/edZRjGck

--Hashmap

  1. Insert Delete Get Random https://lnkd.in/eRk-hSKW

  2. Implement a hash map. https://lnkd.in/eznHKki3

--Stacks

  1. Implement a queue with two stacks. https://lnkd.in/ebJbDced

--Binary Search 2) Index of a rotation point in an array. https://lnkd.in/e2KQs-Mq

Old but useful links for prep

  1. For Online Assessment + Phone Screen + Onsite Rounds:
  1. For Behavioural Rounds:
  1. For System Design Rounds (LLD + HLD):
  1. Top Interview Experiences to go through:
  1. Some Strategies To Follow:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages