Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en AKUNA CAPITAL (Sídney) en ago 2019
Entrevista
Applied for a Junior Python Developer internship at Akuna Capital in Sydney. First was a 2 hour HackerRank coding quiz with twelve questions on general computer science (hashmaps, tree traversals, memory stuff) then three questions on graph related problems that were reasonably easy.
The next stage was a one-on-one technical phone screen where we were given a scaffold for a portfolio hierarchy structure and had to complete four functions. Seemed to be designed for a graph data structure. Given parent and child, add to graph; find root node in graph (node with no edges pointing in); find all duplicate nodes (more than one edge pointing in); find longest path from root node to any node (DFS/BFS related).
Preguntas de entrevista [1]
Pregunta 1
Given this Python scaffold for a portfolio API, complete the functions.
first round is online assessment include basic python question. 2 rounds back to back, find the arbitrage for currency exchange and system design (design an elevator). That's all. got rejected.
Preguntas de entrevista [1]
Pregunta 1
2 rounds back to back, find the arbitrage for currency exchange and system design (design an elevator).
Envié una solicitud electrónica. Acudí a una entrevista en AKUNA CAPITAL
Entrevista
There are two rounds of interviews. The first round is a Baguwen interview, which examines the underlying knowledge of python, such as python's garbage collection. The second round is coding, testing an algorithm from medium to hard difficulty and an OOD.
Preguntas de entrevista [1]
Pregunta 1
concepts of ood. interface and abstract/ garbage collection
Coding Assessment was given out for screening. Had 4 questions, kinda tough to finish all three within the given time frame. Did not get an offer after the coding challenge