I applied online. The process took 2 weeks. I interviewed at ProGineer Technologies (Ramallah) in Nov 2018
Interview
first you apply vis their website
they call you up for an interview
you answer a couple of questions, which were not hard. they involde data structurs mainly, then some SQL and some find the pattern questions.
then you get the job
Interview questions [1]
Question 1
represent a polynomial any programing language and solve it
I interviewed at ProGineer Technologies (Ramallah)
Interview
Application Submission
Initial Screening
Technical Assessments 1
required to complete technical assessments or coding challenges to evaluate their skills and knowledge.
Technical Assessments 2
Offer and Negotiation
Onboarding and Integration
Interview questions [1]
Question 1
Reverse a String:
Write a function that takes a string as input and returns the string reversed. For example, if the input is "hello", the output should be "olleh".
Find the Missing Number:
You are given an array of n-1 integers containing numbers from 1 to n with one missing number. Write a function to find the missing number. For example, if the input array is [1, 2, 4, 5, 6], the missing number is 3.
Check for Anagrams:
Write a function that takes two strings as input and checks if they are anagrams of each other. Anagrams are words or phrases formed by rearranging the letters of another word or phrase. For example, "listen" and "silent" are anagrams.