I applied through college or university. The process took 2 weeks. I interviewed at ITG Holding (Beirut) in Mar 2018
Interview
First I had a personal interview with the HR team. Its better if you read about ITG before you go for an interview with them.
Then, I had a small exam which has some easy programming (SQL, JAVA) questions which I will post now. Then, I was assigned for a technical interview with the IT Manager. I will also post the questions of the technical interview
Interview questions [16]
Question 1
Exam Question: write a function (java code) which takes a number and determines if its easy or odd.
Exam Question: write a function to count the number of occurences of a digit in a number example: 837110321 lets count how many 1's are there in this number? 3