#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "header_b.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;
Chronological Resume


Writing a Chronological Resume

A chronological resume is the easiest to write as it is the most traditional type of resume and the format preferred by most employers. If you are certain that this type of resume best suits your requirements and situation, then nothing can stop a well framed chronological resume from achieving its aim - earning you a place in the interview round.

#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "aroj_mid.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;

What is a chronological resume?

A chronological resume lists your work history along with all the relevant details in the reverse order, which means that the latest job is mentioned first and the earliest one would be listed last. This format is ideal for those with strong professional experience and a steady career graph that depicts consistent upward progress. Most people in the corporate careers and other traditional occupations would do well to use this kind of resume.

Components of a chronological resume

A chronological resume consists of the following sections:

  1. Personal details
  2. Objective
  3. Work experience
  4. Education
  5. Certificates/Licenses/achievements
  6. Activities
  7. References (Optional)

Let us elaborate on each of the sections mentioned above.

This step by step guide to building a chronological resume would certainly make your job that much simpler and less complicated. Once you are aware of the correct format of a chronological resume, all you need to do is fill it in with the details and facts specific to you to create a resume that is sure to be a go-getter.

#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; open(LATEST, "footer_b.txt"); @bnr_all = ; close(LATEST); print "@bnr_all\n"; exit;