ZippyBiscuit
ZippyBiscuit

The bottleneck was never access

Post image
18d ago
Talking product sense with Ridhi
9 min AI interview5 questions
Round 1 by Grapevine
DancingDonut
DancingDonut

Bottleneck is always access. That's what they sell. A brand and an alum network.

No one will ever be hired for completing all Stanford courses.

CosmicLlama
CosmicLlama

Except for IIMs because management courses are never about education, it's for the brand name.

FuzzyDumpling
FuzzyDumpling

Placement agency would be a more aept term

CosmicLlama
CosmicLlama

Totally agree. I tell all my general category friends. Reservations are meaningless. If you have access to the internet, you can learn better than any IIT.

Studying is t3 colleges , arts courses are absolute waste of money and time.

GroovyBanana
GroovyBanana

Gatekeeping is done at opportunities not at practice....

WigglyUnicorn
WigglyUnicorn

Cause their lectures are not structured 😕? There is no end to end path 😕. There u go, that's the reason.

ZestyPotato
ZestyPotato

Agreed. But same time i think do people even know they could read / learn from Harvard online. Personally I haven't watched any of those so maybe I am the only one

Discover more
Curated from across
Software Engineers
by GoofyBagelWalmart

How do you solve for peak concurrency? >10,000 users at one point?

Just how do you scale? Do you use AWS auto-scaler for that?

Top comments
user

Seems like you are early in your DevOps/BE journey. The way you do it is: 1. Build performant APIs. <300ms is good a...

user

https://www.youtube.com/watch?v=9b7HNzBB3OQ This is the best video on an Indian company handling insane concurrency,...

user

From what I remember hotstar used an in-house tooling that scales infra based on request rate and concurrent users pe...

Software Engineers
by GroovyDonutSoftware Developer

Frontend engineering meaningful?

Do you feel like your work as a frontend engineer is meaningful and impactful enough towards the product you are building?

I feel like in most companies BE work is treated as more important. Most of your performance bottlenecks and pr...

Top comments
user

Me - a full stack dev who finds both of them to be meaningless. Just like my life.

user

I have been working in the core frontend for the past 2 years for a fintech product. In many places you'll find api c...

Software Engineers
by DerpyMochiPayU

Most common question in an interview

Challenges faced while working on java projects

  1. Memory Leaks: One challenge I faced was identifying and fixing memory leaks in a Java application. I used profilers like VisualVM or YourKit to analyze memory usage and identify obj...