An open API service indexing awesome lists of open source software.

https://github.com/0xrocky/foobar.withgoogle

foo.bar challenges: a secret hiring process by Google.
https://github.com/0xrocky/foobar.withgoogle

coding google

Last synced: 5 months ago
JSON representation

foo.bar challenges: a secret hiring process by Google.

Awesome Lists containing this project

README

          

# foobar.withgoogle
foo.bar challenges: a secret hiring process by Google to recruit programmers and developers.

While I was doing some searches on Google homepage, I received an invite via a prompt like this:

![popup](https://user-images.githubusercontent.com/9300586/181386734-f30c2e37-f9b8-4b19-9e21-e10687750cf4.png)

By clicking on Yes, I was catapulted into a UNIX-like shell with a limited sequence of commands.

The goal is to solve five levels, each level can have one or more challenges.

To enter a level and start a challenge, there is the _request_ command.

You can propose your solution in Python or Java. There are two _solution_ file and, depending on the coding language chosen, you must edit the corresponding file with the _edit filename_ command.

To test if your solution is correct and without errors, the _verify filename_ command runs some test cases and shows the results of your solutions (note that the tests are hidden).

Finally, to submit your solution there is the _submit filename_ command.

[Level 1: one challenge](/l3v3l_1/)

![ch4ll_1_bunny](https://user-images.githubusercontent.com/9300586/181393663-6c52f245-5257-44ef-8518-11755d76a701.png)

[Level 2: two challenges](/l3v3l_2/)

![ch4ll_2a](https://user-images.githubusercontent.com/9300586/181393738-59eb7c82-1f85-4e48-8e27-e0b1614861ee.jpg)

![ch4ll_2b](https://user-images.githubusercontent.com/9300586/181393781-3791378f-547c-4e0e-9cb8-6dd359b53d7c.jpg)