#2023_summer

1 messages · Page 277 of 1

quaint bolt
#

covid times were wild

#

Same

#

I just kept my gpa somewhat up for citadel but that’s it

muted summit
#

yeah im just trying to maintain it now

#

i kinda fucked up in regards to school bc i never built study habits

#

but now its kicking my ass and making me realize i gotta study

devout fractal
#

what gpa u need in american

#

bruh 3.5 is it 💀

muted summit
#

i got a 3.3 and its dropping this sem 💀

devout fractal
#

fuck i can get off academics then, had enough stress at this shitty ass school

muted summit
#

not even HAHA

devout fractal
#

thought it was like 3.8

muted summit
#

same

#

i wanna see if i can end with a 3.5

devout fractal
#

i have a 3.95 gpa but as long as i can get into my school's bs/ms program, im happy

#

it needs a 3.5

#

have u heard the legend of gokugate

#

cuz im ee and it gives pay boost, also more specialized and interesting work than crud SWE

cinder girder
#

we need a 90% as well

devout fractal
#

u can get typical swe with just a few months of LC grinding

#

zon waitlist as a frosh is good

#

ur cracked krishna

cinder girder
#

My school has a really weird GPA system though kekw_recession_edition our GPA system is out of 12 and makes no distinctions within each range unless you really want to calculate it, a 91% has no distinction to a 100% at the GPA level, both are a 12.0

devout fractal
#

same, a 90% is a an A here and we have no +/-

#

only reason my gpa is high lol

cinder girder
#

have

devout fractal
#

hmm why am i still here PepeHands

cinder girder
#

F -> A+ has 12 different possibilities so they just went w 12 system

devout fractal
#

does an F- exist KEKW

cinder girder
#

F is 0-49%

#

D-, D, D+, C- C, C+...

#

each is like a couple percent or something

#

and then there is A+ which is 90%+

#

This is my grade scheme

#

sadge what if I want an intern at raytheon

#

can I get one

long slate
#

Nope

cinder girder
#

ANY DAY NOW

gloomy plover
#

Wow

cinder girder
#

I do not have a public one that is updated rn no

#

I just have a private repo minimalist website github pages thing

#

that is severely outdated

#

but I was planning on making one after my API project

#

I can dm you what I have

#

🤔

#

maybe not completely over

#

This was literally 5 weeks ago thoguh

#

we'll see

#

I thought I saw someone mention headcount was full here at some point but I might just have misread

#

😭

robust bridge
#

Has anyone heard back after applying to expensify? I don't know if it is a waste of time to respond to their questions for the app

quaint bolt
#

At least for msft

#

There’s prolly gonna be one more batch of offers before thanksgiving and that’ll be it for msft maybe until January if they get more headcount

#

no

#

no one’s gonna schedule interviews this week tho, I gave Cit availabilities this week and next week and they scheduled mine next week

devout fractal
#

yah my rivian one is on the 29th

quaint bolt
#

My offers last year were all in dec or jan

#

But yeah maybe diff this year bc lower hc

#

Prolly filled up by thanksgiving

muted summit
#

nice solution

#

i actually wrote out a bruteforce dfs with this first

#

then did bfs

#

the dfs TLE'd tho

#

mhm def

#

this one was a bit more tricky at first since its implicitly bfs

#

havent done many of those before

#

ooo yeah that ones a famous problem

quaint bolt
#

when they say stuff like n + 1 and give you a range of [1, n] the intended solution usually is using the numbers as indices

#

But I can think of like 4 diff solutions for this off the top of my head, lots of ways to go about it

#

Oh I guess 3 in that case

muted summit
#

Try this question if you're bored LOL its not bfs tho https://leetcode.com/problems/race-car/

#

however I thought it was bfs...

#

rotting oranges is a good problem

quaint bolt
#

racecar is the same as racecar

#

I skipped dsa class.

#

You don’t need to do a formal dsa class to do well in lc, just learn as you go

muted summit
#

i didnt learn shit from my dsa class

#

tbf i didnt really pay attention but still

#

the way they teach heaps in DSA iirc is through trees and shit right?

#

i just think of a heap as an ordered queue kek

quaint bolt
#

random lc -> unknown topic -> learn topic do lots of qs on the topic -> repeat

muted summit
#

yeah heaps were overly confusing for no reason

#

i remember some friends i had were implementing heaps from scratch

quaint bolt
#

JS mfs be like

muted summit
#

i would just made a PriorityQueue to pass the test cases

#

since it was all automated but i bet they look at the code later kekw_recession_edition

#

swapped to python but still learning LMAO

#

been a few weeks since i been at it haha

#

yeah i think im pretty comfortable with it so far

white urchin
#

any python experts here who can explain time complexity of zip function

plush fiber
#

just took it - the questions seemed easy at first but ended up being pretty hard

muted summit
#

thanks

hidden mural
quaint bolt
scenic sluice
#

I hate school professors literally dont teach makes no sense

muted summit
#

that's gonna take a while

scenic sluice
#

Sigma

muted summit
#

i kinda learned some basic c++

#

but i just dont see the point

white urchin
hidden mural
#

lol is this transpose

muted summit
#

i can convert java to c++ and what not but i dont know all the c++ only libraries

