mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-06 02:26:45 +00:00
parent
1124362a9a
commit
0dcf1776d3
7 changed files with 1761 additions and 62 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Node build artifacts
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Local development
|
||||
*.env
|
||||
*.dev
|
||||
.DS_Store
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
19
.travis.yml
Normal file
19
.travis.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
yarn: true
|
||||
|
||||
before_install:
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
- export PATH=$HOME/.yarn/bin:$PATH
|
||||
|
||||
install:
|
||||
- yarn install
|
||||
|
||||
script:
|
||||
- yarn test
|
||||
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2017 Lauren Elizabeth Tan
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
126
README.md
126
README.md
|
|
@ -33,59 +33,59 @@ If you've been through an interview with one of these companies recently, and yo
|
|||
|
||||
### I want to sort by X!
|
||||
|
||||
See https://airtable.com/shrA3j2eYrVWMBR0N. Additions to this document that are properly formatted will automatically be pushed to a [raw table](https://airtable.com/shrfA5Gs2TQZWGklr). After it is validated (currently manual), it is added to the Airtable. You can see the API [here](https://github.com/poteto/hww-api) (and contribute!)
|
||||
See the [Airtable](https://airtable.com/shrA3j2eYrVWMBR0N). Additions to this document that are properly formatted will automatically be pushed to a [raw table](https://airtable.com/shrfA5Gs2TQZWGklr). After it is validated (currently manual), it is added to the Airtable. You can see the API [here](https://github.com/poteto/hww-api) (and contribute!)
|
||||
|
||||
### Discussion
|
||||
|
||||
See https://news.ycombinator.com/item?id=13874026
|
||||
See [HackerNews](https://news.ycombinator.com/item?id=13874026).
|
||||
|
||||
---
|
||||
|
||||
## A - C
|
||||
- [Aiwip](http://aiwip.com) | London, UK | Skype/phone interview followed by takehome project or worksample (or whiteboard)
|
||||
- [Abstract](https://angel.co/abstract/jobs) | San Francisco, CA
|
||||
- [Accredible](https://www.accredible.com/careers/) | Cambridge, UK / San Francisco, CA / Remote | Take home project, then a pair-programming and discussion onsite / Skype round.
|
||||
- [Acumen](http://www.acumenci.com/joinourteam/) | London, UK | Small take home test, and sit in on some sprint rituals on-site
|
||||
- [Adthena](http://adthena.com) | London, UK | Takehome project and discussion on-site
|
||||
- [AdWyze](https://angel.co/adwyze/jobs) | Bangalore, India | Short takehome project + (for fulltime) onsite pairing
|
||||
- [AeroFS](https://www.aerofs.com/company/careers/) | San Francisco, CA | Short takehome project + phone interview
|
||||
- [AgileMD](https://angel.co/agilemd/jobs) | San Francisco, CA | Takehome project
|
||||
- [Alluvium](https://alluvium.io) | Brooklyn, NY | Take-home assignment, on-site review dovetailing into collaborative project planning for extension.
|
||||
- [Analytical Flavor Systems](https://gastrograph.com) | Manhattan, New York | Code sample or take-home project, both with discussion.
|
||||
- [Agoda](https://careersatagoda.com/departments/technology/) | Bangkok, Thailand | Take-home project, then a discussion onsite round.
|
||||
- [Applied](https://www.beapplied.com) | London | Situational judgement tests focusing on real-world soft skills (online then in structured interview)
|
||||
- [Apollo Agriculture](https://apolloagriculture.com/) | Nairobi, Kenya/Remote | Takehome project or Worksample (or whiteboard)
|
||||
- [Abstract](https://angel.co/abstract/jobs) | San Francisco, CA
|
||||
- [Adthena](http://adthena.com) | London, UK | Takehome project and discussion on-site
|
||||
- [Affinity](https://affinity.recruiterbox.com/#content) | San Francisco, CA | Implementation of a children's game, then take-home project OR real-world design questions
|
||||
- [Algolia](https://www.algolia.com/careers) | Paris, France / San Francisco, CA | Takehome project & Onsite discussions and presentation
|
||||
- [Allegro](https://allegro.pl/praca) | Warsaw, Poznan, Torun, Wroclaw, Krakow - Poland | Take home, simple project. Series of 2 technical interviews (how to build things, how to solve specific, real world problem) and meeting with a team leader.
|
||||
- [AlphaSights](https://engineering.alphasights.com/) | London / New York / Remote | Initial interview, pair programming then final round with general technical questions
|
||||
- [Arachnys](https://angel.co/arachnys/jobs/220465-software-engineer) | London, UK | Take home test, real world pair programming
|
||||
- [AgileMD](https://angel.co/agilemd/jobs) | San Francisco, CA | Takehome project
|
||||
- [Agoda](https://careersatagoda.com/departments/technology/) | Bangkok, Thailand | Take-home project, then a discussion onsite round.
|
||||
- [AirBnB](https://airbnb.com/careers) | San Francisco, CA | Short phone interview followed by pair programming Skype interview on a problem similar to daily work
|
||||
- [Airbrake](https://airbrake.io) | San Francisco, CA / Remote | Take-home project & pair on a problem similar to daily work
|
||||
- [Aiwip](http://aiwip.com) | London, UK | Skype/phone interview followed by takehome project or worksample (or whiteboard)
|
||||
- [Algolia](https://www.algolia.com/careers) | Paris, France / San Francisco, CA | Takehome project & Onsite discussions and presentation
|
||||
- [Allegro](https://allegro.pl/praca) | Warsaw, Poznan, Torun, Wroclaw, Krakow - Poland | Take home, simple project. Series of 2 technical interviews (how to build things, how to solve specific, real world problem) and meeting with a team leader.
|
||||
- [Alluvium](https://alluvium.io) | Brooklyn, NY | Take-home assignment, on-site review dovetailing into collaborative project planning for extension.
|
||||
- [AlphaSights](https://engineering.alphasights.com/) | London / New York / Remote | Initial interview, pair programming then final round with general technical questions
|
||||
- [Analytical Flavor Systems](https://gastrograph.com) | Manhattan, New York | Code sample or take-home project, both with discussion.
|
||||
- [Apollo Agriculture](https://apolloagriculture.com/) | Nairobi, Kenya/Remote | Takehome project or Worksample (or whiteboard)
|
||||
- [Applied](https://www.beapplied.com) | London | Situational judgement tests focusing on real-world soft skills (online then in structured interview)
|
||||
- [Arachnys](https://angel.co/arachnys/jobs/220465-software-engineer) | London, UK | Take home test, real world pair programming
|
||||
- [Articulate](https://articulate.com/company/careers) | 100% remote | Take-home project & pair program on a problem similar to daily work
|
||||
- [aTech Media](https://atech.media) | UK | Face to face interview, review of existing open source contributions or, if none are available, asked to write a library for something that interests them
|
||||
- [ASI Data Science](https://www.asidatascience.com/careers) | London, UK | Project to work at home, general technical questions, pair programming with engineers
|
||||
- [Avant](https://avant.com/jobs) | Chicago, IL | Pair programming interviews.
|
||||
- [aTech Media](https://atech.media) | UK | Face to face interview, review of existing open source contributions or, if none are available, asked to write a library for something that interests them
|
||||
- [Auth0](https://auth0.com/blog/how-we-hire-engineers/) | Bellevue, WA / Argentina / Remote | Series of interviews, go over technical background and past experiences, take-home project
|
||||
- [Automattic](https://automattic.com/work-with-us/) | anywhere in the world | short take-home real-world task, then a few weeks-long real-world, part-time, and paid project on production code
|
||||
- [AutoScout24](https://github.com/AutoScout24/hiring) | Munich, Germany | Skype interview followed by home assignment from our day-to-day business and then on-site interview including lunch with a team
|
||||
- [Avant](https://avant.com/jobs) | Chicago, IL | Pair programming interviews.
|
||||
- [Avocarrot](https://www.avocarrot.com/company/) | Athens, Greece | on-site real world problem discussion and pair programming
|
||||
- [Axiacore](https://axiacore.com/) | Bogota, Colombia | We talk about on how is your process when solving problems.
|
||||
- [B12](https://boards.greenhouse.io/b12#.WMlLfRIrJTa) | NYC | Take-home exercises and pair-programming with the team.
|
||||
- [Babylon Health iOS Team](https://github.com/Babylonpartners/iOS-Interview-Demo/) | London, UK | Take-home project, on-site presentation and discussion, design and product interview.
|
||||
- [Backbase](http://careers.backbase.com/) | Amsterdam, Cardiff, London, Atlanta | Takehome project, interviews
|
||||
- [Badoo](https://team.badoo.com/jobs/) | London, UK | Take-home project, then a discussion onsite round.
|
||||
- [BAE Systems Applied Intelligence](https://career012.successfactors.eu/sfcareer/jobreqcareer?jobId=46145&company=BAE) | London, UK | Initial interview with experience based technical questions, second interview pair programming on problem similar to daily work
|
||||
- [Bakken & Bæck](https://bakkenbaeck.com/jobs) | Oslo, Amsterdam, Bonn | Skype interview followed by take-home assignment and a visit to one of our offices
|
||||
- [Balabit](https://career.balabit.com/) | Budapest, Hungary | Take-home project (medium size, with restrictions, e.g. only stdlib may be used), then discussion on-site
|
||||
- [Basecamp](https://basecamp.com/about/jobs) | Chicago / Remote
|
||||
- [Bakken & Bæck](https://bakkenbaeck.com/jobs) | Oslo, Amsterdam, Bonn | Skype interview followed by take-home assignment and a visit to one of our offices
|
||||
- [BAE Systems Applied Intelligence](https://career012.successfactors.eu/sfcareer/jobreqcareer?jobId=46145&company=BAE) | London, UK | Initial interview with experience based technical questions, second interview pair programming on problem similar to daily work
|
||||
- [Bemind Interactive](https://bemind.recruitee.com) | Biella / Latina / Italy / Remote | Series of interviews, discussion about technical background and past experiences, take-home project & pair programming
|
||||
- [Bendyworks](https://bendyworks.com/careers) | Madison, WI | Interviews and pair programming on personal projects
|
||||
- [Betterment](https://www.betterment.com/careers/) | New York, NY | Phone interview followed by on-site pair programming to simulate a Betterment feature build.
|
||||
- [Big Nerd Ranch](https://www.bignerdranch.com/about/careers/) | Atlanta, GA & Remote | Interviews and pair programming on an internal project or problem.
|
||||
- [BioConnect](https://www.bioconnect.com/company/careers/) | Toronto, Canada | Take-home assignment & discussion
|
||||
- [Blendle](https://blendle.homerun.co/?lang=en) | Utrecht, The Netherlands | Take-home project & pair program on a problem similar to daily work
|
||||
- [Bleacher Report](http://bleacherreport.com) | San Francisco, CA, USA | Take-home project; on-site discussion about the project and meeting with different teams
|
||||
- [Blendle](https://blendle.homerun.co/?lang=en) | Utrecht, The Netherlands | Take-home project & pair program on a problem similar to daily work
|
||||
- [blogfoster](https://github.com/blogfoster/join-the-engineering-team) | Berlin, Germany | Take-home project, discussion on-site
|
||||
- [Bluesoft](http://www.bluesoft.com.br/) | São Paulo, Brazil | Takehome project and an interview to evaluate the candidate's previous experience.
|
||||
- [Bocoup](https://bocoup.com/careers) | Boston, MA / Remote | Pair programming with personal laptop on typical problem seen at work
|
||||
|
|
@ -94,9 +94,9 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Breather](https://breather.com/jobs) | Montreal, Canada | Series of interviews including a conversation about the candidate’s experience and a technical discussion involving real world problems
|
||||
- [BrightBytes](http://www.brightbytes.net/careers/) | San Francisco, CA | Time-boxed coding exercise at home and on-site pair programming with engineers
|
||||
- [brightwheel](https://angel.co/brightwheel/jobs) | San Francisco, CA | Take home exercise, and systems design.
|
||||
- [Bubblin Superbooks](https://www.bubbl.in/about) | US Remote | View code, projects, libraries or any other open source story that you have been a part of, a small take-home project with real code occasionally.
|
||||
- [Bustle](https://www.bustle.com/labs) | New York City, Ny / Remote | Half day pair programming on a task for production or one of our Open Source projects. We'll also buy you lunch with the team.
|
||||
- [busuu](https://www.busuu.com/jobs) | London, UK | Video call to show real code as first stage. In office pair programming, white board real world problem that we've encountered before, and history/experience discussion.
|
||||
- [Bubblin Superbooks](https://www.bubbl.in/about) | US Remote | View code, projects, libraries or any other open source story that you have been a part of, a small take-home project with real code occasionally.
|
||||
- [ByBox](https://www.bybox.com/company/careers/software-developer/) | UK Remote | Phone interview followed by interview with devs (ideally in person but sometimes Skype) covering technical experience and coding exercise with real code.
|
||||
- [Canon Innovation Lab](https://canonlabs.io/#/) | Waterloo, ON, Canada | Series of interviews, go over technical background and past experiences, take-home project
|
||||
- [Casetext](https://casetext.com/jobs) | San Francisco, CA | Submit code sample for review/discussion, contract for one full day (paid)
|
||||
|
|
@ -105,25 +105,25 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Centroida](https://centroida.co/contact.html) | Sofia, Bulgaria | Series of interviews, pair programming and take-home projects
|
||||
- [Chargify](https://chargify.com/jobs) | San Antonio, TX / Remote | Take-home project & pair on a problem similar to daily work
|
||||
- [Chatgrape Web Frontend Team](https://chatgrape.com/de/jobs/javascript-developer/) | Vienna, Austria or Remote | Github or code samples -> Pair programming -> Skype/phone interview
|
||||
- [Checkout 51](https://checkout51.com/jobs) | Toronto, Canada | Phone conversation [15-20 minutes] followed by on-site pair programming and discussion focused on understanding decisions made during on-site work
|
||||
- [Checkout 51](https://checkout51.com/jobs) | Toronto, Canada | Phone conversation (15-20 minutes) followed by on-site pair programming and discussion focused on understanding decisions made during on-site work
|
||||
- [CircleCI](https://circleci.com) | San Francisco, CA / Remote | Take-home project and discussion, followed by on-site interview that includes pair programming on actual CircleCI bugs/feature requests.
|
||||
- [City of Boston's Analytics Team](https://boston.gov/analytics) | Boston, MA | Take-home project and in-person or phone/Skype interviews
|
||||
- [City of Philadelphia's Office of Open Data & Digital Transformation](https://beta.phila.gov/departments/office-of-open-data-and-digital-transformation/jobs/) | Philadelphia, PA | Take-home project
|
||||
- [Civis Analytics](https://www.civisanalytics.com/careers/) | Chicago, IL | Take-home project and discussion via Skype, followed by pair programming exercise
|
||||
- [Clockwork Consulting](https://www.cwconsult.dk/) | Copenhagen, Denmark | Interviews, discussion of technical background and experiences.
|
||||
- [Cloudistics](https://www.cloudistics.com/careers/) | Reston, VA | Multiple interviews, discussion of technical background and experiences.
|
||||
- [Contentful](https://www.contentful.com/careers/) | Berlin, Germany & SF, USA | Multiple interviews, discussion of technical background & live coding challenge (you can use the internet).
|
||||
- [Clubhouse](https://www.clubhouse.io/hiring) | New York, NY & Remote | Phone interview, followed by onsite discussions and pair programming
|
||||
- [Cognitect, Inc.](https://www.cognitect.com/jobs) | Distributed! | Phone interview followed by pair programming.
|
||||
- [Cognitive Logic](https://www.cognitivelogic.com/) | Basingstoke, UK | On-site unsupervised exercise & discussion.
|
||||
- [Cognitran](http://www.cognitran.com/employment-opportunities/) | Essex, UK / Szczecin, Poland / Detroit, MI | Skype/phone interview followed by pair programming.
|
||||
- [COMPEON](https://www.compeon.de/karriere/) | Duesseldorf, Germany | Phone interview, followed by onsite discussions and pair programming with our developers
|
||||
- [Concordia Publishing House](http://about.cph.org/careers.html) | St Louis, MO | Take-home project followed by discussion of it on-site with future teammates.
|
||||
- [Contactlab](http://contactlab.com/en/careers/) | Milan, Italy | Recruiter interview, tech interview (technical background and experiences), both on-site.
|
||||
- [Contentful](https://www.contentful.com/careers/) | Berlin, Germany & SF, USA | Multiple interviews, discussion of technical background & live coding challenge (you can use the internet).
|
||||
- [ContentSquare](https://www.contentsquare.com/careers/) | Paris, France | Real-world challenges with open discussions.
|
||||
- [Cognitive Logic](https://www.cognitivelogic.com/) | Basingstoke, UK | On-site unsupervised exercise & discussion.
|
||||
- [Coorp Academy](https://www.coorpacademy.com/) | Paris, France | Technical interview as an open discussion
|
||||
- [Credit Kudos](https://creditkudos.com/jobs/) | London, UK | Take-home project and pair programming via Skype or on-site.
|
||||
- [Crowdstrike](https://jobs.jobvite.com/careers/crowdstrike/jobs) | US (Multiple), UK (London), Remote | [UI Team] Multiple interviews onsite or remote as appropriate followed by small take-home project.
|
||||
- [Crowdstrike](https://jobs.jobvite.com/careers/crowdstrike/jobs) | US (Multiple), UK (London), Remote | Multiple interviews onsite or remote as appropriate followed by small take-home project.
|
||||
- [Culture Foundry](https://www.culturefoundry.com) | US | Paid take-home project
|
||||
- [CurrencyTransfer](https://www.currencytransfer.com) | London, UK & Remote | Take-home project
|
||||
|
||||
|
|
@ -153,27 +153,27 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Elements Interactive](https://www.elements.nl/careers/) | Almere, The Netherlands & Barcelona, Spain | Take-home project & discussion via Skype or on-site
|
||||
- [Ellucian](https://www.ellucian.com/aboutus/careers/) | Reston, VA, USA | Discussion of real world problems (from resume, if possible)
|
||||
- [elmah.io](https://elmah.io/) | Aarhus, Denmark / Remote | Discussion about code and looking at hobby projects (if any)
|
||||
- [Enki](https://enki.com) | London, UK | Skype/phone interview followed by takehome project
|
||||
- [Emarsys](https://www.emarsys.com/) | Budapest, Hungary | Take-home project (small, 1-2 days to solve), then discussion on-site
|
||||
- [Endava](http://www.endava.com/en/Careers) | Multiple locations | On-site discussion about previous experience and technical questions about the target technologies.
|
||||
- [Euro Payment Group](http://www.europaymentgroup.com/) | Frankfurt, Germany | Take-home project followed by face to face interview
|
||||
- [Enki](https://enki.com) | London, UK | Skype/phone interview followed by takehome project
|
||||
- [Etix Everywhere](https://www.etixeverywhere.com/en/job-offers/) | Luxembourg
|
||||
- [Euro Payment Group](http://www.europaymentgroup.com/) | Frankfurt, Germany | Take-home project followed by face to face interview
|
||||
- [Exoscale](https://exoscale.ch) | Switzerland | Take-home project. Discussion and presentation. Then entire team meet.
|
||||
- [F(x)](https://fdex.com.br) São Paulo, Brazil | Skype interview, Take-home project and onsite interview to evaluate the candidate
|
||||
- [FATMAP](https://www.fatmap.com) | London, Berlin, Vilnius | Skype discussion, Take-home project, Face to face
|
||||
- [Feather](https://feather-cfm.com) | Remote | Take-home challenge, portfolio discussion & team meeting
|
||||
- [Findy](https://blog.findy.us/findy-saiyo/) | Tokyo, Japan | Tech interview + On-site discussion
|
||||
- [FINE](https://www.wearefine.com/careers) | Portland, OR | Small take-home challenge + follow-up discussion
|
||||
- [Fitbot](https://thefitbot.com/careers.html) | Boulder, CO | Pairing & writing code with the founders for a few hours
|
||||
- [Food52](https://food52.com/jobs) | NYC, remote | Take-home project, discussion on-site or remote, interviews with both technical and non-technical staff
|
||||
- [Formidable Labs](https://www.formidable.com/careers) | Seattle, London, Remote | Take-home project, remote pair programming, discussion on-site or remote
|
||||
- [Fooji](https://fooji.com) | Lexington, KY, remote | Take-home project
|
||||
- [Formidable Labs](https://www.formidable.com/careers) | Seattle, London, Remote | Take-home project, remote pair programming, discussion on-site or remote
|
||||
- [Founders](https://founders.as/joinus) | Copenhagen, Denmark | Take Home project + Interviews
|
||||
- [Foundry Interactive](http://www.foundryinteractive.com/contact/) | Seattle, WA | On-site or remote discussion, paid trial project with pairing and code reviews
|
||||
- [fournova](https://www.fournova.com/jobs) | Remote | Take-home project, discussion via video call
|
||||
- [FreeAgent](https://www.freeagent.com/company/careers/) | Edinburgh, UK | Take-home project, pair programming, discussion and interviews
|
||||
- [Freeletics](https://www.freeletics.com/en/corporate/jobs) | Munich, Germany | Small real-world challenge, multiple interviews on-site/remote and social gathering with team.
|
||||
- [Funda](https://www.funda.nl/vacatures) | Amsterdam, The Netherlands | Take Home test + Discussion On-Site/Remote
|
||||
- [F(x)](https://fdex.com.br) São Paulo, Brazil | Skype interview, Take-home project and onsite interview to evaluate the candidate
|
||||
|
||||
## G - I
|
||||
- [GatherContent](https://gathercontent.com/careers/designer) | Remote (UK) | Culture-first interviews, pair programming and remote, informal technical discussions
|
||||
|
|
@ -182,23 +182,24 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [GoCardless](https://gocardless.com/about/jobs/) | London, UK | Project to work at home, general technical questions, pair programming with engineers
|
||||
- [GoDaddy](https://www.godaddy.com/careers/overview) | Sunnyvale, CA | Pair programming with senior engineers
|
||||
- [Graffino](https://www.graffino.com) | Sibiu, Romania | Take-home project, discussion on-site
|
||||
- [Graphcool](https://www.graph.cool) | Berlin, Germany | On-site pair programming of a small, isolated real world task
|
||||
- [Graphistry](https://www.graphistry.com/careers) | Oakland/SF, Remote | Engineering, culture, and product discussions, and for junior developers, choice of take home or code review.
|
||||
- [Gramercy Tech](http://www.gramercytech.com/) | New York, NY | Pair programming & discussion on-site
|
||||
- [grandcentrix](https://www.grandcentrix.net/jobs/) | Cologne, Germany | Take-home project, discussion on-site
|
||||
- [Graphcool](https://www.graph.cool) | Berlin, Germany | On-site pair programming of a small, isolated real world task
|
||||
- [Graphistry](https://www.graphistry.com/careers) | Oakland/SF, Remote | Engineering, culture, and product discussions, and for junior developers, choice of take home or code review.
|
||||
- [GTM Sportswear](https://gtmsportswear.com/careers) | Manhattan, KS / Remote | Remote pairing session, then a take-home test.
|
||||
- [Gusto](https://gusto.com/about/careers) | CA, CO
|
||||
- [Happy Team](https://happyteam.io/) | Remote/Poland | General technical questions, takehome paid exercise with feedback/discussion during implementation
|
||||
- [Happypie](http://www.happypie.com/) | Uppsala, Sweden | Takehome excercise with code review after, in-person interview
|
||||
- [Hashrocket](https://hashrocket.com/) | Chicago, IL/Jacksonville Beach, FL | Remote pairing session, paid week pair programming with everyone on the team
|
||||
- [HE:labs](https://helabs.com/) | Rio de Janeiro, Brazil & Remote | Take-home project and discussion via Skype.
|
||||
- [Heap](https://heapanalytics.com/jobs) | San Francisco/Remote | Practical, self-contained onsite project
|
||||
- [HE:labs](https://helabs.com/) | Rio de Janeiro, Brazil & Remote | Take-home project and discussion via Skype.
|
||||
- [HelloFresh](https://www.hellofresh.com/jobs/) | Berlin, Germany | Take-home project, discussion via Skype or on-site
|
||||
- [Heptio](https://www.heptio.com/jobs/) | Seattle/Remote | Take-home project, discussion on-site
|
||||
- [Hireology](http://www.hireology.com/careers) | Chicago/Remote | Walk through personal/work projects and discuss experience
|
||||
- [Hill Holliday](http://www.hhcc.com/careers/) | Boston, MA | Take-home project on GitHub, in-person interview / culture fit interview
|
||||
- [Hireology](http://www.hireology.com/careers) | Chicago/Remote | Walk through personal/work projects and discuss experience
|
||||
- [HolidayPirates](https://holidaypirates.group/en/jobs) | Berlin, Germany | Take-home project, discussion via Skype or on-site
|
||||
- [HoxHunt](https://jobs.hoxhunt.com/) | Helsinki, Finland | Take-home project, pair programming on-site
|
||||
- [I|O](https://io.co.za/opportunities) | Cape Town, South Africa
|
||||
- [Icalia Labs](http://icalialabs.com) | Monterrey, Mexico | Pair programming, cultural fit session
|
||||
- [ImmobilienScout24](https://boards.greenhouse.io/scout24) | Berlin, Germany | Take-home project, discussion on-site
|
||||
- [Impraise](http://jobs.impraise.com) | Amsterdam, The Netherlands | Take home test, real world pair programming
|
||||
|
|
@ -209,14 +210,13 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Intercom](https://www.intercom.com/careers) | San Francisco, Chicago, Dublin | Real-world technical design and problem discussion, pair programming on-site
|
||||
- [Interset](https://interset.com/careers/) | Ottawa, Canada | Discussion of technical background and past experience. Relevant take-home project for junior developers
|
||||
- [iTrellis](http://itrellis.com/) | Seattle, WA | Phone screen, then a take-home project, then pairing (remote or on-site) with 3 developers on the take-home project.
|
||||
- [I|O](https://io.co.za/opportunities) | Cape Town, South Africa
|
||||
|
||||
## J - L
|
||||
- [Jamasoftware](http://www.jamasoftware.com) | Portland, OR | Initial phone screen with hiring manager. In person pairing on project similar to day-to-day work with a separate cultural interview
|
||||
- [Jitbit](https://www.jitbit.com/) | Remote & London (UK) & Tel-Aviv (Israel) | Take-home real-world task
|
||||
- [JustWatch](https://www.justwatch.com/us/talent) | Berlin, Germany | Take-Home project, discussion on-site
|
||||
- [Journal Tech](https://journaltech.com/jobs) | Los Angeles, CA | Mini take-home project, phone interview, discussion on-site
|
||||
- [Journalism++](http://www.jplusplus.org/) | Berlin, Germany | Apply through a [relevant online challenge](http://internship.jplusplus.org/) to show your technical skills and your capacity to investigate
|
||||
- [JustWatch](https://www.justwatch.com/us/talent) | Berlin, Germany | Take-Home project, discussion on-site
|
||||
- [Kayako](https://www.kayako.com/) | London, UK / Gurgaon, India | Take-home assignment, series of experience based interviews, cultural fit assessment
|
||||
- [Kindred Group, Native Apps Team](https://careers.kindredplc.com) | Stockholm SE, London UK | On-site/Skype programming task, Interview
|
||||
- [Koddi Inc.](http://www.koddi.com/open-positions/) | Fort Worth, TX | Phone Interview(s), take-home project, on-site interview
|
||||
|
|
@ -227,13 +227,13 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Librato](https://www.librato.com/jobs) | SF, Boston, Austin, Vancouver CA, Krakow PL | Take home coding project, conversational technical interviews on-site
|
||||
- [Lightricks](http://www.lightricks.com) | Jerusalem, Israel | Initial interview, Take home project, discussion on-site
|
||||
- [LinkResearchTools](http://jobs.linkresearchtools.com/job-offers/) | Vienna, Austria | Skype interview, mini take-home exercise, discussion on-site / personal interview
|
||||
- [Lydia](https://lydia-app.com/en/company/jobs) | Paris, FR | Mini take-home project, phone interview, discussion on-site
|
||||
- [Listium](https://listium.com/jobs) | Melbourne, Australia | Design and code proof of concept features with the team
|
||||
- [Litmus](https://litmus.com/careers#openings) | Remote | General technical questions, take-home code challenge, discussion, on-site programming session, meet & greet with the team
|
||||
- [LittleThings](https://www.littlethings.com/careers.html) | New York, NY | Take home code challenge, Discussion
|
||||
- [LoanZen](https://loanzen.in/team.html#Career) | Bengaluru, India | Initial phone interview about experience, a solve-at-home project based on the kind of work we do at our company, on-site interview discussing the submitted solution and a general discussion with the whole team
|
||||
- [Locastic](https://www.locastic.com/posao/) | Split, Croatia | Take-home code challenge, tehnical discussion & on-site programming session, meet & greet with the team
|
||||
- [Locaweb](https://www.locaweb.com.br/carreira/) | São Paulo, Brazil | Skype interview, take-home project and discussion on-site
|
||||
- [Lydia](https://lydia-app.com/en/company/jobs) | Paris, FR | Mini take-home project, phone interview, discussion on-site
|
||||
- [Lyft](https://lyft.com/jobs) | San Francisco, CA | Pair programming on-site with your own personal laptop
|
||||
- [Lyoness Austria GmbH](http://www.lyoness-corporate.com/de-AT/Karriere/Jobangebote/) | Graz, Austria | Take-Home project, discussion on-site
|
||||
|
||||
|
|
@ -256,19 +256,17 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [MokaHR](http://mokahr.com) | Beijing, China | Take home project/challenge, then on-site programming session taken from problems we encounter at work
|
||||
- [Moneytree Front-end Web Team](https://moneytree.jp) | Tokyo, Japan | Pair programming exercise and social gathering with team
|
||||
- [Monzo](https://monzo.com) | London, UK & Remote | Phone interview with another engineer. Take-home assignment. Call to debrief on take-home assignment. Half-day interview (on-site or Hangouts) with three conversational sessions: (1) building on take-home test & real-world system design (verbal and collaborative); (2) digging into knowledge & understanding in 1-2 other relevant technical areas; (3) general background, teams and ways of working.
|
||||
- [Mutually Human Software](https://www.mutuallyhuman.com) | MI, OH, WA | Collaborative problem analysis and design exercise, pairing exercise
|
||||
- [Mutual of Omaha](http://www.mutualofomaha.com/careers/) | Omaha, NE, USA | Panel Style Interviews analyzing problem solving, ability to adapt well to change, and interpersonal communication skills.
|
||||
- [Mutual Mobile](https://mutualmobile.com/careers) | Austin, TX | Hyderabad, India
|
||||
- [NodeSource](http://nodesource.com/careers) | _Remote First_ | A person-to–person walk through of a past project of yours
|
||||
- [numer.ai](https://angel.co/numerai/jobs) | San Francisco, CA
|
||||
- [Mutual of Omaha](http://www.mutualofomaha.com/careers/) | Omaha, NE, USA | Panel Style Interviews analyzing problem solving, ability to adapt well to change, and interpersonal communication skills.
|
||||
- [Mutually Human Software](https://www.mutuallyhuman.com) | MI, OH, WA | Collaborative problem analysis and design exercise, pairing exercise
|
||||
- [Nedap](http://lifeatnedap.com/vacatures/) | Groenlo, the Netherlands/remote | A simple conversation, human to human and a small on-site project
|
||||
- [The Nerdery](https://www.nerdery.com/careers) | Minneapolis MN, Chicago IL, Phoenix AZ, Kansas City KS | Take-home exercise
|
||||
- [Netflix Enterprise Platforms](https://jobs.netflix.com/jobs/861237) | Los Gatos, CA | Takehome exercise
|
||||
- [Netguru](https://www.netguru.co/career) | Poland/Remote | Takehome exercise & pair programming session
|
||||
- [Netlify](https://www.netlify.com/careers/) | San Francisco, CA | Paid takehome project and online/onsite discussion
|
||||
- [New Relic](https://newrelic.com/about/careers) | San Francisco, CA | Takehome exercise &/ or pair programming session depending on the team
|
||||
- [Nimbl3](https://www.workhiro.com/companies/nimbl3) | Bangkok/On-site | Takehome exercise and specific role discussion
|
||||
- [Niteoweb](http://www.niteoweb.com/careers) | Ljubljana, Slovenia | Join us for a week to see if we fit
|
||||
- [NodeSource](http://nodesource.com/careers) | _Remote First_ | A person-to–person walk through of a past project of yours
|
||||
- [Nomoko,camera](https://www.nomoko.world/jobs) | Zurich, Switzerland | Three interrogations
|
||||
- [Nord Software](https://www.nordsoftware.com/en/jobs/) | Helsinki, Tampere, Stockholm | Take-home exercise & interview with CEO and senior developer
|
||||
- [NoRedInk](https://www.noredink.com/jobs) | San Francisco, CA | Take-home exercise & pair programming session
|
||||
|
|
@ -278,17 +276,20 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [npm, Inc](https://npmjs.com/jobs) | Oakland, CA/remote | No technical challenges. Just interview conversations.
|
||||
- [Nubank](https://nubank.workable.com/) | São Paulo, BR | Phone conversation, take-home exercise, code walkthrough, on-site code pairing.
|
||||
- [numberly](https://www.numberly.com) | Paris, France | Series of interviews, that go over technical background, past experiences and cultural knowledge
|
||||
- [numer.ai](https://angel.co/numerai/jobs) | San Francisco, CA
|
||||
- [Nutshell](https://www.nutshell.com/jobs/) | Ann Arbor, MI, US | Email screen / take-home programming excercise ([public repo](https://github.com/nutshellcrm/join-the-team))
|
||||
- [Omada Health](https://www.omadahealth.com/jobs) | San Francisco, CA | Take home exercise and/or pair programming session.
|
||||
- [Ontame.io](https://ontame.io) | Copenhagen, Denmark | Take home exercise and specific role discussion
|
||||
- [Opbeat](https://opbeat.com/jobs#seniorbackendengineer) | Copenhagen, Denmark | Pairing on a real-world problem
|
||||
- [Ostmodern](http://www.ostmodern.co.uk) | London, UK | Take-home exercise & discussion on-site
|
||||
- [Outlandish](https://outlandish.com) | London, UK | Take-home exercise, real-world pair programming session, friendly chat with team
|
||||
- [The Outline](https://boards.greenhouse.io/theoutline) | NYC | Take-home exercise
|
||||
- [Outbrain](https://www.outbrain.com/jobs) | NYC, Israel | Take-home exercise & discussion
|
||||
- [Outlandish](https://outlandish.com) | London, UK | Take-home exercise, real-world pair programming session, friendly chat with team
|
||||
- [Outlook iOS & Android](https://github.com/outlook/jobs) | San Francisco / New York | Take-home project & online / onsite discussion
|
||||
- [The Nerdery](https://www.nerdery.com/careers) | Minneapolis MN, Chicago IL, Phoenix AZ, Kansas City KS | Take-home exercise
|
||||
- [The Outline](https://boards.greenhouse.io/theoutline) | NYC | Take-home exercise
|
||||
|
||||
## P - R
|
||||
- [Paessler AG](https://www.paessler.com/company/career/jobs) | Nuremberg, Germany | Pairing with different engineers on a real problem
|
||||
- [Pagar.me](https://pagar.me) | São Paulo, BR | Skype interview, on-site pairing task and-or real world problem solving process / presentation
|
||||
- [Pager](https://pager.com) | New York, Remote | Short phone interview, conversational interviews, take-home exercise & discussion
|
||||
- [PagerDuty](https://pagerduty.com/careers) | San Francisco, CA / Toronto, ON, CA | Google Hangout / on-site pair-programming sessions
|
||||
|
|
@ -310,21 +311,20 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Pragma Team](https://pragma.team/talent) | Sydney AU | Engineering Consultancy And Delivery - Takehome exercise & discussion
|
||||
- [PremiumBeat](https://www.premiumbeat.com/careers) | Montreal, Canada | Discussion and general, high level questions
|
||||
- [PromptWorks](https://www.promptworks.com/jobs) | Philadelphia, PA | Take-home project, pair programming, discussion on-site
|
||||
- [Paessler AG](https://www.paessler.com/company/career/jobs) | Nuremberg, Germany | Pairing with different engineers on a real problem
|
||||
- [Pusher](https://pusher.com/jobs) | London, UK | Solve a real-world problem through a design session with our engineers
|
||||
- [Pygmalios](http://pygmalios.com/en/) | Bratislava, Slovakia | Take-home project related to business and discussion with our engineers.
|
||||
- [Quiet Light Communications](https://quietlightcom.com/positions-web.php) | Rockford, IL, USA | Discussion, work samples and/or small freelance project
|
||||
- [Quintype](http://www.workatquintype.com/) | Bengaluru, India / San Mateo, USA | Take home project, pair programming, discussion on-site
|
||||
- [Rapyuta Robotics](http://www.rapyuta-robotics.com/pages/jobs.html) | Bengaluru, India / Tokyo, Japan / Zurich, Switzerland | Take-home assignment related to our ongoing projects, series of technical / experience based interviews, candidate presentation
|
||||
- [Rakuten](https://jobs.rakuten.careers/careersection/rakuten_ext_cs/jobdetail.ftl?job=00000751&tz=GMT%2B09%3A00) | Tokyo, Japan | Discuss about relevant experience
|
||||
- [Rapyuta Robotics](http://www.rapyuta-robotics.com/pages/jobs.html) | Bengaluru, India / Tokyo, Japan / Zurich, Switzerland | Take-home assignment related to our ongoing projects, series of technical / experience based interviews, candidate presentation
|
||||
- [Rayfeed](https://rayfeed.com) | Vancouver, Warsaw | Video-call interview followed by a take-home exercise
|
||||
- [Reaktor](https://reaktor.com/careers) | New York, Amsterdam, Helsinki, Tokyo | Discussion, work samples from previous projects (work or hobby), take-home exercise if needed for further info
|
||||
- [RedCarpet](https://www.redcarpetup.com/jobs/) | New Delhi, India | Interview, work sample/take-home project and discussion/code reviews
|
||||
- [Rentify](https://www.rentify.com/jobs) | London, UK | Phone call, take home real-world project, on-site pair programming, product discussion
|
||||
- [RentoMojo](https://www.rentomojo.com/about/careers) | Bangalore, India | Short takehome project + phone interview
|
||||
- [Revlv](https://revlv.net) | Manila, Philippines | Discussion about developer skills, previous projects and experiences.
|
||||
- [ReSpark](https://www.respark.co.uk) | London, UK | Phone conversation followed by on-site interview w/ task relevant to daily role.
|
||||
- [RestaurantOps](https://www.restaurantops.co) | Scottsdale, AZ | Take Home Project & pair programming session
|
||||
- [Revlv](https://revlv.net) | Manila, Philippines | Discussion about developer skills, previous projects and experiences.
|
||||
- [Rizk.com](https://rizk.com) | Ta' Xbiex, Malta | Take-home assignment, discussion w/ developers
|
||||
- [Rockode](http://www.rockode.com/) | Bangalore, India | Real world assignment, group hack session, discussions
|
||||
- [RubyGarage](https://rubygarage.org) | Dnipro, UA | Take-home project, code review and discussion on-site
|
||||
|
|
@ -334,28 +334,28 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Salesforce.org Tech & Products](http://www.salesforce.org) | North America (Remote) | Phone screen, hands-on programming test solving real-world problems, Google Hangouts video sessions with engineers
|
||||
- [SC5 Online](https://sc5.io/careers/) | Helsinki & Jyväskylä, Finland | Take-home assignment (intentionally short, takes at most an hour to complete), discussion and review assignments
|
||||
- [Setapp Sp. z o.o.](https://setapp.pl/career) | Poznan, Poland | Online/face-to-face discussion with developers about everyday programming dilemmas & reviewing your own code
|
||||
- [Springer Nature (Asia)](https://www.natureasia.com) | Tokyo, Japan | Discussion & Pair programming session
|
||||
- [Small Improvements](https://www.small-improvements.com/careers/) | Berlin, Germany
|
||||
- [Slack](https://slack.com/jobs) | San Francisco, CA
|
||||
- [Shopify](https://www.shopify.com/careers) | Canada
|
||||
- [Showmax](https://blog.showmax.com/engineering-careers/) | Beroun & Prague, Czech Republic / Remote | Take home project, then a pair-programming and discussion onsite / Hangouts round.
|
||||
- [ShuttleCloud](https://shuttlecloud.com/jobs) | Chicago, IL / Madrid, Spain | Take-home project, then on-site code walk through and a real world problem discussion.
|
||||
- [Simpli.fi](https://www.simpli.fi/about-us/careers/) | Fort Worth, TX, USA | Takehome code challenge and review
|
||||
- [Sixt4.io](http://sixt4.io/jobs/) | Toronto, On, Canada | Take-home assignment, followed up by a face to face code walk through
|
||||
- [Slack](https://slack.com/jobs) | San Francisco, CA
|
||||
- [Small Improvements](https://www.small-improvements.com/careers/) | Berlin, Germany
|
||||
- [Social Tables](http://www.socialtables.com) | Washington D.C. | Chat about skills and past experiences + bring in a code sample from previous work or side project to discuss
|
||||
- [Sogilis](http://sogilis.com) | Grenoble, France | Discussion about interests, practices, and motivation. Presentation/code review/pair programming on a personal or professional project.
|
||||
- [SpronQ](https://www.spronq.nl) | Amsterdam, Netherlands | Takehome coding challenge
|
||||
- [Spreedly](https://www.spreedly.com/jobs) | Durham, NC | Take-home project [related to business](https://engineering.spreedly.com/blog/programming-puzzles-are-not-the-answer-how-spreedly-does-work-samples.html)
|
||||
- [Srijan Technologies](http://srijan.net) | Delhi, India | General high level questions/discussion followed by Pair programming OR take-home coding challenge
|
||||
- [Square](https://squareup.com/careers) | San Francisco, CA | Pair programming in a work environment
|
||||
- [Softwear](http://nl.softwear.nl/vacatures) | Amsterdam, Netherlands | Writing software for the fashion industry – remotely – in an international team.
|
||||
- [Sogilis](http://sogilis.com) | Grenoble, France | Discussion about interests, practices, and motivation. Presentation/code review/pair programming on a personal or professional project.
|
||||
- [Spreedly](https://www.spreedly.com/jobs) | Durham, NC | Take-home project [related to business](https://engineering.spreedly.com/blog/programming-puzzles-are-not-the-answer-how-spreedly-does-work-samples.html)
|
||||
- [Springer Nature (Asia)](https://www.natureasia.com) | Tokyo, Japan | Discussion & Pair programming session
|
||||
- [SpronQ](https://www.spronq.nl) | Amsterdam, Netherlands | Takehome coding challenge
|
||||
- [Square](https://squareup.com/careers) | San Francisco, CA | Pair programming in a work environment
|
||||
- [Srijan Technologies](http://srijan.net) | Delhi, India | General high level questions/discussion followed by Pair programming OR take-home coding challenge
|
||||
- [Stardog Union](http://stardog.com/) | Washington DC (Remote) | Technical discussion and general interest conversations
|
||||
- [StreetTeam](https://getstreetteam.com/careers) | London, UK | An intentionally short, take home exercise that mirrors real project work and incorporates code review elements
|
||||
- [store2be](https://www.store2be.com/de/jobs/tech) | Berlin, Germany | Skype/on-site interview, take-home project
|
||||
- [StreetTeam](https://getstreetteam.com/careers) | London, UK | An intentionally short, take home exercise that mirrors real project work and incorporates code review elements
|
||||
- [Subvertical (VerticalChange)](https://verticalchange.com/job_posts) | Anywhere, Remote | Phone screening, live pair programming & personal project code review
|
||||
- [Superplayer](https://superplayer.fm/) | Porto Alegre, Brazil | Skype/On-site interview, take-home project and interview with CTO and CEO
|
||||
- [SweetIQ](https://sweetiq.com/about/careers/) | Montreal, Canada | Discussion and general, high level questions
|
||||
- [SysGarage](http://sysgarage.com/) | Buenos Aires, Argentina | Take-home project and real world pair programming
|
||||
- [Superplayer](https://superplayer.fm/) | Porto Alegre, Brazil | Skype/On-site interview, take-home project and interview with CTO and CEO
|
||||
- [tails.com](https://tails.com/careers/) | Richmond (London), UK | Live pair programming or take home project with review
|
||||
- [Tanooki Labs](http://tanookilabs.com) | New York, NY | Paid half-day take home project with followup review and discussion
|
||||
- [Tattoodo](https://www.tattoodo.com) | Copenhagen, Denmark | Takehome exercise
|
||||
|
|
@ -367,16 +367,16 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [ThoughtWorks](https://www.thoughtworks.com/careers) | Multiple locations in every continent | Interviews with ThoughtWorkers of diverse backgrounds and roles; take home assignment followed by in person pairing session.
|
||||
- [Thread](https://www.thread.com/jobs) | London, UK | Take home test, real world architecture design, real world pair programming.
|
||||
- [ThreatSpike Labs](https://www.threatspike.com) | London, UK | Take home computing and security related challenges to be completed over a week.
|
||||
- [Timbuktu](https://www.timbuktutravel.com) | Cape Town, South Africa | On site interview and pair programming exercise
|
||||
- [Tilde](http://www.tilde.io) | Portland, OR | Pair programming sessions with each member of the team, working on problems similar to daily work.
|
||||
- [Timbuktu](https://www.timbuktutravel.com) | Cape Town, South Africa | On site interview and pair programming exercise
|
||||
- [Toucan Toco](http://toucantoco.com/fr/team#jobs) | Paris, France | Pair-programming and TDD
|
||||
- [Trōv](https://boards.greenhouse.io/trov) | 100% Remote for Engineers | Take-home project with followup interview from actual prospective teammates
|
||||
- [Trustpilot](https://jobs.trustpilot.com/) | Copenhagen, Denmark | Take-home project, code review and discussion on-site
|
||||
- [Twistlock](https://www.twistlock.com) | Tel Aviv, Israel | Takehome
|
||||
- [uBiome](https://ubiome.com/careers) | San Francisco, CA / Santiago, Chile | High level screening over the phone or on-site, take home project, code review and discussion
|
||||
- [Unbounce](https://unbounce.com) | Vancouver, BC | Phone screen, take-home project, project discussion, technical interview
|
||||
- [Untappd](https://www.untappd.com) | Wilmington, NC, NYC, LA | Review portfolio - What projects have you worked on? + personality assessment, + interview
|
||||
- [Unearth](http://www.unearthlabs.com/careers/) | Seattle, WA | Take home project, team-fit interviews, technical discussion
|
||||
- [Untappd](https://www.untappd.com) | Wilmington, NC, NYC, LA | Review portfolio - What projects have you worked on? + personality assessment, + interview
|
||||
- [Updater](http://www.updater.com/jobs/openings) | New York, NY | Begin-at-home assignment highly relevant to role, presented and discussed during on-site.
|
||||
- [Uprise](http://uprise.se) | Uppsala, Sweden | Take-home assignment, code review and discussion on-site
|
||||
- [Urban Massage](https://www.urbanmassage.com/jobs) | London, UK | Project done at home, in-person walk through. Meeting the team is an integral part.
|
||||
|
|
@ -392,7 +392,6 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Visma e-conomic](https://www.e-conomic.dk/om/job) | Copenhagen, Denmark | Take home assignment, assignment presentation and discussion
|
||||
- [VTEX](http://lab.vtex.com/careers/) | Rio de Janeiro, Brazil | Take-home project, Skype interview and then in-person talk.
|
||||
- [VTS](https://boards.greenhouse.io/vts) | New York City, New York | Technical Phone Screen, Pair programming on-site & in-person talks with multiple engineers
|
||||
- [WorldGaming](https://worldgaming.com/) | Toronto, Canada | Technical Interview, Solution Design, Take Home Assignment, then Culture fit interview with the team
|
||||
- [Wealthsimple](https://www.wealthsimple.com/work-with-us) | Toronto, Canada | Pair programming on a problem similar to daily work, discussion of system design
|
||||
- [WeAreHive](http://www.wearehive.co.uk) | London | Just walk us through your best code or we give you a small real-world exercise to do at home.
|
||||
- [Webantic](https://webantic.co.uk/careers) | Manchester, UK | Basic TNA self-assessment and real-world problem-solving
|
||||
|
|
@ -401,19 +400,22 @@ See https://news.ycombinator.com/item?id=13874026
|
|||
- [Wheely](https://wheely.com/en/careers) | Moscow, Russia | Get to know each other in under 30 minutes on-site or via Skype, take-home challenge, on-site review and interview with the team.
|
||||
- [Wildbit](https://wildbit.com) | Philadelphia & Remote | Take-home project followed by interviews.
|
||||
- [Wimdu](http://wimdujobs.com/) | Berlin, Germany | Take-home project, then a pair-programming and discussion onsite/remote.
|
||||
- [WorldGaming](https://worldgaming.com/) | Toronto, Canada | Technical Interview, Solution Design, Take Home Assignment, then Culture fit interview with the team
|
||||
- [WyeWorks](https://wyeworks.com) | Montevideo, Uruguay | Take-home project and discussion on-site
|
||||
- [X-Team](http://x-team.com) | 100% Remote | A short, fun Node.js challenge, followed by a series of culture-based interview questions, followed by a creative mock project with tons of freedom on how to approach, and follow-up questions about the approach they chose to discuss the tradeoffs. Usually a 10-30 day paid training is rewarded to top candidates to prep them for remote communication skills needed to join a team.
|
||||
- [XING](https://www.xing.com) | Hamburg, Germany | Take-home coding challenge, on-site review and short interviews with future team.
|
||||
|
||||
## Y - \#
|
||||
- [1000mercis group](http://www.1000mercis.com/#!/careers/?lang=en) | Paris, France | Series of interviews, that go over technical background, past experiences and cultural knowledge
|
||||
- [500Tech](https://500Tech.com) | Tel Aviv, Israel | Pair programming on a laptop in working env
|
||||
- [8th Light](https://8thlight.com/) | Chicago, London, Los Angeles, New York | Take home code challenge, discussion, pair programming session
|
||||
- [Yhat](https://www.yhat.com/company) | Brooklyn, NY | Demo something cool you built and walk us thru the code + design decisions
|
||||
- [YLD](https://yld.breezy.hr) | London, UK | Take home-code challenge, pair-programming session and discussion about past experience
|
||||
- [Yodas](https://yodas.com) | Binyamina, Israel | Coding tasks over github repository
|
||||
- [Yoyo Wallet](http://yoyowallet.com/) | London, UK | Take home code challenge, discussion of the code challenge, and general, high level questions
|
||||
- [YunoJuno](http://www.yunojuno.com/) | London, UK | Code challenge based on a realistic feature request on a real open-source package created and used at YunoJuno; phone/video interview with members of the Product team to explore technical background, experiences, interests, cultural fit; on-site interview, usually with Product Manager and CTO
|
||||
- [1000mercis group](http://www.1000mercis.com/#!/careers/?lang=en) | Paris, France | Series of interviews, that go over technical background, past experiences and cultural knowledge
|
||||
- [8th Light](https://8thlight.com/) | Chicago, London, Los Angeles, New York | Take home code challenge, discussion, pair programming session
|
||||
- [500Tech](https://500Tech.com) | Tel Aviv, Israel | Pair programming on a laptop in working env
|
||||
|
||||
## Also see:
|
||||
- [They Whiteboarded Me!](http://they.whiteboarded.me/)
|
||||
|
||||
[](https://travis-ci.org/poteto/hiring-without-whiteboards)
|
||||
|
|
|
|||
1
index.js
Normal file
1
index.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
module.exports = {};
|
||||
38
package.json
Normal file
38
package.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "hiring-without-whiteboards",
|
||||
"version": "0.1.0",
|
||||
"description": "Companies that don't have a broken hiring process",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": "7.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/remark-cli/cli.js . -f"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/poteto/hiring-without-whiteboards.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hiring"
|
||||
],
|
||||
"author": "Lauren Tan <arr@sugarpirate.com> (http://www.sugarpirate.com)",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/poteto/hiring-without-whiteboards#readme",
|
||||
"dependencies": {
|
||||
"remark-cli": "^3.0.0",
|
||||
"remark-lint": "^6.0.0",
|
||||
"remark-lint-alphabetize-lists": "^2.0.0",
|
||||
"remark-preset-lint-recommended": "^2.0.0"
|
||||
},
|
||||
"remarkConfig": {
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
"lint-alphabetize-lists",
|
||||
[
|
||||
"remark-lint-list-item-indent",
|
||||
false
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue