L365
When I started my company nine years ago, I was a young, inexperienced founder without much capital. This defined my approach to hiring in two key ways: I hired primarily young, inexperienced talent while I got my company off the ground, and I trusted those young employees more than many would have, since frankly, I was young and inexperienced myself.
Although at the time I made these decisions out of necessity, they ended up being among the best hires I have made. We have 200 employees now, but almost half of our leadership team is made up from the then-inexperienced people who I hired in the early days. Here is why hiring inexperienced employees ended up paying off.
Experience doesn’t always equal talent
Entrepreneurs are often under a lot of pressure to hire the most seasoned, tenured leaders they can find. There is no time to stop and teach anyone the skills needed to rise through the ranks—you have to hit your numbers, and quickly.
But just because someone looks great on paper doesn’t mean they will be the best choice for your growing business. Think of the Peter Principle—the concept that in many hierarchical corporations, employees will rise through promotions until they reach the levels of their respective incompetence.
This principle points to another important factor about experience that many overlook: It can, at times, serve as a disguise for mediocrity. If someone has served as an email marketing manager for a number of years, it may not be because they are especially strong in that role, but that they have been passed over in favor of others. Of course there are exceptions to this; circumstances outside of employees’ control can prevent upward momentum, the size of organizations and the resources available can play a role in promotion decisions. But it’s important to remember that spending many years in one position doesn’t always translate to talent.
A background in another field can be an advantage
Years of experience in any field—whether marketing or data science—can also leave employees fixated on the same processes and approaches that have worked for them in the past. Essentially, they come with a playbook, and may not be as flexible or quick to adapt in a new working environment.
If you hire people with a variety of backgrounds, even from different fields, they will bring maturity and experience from their previous roles without the baggage of years hammering the same problems in the same ways. Getting people outside of their comfort zone forces them to look at solving problems in a new light, and will bring new energy and creativity into your team.
Interviews are the tip of the iceberg
Many companies dedicate a significant amount of time and resources to complex, multi-layered interview processes, and there is no doubt that you can learn a lot about a potential candidate this way. But it’s important to remember that no matter how in-depth your interview process, it only captures a fraction of a candidate’s capabilities and potential. Six months of work within your company will tell you far more about candidates’ capabilities than any interview ever will.
Especially when we started out, I would keep my interview priorities incredibly simple: Did the candidates have some schooling relevant to the role? Did they demonstrate a good attitude? And most crucially, were they hungry to learn more and succeed? At the end of the day, that’s all you really need to get started.
Elevating young talent early will create culture heroes
When we were a small and scrappy team, we naturally leaned on each other and a practiced a “learn by doing” approach to growing the company. That has become a foundational value of our culture today, and hiring a number of young employees helped create an atmosphere of learning, nurturing and experimentation.
What’s more, the untested employees that did excel and become leaders inspired other employees and candidates by demonstrating that age or inexperience were not barriers to success. Those original success stories became “culture heroes” within our ranks, and they were better equipped to inspire that same loyalty and connection in new employees.
Of course, every company needs to consider experience in its hiring process and can certainly benefit from leaders with years of learning under their belt. But too many entrepreneurs, especially new ones, shy away from any untested talent, whether it’s someone just starting their career or transitioning from a different industry, for fear that it might hold back their growth. Instead, I encourage leaders to think beyond credentials, embrace inexperience, and trust their instincts. You may just hire an undiscovered superstar who will make your company that much stronger.
L365的更多相关文章
- 在中文windows下使用pywinauto进行窗口操作
这两天开始接触pywinauto,听说百度的自动化QA也用这个模块,于是来了兴趣,但网上的教程很少,而且基本上都是拿官方的notepad来说,首先中文菜单的支持是问题,其次各种操作也没有写清楚,阅读官 ...
- 使用Selenium+appium进行App测试
1. 启动安卓虚拟机.
- C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形
原文:C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 最近在写WPF界面的时候遇到一个情 ...
- TVM代码生成codegen
TVM代码生成codegen 硬件后端提供程序(例如Intel,NVIDIA,ARM等),提供诸如cuBLAS或cuDNN之类的内核库以及许多常用的深度学习内核,或者提供框架例,如带有图形引擎的DNN ...
- 将代码生成器带入TVM
将代码生成器带入TVM 为了使数据科学家不必担心开发新模型时的性能,硬件后端提供程序(例如Intel,NVIDIA,ARM等)可以提供诸如cuBLAS或cuDNN之类的内核库以及许多常用的深度学习内核 ...
- 如何在TVM上集成Codegen(下)
如何在TVM上集成Codegen(下) Bring DNNL to TVM: JSON Codegen/Runtime 现在实现将中继图序列化为JSON表示的DNNL codegen,然后实现DNNL ...
随机推荐
- 前端开发之JavaScript基础篇一
主要内容: 1.JavaScript介绍 2.JavaScript的引入方法和输出及注释 3.javaScript变量和命名规则 4.五种基本数据类型 5.运算符 6.字符串处理 7.数据类型转换 ...
- Java Socket编程之UDP
UDP编程: 将要传输的数据定义成数据包(Datagram),在数据报中指明所要到达的Socket(主机地址和端口号),然后再将数据报发送出去. 相关操作类: DatagramPacket ...
- Spark之 Spark Streaming流式处理
SparkStreaming Spark Streaming类似于Apache Storm,用于流式数据的处理.Spark Streaming有高吞吐量和容错能力强等特点.Spark Streamin ...
- Kafka核心概念(转)
转自:https://blog.csdn.net/liyiming2017/article/details/82805479 1.Kafka集群结构 实际上kafka的结构图是有些区别的,现在我们看下 ...
- 【LA3713 训练指南】宇航员分组 【2-sat】
题意 有A,B,C三个任务要分配给n个宇航员,其中每个宇航员恰好要分配一个任务.设所有n个宇航员的平均年龄为x,只有年龄大于或等于x的宇航员才能分配任务A:只有年龄严格小于x的宇航员才能分配任务B,而 ...
- 存储过程中使用事务和try catch
一.存储过程中使用事务的简单语法 在存储过程中使用事务时非常重要的,使用数据可以保持数据的关联完整性,在Sql server存储过程中使用事务也很简单,用一个例子来说明它的语法格式: 代码 : Cre ...
- Openssl s_time命令
一.简介 s_time是openss提供的SSL/TLS性能测试工具,用于测试SSL/TSL服务 二.语法 openssl s_time [-connect host:port] [-www page ...
- javascript和jquery比较
<h1>我的第一段 JavaScript</h1> <p>请输入数字.如果输入值不是数字,浏览器会弹出提示框.</p> <input id=&qu ...
- [GO]简单的并发服务器
package main import ( "net" "fmt" "strings" ) func HandleConn(conn net ...
- command >/dev/null 2>&1 解说
0:表示键盘输入(stdin)1:表示标准输出(stdout),系统默认是1 2:表示错误输出(stderr) command >/dev/null 2>&1 & == ...