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.
- Host: GitHub
- URL: https://github.com/0xrocky/foobar.withgoogle
- Owner: 0xrocky
- License: gpl-3.0
- Created: 2022-07-27T22:11:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T00:17:31.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T17:14:20.341Z (about 1 year ago)
- Topics: coding, google
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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/)

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

