(Forward)5 Public Speaking Tips That'll Prepare You for Any Interview
Landing a job interview is incredibly exciting –- and often terrifying. But fear not. There are clever ways to transform your angst into nerves of steel. After all, a good interview should feel like a conversation, not an interrogation. Here are five essential key tips from the world of public speaking that’ll help you look just as awesome in person as you do on paper.
1. Know Yourself
Most people dread the moment when their interviewer utters the words - “So, tell me about yourself.” But it’s actually the simplest question to navigate once you get down to the root of what’s being asked. "Tell me about yourself" really translates to: “What can you tell me about how your personality, interests, work habits and background will help you rock this position?”
Before you answer, rewind back to when you applied for the job -– the moment you decided that you and the position would be a solid match. Usually, the reasons that ran through your mind before you chose to apply are the answers the interviewer is looking for. Since you’re the most well-versed on the subject of you, this is your moment to paint the picture of what you bring to the table and why you’re the most dynamic and capable person for the job.
2. Bridge the Gap Between Confidence and Enthusiasm (Then Marry the Two)
How many times have you been confident in your ability to perform a task but not necessarily enthused about doing it (or vice versa)? Confidence speaks to the way you perceive you, while enthusiasm is more indicative of your feelings about something or someone other than yourself — in this case, the gig.
To make sure there’s a healthy balance between the two, draft a list of reasons you’re confident about your ability to perform the job, and pair each one with a reason why you’re enthusiastic about showing up. You should be able to clearly communicate these reasons during your interview.
Example: "In over 15 years as a graphic designer, I’ve mastered a number of software programs and techniques. Those skills have helped me contribute to some great work, but the best part of the experience, for me, is collaborating with a team to build something that clients can fall in love with."
3. Use Your LinkedIn Profile to Practice
The last thing you want to do in an interview is regurgitate your resume or Linkedin profile. Instead, take a look at how you described your role at previous jobs and practice how you might integrate these into an actual conversation. In other words: if your resume bullet points were complete sentences describing how your experience is relevant to the new job, what would they sound like?
To prepare like the pros, do a mock interview with a friend and video record your answers. Ask yourself, “Can I really see myself saying this?" to gauge the authenticity of your delivery.
4. Know When to Wrap It Up
Big audiences don’t like a Chatty Cathy -– and neither do busy interviewers. To avoid coming across as a rambler or bad listener, always be mindful of the length of your answers. Even if the interviewer doesn’t give you validation in the form of a nod, smile or laugh, don’t be afraid to simply stop talking once you’ve answered the question.
If you can effectively communicate a point in five words, don’t use 25. Trust that if they want to know more, they’ll ask.
Need a little practice on this? Do a search for the “most asked interview questions” relevant to the position you’re applying for, jot down the ones you struggle with and practice answering them. Open-ended questions sometimes require lengthier responses, but typically, you should be able to provide a thoughtful answer to most interview questions in under 60 seconds.
5. Be a Team Player
The letter "I" stands alone. Unless you’re applying for a position that requires you to work independently, the reality is that stellar results (no matter the industry) require team effort. Be sure to incorporate "we" language to show your ability to work well with others. This doesn’t mean refrain from sharing your individual responsibilities and accomplishments, but be clear about how those things benefitted your team.
When in doubt, stick to this equation: What my team does + How I do my part to make sure we get to the finish line = Victory
Of course, no two interviews are the same, but if you apply these tips, you’re guaranteed to boost your odds of getting a call back. Knock ‘em dead!
Mashable Job Board Listings
The Mashable Job Board connects job seekers across the U.S. with unique career opportunities in the digital space. While we publish a wide range of job listings, we have selected a few job opportunities from the past two weeks to help get you started. Happy hunting!
Creative Director at Edelman in Atlanta, Ga.
Director of Brand Communications - Training at Reebok in Canton, Mass.
Analyst, Digital Ad Sales at Viacom Media Networks in New York, N.Y.
Source URL: http://mashable.com/2013/07/20/speaking-tips/
(Forward)5 Public Speaking Tips That'll Prepare You for Any Interview的更多相关文章
- Android 线程 Looper.prepare()、Looper.loop() 使用
优化项目过程中发现了一个非常Low的问题,整理一下.备忘: 说问题之前先看下HandlerThread的定义 一个封装了looper的线程: Looper用于封装了android线程中的消息循环. ...
- S8-codelab02
import news_cnn_model import numpy as np import os import pandas as pd import pickle import shutil i ...
- Is It Always a Good Idea to Reach Outside Your Comfort Zone?
Learning to stretch outside your comfort zone is critical for learning and growing, advancing in you ...
- 英语演讲稿——Get Along with Fear
Hi. My name is Zhang Meng. I’m an engineer at Keysight. Today I’m not going to introduce my birthpla ...
- 第一次在新西兰组织技术社区活动:Monkeyfest2018
从3月份登陆到现在,转眼间已经8个月了.在6个月的时候我就想写篇文总结下近期的一些状况,一直拖到现在.因为近期一直在筹备我第一次社区活动——Monkeyfest 2018,占用了比较多的时间.这是一个 ...
- google搜索小技巧
google搜索小技巧 一.总结 一句话总结:But most people may not be using Google search to its full potential.Want to ...
- How to give a math lecture
摘自 http://www.timhsu.net/courses/generic/proof.pdf 或 http://www.timhsu.net/courses/generic/how-to- ...
- 每日英语:How to Be a Better Conversationalist
Jason Swett still cringes when he remembers the party in Atlanta 10 years ago, where, drink in hand, ...
- CC1,IceBreak,Hello world ,hello toastmaster
this is my first speech:icebreak in toastmaster,it is precious memory for me,this is first time that ...
随机推荐
- C# 等待框
今天发现dev控件自带了等待框,调用方便,而且不会阻塞主线程. 拉一个窗体,界面上放两个按钮,显示等待框,隐藏. <Window x:Class="WaitDialogTest.Mai ...
- value_counts()
Serise类型: Series.value_counts(normalize=False, sort=True, ascending=False, bins=None, dropna=True) 功 ...
- 深入了解java虚拟机(JVM) 第一章 内存区域分布情况
前言: 本文主要是我自己总结的一些技巧,可能对搜到这篇的来观看的朋友有些很难理解,请见谅. 一.JVM的运行时数据区 总共有两个区域: 1.线程共享区:方法区,java堆 2.线程独占区:虚拟机栈,本 ...
- “全栈2019”Java第六章:注释
难度 初级 学习时间 10分钟 适合人群 零基础 开发语言 Java 开发环境 JDK v11 IntelliJ IDEA v2018.3 文章原文链接 "全栈2019"Java第 ...
- POJ - 2421 Constructing Roads (最小生成树)
There are N villages, which are numbered from 1 to N, and you should build some roads such that ever ...
- [Maven实战-许晓斌]-[第二章]-2.6 NetBeans上面安装Maven插件
NetBeans上面安装Maven插件
- 2016级算法第三次上机-C.AlvinZH的奇幻猜想——三次方
905 AlvinZH的奇幻猜想--三次方 思路 中等题.题意简单,题目说得简单,把一个数分成多个立方数的和,问最小立方数个数. 脑子转得快的马上想到贪心,从最近的三次方数往下减,反正有1^3在最后撑 ...
- C#-WinForm-★★★★★跨窗体 构造函数传值 及应用—登录式窗口传值、如何关闭主页面时关闭应用程序、如何打开唯一窗口★★★★★
构造函数可以传任意类型的值,并可以同时传多个值 结构函数传值的初步应用——简单的登陆式界面 现在我有两个窗体Form3和Form4,如下,如何点击Form3中的按钮后,打开Form4并将Form3中的 ...
- 从零开始完整搭建 Spring-Boot 项目开发框架的教程
前言 难度:简单 类型:step-by-step 适用:初学者,完全没有接触过 Spring-Boot 开发环境:jdk 1.8 关键词:java, sring-boot, spring-mvc, r ...
- 包子凑数(dp思想)
问题描述: 小明几乎每天早晨都会在一家包子铺吃早餐.他发现这家包子铺有N种蒸笼,其中第i种蒸笼恰好能放Ai个包子.每种蒸笼都有非常多笼,可以认为是无限笼.每当有顾客想买X个包子,卖包子的大叔就会迅速选 ...