Monday, April 29, 2019

Test and Code: Technical Interview Fixes - April Wensel

Some typical technical interview practices can be harmful and get in the way of hiring great people. April Wensel offers advice to help fix the technical interview process.

She recommends:

  • hire for mindset and attitude
  • look for empathy and mentorship skills
  • allow candidates to show their strengths instead of hunting for weaknesses
  • have the candidate leave feeling good about themselves and your company, regardless of the hiring decision

Some topics discussed:

  • interview questions to bring out stories of skills and successes
  • stereotype threat
  • diversity
  • interview hazing
  • white boards
  • coding challenges
  • unconscious bias
  • emotional intelligence
  • myth of talent shortage
  • pair programming and collaboration during interviews
  • mirrortocracy
  • cultural add vs cultural fit
  • empathy
  • mentoring

This episode is important for anyone going into a technical interview, as a candidate, as a hiring manager, or as a member of an interview team.

Special Guest: April Wensel.

Sponsored By:

Support Test & Code - Software Testing, Development, Python

Links:

<p>Some typical technical interview practices can be harmful and get in the way of hiring great people. April Wensel offers advice to help fix the technical interview process.</p> <p>She recommends:</p> <ul> <li>hire for mindset and attitude</li> <li>look for empathy and mentorship skills</li> <li>allow candidates to show their strengths instead of hunting for weaknesses</li> <li>have the candidate leave feeling good about themselves and your company, regardless of the hiring decision</li> </ul> <p>Some topics discussed:</p> <ul> <li>interview questions to bring out stories of skills and successes</li> <li>stereotype threat</li> <li>diversity</li> <li>interview hazing</li> <li>white boards</li> <li>coding challenges</li> <li>unconscious bias</li> <li>emotional intelligence</li> <li>myth of talent shortage</li> <li>pair programming and collaboration during interviews</li> <li>mirrortocracy</li> <li>cultural add vs cultural fit</li> <li>empathy</li> <li>mentoring</li> </ul> <p>This episode is important for anyone going into a technical interview, as a candidate, as a hiring manager, or as a member of an interview team.</p><p>Special Guest: April Wensel.</p><p>Sponsored By:</p><ul><li><a href="http://bit.ly/2tzXV5e" rel="nofollow">Patreon Supporters</a><a href="http://bit.ly/2tzXV5e" rel="nofollow">Help support the show with as little as $1 per month. Funds help pay for expenses associated with the show.</a></li></ul><p><a href="http://bit.ly/2tzXV5e" rel="payment">Support Test & Code - Software Testing, Development, Python</a></p><p>Links:</p><ul><li><a href="http://bit.ly/2XP1iQI" title="Compassionate Coding" rel="nofollow">Compassionate Coding</a></li><li><a href="http://bit.ly/2GQ4jKO" title="Leave Your “Gut” Out of Hiring Decisions" rel="nofollow">Leave Your “Gut” Out of Hiring Decisions</a></li><li><a href="http://bit.ly/2TFd7HE" title="If You Can Use a Fork, You’re “Technical”" rel="nofollow">If You Can Use a Fork, You’re “Technical”</a> &mdash; April Wensel</li><li><a href="http://bit.ly/2kBNLcT" title="Project Include" rel="nofollow">Project Include</a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...