white urchin
#

that would be O(N) since you're iterating through the the arguments right

#

and zip is O(1)

muted summit
#

which is what makes it nice

spark valley
#

I learned c++ by doing lc

white urchin
quaint bolt
#

Exhausting a zip object should be O(N*M)

#

It’ll still prolly faster than if you did it manually tho but those are minute details

#

Kinda like how sum is faster than just manually iterating and adding the numbers

white urchin
#

gotcha

quaint bolt
#

Idk if they fixed it but the standard solution for word search 2 in Python doesn’t work unless you prune the trie

#

But C++ works w/o pruning

muted summit
#

in python you can

#

but in java i think you can just peek

#

vice versa

muted summit
#

well, doesnt matter what the type of heap is

#

in java you can only get the front

#

but in python you can index it

#

right

#

you just look at the front

#

yea

#

-1

#

oh fr

#

hm

#

i know you can add negative values

#

and you retrieve it by doing * -1

#

to get the real value

#

thats a fake max heap in python

white urchin
#

what if you have negative numbers included in constraints

muted summit
#

then its gg

#

LMAO im joking

#

i actually dont know

#

i just vaguely remember

#

something about passing in the negaitve of the value

#

no i think i am

#

yea surely you just pass in the value multiplied by -1

#

and then when you pop it, you multiply by -1

#

for a max heap in python

clever grail
#

why do u need a heap

summer vector
#

honest roll call

#

how many of you in here are still searching for positions

noble ibex
#

I am still looking for an intern position..

robust bridge
clever grail
#

ok fair

wary harbor
#

Y’all know when winter apps open?

vocal junco
wary harbor
vocal junco
#

oh i thought you meant fall

#

winter i THINK may-june

mild pendant
#

why do people consider spring winter

#

and winter fall

wary harbor
#

Wait that late? For winter 2023-24?

vocal junco
wary harbor
#

True

vocal junco
#

or nov - april

wary harbor
#

@vocal junco what year ru

vocal junco
#

ive seen all types of weird timelines

vocal junco
wary harbor
vocal junco
#

1-2 not fully sure yet

vocal junco
#

i wanna get my gpa up & do research to be more competitive for grad school

wary harbor
#

Hum that’s a good idea, what offer have u had before?

wary harbor
vocal junco
mild pendant
#

thanks

mild pendant
vocal junco
mild pendant
#

if english majors can get into good cs masters

#

i think youre fine

wary harbor
vocal junco
mild pendant
wary harbor
vocal junco
mild pendant
#

for quant?

#

harvard mba would be insannnnnee

vocal junco
#

entrepreneurship lol quant is just short term

#

i wanna go into vc

mild pendant
vocal junco
#

like 3-4 years post-grad

mild pendant
#

Ah i see

wary harbor
mild pendant
#

you want to keep your hair

#

i hear all quants are bald after 25

wary harbor
#

How is it hard?

vocal junco
#

then after an mba if I cant get into vc I’ll just try to be a senior pm at a faang

wary harbor
#

I started doing interviews too late so I wanna be able to get quant during grad atleast

vocal junco
mild pendant
#

also

#

imagining just being wrong

#

and getting shit on

wary harbor
#

Lmao well as long as it’s not a shitty company

sinful locust
#

yeah but still

#

just pay ig

wary harbor
vocal junco
#

absolutely

#

if you mess up you get fired🥸

#

i realllly want hrt algo dev next summer

#

im just too anxious to start this oa😭

wary harbor
#

How much easier does it get to get another internship after getting a bad swe company as ur first intern?

#

Like a startup

vocal junco
#

i did the startup most recently

mild pendant
#

i have the swe intern one

wary harbor
#

But u already had prev internships

vocal junco
wary harbor
#

Like as ur first intern I was asking

mild pendant
#

just gonna jump into it tomorrow and hope for best

#

yea ik

wary harbor
#

Bro quant OAs are so long

vocal junco
#

i had google first and didnt know anything when i was interviewing with them about how the industry works

mild pendant
#

what even is hrt oa

#

swe like

vocal junco
#

someone here said swe isnt as bad as algo dev

mild pendant
#

probably

#

whats salary like lemme see rq

#

holy shit

vocal junco
# wary harbor Like as ur first intern I was asking

depends on a lot of things, like your school, skills, coursework, extracurriculars, and whether or not your linkedin is updated lol. honestly it varies but after that first internship recruiters hit you up a lot more

mild pendant
#

$600k

wary harbor
vocal junco
#

yeah

wary harbor
#

New grad?

vocal junco
#

yeah

mild pendant
mild pendant
#

junior

wary harbor
#

I recently got first first offer for summer

vocal junco
#

i go to an ivy so my experience w recruiters is kinda diff than most thats why im usually pretty hesitant to give my recruitment advice

mild pendant
#

congratulations

wary harbor
#

But I’m tryna reach for quant

vocal junco
wary harbor
#

The first 1 was not as good cuz companies started closing apps and I was too late applying

mild pendant
#

i got my first offer about a month back

wary harbor
#

😔

wary harbor
mild pendant
#

you as well

vocal junco
#

an offer honestly is better than what most people are gonna walk away with the way every company is freezing hiring

