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!
随机推荐
- 3分钟学会git命令的基础使用
前言废话 下面我们就来看看gitlab服务器搭建好(http://www.cnblogs.com/JeremyWYL/p/8258368.html) 之后,git命令的基础使用,基本上就能满足我们平时 ...
- SOA总结(脑图图片)
- Sql语句出错:Unknown column 'CLAMP' in 'where clause'
严重: Servlet.service() for servlet [jsp] in context with path [/management] threw exception [javax.se ...
- Hadoop-调优剖析
1.概述 其实,在从事过调优相关的工作后,会发现其实调优是一项较为复杂的工作.而对于Hadoop这样复杂且庞大的系统来说,调优更是一项巨大的工作,由于Hadoop包含Common.HDFS.MapRe ...
- C#效率优化(2)-- 方法内联
一.JIT编译器可以通过将方法内联展开(Method Inline Expansion)来提升效率,类似C++中的内联函数(Inline Function),与C++的内联函数不同的是,C#并不支持内 ...
- Extjs gridPanel可复制配置(转)
ExtJS默认是禁用了文本复制的功能,实际需求中可能需要能够复制,那么如何解决了,我在网上看到了许多解决办法,绝大部分都是从重写CSS样式或者重写gridView代码入手,我遇到这个问题的时候,我想作 ...
- SpringMVC之json数据交互
在Spring3.1之后,如果使用<mvc:annotation-driven />,即使用注解驱动,默认情况下已经配置了MappingJackson2HttpMessageConvert ...
- vue.js的项目实战
欢迎大家前往腾讯云+社区,获取更多腾讯海量技术实践干货哦~ 本文由蔡述雄发表于云+社区专栏 需求背景 组件库是做UI和前端日常需求中经常用到的,把一个按钮,导航,列表之类的元素封装起来,方便日常使用, ...
- Python 的几种推导式
推导式 comprehensions(又称解析式):是 Python 中很强大的.很受欢迎的特性,具有语言简洁,速度快等优点.推导式包括: 1. 列表推导式 2. 字典推导式 3. 集合推导式 对以上 ...
- 深入浅出 JVM ClassLoader
# 前言 在 JVM 综述里面,我们说,JVM 做了三件事情,Java 程序的内存管理, Java Class 二进制字节流的加载(ClassLoader),Java 程序的执行(执行引擎).我们也说 ...