#what problems for tech2/3 ?
1 messages · Page 1 of 1 (latest)
tech3: check if a string has a certain amount of distinct characters, follow up, remove a character and check if a string still has the right amount of distinct characters
i forgot tech2, if i recall ill put it here
why you had tech 3? I saw others only had tech 1 and tech2. Round 3 is hr
On campus interviews are only 2 techs and final round combines hm and hr
gotcha
F
Oncampus interview through career fair?
Reach out
was there any behavioral in tech1? or is it just resume + tech questions
just resume + tech questions
could you give an example
whether a string can be made cool:
s = 'random string'
S is cool if all the distinct characters in S appears the same times
Follow up is then:
"abb"-> can be made cool (if you remove 1 character)