Python tips for coding test for a job
In the process of applying for a job. Sent my resume, I guess they liked it and are now asking me to do an online coding test (in python).
Any tips for do's and don'ts in this scenario? I heard once there was another job where the programming language was C. If you imported a library like string.h, you immediately failed.
(Please reply only if you have a programming job and you went through this process).
Tougher to say since it's online and Python. Unless they say to use a specific library, I don't think you should import any. Most of the coding tests I've done were problems that seemed clear that you shouldn't import a library.
I think these tests are more to see your problem solving and coding ability, and often some libraries will make problems far too easy.