Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa Standard Chartered Bank.
Entrevista
The interview process consisted of a technical screening focused on Java fundamentals, Java 8 Streams, and problem-solving skills. The interviewer expected solutions using streams for real-time scenarios. It was a virtual coding round where questions were discussed interactively. The difficulty level was moderate, with emphasis on clarity, optimization, and use of modern Java features.
Perguntas de entrevista [1]
Pergunta 1
1. Given an array of integers, filter even numbers, double them, and find their average using Java 8 Streams. Return 0 if no even numbers.
2. Given a list of strings, return the set of unique characters from each string.
3. Given array: int[] arr = {0, 1, 0, 1, -5, 0, 4}, rearrange the array such that all zeros are moved to the end. Output should be: [1, 1, -5, 4, 0, 0, 0]
Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Standard Chartered Bank (Kuala Lumpur) em mar. de 2025
Entrevista
Approached by the company recruiter for a virtual interview arrangement, she asked basic remuneration-related questions such as your expected salary and working arrangement.
There were 2 interviews in total, one with the team lead and another one with a manager. The first interview asked questions related to Spring Boot and microservice architecture, while the last interview would test your coding logic.
Once I completed the interviews and accepted the offer, the recruiter quickly kicked off the recruiting process with a background assessment carried out by a third-party provider. After the assessment, there was a quick meeting call a week before the commencement date from the HR executive to brief the induction process (e.g., dress code, transportation).
Perguntas de entrevista [1]
Pergunta 1
What is Aspect-Oriented Programming and how it is used in a Spring-powered application?