#2023_summer

1 messages · Page 68 of 1

fickle ivy
#

i dont even like csl mao

#

i like econ way more

#

hmm

#

maybe

#

then ill do both

#

how do u get there

#

enlighten me fellow

#

fellow frosh

#

yda

#

eya

#

yea

#

to both ig

#

bruh i wanna become fed chair eventually KEKW

#

then ill make interest rates 0 for the upper middle class

#

IB ?

#

hm

#

how much does private equity pay

#

right out?

#

isn't quant higher KEKW

#

thats bullshit

#

true

#

ceiling ig

#

right

#

yeah you like my hourglass figure

#

LMAKO

#

yeah this is true

#

espec trader

#

u get fired in 3 years

#

bc reaction time RIP

#

ideally i wanna do big big money quant like JS or smth

#

then switch to goog/meta swe

#

and then get into consulting, PE, VC

#

and then have a wedding in the maldives or something

#

yeah VC is just high roll

#

hopefully my parents can get me into real estate

#

lmfao

#

@hearty river

#

how are u

rustic topaz
#

@fickle ivy you got amazon?

sinful locust
#

offer

#

its an offer

fickle ivy
#

under review

#

@rustic topaz

sinful locust
#

@rustic topaz u had capital one final yet?

crisp berry
#

how to get duolingo oa

jolly jewel
crisp berry
#

once again i wish i was american

noble ore
#

id give the duolingo bird a lil action for an oa

bitter saddle
#

Did anyone get an update from meta abcs

#

Wasn't the result supposed to come out today

round spire
#

Does Citadel final have system design or OS or networking?

sinful locust
#

mf snkrs drop or sum

simple garden
#

is this lyft

bitter saddle
sinful locust
#

can you stop

hearty river
sinful locust
#

what resources did you use for SD?

sinful locust
#

grokking?

#

oh

sinful locust
#

is it intuitive?

#

ahh haha

hearty river
sinful locust
#

well scaled and dist systems i think is

#

regularly its fine

shadow shard
#

anyone have experience interviewing w/ any of citadel, drw, optiver, or jane street

ocean dune
#

Are databricks oas automatic?

crisp berry
#

yes

ocean dune
#

Got one in 20 minutes☠️

#

Felt good for once but deep down I knew I was lying to myself ☠️

shadow shard
#

can I dm

spark hearth
hollow sun
#

N3 = next Ghotz

sinful locust
#

add got a question

#

dont wanna say here

#

😅

#

if ur fine

#

with it

hardy patrol
#

does goldman sachs ask for transcripts im abt to lie so hard

#

im a 4.0 student

tawny pine
#

Has anyone done the Optiver SWE final round? What should I expect/prep for?

hardy patrol
#

☠️

#

fuck if cap 1 sees my 2.0 gpa im toast

#

im used to having the mindset that uni doesnt matter for swe as long as you didnt get your degree from a mill or assaulted someone

jaunty cove
#

I feel like putting ur sat score on ur resume is very cringe

rustic topaz
#

damn everyone getting amaongz

#

😦

#

and c1

uneven sand
#

amongus

jaunty cove
#

Nice

frank harness
#

dumb question probably, but is there a particular university course that covers stuff like 'threading', 'multithreading', etc. I have encountered questions on these topics before (IMC video for example) and I had no clue what these terms meant. Anyone have any resources?

hollow sun
#

os, parallel programming

rustic topaz
#

cause you got Jane Street

#

teach me memoization

frank harness
rustic topaz
#

if you're this bored

#

😐

uneven sand
#

ew

#

use @jolly spade

fickle ivy
#

fibo

rustic topaz
#

when you finna do your next livestream? LOL

fickle ivy
#

bruh when amazon wave

#

do they come out saturdays

uneven sand
#

solve word search 2 in O(logn) time

proud whale
#

it's okay just do @lrucache

rustic topaz
#

I am trying to figure out permutation for backtracking. neetcode's solution has me stumped

proud whale
#

n3 solves everything constant

fickle ivy
#

n3 sort o(1)

rustic topaz
#

wym

#

this is what it's supposed to look like right kermit_think

uneven sand
# rustic topaz wym

backtracking usually involves reaching failed states and backtracking from those

#

for this problem, you never reject a state

hallow scroll
#

It’s just recursion

rustic topaz
#

reaching a failed state?

hallow scroll
rustic topaz
hallow scroll
rustic topaz
#

Like a base case?

hallow scroll
#

Yes

rustic topaz
#

I would do grokking for subsets, but they use bfs

#

and that is even more confusing

#

bruh

#

mf is already done

proud whale
#

LMFAOOOOOOOO

rustic topaz
#

memoization for this?

uneven sand
#

wtf is that

rustic topaz
#

fr

#

wtf is that

uneven sand
#
class Solution:
    def permute(self, nums: List[int]) -> List[List[int]]:
        ans = []
        def solve(curr, rem):
            if not rem:
                nonlocal ans
                ans.append(curr)
            else:
                for x in rem:
                    solve(curr + [x], rem - {x})
        solve([], set(nums))
        return ans
proud whale
#

literally wtf is that

uneven sand
#

this is human readable

hallow scroll
#

for pp

rustic topaz
#

at this point this looks worse than C or Java

rustic topaz
proud whale
#

ofc you did

#

what's a bitmask

oblique surge
#

yo, do you know about hiring process in Palantir for Interns?.. Like, what's going to be after karat?

rustic topaz
proud whale
#

this is why i hate when ppl on this server call me cracked

#

go call n3 cracked wazowski

rustic topaz
uneven sand
# rustic topaz Can you explain your solution?

at each state you have some numbers already in your current permutations and some numbers that you haven't added yet. recursively go through the scenarios for adding each remaining element

hallow scroll
#

No cap

uneven sand
#

fr fr

rustic topaz
#

Jack Harlow you gotta be bored

uneven sand
hallow scroll
rustic topaz
#

on fonem?

fickle ivy
#

when next amazon wave 😭

rustic topaz
uneven sand
#

mondays

hallow scroll
#

Timeline

hallow scroll
fickle ivy
#

yesmorrow?

rustic topaz
#

someone from my school posted that same exact code in the discord

#

😐

uneven sand
#

im actually experiencing withdrawal symptoms from not getting an email today

#

yea they send OAs and final invites on mondays usually

fickle ivy
#

im talking abt offer

uneven sand
#

amazon oa isn't even worth your time

#

it's lc easy

rustic topaz
#

Bro go get 847 on codesignal or something. I am trying to learn backtracking

#

😐

fickle ivy
#

lmfao i got 847

#

n3 is gonna get like

uneven sand
#

im struggling to find constant time solution for word search 2

fickle ivy
#

985

rustic topaz
#

@uneven sand I got a question

rustic topaz
#

💀

#

everyone here is literally cracked

uneven sand
#

849 isn't too bad if you get good rng like me

sly copper
#

I did c1 powerday on tuesday and heard nothing back yet

#

I think I got rejected

fickle ivy
#

1234 40 mins

#

what issues

#

nope

#

none for me

#

try in incognito

#

yea

#

or hard refresh

oblique surge
next mountain
#

You seems to talk about Amazon ?

rustic topaz
oblique surge
#

🤣

rustic topaz
#

I swear mfs on here 1% and still want amazon. like let us have something

next mountain
#

Mekromic is the Florida student v

oblique surge
#

You should pray you will never be asked that shit

next mountain
#

Do you know why I don’t have an response from Amazon I applied yesterday 🐣

oblique surge
#

on the other hand... if it's something as simply as simple masking and stuff

fickle ivy
oblique surge
#

you should know it regardless

fickle ivy
#

because it takes time

#

lmao

oblique surge
#

that's weird

#

never had bit manipulation on gca

fickle ivy
#

seven minutes 😳 wtf

pseudo shoal
#

1 min?????????

fickle ivy
#

i took 40

next mountain
#

How much time I need to wait to have “you don’t fit for the job”

pseudo shoal
#

WHERE IS THE ROPE

oblique surge
#

mf learned how to redact html

fickle ivy
#

40 1234 -> 841 calibrated to 847
7min 1234 -> 849

#

what is this bullshit

#

7 min should get like 1927

#

or smth

next mountain
#

Hmmm 20minutes I can believe

#

But not 7m

fickle ivy
#

@sinful locust do u touch grass

#

how is such power possible

#

damn

#

what school u at

#

MIT?

still yacht
#

I don’t think SAT/ACt matters that much

#

At least for IB

fickle ivy
#

where at then

#

holy

#

you're different

next mountain
#

The Q3 for HRT was talking about a bubble explosion

#

I don’t know if someone did this problem

fickle ivy
#

my q3 was coding tetris HideThePain

oblique surge
#

share that shit through link

#

otherwise I place cap on that one

fickle ivy
#

oop sry

#

@sinful locust why are mit kids sussy

#

what dey do

oblique surge
#

I mean it's a screenshot ffs

