Candidatei-me por meio de recrutador(a). Fui entrevistado pela Red Hat (Londres, Inglaterra) em abr. de 2020
Entrevista
I was reached out by recruiter for a startup [StackRox] that got recently acquired by Redhat. He used to recruit for StackRox and continued to source for Redhat. I was told the process would be quick since it's still a startupy environment. Most of my rounds were scheduled pretty quickly. Questions were medium [leetcode] difficulty. Graphs, tries, arrays, linkedlists were covered [no dynamic-programming; no system design].
Channel allocator
Given an input of htop [process id, process name, action and type] allocate the process to a specific channel[s].
Write this function such that multiple rules can be handled and function should be flexible enough to additional rules
Data
type pid action proc
S 123 bind nginx
N 456 accept apache2
D 789 exec sh
* Send all events with type "N" to channel 1.
* Send all events for proc "nginx" to channel 2.
* Send all events with action "accept" to channel 3.
However, there can be additional rules as well. How to make this scalable?
# Given a series of string → tag pairings, construct a "compressed" output by replacing the
# longest prefix with it's respective tag. Effectively, we are replacing PREFIXES only with their tags.
Candidatei-me de outra forma. O processo levou 4 semanas. Fiz uma entrevista na empresa Red Hat.
Entrevista
Processo lineare, uno screening al telefono, un colloquio con un HR, un colloquio con il CTO o un altro senior, colloquio con il product owner, ma poi mi hanno fermato lì
Fiz uma entrevista na empresa Red Hat (Raleigh, NC).
Entrevista
Initially had the recruiter screening, followed by 2 rounds. One with the Principal Engineer and the other with a Senior Manager. Both went well. Unfortunately, they moved with another candidate.
Candidatei-me online. Fiz uma entrevista na empresa Red Hat (Boston, MA).
Entrevista
Applied on LinkedIn. Contacted by tech lead a few weeks later for an interview. Video call interview (with someone other than the tech lead who contacted me) scheduled to last 30 minutes, ended up lasting about 45 minutes because I was having a good conversation with the interviewer.
Perguntas de entrevista [1]
Pergunta 1
Design a class in Python that efficiently stores a sparse vector.