每日英语:The First Day On A Job Is Tough Work

Why is the first day on the job often the worst?

New employees tend to be greeted with stacks of benefits paperwork, technology hassles and dull presentations about company culture.

hassle:激战,争辩,麻烦事    

But some companies -- hoping to create a first impression that really counts -- are turning to orientations that seem more collegiate than corporate, complete with co-worker networking sessions, time for new employees to tout their skills and even officewide scavenger hunts.

collegiate:大学的,学院的    tout:兜售,招徕,吹捧    scavenger:净化剂,清除剂

It is the latest attempt by firms to make onboarding -- the process of absorbing new hires and getting them up to speed -- more effective.

A bad or underwhelming start in a new role may lead to higher rates of quitting because many workers decide whether to leave or stick with a company in the early months, studies show. The first few weeks on the job are 'the first time the employee has the ability to look at a job from the inside,' says David Earle, chief executive of Staffing.org, a workforce research and advisory company.

underwhelming:平凡的,平庸的    onboarding:管理

Morgan Hoogvelt, director of talent acquisition at Clear Channel Communications Inc. in San Antonio, says that the company until recently didn't have a formal onboarding process.

Employees would approach him with basic questions soon after joining the firm: What time should I be here? What's the dress code? Is it OK to bring my lunch? Now, he is trying to implement a more organized process, pairing new staffers with 'peer coaches' available to answer questions before their official start date.

staffer:职员,编辑    staffing:安置职员

In a 2011 survey of corporate onboarding practices by the Society for Human Resource Management, about half of respondents said that limited time and insufficient human-resources staffing prevented them from offering formal programs for new hires. Some 19% of firms lack onboarding programs entirely, according to the SHRM study.

Most orientations emphasize corporate values, culture and strengths. But a growing body of research suggests that encouraging newcomers to demonstrate what they bring to the company -- rather than a lecture on the company mission -- may lead to better retention and performance.

retention:保留,扣留,滞留

'When we can stress the personal identity of people, and let them bring more of themselves at work, they are more satisfied with their job and have better performance,' says Francesca Gino, an associate professor at Harvard Business School who has studied onboarding.

Some firms do this by putting workers on the front lines on day one.

Dog-boarding site Rover.com has new developers make live updates on the firm's website on their first day of the job.

Scott Porad, Rover's head of product development, says he was inspired by research showing that tasks associated with employee dissatisfaction -- such as paperwork and bureaucracy -- characterized typical new-hire orientations.

bureaucracy:官僚主义    

Software engineer Johann Heller, who started at Rover earlier this month, was surprised by the fast pace of his first day; his previous jobs had far more 'procedural' orientations, he says.

Mr. Heller was quickly issued a new laptop and 'by the end of the day I had pushed some changes' to the company's website, he says.

Dr. Gino of Harvard, along with Dan Cable of London Business School and Bradley Staats of the University of North Carolina, have studied how personalized orientation programs can boost retention and performance.

In a study of 605 employees at the New Delhi, India, offices of Wipro BPO, a business of Wipro Ltd., some call-center workers went through an orientation that focused on their individual strengths. Managers, for example, asked newcomers to describe a time in their lives when they felt 'born to act.'

Six months later, those who went through the employee-centered orientation were up to 32% less likely to have quit than those who sat through a typical company-focused onboarding process.

Other companies rely on zany programs to prevent boredom while new hires are ramping up. San Antonio-based Web-hosting firm Rackspace Inc.'s frenetic four-day orientation teems with games, skits, costumes, thumping music, and a limbo bar, says Lawrence Reyes, the company's manager of onboarding.

zany:滑稽的,古怪的,愚蠢的    

And Bazaarvoice, a tech firm in Austin, Texas, sends incoming employees on a weeklong scavenger hunt designed to bring them up to speed on company culture and lingo.

Benefits paperwork does get done at some point; Facebook Inc., among others, sends new hires key documents to complete before their start date.

That frees employees to do other important things, such as getting to know colleagues. Rob Cross, a management professor at the University of Virginia, has found new workers stay on the job longer when they're plugged into a social group early on.

Google Inc., which onboarded some 5,000 new hires in 2012, has experimented with its orientation procedures to help new staffers, dubbed 'Nooglers,' make more social connections and get up to speed more quickly. For instance, the company has tested whether the size of an orientation group affected how new workers assimilate.

dubbed:授予,译制    assimilate:吸收,同化

Google's finding: Workers who went through orientation in cohorts of about a dozen people felt more comfortable and created stronger social bonds than those put into larger groups. 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/293149.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

docker没有下载完全_会用Docker的人都别装了,这多简单呐

学术又官方的说法Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的Linux机器或Windows 机器上,也可以实现虚拟化,容器是完全使用沙箱机制,相互之间不会有任何接口。没用过的人能看懂这段话&#xf…

数据挖掘领域十大经典算法初探

一、C4.5 C4.5,是机器学习算法中的一个分类决策树算法, 它是决策树(决策树也就是做决策的节点间的组织方式像一棵树,其实是一个倒树)核心算法 ID3的改进算法,所以基本上了解了一半决策树构造方法就能构造它。 决策树构造方法其实就…

WPF MVVM实例三

在没给大家讲解wpf mwm示例之前先给大家简单说下MVVM理论知识:WPF技术的主要特点是数据驱动UI,所以在使用WPF技术开发的过程中是以数据为核心的,WPF提供了数据绑定机制,当数据发生变化时,WPF会自动发出通知去更新UI。我们使用模式…