#

I can edit html through inspect page too

fickle ivy
#

my real name is on my discord profile 💀

oblique surge
#

not saying u edited score... but time

#

well

still yacht
#

Don’t think it matters too much if you go to a good school tho

fickle ivy
#

what is good for them

#

then

#

no matching report found

#

F

oblique surge
fickle ivy
#

whatever tho

#

i trust n3

#

i have faith in my boy peepolove

oblique surge
#

i dunno. I trust his score

#

cap on time

#

kk

still yacht
south aspen
#

did u solve it lol

rustic topaz
oblique surge
#

tf

#

that's not the right question

#

why tf do they ask it

#

half of mf in citadel wouldn't be able to solve that shit

#

look at solution

#

it's "mathematical" shit

fickle ivy
#

uhh

#

tryna remember

#

like

#

1570/36 i think

#

or smth

jaunty cove
fickle ivy
#

74 hrs

#

under review still

#

so pog?

oblique surge
#

like, when I see shit like that, I really question if it's worth it to work for that company lmao... Why would they ask that shit if it's clearly not applicable to anything.... It's a simply weed out question to fuck around as many people as they can without coming up with actual interesting "real world" related shit @low vale

fickle ivy
#

appreciate it peepolove

#

POG

jaunty cove
#

squid game

rustic topaz
#

POoker

#

POker

#

I got a question

#

If you got 847 on codesignal, why tf are you worried about amazong 😐

oblique surge
#

I mean... thought process of coming up with Mathematical brain teaser ?!

jaunty cove
#

what do u want them to ask

oblique surge
#

while u mostly will be doing OOD shit on site

jaunty cove
#

Object oriented design is just memorization

#

They want smart ppl

oblique surge
#

so u want to argue that knowing that shit makes you smart?

jaunty cove
#

Figuring it out on the spkt makes you smart

oblique surge
#

I dunno about that

#

looks like copium

#

to me

jaunty cove
#

How is that copium

#

Im not the one complaining about the interview process

oblique surge
#

I mean, I'm not complaining about process... I'm putting to question a "problem" that they given

#

@inner kernel well... you should have been smarter, duh...

#

😌

rustic topaz
#

I feel like I got rejected 😦

oblique surge
rustic topaz
#

no

#

RBI

#

I did my first interview ever

oblique surge
#

why do u think so?

rustic topaz
#

Cause

#

I did it yesterday and no response

#

🙄

#

💀

oblique surge
#

it's normal?

rustic topaz
#

Is it?

#

I've never done an interview before

hallow scroll
#

No

oblique surge
#

they can take like a week lmao

rustic topaz
#

this is my first time applying to jobs, internships and etc

hallow scroll
#

You’ve been mega rejected and black listed from every company

oblique surge
#

🤣

rustic topaz
sinful locust
#

bruh

oblique surge
#

@rustic topaz u got jane street?

rustic topaz
#

hell no

#

fuk jane street

#

I ride or die for amazon

oblique surge
#

"all my homies hate jane street"

#

🤣

oblique surge
#

we are in the same waiting room for amz

#

no worries

robust kestrel
#

jeff playing with your feelings

rustic topaz
#

I applied to full time amzon position 💀

oblique surge
oblique surge
#

lmao

rustic topaz
#

I also applied to amazon on december

#

for 2022

#

💀

hidden gust
#

didnt you alreay have find scheduled?

rustic topaz
hidden gust
#

final

#

sorry

oblique surge
#

forgiven

rustic topaz
#

Not confirmed

#

I put my dates as august 30 and 29

#

but

#

they aint respond yet

#

🤷‍♀️

hidden gust
#

so you got an emailing saying final is delayed?

rustic topaz
#

No?

#

did you?

hidden gust
#

no.

#

or did you get an email that says large volume of application?

pseudo shoal
#

my final was delayed like a week

#

just chill

rustic topaz
#

the rejection email?

oblique surge
pseudo shoal
rustic topaz
crisp berry
#

if you gave them only 2 days of availability for the final

#

you're not getting that shit lol

oblique surge
rustic topaz
#

I also put any day after august 30

#

😐

#

Yea

#

Like on if we can't get those positions

hidden gust
#

i putted like 8am-9pm everyday on my survey

rustic topaz
#

You think I'm not getting an interview???

#

😭

#

Now I am scared

oblique surge
#

oh fuck wait

#

wtf is that shit?

rustic topaz
#

that's the final

crisp berry
#

i can read your url

rustic topaz
crisp berry
#

time to get a 2nd interview

