DEV Community

Afshar
Afshar

Posted on

1

Coding websites

Most companies use coding challenges to asses candidate's technical abilities. In most cases, they put this assessment prior than any other interview or discussion. Many developers have gone through processes of a few challenges like this.

Process usually starts with decision of developer about what programming language they are comfortable with. People may prefer JavaScript, C++, Python or anything else. Then a problem is presented in a task format. Candidate is asked to solve the problem with the preferred language. Usually this is a pure problem solving effort which finally leads to develop an algorithm.

The whole process is taking place in a special website. Such websites may provide an online IDE with some features like intellisense or just provide a way to upload the final source code. Some of them have automated tests which indicate if your code works expectedly or not.

Coding websites are not dedicated to interview questions only. Many of them have an assessment path which is like a learning course or like a tournament. People can register for, and follow each step. By this, they increase both their coding skills and their rank. It's common for companies to hire from high rank members of the website.

Not all coding challenges are problem-solving only. Some challenges are based on technologies rather than algorithms. For instance, they may be based on React.js, Laravel or Django.

HankerRank is one of coding website which support most of the features described here. Another ones are Skillenza, CodeChef, LeetCode and, Quera.

Do you know any other coding website?

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay