Skip to content

Commit

Permalink
contents: add behavioral round overview
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Sep 14, 2019
1 parent 1cb81bc commit 3d86d05
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
22 changes: 22 additions & 0 deletions contents/behavioral-round-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: behavioral-round-overview
title: Overview
---

Succeeding in an engineering career involves more than just technical skills. Behavioral interviews (aka people skills) become more important as an engineer becomes more senior. Senior engineers should have the ability to lead and influence, resolve conflicts, anticipate risks, plan the roadmap, and more.

Hiring a talented engineer that cannot work with others can ultimately be a net deficit for companies. Companies don’t want to hire [brilliant jerks](http://www.brendangregg.com/blog/2017-11-13/brilliant-jerks.html). The company is better off not hiring a very talented engineer who refuses to work with others or causes an entire team to be unproductive. Companies want to hire the right person that will work well with the existing employees and help the team and company achieve greater heights, and behavioral interviews are one way of determining if someone will be good to work with from a non-technical standpoint.

## Most companies evaluate behavioral skills

Companies value behavioral skills and do evaluate candidates on them. At the time of writing, Facebook has one round (out of four) dedicated to behavioral interviews. Airbnb has TWO rounds (out of six) dedicated to behavioral interviews/company fit. Lyft has one round (out of five) dedicated to past experience and situational questions by a hiring manager.

## What Facebook looks for in behavioral interviews

- Discuss anything written on your resume, and be able to go in-depth
- Provide specific examples about what you did and the resulting impact
- Critique yourself and share what you learned from a past situation
- Talk about what you like about your current role and/or being a developer
- Discuss what and why changes you would like to make

_Source: [Preparing for your Onsite Interview at Facebook](https://www.facebook.com/careers/swe-prep-onsite)_
6 changes: 1 addition & 5 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ module.exports = {
{
type: 'category',
label: 'Behavioral Round',
items: [
'star-framework',
'behavioral-questions',
'psychological-tricks',
],
items: ['star-format', 'behavioral-questions', 'psychological-tricks'],
},
'questions-to-ask',
],
Expand Down

0 comments on commit 3d86d05

Please sign in to comment.