oblique surge
#

I've been ghosting them for fucking 5 days hahahah

rustic topaz
#

papernotes a treesh

oblique surge
#

I thought it was fucking spam

crisp berry
#

what

rustic topaz
#

mf blocked me and still readin my message

#

🤓

crisp berry
#

??????????

rustic topaz
sterile pewter
#

Did anyone get scheduled for those who got amazon final on 8/15?

oblique surge
#

like 4 times a week

sterile pewter
oblique surge
#

so I just accepted the fact that every shit the send me with the word "survey" is basically a spam

soft basin
#

amazon employment survey

rapid swan
#

its making me feel verbose

hidden gust
rapid swan
sterile pewter
#

Aight, took me 5 last time

rapid swan
#

why am I waiting on it

hidden gust
#

2 round tech and 1 round director

#

no, my first round is in the next week.

#

but i asked the campus recruiter

bitter saddle
#

is amazon oa auto

rustic topaz
#

It's cause you rejected

#

🙄

safe minnow
#

Is this zon?

rustic topaz
#

It's cause

bitter saddle
#

i applied more than a month back to amazon

rustic topaz
#

you rejected amazon

safe minnow
bitter saddle
#

still no OA

rustic topaz
#

LOL

bitter saddle
#

is it reject

rustic topaz
#

Guys

#

should I email my teacher saying can I take remote class so I can grind leetcode?

oblique surge
#

prb because u applied late?!

noble ore
#

they thought you were too good

rustic topaz
safe minnow
#

Say you have a crippling injury that makes moving painful

oblique surge
#

i dunno

noble ore
#

have people been getting rejected by amazon before oa

#

i thought they just make you wait it out

oblique surge
#

I don't know when they stop accepting....

rustic topaz
soft basin
#

amazon rejects n3? 😭😭

rustic topaz
#

but

#

my teacher is the coordinator for internships

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

rustic topaz
#

😐

oblique surge
#

it could be that they have waves where they hire people with experience and the other wave people without experience and stuff like that

safe minnow
#

Did you even take the OA?

rustic topaz
#

GET JANE STREE

#

TNOT AGMMONZ

safe minnow
noble ore
#

amazon is n3's safety school

sinful locust
#

n3#1234

oblique surge
rustic topaz
#

I just realized n3 has nitro

#

💀

noble ore
#

where i find this page

#

is it on university portal or regular jobs portal

spark hearth
#

boost this server

#

link

muted summit
#

can i join

#

😈

oblique surge
#

with blackjack and hookers?

spark hearth
#

oooo

noble ore
#

bruh mine dont look like that for some reason

spark hearth
#

invite me

noble ore
#

oh shit

jaunty cove
#

Skill issue

sinful locust
#

start it

#

id join

jaunty cove
#

Glassdoor sucks

#

Esp on mobile

sinful locust
#

dm link

#

make a yt channel

#

LMAO

#

ayo

#

alright

rustic topaz
#

Idk bruh. I applied to amaongz as a joke

sinful locust
#

all good

rustic topaz
#

Like I wasn't expect a faang company to respond to me

#

looooooool

sinful locust
#

take ur time

jaunty cove
#

Goku when is ur final interview

south aspen
#

i demand invite

hardy patrol
#

where was that guy who applied to automatic oa companies with a second account to see whats on it

jaunty cove
#

Idk

jaunty cove
#

I want to do that

#

But i need a vpn probabky

hardy patrol
#

i got a vpn 😈

jaunty cove
#

I think it was @sinful locust

hardy patrol
#

rng is the killer of preparation

jaunty cove
#

Ironically intern at amazon

#

Its ajoke guys

rustic topaz
#

?????

#

stop

#

stop

#

stop

jaunty cove
#

They are too selective bro

rustic topaz
#

litrally

safe minnow
#

If I have a project on my resume is it a red flag that it's not on my github

#

🤔

hardy patrol
#

how many internships have you had n3

jaunty cove
#

Why isnt it on ur resume

#

on gothub*

rustic topaz
#

😭

hardy patrol
#

sheesh

jaunty cove
rustic topaz
#

🙄

safe minnow
hardy patrol
#

💀

#

fr?

rustic topaz
#

yes

jaunty cove
#

Yeah i interned at google but i was under nda so Hr wont tell you i was there

rustic topaz
#

bro comes here to take my spot at amaozn

safe minnow
#

Does it harm me not having it on github 🤔

noble ore
#

just make a good readme and 99% of the time they not looking at your code

safe minnow
#

Ok, gotcha

