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!

随机推荐

  1. Rsync文件同步工具

    前段时间因公司需求,需要把备份的文件进行同步保存,后面就想到了我们大家都最熟悉的文件同步工作Rsync,于是就捣鼓了一下午时间,然后总结了下大概过程和参数详情. 首先了解了下rsync同步的大致原理: ...

  2. Consul内部分享ppt

    Consul 是一个支持多数据中心,分布式,高可用的服务发现和配置共享系统.由 HashiCorp 公司使用 Go 语言开发,基于Raft协议.部署起来非常容易,只需要极少的可执行程序和配置文件,具有 ...

  3. JVM-常用内存调优参数总结

    一.内存调整参数 -Xmx2g    设置堆内存最大值为2g -Xmx512m  设置堆内存最大值为512m -Xms1g   设置堆内存最小值1g (ps:-Xms和-Xmx实际上是 -XX:Ini ...

  4. Android面试题(3)

    1.  请描述下Activity的生命周期. activity的生命周期方法有: onCreate().onStart().onReStart().onResume().onPause().onSto ...

  5. JVM参数以及用法

    工作以后,发觉真的几乎没有像大学那样空闲的时间,坐下来看看书写写博客了.最近的一篇博客距离现在已经近一个多月了,最近也在复习Java的东西,准备校招,看了看JVM的东西,就当作记笔记. (一)JVM参 ...

  6. c#中打开Excel文档

    方法一:(调用Excel的COM组件)       在项目中打开Add Reference对话框,选择COM栏,之后在COM列表中找到"Microsoft Excel 11.0 Object ...

  7. VS2010安装MVC3失败的解决方法

    环境:Win 7 x64 原因:在安装MVC3之前,安装过VS2010 SP1,导致MVC3安装,找不到对于的VS2010安装器 vs_setup.msi 问题图片: 解决方法: 一.来自网络的方法 ...

  8. Spring Security OAuth2 SSO 单点登录

    基于 Spring Security OAuth2 SSO 单点登录系统 SSO简介 单点登录(英语:Single sign-on,缩写为 SSO),又译为单一签入,一种对于许多相互关连,但是又是各自 ...

  9. JavaSE-基础语法(二)-系统类(java.lang.*)和工具类(java.util.*)

    系统类(java.lang.*)和工具类(java.util.*) 一.系统类(java.lang.*) 这个包下包含java语言的核心类,如String.Math.System和Thread类等,使 ...

  10. Spring中四种实例化bean的方式

    本文主要介绍四种实例化bean的方式(注入方式) 或者叫依赖对象实例化的四种方式.上面的程序,创建bean 对象,用的是什么方法 ,用的是构造函数的方式 (Spring 可以在构造函数私有化的情况下把 ...