mild pendant
#

definitely

vocal junco
wary harbor
#

Right I accepted it real quick cuz I wasn’t trying to risk it

#

Lmao

vocal junco
#

i heard plaid is taking like 15 swe interns this year

wary harbor
#

That’s crazy

#

Bro I started on the worst year lol

#

What about it

#

It’s gonna be worst 😭

vocal junco
wary harbor
#

Bro that sucks

#

Meta has the highest layoffs

#

Rn

muted summit
#

@wary harbor congrats my man

wary harbor
quaint bolt
#

Go grind lc

#

How’re you gonna get rich shitposting on discord

earnest brook
#

Bank heist

quaint bolt
#

You don’t even have nitro anymore what’re you doing here

vocal junco
wary harbor
#

Ong

#

Yo @vocal junco ru still taking one class or did u just skip?

vocal junco
#

lmfaoooo

wary harbor
#

Like skipping semester?

#

Or taking 1 class just to say ur In school

vocal junco
wary harbor
#

Might need to do that

#

Wait wtf is a cis 💀

#

Ohhh

#

Lmao bro they prolly smart

#

Wiat it’s app?

vocal junco
#

cis is computer and info sci lol

wary harbor
#

Bruh that’s what I was thinking or that gender thing

#

💀

gloomy plover
#

Haha

#

So many acronyms

wary harbor
#

Ong

hallow scroll
wary harbor
#

@vocal junco yo bro can I see ur resume if u don’t mind

wary harbor
sinful locust
#

does anyone know what the "process completed" status on workday means?

vocal junco
#

did you just do a final interview

sinful locust
#

i did the final 2 weeks ago

#

some ppl who took the final in my wave got rejections

vocal junco
#

they may have an update for you soon then

#

id reach out to recruiter

sinful locust
#

i emailed him on monday

#

and my status changed today

#

not sure if that means rejection or hire

vocal junco
#

probably getting a call soon lol gl

sinful locust
#

ty ty i been dreaming of the moment when i get that hired call lmao

hidden mural
#

lol fr who is this person

mortal musk
#

does anyone know what the odds roughly have been like for google swe intern team matching, given you’re in the pool from day 1 and not entering late

vocal junco
#

sig reject kinda hurts after 60/60 on the oa😭

static spindle
#

That’s what happens to most people tbh, sig OA is stupid easy

sweet comet
vocal junco
#

oa about 28 hrs ago, reject about 2 hours ago😂

sudden tulip
#

anyone got splunk recruiter email?

rigid swan
#

deepmind just contacted me informing me of an intern recruitment pause

#

email says all intern interviews are cancelled

#

damn

scenic sluice
#

google ghosted after submitting resume?

willow grove
#

if its been more than a few months

#

id assume ghost

quaint bolt
#

Is that surprising LOL

#

They’re p strict this year, even more so than previous years

scenic sluice
#

not rlly surprising, just wondering if that was common i haven't seen much about it in here this year

quaint bolt
#

I only know like 2 people here so far who’ve applied and heard back this szn

#

Most other people are like me and have moved to this szn from other ones

idle briar
#

how do i have a winter offer but not a summer offer

leaden seal
#

I myself have heard back from the recruiter and they informed that I passed the OA + behavioural and that they went well!

What confuses me is that they said:
"We have now placed you on our waitlist to attend a final-round interview. We are planning for final round interview on Tuesday 13th December 2022. This is not yet confirming that we will be able to invite you, as it is dependent on the number of interview slots that we have available and how long our waitlist is in the given location."

Does this mean that I could not get invited at all even though I did great so far? Did you receive such an email?

