J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez FactSet en nov. 2021
Entretien
Interview process is of 3 rounds. First two rounds are technical rounds and third round is technical + managerial round. We are expected to code on white board in the first two rounds.
Questions d'entretien [1]
Question 1
Convert a CSV data file into a table and print the table.
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez FactSet (Manille, ) en janv. 2025
Entretien
1.) HackerRank Exam
- Easy leetcode style questions, as long as you know your sorting, you'll do fine
2.) HR Interview
- Usual Stuff
3.) First Technical Interview
- Was given 2 questions but I was only to pick one:
- One was about leetcode for moving zeroes to the most right of the array and retaining the location of the non zeroes
- One was about using this [10, 20, 30, 40, 50, 60, 70] array and you must compare 2 numbers in it that will equal to 70, your answer must be 4 times all of these will hit 70
4.) 2nd Technical Interview
- Was given a String like "abacdaAb", and you have to display the most frequently seen character (a) to the least (A),
Questions d'entretien [1]
Question 1
- About yourself
- How I solve complex problems
- What if you asked the same question again to your team member
- What if the team member asked the same question again
- How do you handle team dynamics and how do you delegate your tasks
- Describe the time that you had to learn a new technology
- What are the pillars of OOP
- What's the difference between an array and a LinkedList
- What's a Binary Tree
- There was a question about which to use better, array or LinkedList
- What are getters and setters