Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 día. Acudí a una entrevista en FactSet (Bhubaneshwar) en ago 2019
Entrevista
First Of all ,it's interview is purely based on data structure and algorithms which consists of one online coding test followed by 3 interviews .First two are based on how strong is your knowledge in algorithm and data structure and how would you implement it.Third round is HR and your technical knowledge interview
Preguntas de entrevista [1]
Pregunta 1
Program to find an array such that each number is replaced by the product of rest other elements without using modulo operator.Time complexity o(n)
Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en FactSet (Manila, ) en ene 2025
Entrevista
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),
Preguntas de entrevista [1]
Pregunta 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
Solicité el puesto a través de la recomendación de un empleado. El proceso duró 3 semanas. Acudí a una entrevista en FactSet en nov 2021
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Convert a CSV data file into a table and print the table.