I already asked the recruiter (still haven't answered) but I'd like to get some feedback from here too 😄

#

I assumed that this was referring to that specific date

#

Oh yes sorry, Microsoft swe intern

devout fractal
#

i thought msft swe went straight to phone

leaden seal
#

I did an OA and then behavioural and got my results

#

it's for EU if that matters

devout fractal
#

oh EU

#

makes sense

leaden seal
#

sucks that I know I did well but I might not get invited

#

hopefully they'll actually answer and not skip the question because of policy 😄

#

I mean if a scenario where half of the interview process goes well but there's a possibility the candidate may not receive a final round interview really exists, then yeah.

sinful locust
#

do you all think stock price is a good indicator of a company's success

willow grove
#

stock price in itself means nothing

#

a high share price does not mean a well-performing company - relatively high share price based on time could mean the company is doing relatively well, however

hardy patrol
#

least economically educated anime pfp user

astral dew
willow grove
astral dew
#

Like on the flip side, u can have a stock that’s currently trending low but the future is still bright for the company. Ex: Amazon, Google, etc

willow grove
#

also total volume

#

like if you're comparing relative price

#

sure ig?

#

like compare this year to last year for a given company

#

but if you're comparing a publishing company (which tends to have penny stocks) to tesla

#

its not an accurate metric

quaint bolt
#

buy high, sell low dogesmile

astral dew
#

Well I think it wouldn’t be fair to compare stock prices with how crazy the market is rn. Like comparing year to year

willow grove
#

yeah i agree

#

its hard to compare company to company with just one metric unfortunately

astral dew
#

Biggest clue away will always be earning reports

astral dew
near swallow
#

Because the problem on lc is to buy low sell high

#

@trim gust has solved best time to buy and sell stock

#

He can vouch

earnest crag
#

Is there any list of internships where recruiters start in December or January? I have seen Pitt sc and winter internships but I was curious if there was a sub section

quaint bolt
near swallow
hardy patrol
#

newest lc problem wants you to implement an algorithm to find the least secure entry points into the white house provided with floor plan diagrams

sinful locust
#

Guys, I've solved all variations of best time to buy and sell stock yet I'm losing money in the stock market. How does this make sense?

wide socket
#

not optimized enough

muted summit
#

Interned at an hft and its crazy that best time to buy and sell stock was the only thing in the live codebase…

grand briar
#

This guy in the summer intern process said he did 800+ LC

#

His name is @abstract quarry

spark valley
#

diminishing returns after doing 400+sad_kermit

spark valley
#

Medium/hard problems from 2 years ago*

#

the med/hard from the recent year are super easy

devout fractal
#

Take out all the easies from ur LC except for the essential easy that teach u the basics

formal gust
#

sushi u r HideThePain HideThePain

spark valley
robust bridge
#

Endless rejections, I don't know what to do

cinder girder
queen plover
#

try pyscript

mild pendant
#

And has a deformed result that looks like neither

#

^

#

I actually really like coding in JavaScript (typescript ftw)

hallow scroll
#

I used to love making apps and would do web stuff but when I went into my current internship I forgot everything I knew after leetcoding only for like a year

#

It’s rough

#

Typescript >

mild pendant
#

Was my first language, I’m biased
but C++ and python have a special place

#

Since I stopped CP I stopped using c++, but when I do, it’s always way better than Java

#

Anything is better than Java

frigid gate
#

isn't it math + unbound knapsack

mild pendant
#

take that back

#

java is ass

wicked lynx
#

Anyone know how long it takes to hear back from Square/Block after sending CGA?

real sedge
#

It's v nice

#

Performant and easy 2 write

near swallow
#

Bro my family group chat be posting stuff like this daily

real sedge
near swallow
#

But in spanish kek

#

Same fam? floosh

wicked lynx
hallow scroll
#

I sent a bad score too

#

If you have good experience you should be good

latent tulip
#

Anyone know how the sig first phone for swe is?

keen phoenix
#

Sent an email to mathworks regarding deadline and I got an automated email….their system thinks I was cold emailing lol. does anyone know if HR still views the email

echo saddle
#

How is 2023 internships lookin?

#

Is it dry or are people hiring?

keen phoenix
hallow scroll
#

Amazon is prestigious now

#

Ong but now because of the freeze it’s even more prestigious

#

Exactly

hardy patrol
#

my recruiter ghosting my location pref changes

#

not getting sent back to the midwest that shit sucks

hallow scroll
#

Can confirm

#

I interviewed late July I think and got two sum

rapid swan
#

did that go up too omegalul

rapid swan
#

kek

#

how was ur oa tho

hallow scroll
#

Did u solve yours I didn’t

#

Why did they hire me

rapid swan
#

mod issue

sand coral
#

Have you interned at multiple Big N? I’ve seen you got a lot of interviews from good companies.

hallow scroll
#

Same

rapid swan
#

mfw the lists are too linked

#

ddog fall plz

hallow scroll
#

Idk how I was supposed to find 2 numbers that add to a target I can only do it with one number

rapid swan
#

do u think I'll make it on time

sand coral
rapid swan
#

my behavioral is next tues

rapid swan
hallow scroll
#

DDOG jody_cry jody_cry

hallow scroll
#

You could move winter to summer so maybe

hallow scroll
rapid swan
hallow scroll
#

after good interview

rapid swan
#

AFTER WHAT

#

FINAL?

hallow scroll
#

Final

rapid swan
#

NOOO

hallow scroll
#

Solved both optimally contemplating contemplating

rapid swan
#

Sadge was it hard

#

y would they

#

yield protection

hallow scroll
#

No it was easy if I can fully solve an lc interview then it was easy

rapid swan
rapid swan
hallow scroll
#

People said they also care about vibing with your interview but my guy was a straight up robot

#

Yeah I left for like 2 months dogesmile

rapid swan
#

did u figure out summer

rapid swan
#

Im screwed for fall

hallow scroll
#

Yes probably just gonna do amazon cuz I got aws and it seems secure for now

#

Also nyc

rapid swan
#

was interviewing with apollo graphql and they delayed interview until early 2023

hallow scroll
#

Unlucky

rapid swan
#

I love remote fall

hallow scroll
#

Remote fall OP

rapid swan
#

its not for fall

#

apollo is remote fall

hallow scroll
#

Wait are you nyc or sf for summer I forgor

rapid swan
#

luv linkedin reachouts

hallow scroll
#

Lol

rapid swan
#

I was undecided but now decided

hallow scroll
#

They’re not we’re all getting fired after thanksgiving

cinder girder
#

kekw_recession_edition cope

hallow scroll
#

Yessir

rapid swan
#

cool kid meetup wen

hallow scroll
#

Summer okayge

#

Fall is ass barely any good companies do fall

rapid swan
#

yeah Im suffer szn for fall

#

I hope ddog works out

#

im so last min

#

why did I turn them down before I copeth

#

couldve been set

#

literally

#

I got phone from them

#

rip

hallow scroll
#

Affirm reject me Sadge

rapid swan
#

linkedin said they might give fall if I reach out in may

#

gonna cry if Im still offerless in may fr

#

wtf omegalul omegalul omegalul

#

trolled

hallow scroll
#

I need coinbase to give me a return offer so I can do off-season remote okayge

#

Too bad that’s never happening

rapid swan
#

I should give lyft a go

#

watch them ghost

#

copium

#

bruh seriously

#

wait so u couldnt move it to fall

hallow scroll
#

2-3 offers damn

#

Goat

rapid swan
#

fall internships crashing and burning

#

if

unborn jackal
#

any google swe interns (SRE PA) get a return offer for FT?

rapid swan
#

wait so which companies r hiring for fall

#

do u know of anyone

#

OkaygeSip snapchat told me fall long time ago but I think they cancelled

wooden shard
#

Confluent does remote fall

rapid swan
#

yeah but I didnt apply before apps closed dam

hardy patrol
#

praying the economy is still holding together for fall internships

#

think jan

frail rapids
#

It’s not that bad is it?

sudden tulip
#

nuro rescinded?

frail rapids
#

At some point it’s bound to get back to normal?

#

I’m not sure how long this decline is gonna last tho

rapid swan
#

omegalul deepmind rejecting nothing new

#

tru

#

mfs hired too fast

#

how is tesla still hiring

rapid swan
fickle ivy
#

oh thank god

sinful locust
#

hey do u guys know what the “process completed” status on workday means

near swallow
#

Credits to @placid tapir for tracking total stats of server history. This is the quantifiable effect of a recession

#

Also fun fact: the !process with most single emote reacts in server history:

#

Nah it’s never over till like early March probably

#

Maybe even early Apr

#

First wave over

#

Always remember more people who get an offer will process it vs people who get reject

#

Just a thing i believe

#

Cuz rejection sucks a lot of times u dont wanna post

#

But yep the ratio speaks for itself

gloomy plover
#

Yeah honestly

#

lol someone reacted to my friend applying for Amazon

near swallow
#

Yeah

near swallow
#

it's just momentum bro, somebody spams 🍎 and all these code monkeys follow

#

maybe cuz jujutsu kaisen was big back then and this person has gojo

#

is this real

hallow scroll
#

My goal is to now get the highest !process

near swallow
#

u will never achieve it

obsidian sedge
#

that's the most?

#

i feel like ive seen higher tho

near swallow
#

i was tied for 2nd highest and even with all my clout barely got it

#

that means u will never

obsidian sedge
near swallow
obsidian sedge
#

ohhhh

#

icic

hallow scroll
#

I’ve gotten like 50 on one I can just make 30 alt accounts simple

hardy patrol
#

what company did you process for 2nd highest

near swallow
#
max[emote for emotes in processes]

yes i know this is bad syntax leave me alone

hallow scroll
near swallow
hardy patrol
#

feel like goku wouldve come close to top 10 if he processed amazon purely bc of how frequent he was here

near swallow
#

oh wait i'm mod i can delete reacts

#

i can make myself # 1

hardy patrol
#

and vocal about the journey

#

i think he got booted

hallow scroll
#

Can u make me number 2

near swallow
#

honestly i don't think any of u coulda topped the 63 threshold except endorsi

hardy patrol
#

minimum of like 30 reacts to hit top 10 likely

near swallow
#

i know how this place works and that was one of the few people who somehow woulda gotten it

hardy patrol
#

endorsi stream was like the csmajor stonehenge

near swallow
#

i have never seen such a crazy incident in my life

#

well maybe when people pinged @ everyone

hardy patrol
#

marveled at the lack of foresight from streaming his codepad link to a server of thousands

near swallow
#

that was INSANE

hardy patrol
#

i accused goku

obsidian sedge
#

can you do a 1 liner to store the max value in an array in python

hardy patrol
#

which he made it easy to accuse of

near swallow
#

and has requested anonymity

obsidian sedge
#

like res = (max(res, n) for n in arr)

sharp sedge
#

thats cool seeing max reacts

#

very neat feature

near swallow
#

i mean whatever ur thinking of that involves using max is memory heavy but yeah
nvm just iterate bro that's prob what they did

#

!users who smell bad

final forumBOT
#

cscareers.dev server currently has 64276 members (8244 currently online).

hardy patrol
#

64k grinders

#

rising and shining to solve 2sum incorrectly on the first try

#

csmajor server

slow veldt
#

🥲

hardy patrol
#

its basically this channel but with a different cast of characters

obsidian sedge
#

my processes never get reacts

hallow scroll
#

This was my highest pepecool

#

7 people go react rn pls

hardy patrol
#

i measure the prestige of a company by how many thanospog reacts the offer gets

hallow scroll
#

So I can prove kirbs wrong and cross 63 threshold

cold path
#

us

ivory ocean
#

Anyone ever heard of Cooper Jones

#

Some recruiting firm

#

This shit is hurting my eyes mf

earnest hatch
#

Congrats!

hallow scroll
#

Congrats!

scenic sluice
#

Best companies still open rnv

mild pendant
#

I hope you get zon

uneven sand
#

citadel still open

final forumBOT
#

You can only use this command in 2022_winter_intern_process, 2022_summer_intern_process, 2022_grad_process, 2022_fall_intern_process, 2023_summer_intern_process, 2023_winter_intern_process, 2023_grad_process

astral dew
#

1 small mistake and u fired 👀

hallow scroll
#

Ong

wise geode
#

Has anyone done a SRE interview?

wide socket
#

lmao

#

i got this a while ago

#

and even had my phone call

#

she delayin the technical 😭

#

naw she doesnt ghost

#

actually my recruiter

#

contacts me back in like a hour LOL

#

if I ask something

#

they kinda goated

#

I think Geico sent me smth

#

tho i gotta do that

#

dud geico rejected me

#

resue

#

resume

#

and then on handshake gave me a referral

#

to apply again

#

LOL

#

Fr

#

they take anyone

ivory wing
#

does HRT usually call to reject after final?

proud crag
#

krishna

#

i have been lazh

#

im suppposed to have applied

#

righy

#

cuz nobody tomorrow or friday gonna look at my pile

#

although

#

fuck it

#

still gonna paly

#

apply

#

tomorrow

wary harbor
#

@honest spire did u do ur amz final?

#

did u do good

#

?

scenic sluice
#

how to renege

real sedge
#
Hey <Recruiter>,

Unfortunately, some extenuating circumstances arose recently that will prevent me from taking part in the <Company> summer internship program this year. I want to make it clear that I could not have predicted this would happen during the time I had to consider my offer.

I understand that <Company> has likely made financial and logistical decisions based upon the expectation that I would be following through on the acceptance of my offer, and therefore I feel it's necessary to formally apologize for any inconveniences I have caused as a result of this.

I want to thank you personally for helping me along this processes and also apologize if this in any way negatively affects your situation as my recruiter.

I genuinely hope we can work together in the future, and I have nothing but positive things to say about <Company>'s internship process. I will continue recommending my peers to apply to your company, and I wish you all the best in the future.

Thank you again,
<Heartless reneging bastard>

credit to @prime bear

#

@scenic sluice ^

clever grail
#

wait ur a freshman tf

static spindle
clever grail
#

🚿

#

cap + cope

earnest hatch
#

I believed you showered up until the point you posted that

clever grail
#

trying too hard

scenic sluice
#

when renege should i accept the offer then send my renege email

static spindle
#

what

scenic sluice
#

like have 2 offers accepted and renege one or wait to accept until i renege

real sedge
scenic sluice
hardy patrol
#

did you get jpmc

ivory ocean
#

Happy thanksgiving

mild pendant
half sinew
#

anyone get the hiring pause email from nuro?

real sedge
hollow field
#

Renege worst case is blacklist right

#

Any stories of worse?

sharp sedge
#

once they came and shot up my family

static spindle
fast folio
#

thank you + unfortunately my circumstances have changed + hope our paths cross again in the future

hallow scroll
#

But that’s worst case and only matters if you use your school job stuff

#

Probably now

#

Like December is pushing it

fast folio
fast folio
#

the 2 places i reneged were strangely p positive

hollow field
#

How strong is DoorDash

fast folio
#

i was expecting bad responses from recruiters

#

based on what ive heard here

hollow field
hollow field
#

U got this

hollow field
fast folio
#

i reneged last month so ig its still very early

safe minnow
#

Anyone know how important internships are beyond the first one?

fast folio
fast folio
#

but mby reneg in 2-3 months in case smth happens to intern position

#

yeah i think thats fair

#

3-4 months before start date at least

hollow field
#

Wdym

real sedge
sweet comet
#

anyone get this email from zoom even tho workday says application received?

sinful locust
mild pendant
#

i am gonna use it soon

cold path
#

@feral void wake up

quaint bolt
cold path
quaint bolt
cold path
south oak
#

Has anyone hear back from samsara

#

After the oa email

cold path
#

nothing just wanted to check if u were awake :)

