Current location - Education and Training Encyclopedia - Resume - How to write the project experience in your resume?
How to write the project experience in your resume?
Question 1: What is project experience? What can you write in your resume about your project experience? Project experience and work experience complement each other, but compared with work experience, project experience focuses more on expressing the skill level of job seekers in a certain professional field. Therefore, technical posts and consulting posts pay more attention to project experience when recruiting.

For job seekers, how to write project experiences to highlight their own advantages? A complete project experience should include three parts: project introduction, personal responsibilities and main achievements.

Example:

Project name: Street lamp project of Zhongshan Street and Development Zone in XX.

Project time: YY month to YY month.

Project Description: The street lamp project of Zhongshan Street and Development Zone is a key project in XX City, with a total investment of 6 1 10,000.

Responsibilities: Responsible for the general contracting of the project, as the general person in charge of the project, comprehensively coordinate and manage the funds and personnel of the whole project.

Main achievements: the whole project was completed 23 days ahead of schedule; The acceptance of the project won the high-quality project award.

Through such a simple introduction of project experience, a job seeker's experience in project management is very clear.

Question 2: About the project experience in your resume? Recently, I received some resumes from my classmates, and I feel anticlimactic. The self-introduction in the first half is good, but the experience and skills in the later projects are much worse. It may be that the technology is not well mastered, and I am afraid that people will ask questions deeply, so I cherish words like gold; Or it could be.

Know it by heart, open your mouth and come, just wait for others to ask; Maybe Chinese is really not so good that you can't write it; You don't want us to write it for you! ! !

No matter what the reason, the more detailed the project experience, the more helpful it is for job hunting!

Generally, when a resume arrives at the company, it will be seen by HR or people in the direct technical department. HR generally doesn't know much about technology, but she will screen her resume according to the requirements submitted by the department. She will search for the corresponding keyword in her resume, which is the technical notice.

For example, she should know "test case design, requirements analysis, automation tools, configuration management." . . "She will combine some other requirements, pick out resumes with these keywords and send them to the technical department.

If the technical department directly screens resumes, they are more concerned about what you have done and what you will do! If your project experience at this time is only a short introductory text, then generally they will not read it again.

Students have also done many large and small projects here. How can they write professionally and leave a deep impression on others?

