Tell Me About Yourself Example 1
Tell Me About Yourself
Employers ask this question because they want to know you have the relevant educational and professional experiences and skill-sets to excel at the role you’ve applied to and want to gain a strong understanding of why that role appeals to you.
“Tell Me About Yourself” Answer Outline (geared towards undergraduate students, modify as needed depending on the years of professional experience you have and the role you)
Step One | The Introduction: Quickly introduce yourself. Mention your name, the school you attend, the year you’re currently in, and your concentration of study. *If you are an international candidate, you can mention from where and when you moved to the U.S. here.*
Step Two | Passion for Industry: What made you interested in the industry you’re applying to? Why do you gravitate towards it?
Step Three | Professional Experiences: What have you done and what have you learned? How have those experiences influenced the progression of your career journey?
Step Four | Present Day: What about the company and/or role you are interviewing for excites you?
Winning Strategies
- Connect your professional experiences together and logically explain how one experience led to the other
- Be specific! Talk about your passion for the industry/product group you are interviewing for
- Demonstrate that you have the mindset/skill-sets to excel in the role you have applied to
Avoid
- Reading or listing the bullet points on your resume -- your interviewer can read and you aren’t adding anything new or anything of value by doing this
- Spending too much time highlighting extracurriculars or non-essential role accomplishments; you are communicating that you don’t understand the requirements of the role you’re interviewing for.
Detailed Sample Answer
Hi, my name is Mike and I’m currently a Junior at UC Berkeley majoring in both electrical engineering and finance.
Ever since I was young, I’ve always had a natural ability for working with numbers and breaking down complex problems into smaller component parts. Engineering has helped me further develop this analytical approach, but I’ve always looked to finance, my passion since starting college, as a much more practical application of this mindset.
I got my first taste of finance through a stock market competition in my Valuations class in my freshman year and I was instantly hooked. I enjoyed looking at data and performing analysis to try and figure out where the market was headed – I found it really flexed my quantitative skills which I found to be really rewarding!
I got my first exposure to finance in the professional world as a corporate finance intern at Intel, the computer chip company. I performed a variety of tasks, including performing financial analysis on equity returns for potential investments and updating financial models to support quarterly deal evaluation. It was a great learning experience that solidified my desire to further develop my investment skill-sets and my interest in finance within the tech space.
Last summer I worked as an analyst at [FIRM X] in equity research, leveraging my engineering knowledge and passion for electronics to cover the technology sector. I got hands-on experience doing everything from performing competitive analysis research for a high-speed semiconductor product to using a Bloomberg terminal to gather data to calculate P/E and ROA ratios for tables that were used in research reports. I also got a chance to utilize my writing chops, creating multiple articles ultimately used by analysts for their own research.
While I found the experience in equity research quite rewarding, I realized at this early stage in my career, I don’t want my experiences and learnings to be limited to one sector. Additionally, my conversations with a few investment bankers I worked with at [FIRM X] made me realize that working on live deals and the transactional nature of investment banking -- facilitating an acquisition or raising capital for an IPO -- is much more appealing and exciting to me.
It’s for this reason I’m here today to interview for the investment banking summer analyst position at [FIRM Y]. I truly believe your firm is a leader in the [XXX] space, especially after leading the successful IPO’s of [Company A] and [Company B], and will prove to be a great training ground that will bring out the best in my abilities. I look forward to sharing more about my passion for the role and the value I can add to [FIRM Y].
Why Is This a Good Answer?
- There is structure ( the answer is not all over the place)!
- There are logical transitions from one experience to another — the interviewer has understood the candidate is purposeful in his or her career moves. The whole point of this answer is to provide the “context behind the bullet-points”, i.e. why did you choose to pursue a certain path or role.
- The answer just contains high-level highlights and learnings and no mentions of specific bullet-points. If your interviewer has a question about a specific bullet-point, they will ask you a follow-up questions, but avoid going over bullet-point by bullet-point in your answer AT ALL COSTS!
随机推荐
- php -- 目录、路径、磁盘
----- 028-dir.php ----- <!DOCTYPE html> <html> <head> <meta http-equiv="co ...
- 使用 Linux 自带的 logrotate 程序来控制日志文件尺寸
1. 编写配置文件,内容如下(以 Amadeus 系统为例): 编写配置文件,放在 /etc/logrotate.d/xxxx 下,其中 xxxx 是自己取的名字,无需后缀.例如 Amadeus 系统 ...
- 利用python数据分析与挖掘相关资料总结
小生今年研二,目前主要从事软件工程数据挖掘与分析.之前一直苦于找不到一个从数据预处理.数据分析.数据可视化和软件建模的统一平台.因此,小生辗转反辙学习了java,R语言,python,scala等等. ...
- vue里碰到 $refs 的问题
记录困惑自己一个简单的问题...(瞬间感觉官方文档的强大) 在自己做的一个项目中,遇到一个列表页,根据id能进入详情页(动态匹配路由),详情页是单独的一个组件,在这个详情的组件里,我想获取内容给你区域 ...
- Mini2440 通过 SPI 操作 OLED (裸板下使用 SPI 控制器)
在裸板下使用 SPI 的话,有两种方法可选: 使用 IO 口模拟 SPI 进行操作 使用 SPI 控制器进行操作 这里我们选用控制器的方式,简单方便. 初始化 SPI static void SPIC ...
- [转]RabbitMQ学习之:(十二)在Node.js环境下使用RabbitMQ
本文转自:https://blog.csdn.net/puncha/article/details/8452017 学,以致用.找了半天Node.js下RabbitMQ的库,看上去都不太趁手,直到最后 ...
- [转]在Node.js中使用RabbitMQ系列一 Hello world
本文转自:https://www.cnblogs.com/cpselvis/p/6288330.html 在前一篇文章中可伸缩架构简短系列中提到过关于异步的问题.当时推荐使用RabbitMQ来做任务队 ...
- 使用Sandcastle工具为.NET项目工程生成一份项目帮助文档chm
Sandcastle的,由Microsoft创建的,是从创建MSDN风格的文档中使用的工具.NET程序集和关联的XML注释文件.目前的版本是2010年6月发布.这是命令行并没有GUI前端,项目管理功能 ...
- C#实现RSA加密与解密、签名与认证(转)
一.RSA简介 RSA公钥加密算法是1977年由Ron Rivest.Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的.RSA取名来自开发他们三者的名字.RSA是目前最有影响力 ...
- Java基础——Oracle(八)
一.流程控制语句 1) 循环语句 == loop .. end loop 简单的循环,至少被执行一次 create table userinfo (id number, name varchar2( ...