scenic sluice
#

YUUUUUUHH

scenic sluice
mossy compass
unkempt bloom
#

Has anyone done Microsoft SWE Intern interview process???

south oak
mossy compass
#

ya ik havnt heard since that message lol incoming reject/ghost

quaint bolt
#

So mysterious

#

Giving looking out the window at the back of the classroom energy

hardy patrol
#

still at the ghosted stage

crisp berry
#

lmao

hallow scroll
sick oar
#

@feral void wake up

#

think about anytime you talk about school

#

replace that with work

#

all other convos remain the same

unkempt bloom
#

i think mine is technical because the email has some data structures stuff in the signature

#

and should i expect systems design questions?

#

or is that not something expected of an intern

hallow scroll
#

no system design

#

dsa stuff

unkempt bloom
#

what level lc in your opinion?

#

did you end up getting an offer btw?

hallow scroll
#

the difficulty can range from piss easy to super hard

sick oar
#

Why don’t you ask stupid questions I can respond to

hallow scroll
#

nope for one interview I got the easiest shit of my life but the second interview was an lc hard

unkempt bloom
#

FUCK LC HARD 😦

hallow scroll
#

its random though

#

i just got unlucky

unkempt bloom
#

Did you get an offer nevertheless

#

I hope so

hallow scroll
#

