#!process amazon offer

1 messages ยท Page 1 of 1 (latest)

ionic obsidian
#

@abstract thunder timeline please?!?

#

fucking hiell

#

yeah i aint finding out today then

north umbra
#

when did you interview @ionic obsidian

ionic obsidian
tired mortar
#

what lc did u get

ionic obsidian
#

wrong person lol

#

variation of Word break II

tired mortar
#

damn bro r u serious

#

thats so hard

ionic obsidian
#

fuck it

#

here's the question

tepid rivet
#

how tf did u pass this

tired mortar
#

did u use a trie?

abstract thunder
#

OA 11/28
Interview Invite 12/12
Interview 12/17
First follow up 12/31
Second follow up 1/9
Third follow up 1/16
Offer 1/16
No post interview survey

tired mortar
#

pepporoni what was ur lc

ionic obsidian
ionic obsidian
abstract thunder
#

One easy to medium non tagged linked list manipulation. One stone game II.

ionic obsidian
#

here's my solution, idk if this is optimal enough:

` def helper(word, word_set):
result = set()
for i in range(1, len(word)): # Iterate over each index in the word
prefix = word[:i]
suffix = word[i:]
if prefix in word_set and suffix in word_set:
result.add(prefix)
result.add(suffix)
return result

def solve(word_list):
word_set = set(word_list) # Convert word_list to a set for O(1) lookup
composite_word_lists = []

for word in word_list:
    component_words = helper(word, word_set)
    if component_words:  # If the word is composable
        component_words.add(word)  # Include the original word in the result
        composite_word_lists.append(list(component_words))

return composite_word_lists `
livid narwhal
#

did u get offer as soon as u sent third follow up?

jagged plume
tired mortar
#

damn bro

#

mad impressive

jagged plume
#

i woulda j done brute force

ionic obsidian
jagged plume
#

cant figure out optimal

ionic obsidian
#

its just brute force

#

optimal is some weird dfs

jagged plume
#

oh lmao

ionic obsidian
#

i thikn im cooked

jagged plume
#

nah ur chillin as long as u were able to explain properly

abstract thunder
#

Did good on LPs. Not so good on coding. Stucked a bit on the first lc but solved it. Did not have time to code up second lc. Only provided the transition function for dp.

tired mortar
#

aight imma just study brute force and then learn how to describe optimal

#

why amazon asking so many dps bro

onyx atlas
#

jesus chris

#

u would think zon is a quant company with some of the questions they asking

ionic obsidian
#

nah my cracked LC friend instantly started trying to dfs it as soon as i explained the problem

#

so prob they wanted that ๐Ÿ’€

abstract thunder
tired mortar
#

yea but then i heard others getting top k elements

ionic obsidian
tired mortar
#

damn bro im fucked

tepid rivet
#

is that what they told u too?

ionic obsidian
#

ye

#

emailed yesterday and got the same email they sending to every1 foloowing up

#

so no news

livid narwhal
#

u think they will expedite ur process if u send follow up?

ionic obsidian
#

LMAOOOOOOOOOOOOOOOOO

#

litearly the same 1/2 emails to everyone

jagged plume
#

Rakesh the goat bro

#

dont diss hum

ionic obsidian
#

lmaoo

#

this is the other wording

#

5PM? 5 days?

jagged plume
#

5pm you guys get offer n i get final invite

#

frfr

ionic obsidian
#

EST, CST, or PST?

jagged plume
#

NEED ZON

livid narwhal
#

dont all offers for each day get sent out at once?

#

or is it rolling per day

native scaffold
zinc tusk
jagged plume
zinc tusk
#

u aint getting final this month lol

jagged plume
#

watch

#

jan 26th

#

or 25th

#

or 24th

#

im coping

onyx atlas
#

and i got survey 1.5 weeks ago

jagged plume
#

whend u do oa

onyx atlas
#

youre not gonna get till liike second week at febuary at best

#

early decemebr

jagged plume
#

tbh dec to jan is such a big gap cuz of xmas n new years

shrewd jungle
ionic obsidian
#

DM'ing u

rich pivot
abstract thunder
rich pivot
onyx atlas
#

๐Ÿ˜ญ

#

what is with zon asking so much dp