mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-10 20:46:49 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
8906cce8a7
3 changed files with 14 additions and 1 deletions
|
|
@ -17,3 +17,9 @@ install:
|
|||
|
||||
script:
|
||||
- yarn test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- staging # This is where pull requests from "bors r+" are built.
|
||||
- trying # This is where pull requests from "bors try" are built.
|
||||
|
|
|
|||
|
|
@ -282,6 +282,7 @@ Additions to this document that are properly formatted will automatically be pus
|
|||
- [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
|
||||
- [Indellient](http://www.indellient.com/careers) | Oakville, Canada | Series of interviews both technical and non-technical
|
||||
- [InfluxData](https://www.influxdata.com/careers) | San Francisco, CA & Remote | Technical and non-technical interviews, pair programming, with prospective manager and multiple prospective teammates
|
||||
- [InfoSum](https://www.infosum.com) | Basingstoke, UK | On-site unsupervised exercise & discussion.
|
||||
- [inKind Capital](https://inkindcapital.com) | Boulder, CO | Discussing real-world problems, pair programming, dinner & drinks with the team
|
||||
- [Inmar](https://www.inmar.com/careers) | Winston-Salem, NC; Austin, TX & Remote | Take-home project and conversation-style interviews
|
||||
|
|
@ -427,7 +428,7 @@ Additions to this document that are properly formatted will automatically be pus
|
|||
- [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, NY; Remote | Short phone interview, conversational interviews, take-home exercise & discussion
|
||||
- [PagerDuty](https://pagerduty.com/careers) | San Francisco, CA / Toronto, Canada | Google Hangout / on-site pair-programming sessions
|
||||
- [PagerDuty](https://pagerduty.com/careers) | San Francisco, CA / Toronto, Canada / Atlanta, GA | Zoom / on-site pair programming and tasks
|
||||
- [Palatinate Tech](https://tech.palatinategroup.com) | London, UK | Hangout/Skype/phone followed by (normally) on-site pairing task
|
||||
- [Parabol](http://parabol.co) | New York, NY; Los Angeles, CA; Remote | Culture check followed by compensated, [open-source contribution](https://github.com/ParabolInc/action/projects) skills evaluation
|
||||
- [Pariveda Solutions](http://parivedasolutions.com) | Dallas, TX / Houston, TX / Atlana, GA / Washington, DC / New York, NY / Chicago, IL / San Francisco, CA / Seattle, WA / Los Angeles, CA | Personality assessment (Predictive Index) and case study. Programming aptitude test (language independent) for college hires.
|
||||
|
|
|
|||
6
bors.toml
Normal file
6
bors.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
status = [
|
||||
"continuous-integration/travis-ci/push"
|
||||
]
|
||||
# Uncomment this to use a two hour timeout.
|
||||
# The default is one hour.
|
||||
#timeout_sec = 7200
|
||||
Loading…
Reference in a new issue