yeah thankfully

unkempt bloom
#

Congrats

hallow scroll
#

ty :)

unkempt bloom
#

Did you end up interning there over the summer

#

I heard they have a return rate in excess of 80%

unkempt bloom
#

microsoft does flyouts?

#

i dont think so

#

only companies like jane street do the fly first class stuff right?

hallow scroll
#

Depends

#

Some companies do offsites during the internship where you travel with your team

#

I did a program and a company flew me out to interview

#

If the circumstances are right they fly you out + it used to be the norm for interviews, you’d actually get flown out but not anymore

unkempt bloom
#

I'm happy about that I guess

#

It sounds like it'd be a bit of a waste of time to go all the way for a few days

white urchin
#

can anyone here send a python solution for word search that doesn't tle

unkempt bloom
#

why are you posting your spaghetti in intern discussion chat

lunar zenith
#

Anyone else having issues with logging into pymetrics acc for mastercard?

#

Email says I have 3 days to complete and I can't even log in smh

#

Also ain't no way customer service will help tomorrow-Saturday

gloomy plover
#

Heard it was too glitch

#

Might contact them to extend it but I’m so dumb lol

lunar zenith
#

Yeah it's not working super bad

gloomy plover
#

Lol remember their front end

leaden seal
#

Does anyone have any info regarding Microsoft's headcount for interns?

