linkedin Skip to Main Content
Just announced: We now support interviewing in spreadsheets!
Back to blog

Code Challenge: Django Search Filter

Coding Challenges

Django is a popular Python framework for building web applications. For this code challenge, you have been provided with an employee management application with a database comprising the following employee information: name, email, sex, age, position and date joined. Your task is to implement the following functionalities:

  • Add a page that lists all the female employees in the company.
  • Improve the search box feature to return employee matching the name supplied.

Please see the instructions written directly in the pad to proceed.

💡 Remember to share your solution with the hashtag #CoderpadCodeChallenges on Twitter and LinkedIn.

Code challenge solution

Verify your solution with the official solution in this sandbox.

More resources

We have made available these extra resources to improve your Django coding skills:

Want to conduct interviews on this platform?

Check out CoderPad : pick any interview question or create your own, then invite your candidate to a shared live-coding session on an IDE like this one. You even get 2 free interviews per month forever using this registration link!