andreyka26_se
1.14K subscribers
1.13K photos
145 videos
7 files
629 links
Hey, I'm software engineer at Microsoft, with 8+ 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
andreyka26_se
I apologised to the guy btw, started getting paranoid and felt bad about him😁 maybe I am now top3 in the list, but not top1
You know, I am not shit person, if I did anything bad to somebody - I will apologiseπŸ˜ŒπŸ˜‡
❀7
Daily 335th day streak

Pretty hard, wasn't able to solve, and it is using "advanced" leetcode pattern.

https://leetcode.com/problems/path-existence-queries-in-a-graph-ii/description/?envType=daily-question&envId=2026-07-10

#daily #hard #pattern
πŸ”₯4
Daily 336th day streak

Amazing problem, graphs, solved it one year ago from one of the lists - so it is not bullshit, completely forgot solution - so redid again.

https://leetcode.com/problems/count-the-number-of-complete-components/description/?envType=daily-question&envId=2026-07-11

#daily #medium #pattern
πŸ”₯5
Random fact: Postgres does not have READ UNCOMMITTED. It behaves exactly like READ COMMITTED due to MVCC mechanism, uncommitted version will not be just written to tuple.

Never thought about it, and learnt it today.
4πŸ‘9
Daily 337th day streak

Finally we have got some easy, but this easy is on the edge with being medium IMO.
However it is good problem - go for it.

https://leetcode.com/problems/rank-transform-of-an-array/description/?envType=daily-question&envId=2026-07-12

#daily #easy #nopattern
❀2
Let's be honest, it is not in the future. I have the project in Snowflake, built from scratch 100% using AI. Even PRs are made by ai, literally vibecoded by very strong people from Google and guys like me (not strong at all).

Performance there is no problem, we did it in rust and using low level kernel stuff. Contrary, as my lead told me, without AI we would probably did slower (but aparently much understandable) solution.

====

Do I think robotics is the future? Well drivers will be done probably soon, not fully replaced, but will be the same as in IT, if government does not intervene, as in USA, people told me there are a lot of "autopilot" taxis nowadays. Delivery - still never heard of massive production case, but probably can be automated as well.

We can see that building good "humanoid" is a bit tricky - so probably some complicated physical work should be okay: plumber, electrician, etc.

===

Disclaimer - I'm extremely bad at analyzing this thing beyond what I see around.
❀3
Daily 338th day streak

Not that hard question, just analyze what are the possible numbers that you might generate.
It does not use any specific patterns - therefore a bit bullshit problem.

https://leetcode.com/problems/sequential-digits/description/?envType=daily-question&envId=2026-07-13

#daily #medium #nopattern
❀4πŸ”₯1
Daily 339th day streak

Pretty hard at first glance, but by combining 2 well known patterns it is bearable and solvable, not EXTREMELY hard, just hard.

https://leetcode.com/problems/find-the-number-of-subsequences-with-equal-gcd/?envType=daily-question&envId=2026-07-15

#daily #hard #pattern
❀2πŸ”₯2
Daily 340th day streak

Easy problem, probably the problem that has the SHORTEST solution if you expand your intuition.

https://leetcode.com/problems/gcd-of-odd-and-even-sums/description/?envType=daily-question&envId=2026-07-15

#daily #easy #pattern
❀4
Daily 341th day streak

Easy-Mid problem, just do whatever said in description, again by applying Euclidean algo for gcd.

https://leetcode.com/problems/sum-of-gcd-of-formed-pairs/description/?envType=daily-question&envId=2026-07-16

#daily #medium #nopattern
πŸ”₯4
My advice after 40-50 conducted interviews as an interviewer, and 5-6 as an interviewee:

Never ever use microservices for system design interview
You are never (almost) going to talk about splitting responsibility of the solution between the teams (who owns what). Usually for large products there will be horizontals that you team will not be owning(observability, deployments, rollouts, etc).

Semantical separation and SRP from solid is nice to have but you always trade it with inconsistent state as you need to keep db per microservice (in clean microservices ofc). Sometimes if the requirement is consistency - it is not achievable with clean microservices at all.

I am not even talking about things like they are more expensive, harder to maintain, more cpu intensive because of more network hops and serialization, etc
❀11
Daily 342th day streak

Pretty hard question, I have never seen any pattern like that and acceptance rate 22% -> skip it for now.
I will do another "punishment" hard from the list rather that wasting time on that one.

https://leetcode.com/problems/sorted-gcd-pair-queries/description/?envType=daily-question&envId=2026-07-17

#daily #hard #nopattern
🀯4
This media is not supported in your browser
VIEW IN TELEGRAM
Fucking windows.

I just wanted to shut down the machine, but the option was: shut down and update or restart and update. Estimated time: 4 mins

Now it is 20 mins, my guy has restarted 4 times. And it says dont turn off pc while updating

Microsoft, maybe you will fucking let me go home?
😁13🀑3
Daily 343d day streak

Easy one, again gcd. Now I fully remembered the euclidean algo xD. Go for it.

https://leetcode.com/problems/find-greatest-common-divisor-of-array/description/?envType=daily-question&envId=2026-07-18

#daily #easy #pattern
❀2πŸ‘1