minor night
hallow scroll
real sedge
gloomy plover
#

Man kins Jack Harlow

hallow scroll
#

no

gloomy plover
#

Oh shit it’s aizawa

near swallow
#

kirbyWarpStar KIRB dashpink 350 kirbyWarpStar

#

pinksparkles KIRB KirbyRoll 350 pinksparkles

spiral willow
#

y'all has uber waitlisted some swe interns this cycle?

clever grail
sharp sedge
#

pretty sure the amazon waitlist isnt a real waitlist

#

i thot that waitlist email is essentially a rjection due to headcount

#

never heard of anyone hearing back after getting that emai

#

oh

#

oh

#

ye i did amazon interview early nov and got offer

#

without a waitlist

#

but idk

#

i got the waitlist thing for fall last year

#

nove 15th or so

#

regular zon

#

did the interfivew nov 4th

#

i declined offer

#

i wanted to do fall or spring and they told me they wont let me

#

so i just declined

cold path
#

wake up

sharp sedge
#

hi dabi

cold path
sharp sedge
#

uh

#

lol

#

ok

#

i just said hi

#

i dont know u

sharp sedge
#

gn

sinful locust
#

gm

past wadi
#

yo , upcoming swe summer intern here and a non cs student

#

do u guys think its worth reading on software engineering fudamentals like software development models /architecture/sofwtare project management/micro services etc...

#

or should I just leetcode to prep

#

since obvs the applicants r probs all cs students, I have to try and catch up with them so any advice on that?

sharp sedge
#

or are you gonig to apply for summer 2023?

#

if tryin to prep from no background, i reccomend learning like basic coding in python, and then doing leetcode easies on blind 75, that should be good enough for a good ammount of companies like ibm, raytheon,lockeheed, schwab, fidelity

past wadi
static spindle
past wadi
#

I'm tryna prep for the actual internship

sharp sedge
#

or actually

#

it depends

#

what company

past wadi
static spindle
sharp sedge
#

is it fidelity

past wadi
#

Like JPMorgan ,master card etc

sharp sedge
#

tbh most ikely youlle be fine

static spindle
#

yeah in that case you probably don't need prior knowledge lol

sharp sedge
#

but it doesnt hurt to make work on projects if youre relaly worried

sharp sedge
#

or idk

static spindle
#

also, it would help to look up their tech stack

sharp sedge
#

i went into my internshis with no prior coding knowledge

static spindle
#

JPMC for example uses Java and React.js

#

so knowing those beforehand would be helpful

#

*and would set you ahead of your team

past wadi
#

I'd be great for me to get a return offer, although unlikely but I thought I'd have to prep to atleast catch up wiv the Cs students

sharp sedge
#

nH tbh

#

most cs students

#

also dont know anytihng

#

going into internship

past wadi
#

Tbh they come from decent unis , idk where u guys r from but like

sharp sedge
#

becuase projects in class and stuff are very differnet from real work

#

outside of like basic coding principoles

#

like if u understand oop you should be fine

past wadi
#

The office isn't too far from UCL

static spindle
static spindle
#

they like seeing you put in effort instead of just existing knowledge

sharp sedge
#

one of my friends did charles schwab last summer, quite literally did nothing 0 code delivered

#

got a return offer

sharp sedge
#

but hes prett social

#

manager liked him

static spindle
#

but if you still want to prep, look up their tech stack and study that

past wadi
static spindle
sharp sedge
#

but yeah p much, if youre super new to coding maybe learn like oop principles

#

but other than that

sharp sedge
#

everything learnable through google/mentor

#

and just copying random code examples you see n the job

static spindle
#

they'll tell you when you start too, they don't expect you to know everything