linux命令chown和chmod什么区别

chown一般用来 更改属主。也就是文件所属用户。chmod功能要比chown要强大。可更改文件所有属性和权限。只有管理员账户才有权限用此命令。chown 是修改文件的所有者(owner),和所属组(group)chmod 是修改文件的执行属性(所属组,所属者以及其他人所有的权限,比如 读,写,执行)

stringcstdlibctimecstdargctimectypecmathclimits

转载地址&#xff1a;http://blog.csdn.net/kz_ang/article/details/7767335 <string>头文件 string构造函数 string s  生成一个空字符串s string s(str)  拷贝构造函数,生成str对象的复制品 string s(str,stridx)  将字符串str对象内"始于位置stridx"…

背包模板

背包模板&#xff0c;自己总结&#xff0c;做题可直接套用。 0-1背包 有N件物品和一个容量为V的背包。第i件物品的费用是c[i]&#xff0c;价值是w[i]。求解将哪些物品装入背包可使价值总和最大。 公式&#xff1a; f[i][v]max{f[i-1][v],f[i-1][v-c[i]]w[i]} 伪代码&#xff1a…

C3P0 释放连接 的问题

2019独角兽企业重金招聘Python工程师标准>>> 记录一下使用C3P0 时犯的低级错误&#xff0c;没有关闭connection 达到连接池最大限制后造成程序假死的现象&#xff0c;以后得仔细再仔细了&#xff01; 转载于:https://my.oschina.net/fusxian/blog/146700

python随机抽取人名_python的random

python的random函数更多的random用法可参阅&#xff1a;random --- 生成伪随机数 - Python 3.7.4 文档​docs.python.org以下使用了&#xff1a;洗牌&#xff1a;random.shuffle随机抽取元素&#xff0c;且元素不重复&#xff1a;random.sample随机抽取元素&#xff0c;且元素可…

PL/SQL Developer使用技巧总结

1、PL/SQL Developer记住登陆密码 在使用PL/SQL Developer时&#xff0c;为了工作方便希望PL/SQL Developer记住登录Oracle的用户名和密码&#xff1b; 设置方法&#xff1a;PL/SQL Developer 7.1.2 ->tools->Preferences->Oracle->Logon History &#xff0c; “…

Windows 11/10 正式版全新 ISO 镜像下载

微软现已发布 Windows 11/10 正式版&#xff08;版本 21H2&#xff09;全新 ISO 镜像。Windows 11 版本 21H2 全新镜像集成了 2021 年 10 月更新、11 月更新和 12 月更新。Windows 10 版本 21H2 全新镜像集成了 2021 年 11 月更新和 12 月更新。版本区别Windows 11/10 消费者版…

Android延时执行调用的几种方法

一、开启新线程 new Thread(new Runnable(){ public void run(){ Thread.sleep(XXXX); handler.sendMessage(); //告诉主线程执行任务 } }).start二、利用定时器 TimerTask task new TimerTask(){ public void run(){ //execute the task } }; Ti…

删除字符串中出现次数最少的字符

题目 描述: 实现删除字符串中出现次数最少的字符,若多个字符出现次数一样,则都删除。输出删除这些单词后的字符串,字符串中其它字符保持原来的顺序。 题目类别: 字符串 难度: 中级 运行时间限制: 10Sec 内存限制: 128MByte 阶段: 入职前练习 输入: 字符串只包含小写…

java web filter 之一 基础实现

本文主要对filter的基本使用进行了讲解&#xff0c;其中涉及到了 filter是什么 一个filter处理一个jsp 多个filter处理一个jsp filter是什么 Filter 是java下的一种过滤器 &#xff0c;能实现对java web程序 客户端和服务器端消息的过滤&#xff0c;也就是在服务器段接受reques…

eclipse索引4超出范围_Python内置的4个重要基本数据结构:列表、元组、字典和集合

本章内容提要&#xff1a;列表及操作元组及操作字典及操作集合简介第2章介绍了数字(整数、浮点数)、逻辑值和字符串等Python内置的基本数据类型。在实际的操作中&#xff0c;仅仅依赖它们很难高效地完成复杂的数据处理任务。基于对基本数据类型的构建&#xff0c;Python拓展出列…

.NET 6 中 System.Text.Json 的新特性

1支持忽略循环引用在 .NET 6 之前&#xff0c;如果 System.Text.Json 检测到循环引用&#xff0c;就会抛出 JsonException 异常。在 .NET 6 中&#xff0c;你可以忽略它们。Category dotnet new() {Name ".NET 6", }; Category systemTextJson new() {Name "…

Java基础知识回顾--线程

基本概念 线程是一个程序内部的顺序控制流 Java的线程是通过java.lang.Thread类来实现的。main函数是一个主线程&#xff0c;用户可以通过创建Thread的实例来创建新的线程。每一个线程都必须实现run方法。通过Thread类的start方法来启动一个线程。 两种方式实现&#xff0c;一…

读书笔记:季羡林关于如何做研究学问的心得

以下的内容摘自&#xff1a; 季羡林 (2010-02-01). 牛棚杂忆(季羡林作品珍藏本)(图文版) (Kindle Locations 2701-2706). . Kindle Edition. 我记得&#xff0c;鲁迅先生在一篇文章中讲了一个笑话&#xff1a;一个江湖郎中在市集上大声吆喝&#xff0c;叫卖治臭虫的妙方。有人…