hardy patrol
#

do they even check your github repos

#

my shit is deployed

rustic topaz
#

wtf is a view counter

hardy patrol
#

oh nah i need to make a readme then

rustic topaz
#

Do you cache people clicking on your github?

#

don't listen to n3 y'all

#

💀

#

he wants us to fail

#

😭

hardy patrol
#

yea i have one prior internship and shit is not carrying me anywhere

#

too little clout

ember bison
#

bro i got two internships and im still putting in 5 projects on resume

hardy patrol
#

5 skull_android

solar axle
#

can we take a look in the resume channel

hardy patrol
#

im good

jaunty cove
#

Not enough object oriented java experience

#

What are ur other languages

#

Lol

hardy patrol
#

impressive. now lets take a look at colins resume.

jaunty cove
#

Only going for janestreet huh

#

Im at work on my phone

#

I will post it later

#

It is very unimpressive

hardy patrol
#

do you got prior exp

rustic topaz
#

how long have you been waiting for

robust kestrel
#

bro you're in the top 0.5% of jane street applicants

hardy patrol
#

i heard it takes up to 2 weeks

#

mfs are too leisurely with sending the test

rustic topaz
#

good
🙏

#

why do you want to go to amazong

eternal hornet
#

I would never get past the amazon oa

rustic topaz
#

do jane street

hardy patrol
#

what where

eternal hornet
#

Based

rustic topaz
hardy patrol
#

stop deleting your posts bruh you make me look schizo

safe minnow
hardy patrol
#

not gonna respond to that your just a figment of my imagination anyway

jaunty cove
#

no

hardy patrol
#

bro sushi

#

💀

jaunty cove
#

all i know is the grind

rustic topaz
#

what's wrong with sushi?

rustic topaz
hardy patrol
#

sushi deadass just lines of code in a script running in moscow collecting our information

jaunty cove
#

my only chances at a good internship are places that send an automated oa

#

Lol

#

And ones with an easy reaume screen

hardy patrol
#

so far no other company sent me an oa

#

besides like pwc

ember bison
#

i thought u said havent

hardy patrol
#

is he

ember bison
#

my b

#

i was confuserd

#

"damn mf got a jane street final but not a cap 1 final?"

hardy patrol
#

hes starting from square 1

rustic topaz
#

good

ember bison
#

what

#

2024 grad date is good

rustic topaz
#

me neither

#

😼

#

mfs at standford still do doodoo internships first

#

So do they do resume screening before oa?

#

fr

hardy patrol
#

they need people

eternal moth
#

@sinful locust was the final for jane st significantly harder than the phone? same style tho?

safe minnow
#

What locations does Uber offer

rustic topaz
#

@honest spire I received my OA after like 2-3 weeks

hardy patrol
#

how many years you been leetcoding n3

rustic topaz
#

Idk bro. This my first time trying to get an internship

sinful locust
#

goku u co 24?

rustic topaz
#

Ye

wispy hull
#

when does google post internship?

tawny nimbus
#

how many years u been competitive programming

#

what grade u in now

sinful locust
hardy patrol
#

gotdam

tawny nimbus
rustic topaz
#

Guys how much harder is google OA and finals compared to amazon?

jaunty cove
#

they hired 17k interns thissumer

tawny nimbus
#

goddamn

#

how fast do u perfect solve codesignal

hardy patrol
#

17k skull_android

sinful locust
tawny nimbus
#

n3

jaunty cove
#

Aws infrastructure workers

wispy hull
sinful locust
#

wheres amazons aws offices located

tawny nimbus
#

@sinful locust

#

how fast do u full solve codesignal

eternal moth
#

thanks! 3 rounds? do they give you offer on the spot or just say you’re done

tawny nimbus
#

and what rating on codeforces

#

;ALKSDJF;LKAJSDF'

#

HOLY

#

mans cracked

#

how fast did u do the interview

hardy patrol
#

do you have hobbies

tawny nimbus
#

lol

#

LOOOL

#

CHARLIE

hardy patrol
#

no disrespect

tawny nimbus
#

wait n3 do u still do cp

quaint bolt
tawny nimbus
#

or have u stopped

quaint bolt
#

Final is rng

plush viper
tawny nimbus
#

n3 how many years till i become 75% as good as u

quaint bolt
hardy patrol
#

this guy

tawny nimbus
#

2000 is way above avg

#

i'm like 1500

soft basin
#

ur def in the top 20%

plush viper
hardy patrol
#

bro solves a lc hard in 9 mins and says nah im not abovr average