#

but if you're there, then they believe that you can learn what is necessary on the spot

past wadi
static spindle
#

it is not helpful for the company

static spindle
static spindle
past wadi
#

Yeah makes sense

past wadi
#

Felt like other peeps should've gotten it not me😂 but we move

#

Also have u guys gotten internships? If u did what was the experience like , what kinda stuff did u do

static spindle
# past wadi Felt like other peeps should've gotten it not me😂 but we move

everyone goes through this. I worked at JPMC as a sophomore, my junior, more experienced friends didn't get the job. I was expecting to be the worst person on my team bc of being young/inexperienced, but it did not take long to find out that with some googling skills it is possible to be the best intern in the room

past wadi
#

Haha love that so much

#

Can I put googling skills on my cv

static spindle
#

no lol

past wadi
#

Dam it

static spindle
#

its what actually matters in most circumstances along with motivation to learn, but do not ever put that on a cv

past wadi
#

Awhhh☹️😔

#

One day I will when I apply for full-time jobs, just to experiment

sharp sedge
#

you would be surprised how stupid some ppl are

#

some mfs will ask there mentor every single thing even if its easily googleable, and then theylle forget it, and then ask the same thing again

near swallow
# past wadi I'm tryna prep for the actual internship

Similar situation to you, my CS background was poor, had an average F500 internship, and now in a pretty demanding team at a tech company. TLDR is just grind lc. Don't prep for the internship. Your time is limited and before you know it you will be thrown into the new grad market. Get good at LC, and maybe once the school year starts you can spend 2 or 3 weeks on sys design to round out your skills. All the other stuff you listed that might be covered in a CS curriculum... literally the only things worth knowing are DSA and OS.

#

Once you start internship, get used to spending 2 hours after work leetcoding, you will be very glad you did.

idle marlin
#

when are nasa spring internships applications due

past wadi
#

No clue but try reverse image search

past wadi
#

Thank you🫂

slow wing
#

You do NOT need to do this! You’ll be better off enjoying yourself, doing things with other interns, you already got this internship it’s not like you need more leetcode

mild pendant
#

But 2 hr lc a day after internship work is wild 😂

#

I started lc last fall, and there were entire few months I barely or leetcode but when I did I would grind

#

going back You don’t forget assuming you learn the fundamentals really well

reef dew
#

anyone did the expedia ML OA? (about flight predictions?)

past wadi
slow wing
#

Fair but I think 2 hours a day for that long is well past the point of diminishing returns, and you could be a more competitive applicant with more projects/research/whatever instead

pulsar island
#

Thumbtack (top right) and ramp (bottom right)

#

Left right is confluent

wraith gazelle
#

Worth it

#

I believe there is a sale now too

potent imp
#

I bought it but I barely use it because I’m still a beginner

wraith gazelle
#

Company tagged by itself makes it worth

potent imp
#

I like the submission wait time speed up tho

#

True

wraith gazelle
#

That’s minor but a nice convenience

potent imp
#

There’s also this for the leetcode premium company tagged questions

wraith gazelle
#

I think they provide a valuable enough service to pay for it

#

Pretty fair price with the annual plan

#

Personal tracking is also nice for motivation

sinful locust
#

how are cisco interviews?

proud whale
#

Confluent is the right one

storm ledge
earnest hatch
#

Haven't seen anyone mention the one to the left of Confluent, it's Productiv

stable badger
#

Link to the video?

real sedge
#

What companies are missing?

#

Is it on lc prem?

restive crystal
#

Your recruiter usually wants u to succeed so go for it

fast jay
#

has anyone had samsara final? i dont know how to prepare

olive spire
#

does anyone here have an email tracker that they recommend

#

mine broke

#

lol

#

maybe its just me that its not working for, i want to find an alternative in case

#

lol wdym

olive spire
#

its just a personal preference, i like to see if my email is being engaged or not

#

like sometimes if an email gets like 60 clicks, i know its being forwarded arounda. bunch

clever grail
olive spire
#

ya

clever grail
#

just cuz how the tracking image and stuff works

olive spire
clever grail
#

mailtrack puts a watermark at the end of your email just click the X to remove each time

clever grail
#

it helps me know when to follow up on emails

earnest hatch
#

Mailtracker will get you off the Amazon waitlist

olive spire
#

i just do it every week lol

#

if you want to be agressive about it, you could do it every 2-3 days too

uneven sand
#

no

woven hazel
#

Mad annoying

earnest hatch
#

I just don't do it at all personally, because I feel it's pointless and a bit too obsessive. And some companies block the tracker so you can't know if they opened it or not.

clever grail
#

silent grinding

fickle ivy
#

huh

#

yea

lunar zenith
#

That's the worst

real sedge
#

dats not discord

#

dats da unicode consortium

proud crag
#

john unicode spends a lot on helthcare

hardy patrol
#

what do i do if a recruiter doesn't get back to me after accepting an offer lol

#

tryna change my location but bro is mia

near swallow
#

the ASCII Illuminati

hardy patrol
#

fidelity

proud crag
#

ascii illiminati lol

real sedge
gloomy plover
near swallow
#

i put out a bounty no cap

#

to do it

#

somebody came thru