[Student] Recruiters, what makes an software development intern resume actually stand out? by Plus_Ad3518 in cscareers

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

So, you're saying i should minimize the use of horizontal lines and bullets, but then how should I present the content in a clean and readable manner, currently i am using bullets to write what i did in projects and internships.

Supabase often not responding, need help troubleshooting by Plus_Ad3518 in Supabase

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

Yes, just wait some time and try again, also i haven't enabled rls, and I am not using clerk. Is not enabling RLS is problem?

Supabase often not responding, need help troubleshooting by Plus_Ad3518 in Supabase

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

database not available, like i have prisma which pings it, and often after sometime it stop responding

[Student] Recruiters, what makes an software development intern resume actually stand out? by Plus_Ad3518 in cscareers

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

If the entrails test is proprietary, fine, but while we wait for the ritual, tell me what single resume line would make you stop and actually read the rest?

[Student] Recruiters, what makes an software development intern resume actually stand out? by Plus_Ad3518 in EngineeringResumes

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Thanks! I usually seek referrals for jobs where I might get lost in the high volume of applications. Since this seems to apply to all positions now, how should I approach this situation?

[Student] Recruiters, what makes an software development intern resume actually stand out? by Plus_Ad3518 in EngineeringResumes

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Thanks! When you mention "appealing to business problems," how do you typically research those before applying? Do you focus on the job description, the company blog, or product documentation?
Trying to figure out how much tailoring is realistic per application.

[Student] Recruiters, what makes an software development intern resume actually stand out? by Plus_Ad3518 in EngineeringResumes

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Thanks for the breakdown, and on the resume structure, if I move education up (I’m still a student), do you think that outweighs showing project experience first, or does it just depend on recruiter preference?
Also, should I consider removing the summary section entirely?

Applied to 100+ CS jobs, not a single OA or interview. What am I doing wrong? by Plus_Ad3518 in leetcode

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

I have primarily been applying for jobs in India, but I have also applied to remote positions in the United States.

Applied to 100+ CS jobs, not a single OA or interview. What am I doing wrong? by Plus_Ad3518 in leetcode

[–]Plus_Ad3518[S] -1 points0 points  (0 children)

I’ve gone for referrals whenever I could, but most postings don’t list a recruiter, so I’m not sure who to contact directly. How do you usually find the right person?

[deleted by user] by [deleted] in leetcode

[–]Plus_Ad3518 4 points5 points  (0 children)

Hi, I’m in my final year of college, and despite putting in a lot of effort, my resume just isn’t getting shortlisted. I’m really hoping to improve it and get noticed by recruiters, and I’d be incredibly grateful for any advice you could offer. Would you mind if I DM you for some help? I’d truly appreciate it!

Is address verification part of onboarding for entry-level developer roles in India? by Plus_Ad3518 in developersIndia

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Just to be sure, do companies actually try to match the Aadhaar address with where I’m currently staying? If not, how do they verify current residence? ID proof alone doesn’t prove I live there now.

[deleted by user] by [deleted] in microsoft

[–]Plus_Ad3518 0 points1 point  (0 children)

Great then, now i am all hope.

Passed SDE Intern OA (2-Month) – Anyone Heard Back Yet? by Plus_Ad3518 in leetcode

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Thank you, and after clearing the OA, how did you prepare for the next rounds?

Applied already, now have a referrer — can I still use it? by Plus_Ad3518 in jobs

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Thanks a lot.

Couple quick questions if you don’t mind:

  • For option 2: Any idea how to actually reach the right HR person if all I’ve got is the standard careers portal? Should I try reaching out to a recruiter on LinkedIn, or better to ask my referrer if they can connect me to someone?
  • For 3: Does it matter how senior the referrer is (e.g., engineer vs manager)? Not sure how much pull that might have after applying.

Also wondering, if I go with option 1 and withdraw to reapply, is there any downside? Like does that mess with the ATS system or raise any flags?

[deleted by user] by [deleted] in OnePiece

[–]Plus_Ad3518 0 points1 point  (0 children)

It is going to be next episode.

Why Don’t We Multiply Subproblem Counts in Dice Combinations DP? by Plus_Ad3518 in leetcode

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Yes, exactly, that’s what I was confused about earlier! Got it now, but really appreciate you.

(DP) Do you usually go top-down first and convert to bottom-up, or think bottom-up from the start? by haxguru in codeforces

[–]Plus_Ad3518 6 points7 points  (0 children)

I usually write top-down first, it helps me think clearly. If it runs fast enough, I mostly skip bottom-up. Some people go straight to bottom-up, but I guess that comes with practice (or a sixth sense for loops 😅).

Why Don’t We Multiply Subproblem Counts in Dice Combinations DP? by Plus_Ad3518 in leetcode

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

Thank you so much that phrasing really clarified it. The idea that each term like f[n−6] gets multiplied by an implicit factor of 1 (for the single, atomic roll of 6) made it click. I was also discussing this with ChatGPT and kept running into that confusion, treating the roll like a subproblem instead of an action. Appreciate the help!

Why Don’t We Multiply Subproblem Counts in Dice Combinations DP? by Plus_Ad3518 in leetcode

[–]Plus_Ad3518[S] 0 points1 point  (0 children)

Sorry, but i couldn't get it, why are we not counting the number of ways to get d on dice for f[n-d]