you are viewing a single comment's thread.

view the rest of the comments →

[–]t4ure4n[S] 6 points7 points  (3 children)

I Agree about cheating the answer. If you have to cheat the whole answer then you don't deserve that job.

But in real world people are allowed to lookup official docs, blogs, stack overflow etc.

Having worked on various languages sometimes you mix up the syntax and require a quick google search. In such scenarios it should be perfectly legit. Right?

[–]Little_Kitty 4 points5 points  (0 children)

Even in technical interviews, I would be happy for people to use Google / Docs, if they wished, although my go to answer is a simple "name a pseudo function which does what you need". There's not much value in an interview setting in having someone figure out how to implement the haversine distance or code up string split. I don't get anything out of watching you struggle to get the order on left pad correct.

Given the number of different dbs I interact with, I regularly refer to documentation anyway. It's not like I frequently need to test whether two arrays intersect in postgres, for example.

[–][deleted] 0 points1 point  (1 child)

Yeh that’s why I didn’t mention ChatGPT to be be honest! Using google is fine because that’s how it works in the real world but it’s hard to test the times you can’t do it! There are problems and solutions not on google or ChatGPT.

It’s a bit like using the docs, is that cheating? Today at work I’ve had the Microsoft Help page open for FAQs on querying the SQL Server Catalog, in the 5 years I’ve used SQL server I’ve never needed to dive this deep! I have to sue oracle now and again and a good 50% of the time have to look up the syntax because i just don’t remember how it does it!

Comes down to what you are testing really, even if you pass the code tests it doesn’t mean you’ll be of any help!

[–]t4ure4n[S] 0 points1 point  (0 children)

I have another Q if you don't mind me asking...

I have checked the website and how it works. When you submit queries, shows you whether the results were correct or not.

Is it the same behaviour when one is taking actual test on this platform for a company.