tawny nimbus
#

LOOL

quaint bolt
hardy patrol
#

⚰️

quaint bolt
#

It’s just two phone interviews

tawny nimbus
#

jane street

#

?

#

o what was today

#

ur so nutsss

#

sheeesh

plush viper
#

That’s kinda like phone final ig

rustic topaz
plush viper
#

Even tho they equal

rapid swan
#

did uomegalul

tawny nimbus
#

how long did it take for u to get from 1500 to 2000

rustic topaz
tawny nimbus
#

no highest

#

technically

rapid swan
tawny nimbus
#

but theres ppl with like 3500

#

wait wtf

#

u went from 1500 to 2000 in 2 months?

#

when u started?

#

did u do comp math

tawny nimbus
#

ohhhh

#

ur rating was 1500

#

but u were better

#

did u do usaco or something

#

n3 im fully simping rn

quaint bolt
#

Google prolly harder to get bc less spots

tawny nimbus
#

CODESIGNAL IN 7 MIN

#

???

rustic topaz
tawny nimbus
#

what language do u use

rustic topaz
#

Or interviews

tawny nimbus
#

c++?

rapid swan
tawny nimbus
#

HOW TF DO U FINISH IN 7 MIN W C++

hearty river
quaint bolt
tawny nimbus
rapid swan
spark hearth
#

what company

tawny nimbus
#

oh that makes more sense

ivory basalt
#

Got 844 on Codesignal, should i use that for HRT or try for a better one? (got pretty unlucky and had a definite LC hard+ on it about Tries, finished in 53 minutes overall) Gotten an 845 before but it was on java so i did this one in Python for HRT

tawny nimbus
#

did u do python for cp too or did u switch bc of leetcode

#

im c++ but thinking of switching to python

#

for oas and interviews

#

not sure if its worth the investment

safe minnow
#

for goldman sachs, is selecting engineering the correct option for CS?

tawny nimbus
#

844 if uget rejected its cause of ur resume

#

BRO 7 MIN CODESIGNAL???

#

wait wait

#

n3

#

did u switch from c++ to python

#

for leetcode

#

o

#

is it worth switching to python

#

i know both but im way more fluent in c++

#

n3n3

#

@sinful locust is it worth switching

spark hearth
#

deletion Dan stop

tawny nimbus
#

oko k

#

so switch to python

#

how fast do u think u could do codesignal with c++ versus python

spark hearth
#

can u teach me python

rustic topaz
tawny nimbus
#

o

quaint bolt
tawny nimbus
#

how tf do u do 400

#

i've done like 160

rustic topaz
quaint bolt
rustic topaz
#

dang

#

it was that hard

quaint bolt
#

Very rng

jaunty cove
#

Its more do u know what topo sort is

tawny nimbus
#

alien dictionary not that hard

#

leviensteins distance is hard

jaunty cove
#

If u dont know what topo sort is its hard

tawny nimbus
#

well ucan figure out top sort intuitively

#

everything trivial for n3

#

its 2d dp

#

tho

#

and im not as goated

#

as u

#

gotta get back on grind

#

haven't touched leetcode in 5 months

heavy magnet
#

how long to hear back after microsoft app?

ember bison
#

@sinful locust when u did 7 min codesignal, what was ur score. idk if theres anything higher than 849

#

woohoo

safe minnow
#

Wtf do you put down for your roblox username if you have never played it before

ember bison
#

dope dope

ivory basalt
sinful locust
#

that’s a meme lol

ivory basalt
#

the 2nd part of the OA requires u to play a roblox game

#

you don't even need an email just create some username and password and remember it

uneven sand
#

react to this message

heavy magnet
#

ight thx

rustic topaz
#

Hey Juda ❤️

proud whale
#

meraki? what term

hardy patrol
#

quant ready

heavy magnet
hardy patrol
crisp berry
#

why is grind 75 better

hardy patrol
#

grind75 is literally blind75 but with a pretty look and scheduling options

rapid swan
bitter saddle
#

Again, any updates on meta abcs

sinful locust
#

neetcode150 >

real sedge
#

I h8 lc

#

I rater do side projects

soft basin
#

fuck leetcode

#

im quitting leetcode for a while

slim breach
safe minnow
#

I love grinding LC

#

I hate doing side projects

#

We should team up

fickle ivy
#

bad rng?

#

what happ

fickle ivy
#

yeah lmao

#

😭

jaunty cove
#

two sum on my resume as a personal project

fickle ivy
#

twosum ai

jaunty cove
#

Lol

