I applied online. The process took 1 week. I interviewed at FilAm Software Technology (Angeles, Pampanga)
Interview
The hiring process is very unprofessional.
No One day hiring process.
They don't provide any reason for not hiring you.
They will waste a lot of your time waiting just to proceed from one step to another.
One of the manager have anger management issues.
A very negative type of work environment, be careful.
Interview questions [1]
Question 1
Programming Question
1. Sum of the numbers in a given string
Input: A1B20C3
Output: 24
2. Get the average , lowest number and highest number.
ex: int [] num = {3,2,5,6};
Answer: average = 4, lowest = 2, highest =6
Final Interview:
-Difference of if-else from switch statement
-What is inner query (a.k.a subquery)
-Difference of a primary key and foreign key
-Difference of inner join, left join, right join