29.01.2015, 16:51
(
Последний раз редактировалось Riddick94; 29.01.2015 в 17:51.
)
Hey,
Have any of you had a IKM Assessment before? I have applied for a new job, and they want me to do a 2h test, which will check my PHP & MySQL programming skills. I am more worried about my PHP than MySQL, but still.. I am wondering, if any of you have ever done that kind of test before and is it hard to pass it. Maybe some piece of advice, before I start it?
Thanks.
edit://
I was doing some test for PHP over the internet, and I don't understand how's that:
Giving a single output of '2013' ?
edit://
Found out my problem about '%' which is a modulus, that I have NEVER used before in my programming life. Makes sense, why I didn't know.
Have any of you had a IKM Assessment before? I have applied for a new job, and they want me to do a 2h test, which will check my PHP & MySQL programming skills. I am more worried about my PHP than MySQL, but still.. I am wondering, if any of you have ever done that kind of test before and is it hard to pass it. Maybe some piece of advice, before I start it?
Thanks.
edit://
I was doing some test for PHP over the internet, and I don't understand how's that:
Код:
echo 5 % 3; echo 15 % 3; echo 5 % 4; echo 21 % 6;
edit://
Found out my problem about '%' which is a modulus, that I have NEVER used before in my programming life. Makes sense, why I didn't know.