soft basin
#

leetcode answer generator

jaunty cove
#

Two sum ai using breadth first search

#

Breadth first search visualizer using two sum

soft basin
#

that’s better than logn

jaunty cove
#

Woah

rustic topaz
#

Damn after you get your first internship, you can officially call yourself a software engineer

#

😐

jaunty cove
#

Thats deep bro

soft basin
#

i’m drafting my linkedin post

jaunty cove
#

Thats git

#

In a nutshell

rustic topaz
#

I would do that too 😭

soft basin
#

how’d u know i was originally an aerospace engineer major

#

wdym

#

i don’t remember mentioning it but i may have

#

i’m 2 bong hits in 😈

#

but what did u mean by this

jaunty cove
#

Lol

rustic topaz
#

mcodnald reject

#

citedal offer

#

😦

#

jump trading offer

#

Snap offer

jaunty cove
#

😮

#

I got rejected by a no name company today

#

Or yesterday

soft basin
#

discord is a good communication platform but linkedin is better for professional purposes

jaunty cove
#

I do not understand linkedin

#

What am i supposed to do

#

Besides request connections

soft basin
#

that’s actual discrimination

#

linkedin is to flex urself professionally

#

while discord could be used casually

#

if i talked abt weed on linkedin i would be fucked

jaunty cove
#

Its just ppl posting about their internship and motivational stories how doss anyone find a job on there

soft basin
#

linkedin jobs

jaunty cove
#

Are discord mods unicorn interns

rustic topaz
#

why tf would you want to talk about weed?

jaunty cove
#

Im def trolling on linkedin once i get my career going

#

Congratulations, what an inspiring story. Thanks for the share

rustic topaz
#

@soft basin wtf did you get on your final???

soft basin
#

i’m not gonna mention it in this server

#

ion wanna talk abt it at all

#

all u need to know is that it’s easier than 2sum

thorny wharf
#

how long did it take to get the capital one OA after applying?

lost spruce
#

@thorny wharf within a day

thorny wharf
#

ah ty

lost spruce
#

np

ashen portal
#

Yo people Im ‘boutta have a behavioral interview, how do you guys prepare for this?

#

I haven’t been doing the best in ‘em

jaunty cove
#

Yes

#

I like team blind

#

Cause u see how weird ppl are

real sedge
soft basin
#

mediocre

summer vector
#

1% for amazons applicant pool is still pretty large lol

#

Amazon had like 15k interns last year

sinful locust
#

I really really dislike seeing hr or sales posts from random people. Like I’m not even connected w u why is my feed flooded with hr and sales and marketing people that got jobs at tech companies

ember bison
#

lmfao

#

i agree

oblique lintel
#

Any body know that will I get harder lc questions in the interview if the resume is so good ?

rustic topaz
#

huh

coarse vigil
#

What is bro saying

oblique lintel
#

Yeah it is Amazon, I heard several people got lc hard after the interviewer praises their resumes

fleet dew
#

Between google and amazon which one more difficult to get in

oblique lintel
oblique lintel
#

A cmu undergrad

harsh jackal
#

Can anybody solve the 2nd question. I gave the OA recently and was only able to pass 11/15

#

used sliding window, got TLE in 4 TC's

white zinc
#

did the same and was moved onto final

#

wouldn’t worry about it too much

jaunty cove
#

dont u just use sliding window and check every consecutive subarray of length k for having unique elements

#

or is that what u did

#

use a hashmap

#

@harsh jackal

harsh jackal
#

ya but the time complexity is O(nk)

#

wanted to know if there is any other way of solving it more efficiently

#

since n & k can go upto 10^5

jaunty cove
#

its not Onk if you use sliding window

rapid swan
#

are ppl applying to American Express

#

worth applying to and interviewing or no?

hushed crystal
#

LOL ye we had to do it for a class here cause one of my profs loved discord? Idk

#

Made us change it and I was way too lazy to change it back

rapid swan
#

ultra doxx

jaunty cove
#

im going to apply rn

#

will report bsack

rapid swan
#

ok colin lets do this

hushed crystal
rapid swan
#

I'll apply with u for the vibes

jaunty cove
#

at least its not like college where u have to pay and write essays

#

so i can just spam applications

rapid swan
jaunty cove
#

i cant figure out how to apply

rapid swan
#

interviews take up time tho

jaunty cove
#

this is a bad start

rapid swan
#

lemme try

jaunty cove
#

none of these looks like swe

#

analyst maybe

rapid swan
#

kekw

#

manager intern OMEGALUL

