Government sector offers a range of opportunities for individuals who want to service the people and the nation. The various profiles in this sector come with multiple challenges and a chance to work in diverse environments. To get a job in this sector, you need to draft a concise resume showing relevant work history and capabilities. Even if the sections in this resume would be similar to what you write for other industry, the skills and experience in this sector are scrutinized with attention. Mention proper details even if you are applying for an entry-level job. Your resume must reflect concrete past accomplishments, relevant experience and the required skills to secure that government job you have always desired for. The government resume sample below will help you to understand how to write a resume for a government job.
Career Summary:
Focused and detail-oriented professional seeking a mid-level position in the public health-care department where I can utilize my knowledge, skills, and experience to contribute significantly for running government programs for the welfare of citizens.
Summary of Skills:
Public Affairs Assistant
U.S. Department of Special Interest, Groton, CT
October 2014 – Present
On request.
#!/usr/bin/perl use LWP::Simple; use LWP::UserAgent; require "./cookie.lib"; &get_input; $cat = $in{'cat'}; if ($cat eq "") { $cat = "xx"; } $key = "906efcd7447d352c6ae042eabeaa5d694ed8965f404886769fcc0b490383081b"; $ip = "$ENV{REMOTE_ADDR}"; print "Content-type: text/html\n\n"; #Specific Ads for specific countries $ADS{'US'}{'adminassistant'}='New! Not satisfied with your resume? Get your resume written by an \'Administrative Resume Writing Expert\' (CPRW) for just $69.90.
'; $ADS{'US'}{'receptionist'}='
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is expert in writing resumes for receptionists for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Customer Service Representatives for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Sales Jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for engineering jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for nursing jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for CNA for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Retail Jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for Supervisor Jobs for just $69.90.
New! Not satisfied with your resume? Get your resume written by a \'Resume Writer (CPRW)\' who is an expert in writing resumes for teaching related jobs for just $69.90.
';
$ADS{'US'}{'xx'}='';
$ADS{'IN'}{accounting}='';
$ADS{'IN'}{xx}='';
#my $ua = LWP::UserAgent->new(timeout => 240);
#$agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Alexa Toolbar) K";
#$u = "http://api.ipinfodb.com/v3/ip-country/?key=" . $key . "&ip=" . $ip;
#
#$req = HTTP::Request->new(GET => $u);
#$req->referer($ref);
#$resp = $ua->request($req);
#
#if ($resp->is_success) {
# $fullresp = $resp->content();
# #print $fullresp; exit;
# ($ok,$t1,$t2,$country,$full_country) = split(/;/,$fullresp);
# if($ok eq "OK") {
# #print $country;
# print "$ADS{$country}{$cat}\n
";
print "$ADS{'US'}{$cat}\n
";
# if ($country eq "US") {
# $filename = "../geo/" . $cat;
# open(LT, "$filename");
# @all =