Candidatei-me por meio de recrutador(a). O processo levou 7 semanas. Fui entrevistado pela Yahoo Japan (Fukuoka, Fukuoka) em mai. de 2025
Entrevista
The interview process first starts off with an online coding assessment, it is then followed by in-person technical interview, and then finally there is a behavioural and culture-fit round.
The online assessment asked to review a PR, two Leetcode-style questions, and one iOS-related implementation.
The in-person round was very off putting, as the interviewer keeps interrupting you and had an overall very aggressive demeanour.
Perguntas de entrevista [2]
Pergunta 1
Create a program that displays all valid arrangements for n couple of parentheses. The output should be an array sorted in ascending order of ASCII values.
Implement a data structure in Swift that supports the following operations. Then, perform all operations given by input n and output an array which contains the results.
Note that the input / may include undefined operations which should be ignored.
• void add(K key, V value); // Add items that match the key and value to the data structure. Overwrite the value if the key already exists.
• V get(K key); // Returns the value of the item that matches the key. Return '-1' if no item has been found or when an exception occurred.
• V remove(K key); // Returns the value of the item that matches the key and then removes it from the data structure. Return '-1' if no item has been found or when an exception occurred.
• void evict(); // Remove the eldest entry(the least recently accessed (add or get) entry)
• void exit(); // Stops receiving new inputs and quits.
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Yahoo Japan (Tóquio) em abr. de 2023
Entrevista
First part was to build a table reservation system. The second part was a math question about combination but we had to handle large numbers. Since i was using C++, i had to use the boost library,
Fiz uma entrevista na empresa Yahoo Japan (Tóquio).
Entrevista
Staring from resume screening and online assessment on coding part. Then, hiring Manger interview round on project experience check and some technical questions. Leader interview round focusing on behavioral questions.
Perguntas de entrevista [1]
Pergunta 1
What's the most challenging thing you encountered in your work?