jaunty cove
#

Lmao

#

imagine

#

intern bossing u around

rapid swan
#

ceo intern

jaunty cove
#

ima apply to the one in phoenix

rapid swan
#

@jaunty cove wait if you search up campus it shows up

jaunty cove
#

i chose the technology intern engineer thing

rapid swan
#

ya

#

arizona weather sounds like hell tho

jaunty cove
#

lol

rapid swan
#

Im just gonna pick nyc

jaunty cove
#

i dont want to move that far

#

but respect

#

levels says they pay aobut $47 an hour

#

not bad

rapid swan
#

Sadge I think thats only for return interns tho

jaunty cove
#

sadge

rapid swan
#

whatever for the vibes

#

apparently they start interviews in the next two weeks

jaunty cove
#

ok pog

#

thnk god no actual questions that i need to think about to answer

rapid swan
#

this application software is so bad holy shit

#

😭

#

why are there 10 pages

jaunty cove
#

ikr

rapid swan
#

binary search moment

#

for chara in string.split(): dogesmile

jaunty cove
#

hm

rapid swan
#

bruh I cant

#

Im dead

#

Im giving up on this application

#

the parentheses OMEGALUL

#

u should try the dict thing 😭

#

too basic

jaunty cove
#

wdym

#

the software was boring but not horible for me

rapid swan
#

its glitchy for me and didnt even populate my experience properly

jaunty cove
#

yea same

#

i use jakes but the sites never populate it correctlly

#

kind of worrying

rapid swan
#

literally

#

skill issue for them

#

fine

#

I'll continue

raw birch
harsh jackal
#

ya

raw birch
#

Or is this just a company being transparent

jaunty cove
#

levels.fyi

#

if you choose to kill your sliding window every time you encounter a duplicate or shift over u will get TLE

#

like restart your hashmap

rapid swan
#

bruh theres literally 10 multiple choice

jaunty cove
#

and repopulate it

#

doesnt it

rapid swan
jaunty cove
#

when u encounter a duplicate you want to move past the index of the first time you saw that duplicate number

#

right

raw birch
jaunty cove
#

storing it in case u need it later

#

when you find a duplicate of that char u need to know where the first instance was

rapid swan
jaunty cove
#

so u can contract to that index

rapid swan
#

glassdoor is good for interview info too

#

should check that out

jaunty cove
#

what does that look like

#

no the next page is out of order they just want the maximum subarrray that of length k with unique elemnts

#

the next page is about some password problem

#

whoever posted it is a dumbas

#

we are talking about question 2 right

#

the next page is irrelevant

#

its out of order

#

stop trolling me bro

#

the screenshot shows what they want

#

the subsequent screenshot he posted is actually for question 1

#

which is about passwords

#

and is actually kind of similar

#

which is why its confusing

#

what

#

half of the time it seems like youre trolling and the other half it seems like u genuinely want to talk about the prbolems

rustic topaz
#

I just cheated on my hackerrank 💀

#

cardinality sort 😭

jaunty cove
#

yea

#

why not honestly

rustic topaz
#

I got 13/15 test cases for the first one

jaunty cove
#

congrats

rustic topaz
#

I don't know how to do bit stuff

rustic topaz
jaunty cove
#

for waht

rustic topaz
#

Jpmrogan

jaunty cove
#

yea

rustic topaz
#

You did?

jaunty cove
#

i looked up the ansewr to the bit question i got on jp morgan OA last night

#

lol

rustic topaz
#

LOL

#

the cardinality sorting????

jaunty cove
#

no it was different

rustic topaz
#

Oh

jaunty cove
#

it was bit flip thing

rustic topaz
#

LOL

#

😭

jaunty cove
#

i submitted both questions passing all the test cases in like 15 minutes

rustic topaz
#

I got 100% on the bit one

jaunty cove
#

they prob think im a god

rustic topaz
#

but 13/15 on the one I actually did

#

it was sliding window

jaunty cove
#

nice

rustic topaz
#

but I got time exceed for the last 3 test cases

jaunty cove
#

i cant tell if there are hidden test cases?

#

i never did hackerrank bfore

#

i cant tell how well i did

rustic topaz
#

man

#

🤷‍♀️

jaunty cove
#

ima get ghosted

rustic topaz
#

💀

jaunty cove
#

Same

rapid swan
#

classic

jaunty cove
#

u always use a dict

#

u always use an unordered_map

rapid swan
#

np

rustic topaz
#

😐

#

Cardinality SOrt??

rapid swan
#

okayge red flag