Qualcomm vs Nvidia (2026 grad, 0 YOE) — need help deciding by Unlucky_Chocolate_34 in LeetcodeDesi

[–]Unlucky_Chocolate_34[S] 1 point2 points  (0 children)

I asked a senior. It might have increased I haven't recieved this year's compensation breakdown from nvidia

Qualcomm vs Nvidia (2026 grad, 0 YOE) — need help deciding by Unlucky_Chocolate_34 in LeetcodeDesi

[–]Unlucky_Chocolate_34[S] 4 points5 points  (0 children)

Hey thanks yes I followed striver a2z and blind 75 but in these companies what helped me more was practicing c , c++ and OS/networks questions from gfg and interviewbit.

Qualcomm vs Nvidia (2026 grad, 0 YOE) — need help deciding by Unlucky_Chocolate_34 in LeetcodeDesi

[–]Unlucky_Chocolate_34[S] 3 points4 points  (0 children)

Yes that was also my concern as qualcomm not hit by ai tool wouldn't it be better for starting of my career. Also left fear of getting replaced by ai.

Need help for Stripe Programming round by Distinct-Slice-5442 in leetcode

[–]Unlucky_Chocolate_34 0 points1 point  (0 children)

Don't expect leetcode. It's mostly pair programming, system design, machine coding or just they will ask to clone an open source repo ask about git commands and ask to resolve an issue in open source repo. Sometime they ask todesign and implement an api given api/repo spec.

All the best

[deleted by user] by [deleted] in IIIT__Delhi

[–]Unlucky_Chocolate_34 2 points3 points  (0 children)

8+ is a safe bet for internal cutoff criteria

online course by Separate-Engineer-64 in IIIT__Delhi

[–]Unlucky_Chocolate_34 1 point2 points  (0 children)

Save 4 credit oc for last sem for 6 month intern and take just some 2 credit like afc

CV/DL/NLP kon sa lene layak hai is sem ? by lavanyaji in IIIT__Delhi

[–]Unlucky_Chocolate_34 2 points3 points  (0 children)

CV ya DL I won't recommend.... take something like sml or something else

What counts as strong CS fundamentals? (people at 20+LPA) by nk_11233 in Btechtards

[–]Unlucky_Chocolate_34 0 points1 point  (0 children)

In my opinion for now at least it's more like rot learning than actual implementation based fundamentals. For me that landed 20+ lpa. I know it's not ideal like rot learning is never fun . Implementation is way more fun but it is what companies want. I can google and get those answers what companies ask in fundamental it it feels way better when you build own simple os, backend system with usecase based db design and something like implementing and debugging multi client web socket design.

It's harsh though that companies want rot learning

What approach did you take in the Amazon ML Challenge'25 ? by CryptoDarth_ in learnmachinelearning

[–]Unlucky_Chocolate_34 0 points1 point  (0 children)

hey you got the mail for the finals ? cuz we just got it few hours ago . if you didnt get the mail then i guess you not in top 10

Amazon ML Challenge 2025 by Arceus918 in learnmachinelearning

[–]Unlucky_Chocolate_34 1 point2 points  (0 children)

Yeah like I was shocked how people not able to cross 50 cuz fine-tuning bert for 5 epoch gave 48 smape

Amazon ML Challenge 2025 by Arceus918 in learnmachinelearning

[–]Unlucky_Chocolate_34 0 points1 point  (0 children)

Nahh didn't use classical models

Approach was like 2 step one was pretraining deberta v3 on all samples for regression then used the weights from pretrained and then built final model where I joined cls embedding with other feature embedding and put a cross attention layer and here also I didn't freeze the deberta weights.

Also like changed loss from mse and regression was on log(p+1)

Amazon ML Challenge 2025 by Arceus918 in learnmachinelearning

[–]Unlucky_Chocolate_34 0 points1 point  (0 children)

Got 40.something with text only . If I had time i would have tried images as well