Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
blindXfish250311hNever done a code interview, and I'm sure I would have failed it due to stress caused overcomplication.
-
BordedDev189911h@blindXfish I'm not too worried about it, from what I read it's pretty much leet code with graph theory
-
CaptainRant427310hYes, I've done it once. I don't want to alarm you, but it was hard - for me at least (and I failed miserably). You basically have to know your basics (mine are rusty). If I think back... it's tests in the likes of sorting algorithms.
-
CaptainRant427310h@Lensflare In computers, nothing is truly random, if I recall correctly. Depending on the acceptance range, I would say: define one and then see if the function always lands a Bell Curve.
-
@CaptainRant that would be my approach, too, but I think that should be out of a scope of a unit test.
And you don’t want to test the rng algo but the implementation that uses it. -
@CaptainRant Ah thanks, so the tests are made by people who don't know how to evaluate developers. Was going to anyway but will go through their practise stuff
-
@Wisecrack yeah, afterwards I thought those people were retarded giving such test. Couldn't take serious anymore.
-
@BordedDev Here's some more help if needed:
https://stackoverflow.com/questions...
https://app.codility.com/programmer...
I hope it works out!!1!1!1 -
@BordedDev yeah but how is it supposed to help you testing if you did something randomly?
-
@Lensflare It's always random to someone ;P but if you want to have random data there you go
Had my first interview with a company now they want to schedule an in person (during work hours I assume) at their head office which is ~3 hours away with public transport... Also want me to do a Codility test, anyone done them before?
rant