473,609 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to construct a Resume

MMcCarthy
14,534 Recognized Expert Moderator MVP
Organizing a Resume
Pertinent information included on your resume may be organized in a variety of ways. Regardless of the type of resume used, you should include the following:

  • Contact Information: Include your name (on every page), phone number, email, address, and postal code.
  • Objective: Address the positions that you are currently seeking.
  • Highlights: 5 or 6 points summarizing your career skills and abilities.
  • Work Experience: Be sure to list your employers in chronological order. including start and end dates.
  • Training: Include any specialized training/licenses, or professional designation that you have attained.
  • Education: Be sure to include your last level of education completed. (i.e.: Post Graduate, Post Secondary or Secondary, etc.).
  • References: Because references generally are not included on a resume, have them typed on a separate sheet of paper and readily available at an employer's request.
What Type of Resume is Best?
There are three main resume styles. Your qualifications, history and career goals will help you to choose from among them:

Chronological
This is the most popular with recruiters and agencies. It lists work history, starting with the most recent position. This style quickly reveals work stability, progression and promotion, and works well for those who have experience in their field of employment.

Functional
The functional resume focuses attention on the ability of the individual rather than the past employment. This style groups skills and accomplishments into special categories such as Marketing Experience, Organizational Skills, Project Coordination, Computer Experience, Supervisory and Management Skills. This is a good resume for people who have held a number of different positions, are re-entering the work force, looking to change career paths or are recent graduates.

Combination
The combination resume draws on the best features of both the chronological and the functional resume styles. This style emphasizes the person's capabilities, while including a complete job history. The Combination style is also another good choice for recent graduates.

How Can I Make My Resume Computer Friendly?
  • Avoid small print and unusual typefaces
  • Avoid graphics
  • Be sure that your name is the first line on the page
  • Avoid the use of complicated or creative layouts
  • Use smooth white paper, black ink and a quality printer
  • Provide enough white space
  • Emphasize keywords
References

Who to select for References
Ideally references should be previous employers. Avoid references that are not recent. For new graduates, references should consist of any part-time employers you may have worked for during school or any teachers/professors who can comment on your character or abilities. Be sure to ask your references if they are willing and able to give you a good recommendation. Let them know in advance that they may be contacted by someone and for what purpose. You should list 3 to 5 professional references (supervisors, faculty, colleagues, etc.), and avoid using personal friends and family.

Where To Put References on a Resume
Names and contact information for your references do not typically go on a resume. Most often you would conclude your resume with a section that simply states "References Available Upon Request".

How to Present References
  • Create a "Reference" heading
  • Name of Reference
  • Title or Relationship to You
  • Complete Business Address
  • Daytime Phone Number
What do Employers Look For When Contacting References?
  • Employment dates
  • Job titles
  • Accuracy
  • Job description
  • Work ethic - including conscientiousne ss, sense of responsibility, and ability to work with others
  • Whether of not they would rehire the candidate
The objective of screening, or an employee background check, is to help an employer verify the candidate's previous employment information. References are a valuable tool for determining if a candidate is truly qualified for the position.

Note: I would like to thank Paul from TES for the above advice.
Aug 30 '07 #1
0 20250

Sign in to post your reply or Sign up for a free account.

Similar topics

7
5188
by: jason | last post by:
Is there a way to avoid On Error Resume Next for: cnn.Open strCon SQL = "EXEC Customer @txtEmail='" & email_address & "'" set rs = cnn.execute(SQL) 'On error resume next rs("email_address") '// This record does not exist thus throwing up an error. I could use On
2
3515
by: Ian DeRock | last post by:
I'm fairly new to XML. As I can see it, XML is a way to organize data like in a table in a RDB, or the RDB itself. I have used XML in application data, but did not design the actual XML. I have a background in both hardware and software. I want to create an application that will regenerate a resume from the XML Resume that I have. I would like some people to look over my XML Resume data and give me suggestions on the XML. This...
2
6792
by: Darta | last post by:
OK- I volunteer to be shot if this question is stupid... BUT, is there a way to, when you catch an exception in the catch{} handler, resume to the same line of code that generated an error while you are debugging within IDE...? Here is an example from VB: Private SomeFunction () On Error GoTo ErrHandler: MyMethod this, that
2
4301
by: juky | last post by:
Hi all, I have a loop in the thread checking for a particular service status, whenever the status changes to "stopped" a RaiseEvent is generated by thread and another function runs. At the same time the thread is suspended. When I try to resume it from the another function I have some problems. Thank you. Juky
3
27410
by: bob.needler | last post by:
I know On Error Resume Next is generally considered lazy. But can someone tell me why the resume next in Exit_Handler does not seem to work? It generates the typical unhandled runtime error message from Access. If I comment out the 1st On Error Resume Next and the x = 1 / 0 on the next line there is no difference, i.e. ther same unhandled error on the same line. I included these 2 lines of code to demonstrate that On Error Resume Next...
7
21925
by: fniles | last post by:
In VB 6.0 in the error trapping, we can do "resume next" to continue on the next code. How can we do that in .NET with "Try", "Catch","End Try" ? Thanks
4
3769
by: Neo | last post by:
I found on error resume next doesn't work in for each... e.g. on error resume next for each x in y 'do stuff next if you have an error in for each loop, it falls in infinite loop... it doesn't move to next element... this sad thing but, it's indication that we must move to try catch instead of on error.
11
47979
by: Maxwell2006 | last post by:
Hi, I know that this is not a good practice, but I wonder do we have "on error resume next" in C#? Thanks,
3
2935
by: sriharikabattula | last post by:
hi, i am uploading .doc,.docX,rtf files during registration level and that path can be saved in database(i am using database MYSQL).when user want to see his resume he/she can login and retrive his details by clicking on retrive button.my problem is the code will be working in local system it not working in server.i am attaching my code shown below using System; using System.Data; using System.Configuration; using System.Collections;...
0
8095
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8588
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8410
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7030
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5526
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4037
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2541
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1407
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.