I recommend several writing methods for your reference: (Please don't copy them completely, but have your own characteristics! )

Example 1:

Automatic version upgrade tool system test

Software environment: Windows 2000 Professional SP4Visual SourceSafeIIS5.0

Hardware environment: Intel on 2.93 GHz;; 5 12M; 40 grams

Development environment: Delphi

Software introduction: it is a tool for securities companies to upgrade their own software; There are three versions, and the function and performance need to be tested separately.

Main responsibilities: as the team leader, make the first draft of the test plan, write the framework of test requirements, assign and arrange work tasks, participate in the test of some modules-business processes (write complete test requirements, design test cases, execute test cases and complete defect reports), and complete the test summary analysis report and work performance statistics; Organize the review at each stage; In addition, the specification of control naming and the document format submitted by everyone are unified.

Example 2:

2006/4―2006/5:

Project Name: Shopping Mall Management System

This project is a practical project completed by a team in the process of studying psychological education. There are five people in the team. I am mainly responsible for project planning, test demand analysis, test analysis and summary analysis, system test case design and implementation.

Use the test management tool TestDirector to manage the whole process.

Example 3:

PhpWind blog (Web project)

As the team leader in the project, he is responsible for making the test plan and completing a series of test processes such as test requirements, test case design, test execution and defect report, summary and analysis report on time with team members according to the test plan. At the beginning of the test, the requirements were subdivided, and the facts also verified the benefits of doing so. Functional testing and safety testing adopt data-driven test case design method, and manual performance testing sets relevant indicators.

The above three examples come from the resumes of previous graduates, which I think are better written. As you can see, the title of team leader is very useful at this time! Ha ha!

I hope it will help everyone!

Question 3: How to write the project description in your resume? Resume is the first stepping stone to find a job? How to write a resume to get the approval of the leaders of human resources and employing departments? What problems will you encounter when writing a resume? There are often project experiences in resume templates. How was the project experience? How to write a resume about project experience? What should I pay attention to when writing project experience in my resume? How to write about project experience and highlight your advantages in recruitment, especially technical positions?

Project experience and work experience complement each other, but compared with work experience, project experience focuses more on expressing the skill level of job seekers in a certain professional field. Therefore, technical posts and consulting posts pay more attention to project experience when recruiting.

For job seekers, how to write project experiences to highlight their own advantages? A complete project experience should include three parts: project introduction, personal responsibilities and main achievements.

Example:

Project name: Street lamp project of Zhongshan Street and Development Zone in XX.

Project time: YY month to YY month.

Project Description: The street lamp project of Zhongshan Street and Development Zone is a key project in XX City, with a total investment of 6 1 10,000.

Responsibilities: Responsible for the general contracting of the project, as the general person in charge of the project, comprehensively coordinate and manage the funds and personnel of the whole project.

Main achievements: the whole project was completed 23 days ahead of schedule; The acceptance of the project won the high-quality project award.

Through such a simple introduction of project experience, a job seeker's experience in project management is very clear.

Question 4: How to write the project description of resume project 2? Your position in the project team, whether you can solve the problem independently;

3. Your business knowledge and teamwork ability.

Technology is obviously the most important, but you need to describe the technical framework of the whole project very carefully, let the recruiter know that you are familiar with the macro framework, and then highlight the technical problems you solve.

Let's refer to a project description:

"This project is developed by JSP+JavaBean+Struts and adopts MVC mode. The presentation layer is separated from the business layer and is easy to maintain and expand. "

The following is my project description (virtual):

"This project is structurally divided into presentation layer, business layer and data access layer, and the dependencies between the layers are bottom-up. The technologies adopted include Struts, Spring, Hibernate, Log4J, JDom, etc. The presentation layer is developed with Struts framework. The business layer encapsulates the business process. In order to adapt to the change of business, each business module has a special interface and implementation class, which is injected into the action; By using the IoC function of Spring. The data access layer is realized by Hibernate, and the code is concise, which can adapt to different databases. The transaction part uses Spring's declarative transaction management. In order to improve performance, the caching agent is implemented by Servlet filter.

The experience of this project simply outlines the architecture of the system, which also shows that you are very familiar with Struts, Spring and Hiberante.

At the same time, it can be noted that some important links are described very briefly, such as transactions and caching agents, which are actually intentional.

During the interview, many people are afraid that the other party will suddenly ask a question for which they are unprepared, and often lack the ability to cope. On the one hand, you need to practice more, on the other hand, you need to know that you are not always passive in the interview, waiting for the other party to ask questions.

If you just give the other person an ordinary resume, which only mentions JSP and Struts that everyone will mention, then you have to wait for the other person's random questions. However, if your project experience and description are the same as just now, the other party will probably ask you how to apply transactions in Spring and how to use caching agents (if the other party is a technician). At this time, you have changed from passive to active ... of course, the premise is that you must master these technical points and have thought about the expression in advance! This is just a little interview skill.

In short, writing a description of the project experience in your resume is also a job search method.

Question 5: How to write the project experience in your resume? 1. You must write down the work you are responsible for, which is organized and what is the task?

2. In order to reflect the importance of your work, you can write key points and highlight your advantages. Even if you know a lot, you can make some changes to increase your chances of success.

3. If necessary, figures can be used to illustrate the problem, and the text is too abstract.

Question 6: How to write 1 about the project experience in your resume? You can also write about the organizational experience of the student union.

2. Graduation design and thesis are also acceptable.

3. The projects done by the tutors who have participated can also be done.

Question 7: What's the difference between work experience and project experience on your resume? I just answered your question. Work experience refers to: the information of the units and posts experienced after joining the work; And project experience refers to: mainly engaged in projects or successfully operated projects in the course of work. Follow-up: well, I feel that the two are still the same, and there is not much difference. Still don't understand, answer: not the same. Let me give you an example: from 20 10 0 1 to 201may, you worked as a project manager in a certain unit. This is your work experience; Project experience refers to the projects you are engaged in in in your work experience, such as the overall renovation and installation of CBB line when you are the manager of engineering department, so that the whole production line can meet the production requirements within the expected time. This is the project experience. Do you see it? .

Question 8: How to write your resume and project experience? Hello, let me answer your question:

First, briefly introduce the project, then write down your identity in this project and what you have done in detail, then analyze the parts that can be improved in detail, and write down the improvement results of your own practice if possible. A complete project experience should include three parts: project introduction, personal responsibilities and main achievements.

Example:

Project name: Qiaoxing Street and Development Community Park Project in XX City

Project time: YY month to YY month.

Project Description: Qiaoxing Street and Development Zone Park are key projects in XX, with a total investment of 6 1 10,000.

Responsibilities: Responsible for the general contracting of the project, as the general person in charge of the project, comprehensively coordinate and manage the funds and personnel of the whole project.

Main achievements: the whole project was completed 30 days ahead of schedule; The acceptance of the project won the high-quality project award.

Project experience and work experience complement each other, but compared with work experience, project experience focuses more on expressing the skill level of job seekers in a certain professional field. Therefore, technical posts and consulting posts pay more attention to project experience when recruiting. Don't exaggerate some technical projects. Be realistic. Everyone wants to find a practical and reliable person. The ability of the person interviewing you must be above you. Talk to you about technologies you don't understand, and you will know if you understand them. If your resume is false or exaggerated, it will basically be rejected by one vote.

I hope it can be adopted by you, and the job seeker will serve you wholeheartedly.

Question 9: How to write the project experience of 9:XX years on your resume-what project, what are you, what is the content of the project, what are you responsible for and what have you thought about? I suggest you go to the resume magic board.

Question 10: How to write the project description in your resume? If you participate in the project, you'd better write clearly the project time, project description, your main responsibilities in the project, the technology used in the project and what you have learned from the project.

Complete part of xxx coding/testing/design, realize yyyy function (within xxx time), and make the project get zzzz income and dddd reward.

In the project description, you can talk about what technology you used to realize a certain function, such as using MySQL's limit statement to realize paging function.

First, introduce the functions to be realized by the project, then introduce the structure division (MVC) of the program, and then talk about the technologies used to realize MVC (such as JSP and JSTL for View and Struts2 filters for Controller). . . ), and then introduce the specific technology used to realize the main functions (I suggest you talk more about AJAX)