1.5 hours of discussing things in the following order:
1. what the company does
2. my past experience (was asked very detailed question such as what code editor I was using, or whatever I was using GitLab or GitHub)
3. then there was time for two technical questions
Preguntas de entrevista [2]
Pregunta 1
list stock prices, and find the optimal days to buy and sell the stock to get the maximal profit
system design question. Jira-like system, how I handle the priority field of each item. if I move one item to have a different priority how I would change the priority fields
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 4 semanas. Acudí a una entrevista en CYE en nov 2025
Entrevista
The process was smooth: it began with a recruiter call, followed by two interviews. At each stage, responses came quickly, and everyone I spoke with was genuinely pleasant and professional.
Preguntas de entrevista [1]
Pregunta 1
it is start with the recuirter call and than two interviews:
1. system design and project - i asked to implement ChatGPT
2. coding - i asked to implement a function recording the interview question
The experience was enjoyable; the people were welcoming and friendly, creating a warm and inviting atmosphere. The overall vibe was positive, making the environment feel comfortable, engaging, and genuinely pleasant to be in.
Preguntas de entrevista [1]
Pregunta 1
You have a list of Jira tickets, each assigned a priority. You need to insert a new ticket at the n-th priority, shifting all existing tickets accordingly. That means the ticket currently at priority n should move to n+1, the one at n+1 moves to n+2, and so on. The priorities should remain sequential after insertion.