andreyka26_se
610 subscribers
558 photos
66 videos
2 files
280 links
Hey, I'm software engineer at Microsoft, with 7 years of experience. Here we are talking about F(M)AANG big tech interviews: leetcode, system design and corpo life.

YouTube: @andreyka26_se
Instagram: andreyka26_se
TikTok: @andreyka26__
Download Telegram
Daily

https://leetcode.com/problems/maximum-total-damage-with-spell-casting/?envType=daily-question&envId=2025-10-11

Solid DP problem, which requires a bit of smartness

Description understanding helper: not power[i -1], power[i - 2], ... BUT INSTEAD power[i] - 1, power[i] - 2. It saved me a lot of time.

#daily #mid #dp
Not sure why they didn't give me 35?
AHA, I got it, I should join both.
And the problem that one of them is today 16:00 UTC + 2, another one is 4:00 AM UTC + 2
This media is not supported in your browser
VIEW IN TELEGRAM
King’s Landing, Westeros
πŸ”₯10❀2🀯1
Nothing makes my Monday happier than easy 5 mins leetcode problem, without dumb nonsense with N, K, M, 2 ^ K
was talking about AI with colleagues, tell me, do you see cycle in this graph ??????????😁
😁5
Daily

Should me mid actually, especially for 46% acceptance rate. And this is quite cool problem, go and collect the coin

https://leetcode.com/problems/adjacent-increasing-subarrays-detection-i/description/?envType=daily-question&envId=2025-10-14

#daily #easy
πŸ‘3
Daily

Today is free problem, basically the yesterday daily's solution will work (with little adjustment)

https://leetcode.com/problems/adjacent-increasing-subarrays-detection-ii/description/?envType=daily-question&envId=2025-10-15

#daily #medium
πŸ”₯2
https://andreyka26.com/url-shortener-bitly-system-design-with-microsoft-engineer

So I have just finished and published.

Please, leave your thought, technical review comments, and any kind of feedback either here or in comments under the article.

If you want/need for tech review I can mention you as technical reviewers so that your contribution is visible for everybody else
πŸ”₯9
Officially stating, fuck windows - the worst shit humanity ever created. I gonna switch to linux, I WAS FUCKING WAITING 2 WINDOWs, LAPTOP TO FUCKING LOAD ME YOUTUBE TO WATCH MORNING STARCRAFT FOR 15 MINUTES!!!!!
🀯7😁1
in general, WHAT THE FUCK is with software, why ALLL is SOOOOOOO SLOOW. Maybe this is my childhood memories but I do remember how windows XP was fucking fast, everything was loading instantly.
Now (talking only about windows) and specifically windows products. Want to open browser - take you 10 secs, want to open teams - good luck, 1-2 mins on cold start + 1 more minute to load fucking 1 week of calendar (that's why I always late 3-4 minutes on the morning stand ups).

Fucking azure dev ops ui, you want to return from the specific build page to ALL builds page - wait youir 5-10 seconds, WHAT THE FUCK HAPPENED TO SOFTWARE.
πŸ‘4❀1😁1
I don't know I'm thinking too fast for this load time, it is painful all the time to wait until some page loads, when in my mind I'm already 3-4 steps ahead
❀1
js & python
😁1
Daily

Daily is not the easiest one, a lot of edge cases, and requires pretty deep analysis of the problem.

https://leetcode.com/problems/smallest-missing-non-negative-integer-after-operations/description/?envType=daily-question&envId=2025-10-16

#daily #medium