All Projects → adidas → coding-challenges

adidas / coding-challenges

Licence: MIT license
adidas coding challenges: solve some of them and let us know!

Programming Languages

swift
15916 projects
java
68154 projects - #9 most used programming language
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
kotlin
9241 projects

adidas coding challenges

The goal is to have public coding challenges so you, developer, can solve them... and start the hiring process if you want to work with us.

This repository contains several coding challenges in different folders, and inside them, the same challenge with the necessary code to be executed in different languages. We usually work with Java, Kotlin, Go, Swift, JavaScript and TypeScript in most of the projects.

Way of working

There are several types of challenges, and the documentation of each of them explains the expectations and instructions.

Algorithms

The goal of this type of challenge is to implement a single function, which is the entry point of the challenge.

Steps to work with it:

  1. Fork the repository.
  2. Go to the challenge folder and read the challenge wording.
  3. Go to the language folder which contains the code base and the tests and read the installation and running/testing instructions.
  4. Run the tests (failing).
  5. Implement the function and run the tests until they go green.
  6. Commit your changes.

Applications:

The application challenges consist in the implementation of an application, or at least part of it. For instance a frontend with mocked data, a backend with testing scripts, or a full application.

The process of the application challenges is similar, however, not all of them will have a code base in which starts working on, so, the challenge documentation will explain all the steps to work with.

Steps to work with it:

  1. Fork the repository.
  2. Go to the challenge folder and read the challenge wording, and follow the instructions.

If you have to deploy something, you can use free platforms such as Heroku, GitHub pages, netlify, CodeSandbox, etc.

Send us your work!

If you solve any of them and you want to work with us, just send us the link of your forked repository and a brief description of your work at [email protected].

There are no limitations about the implementation, the developer can follow the programming paradigm, modularization, style, etc. that the developer prefers. However, good coding practices, understandable code and good documentation will be taken into account.

Thank you!

License and Software Information

© adidas AG

adidas AG publishes this software and accompanied documentation (if any) subject to the terms of the MIT license with the aim of opening some challenge wordings to the community. You will find a copy of the MIT license in the root folder of this package. All rights not explicitly granted to you under the MIT license remain the sole and exclusive property of adidas AG.

NOTICE: The software has been designed solely for the purpose of analyzing the code quality by checking the coding guidelines. The software is NOT designed, tested or verified for productive use whatsoever, nor or for any use related to high risk environments, such as health care, highly or fully autonomous driving, power plants, or other critical infrastructures or services.

If you want to contact adidas regarding the software, you can mail us at [email protected].

For further information open the adidas terms and conditions page.

License

MIT

adidas

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].