Skip to content

Instantly share code, notes, and snippets.

@ro31337
Last active December 5, 2018 16:56
Show Gist options
  • Save ro31337/e6b294e2b9593e49a6412b2a560c5a50 to your computer and use it in GitHub Desktop.
Save ro31337/e6b294e2b9593e49a6412b2a560c5a50 to your computer and use it in GitHub Desktop.
InstaCart tech phone screen challenge

Challenge 1

Implement simple key-value storage (KV class), like:

kv = KV.new
kv.set('foo', 'bar')
kv.get('foo') # => returns "bar"

image image

My outcome

The team mentioned that you solved the questions fairly well but did mention they would have liked to see you explain your thought process throughout...

(they didn't hire me because it turned out I needed to talk more...)

Реклама

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment