Tell me about your last project

2023-11-04 02:32
文章标签 last project tell

本文主要是介绍Tell me about your last project,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

How to reply to “Tell me about your last project?” in an interview

up vote 25 down vote favorite
8

I am a software engineer, I get confused what to answer, where to start, when I am asked this question: "Tell me about your last project?"

I usually start with the problem description, then stating the solution as the project. Project architecture, one line intro about all the modules. By this time the interviewer looses interest or very desperate to finish quickly just wants me to jump straight to my module.

Listening 2-3 sentences they guess and ask me 2-3 direct technical questions before wrapping up. I find it difficult to answer these questions as, they had not allowed me to fully explain the modules. So I feel they might assume me as a person who has insufficient knowledge about the project or my module.

What's the best way to explain a big project within few minutes. And how would I know what they are looking for? ( Should I just limit my explanation limited to their requirement?)

share improve this question
 
4 
Are you selling your project or yourself? If you are selling your project, it might make sense to introduce all the modules. If you are selling yourself, it probably makes sense to jump straight into your module. –  emory May 28 '13 at 22:47

4 Answers

active oldest votes
up vote 43 down vote accepted

Yes, you should just limit your explanation to their requirement. As an interviewer, I am asking this question not to get the full picture of the project, but simply to understand enough to ask you follow-up questions. That's the real point of this question: to see whether you can explain the "why did you do x instead of y?". It's in those follow-up questions that you get to show that you really understood the full project. If you try to show all your understanding up-front, you will get bored looks, as you have already encountered. Also, explaining it up-front only shows that you've been able to memorize a script, not that you really understood the project.

Be especially careful of this with phone interviews, as you will not be able to read their body language. I've performed lots of phone interviews where I asked a simple question and got a 5-minute monologue which I then had to try to interrupt tactfully. At a bare minimum, you should pause at spots and ask something like "would you like to hear more detail on that, or does that give you the basics of what you wanted to know?"

share improve this answer
 
1 
Welcome to The Workplace and nice answer! –  enderland  May 28 '13 at 22:32
up vote 7 down vote

Keep it short and sweet by trying to stick to the following points:

Planning implementation and achieving results

Describe the project, activity or event which you have worked on and taken through to a conclusion. Include your objective, what you did, any changes you made or assisted in implementing plans and state how you measured your success. 

Influencing, communication and teamwork

Describe how you have achieved a goal through influencing the actions and opinions of others (perhaps in a team context). What were the circumstances? What did you do to make a difference? How do you know the result was satisfactory? 

Analysis, problem solving and creative thinking

Describe a difficult problem that you have solved during this project. State how you decided which the critical issues were. Say what you did and what your solution was. What other approaches could you have taken? 

share improve this answer
 
up vote 3 down vote

"Tell me about your last project?"

I usually start with the problem description, then stating the solution as the project. Project architecture, one line intro about all the modules. By this time the interviewer looses interest [...].

Try this: 

  1. Short sentence on what problem your last project was solving

  2. If the architecture (or anything else) gave you bigger responsibilities or challenges that you overcame, mention them briefly here. As an interviewer, I wouldn't care that your project had six modules or what they were (I am not an interviewer).

  3. Speak about your activity/responsibility in the last project.

E.g.: My last project was adding a reporting module for an in-house data management system. I was in charge of loading all the wibbles and generating wibble-reports from the non-expired ones, in real time.

share improve this answer

这篇关于Tell me about your last project的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/342622

相关文章

Debugging Lua Project created in Cocos Code IDE creates “Waiting for debugger to connect” in Win-7

转自 I Installed Cocos Code IDE and created a new Lua Project. When Debugging the Project(F11) the game window pops up and gives me the message waiting for debugger to connect and then freezes. Also a

Linux内置的审计跟踪工具:last命令

如果你是一个服务器管理员,你或许知道你要保护你的服务器的话,不仅是从外部,还要从内部保护。Linux有一个内置工具来看到最后登陆服务器的用户,可以帮助你保护服务器。   这个命令是last。它对于追踪非常有用。让我们来看一下last可以为你做些什么。   last命令的功能是什么   last显示的是自/var/log/wtmp文件创建起所有登录(和登出)的用户。这个文件是二进制

SVN Cornerstone 报错信息 xcodeproj cannot be opened because the project file cannot be parsed.

svn点击update 之后,打开xcode工程文件,会出现  xxx..xcodeproj  cannot be opened because the project file cannot be parsed. 发现项目中代码全没了。只有一个空的工程名字,因为xcodeproj工程文件冲突了,然后就是svn强制给你更新了,内部的文件冲突了,你们改了同样的地方的一段代码,可能是你们只是多加

Android Studio打开Modem模块出现:The project ‘***‘ is not a Gradle-based project

花了挺长时间处理该问题,特记录如下:1.背景: 在Android studio 下导入一个新增的modem模块,如MPSS.DE.3.1.1\modem_proc\AAA, 目的是看代码方便一些,可以自由搜索各种关键字。但导入该项目时出现了如下错误: The project '***' is not a Gradle-based project.造成的问题: (1) project 下没有代码,而

Show,Attend and Tell: Neural Image Caption Generation with Visual Attention

简单的翻译阅读了一下 Abstract 受机器翻译和对象检测领域最新工作的启发,我们引入了一种基于注意力的模型,该模型可以自动学习描述图像的内容。我们描述了如何使用标准的反向传播技术,以确定性的方式训练模型,并通过最大化变分下界随机地训练模型。我们还通过可视化展示了模型如何能够自动学习将注视固定在显着对象上,同时在输出序列中生成相应的单词。我们通过三个基准数据集(Flickr9k,Flickr

实习四十:部署project_exam_system项目——及容器的编排

(一)安装docker、编辑daemon.json文件、安装docker-compose编排容器、启动docker 1.环境准备 [root@docker--1 ~]# rz -E   rz waiting to receive.   [root@docker--1 ~]# ls   anaconda-ks.cfg  docker.sh   [root@docker--1 ~]# source

解决Re-download dependencies and sync project

解决Re-download dependencies and sync project 问题描述 新建一个工程,报错 Error:Failed to open zip file.Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)<a hr

Last Position of Target

Find the last position of a target number in a sorted array. Return -1 if target does not exist. Example Example 1: Input: nums = [1,2,2,4,5,5], target = 2Output: 2 Example 2: Input: nums = [1,