Certified Reliability Engineer Resume
- Resume
- Engineering Resumes
- Certified Reliability Engineer Resume
The primary task of identifying and managing asset reliability risks that affect the company's operations or affect business adversely lies with a reliability manager. These professionals optimize
manufacturing processes by using their engineering knowledge and performing duties like participating in development of product design, guiding installation, and commissioning plans, creating criteria for acceptance testing, supervising efforts to ensure maintainability of processes, control systems, utilities, equipment and safety systems. They develop engineering solutions to avoid repetitive failures to ensure plant operations do not get hampered. A bachelor's degree is a prerequisite to work in this field. Apart from this, to ensure that your resume makes the right impact on the hiring
manager, see to it that it contains relevant information which highlights your capabilities for the job.
Sample Certified Reliability Engineer Resume
Margarita A. Gardiner
824 Sugarfoot Lane
Kokomo, Indiana 46902
Phone: 765-369-1230
Email: margaritagardiner@anymail.com
Career Summary:
Energetic and hard-working Certified Reliability Engineer with over 5+ years of experience of working in the industry. Complimented for using the best life cycle management methods, successful application of RAM program knowledge and adaptive to the latest technologies.
Summary of Skills:
- Strong experience of reliability engineering and testing
- Expertise in executing different technical operations with efficiency
- Ability to maintain overall workplace efficiency by using life cycle management principles
- Capable of doing in-depth data analysis to recognize point of failure and take corrective actions
- Good competency in handling various mechanical and electrical instruments like digital thermometers and oscilloscopes
- Ability to manage challenging work environment and meet the assigned targets
- Excellent interpersonal and communication abilities
- Flexible to move to new place and willing to relocate as per requirement
Work Experience:
Certified Reliability Engineer
Optical Manufacturing Pvt Ltd., Kokomo, Indiana
September 2016 – Present
- Performing root cause analysis on components to determine corrective actions and reduce future failure percentage
- Analyzing and checking department's maintenance procedures and suggesting effective methods
- Performing different testing procedures by using Reliable Analysis tools
- Supervising installation for larger equipment and determine resale value for old equipment
- Conducting training seminars and sessions for trainee reliability engineers
Reliability Engineer
Crate Incorporation, Kokomo, Indiana
June 2014 – August 2016
- Developed an innovative method for monitoring defective products that lead to better maintenance process and reduced failure rate by 12%
- Effectively managed different stages in product development by revising per stage timing and setting up a product track cycle
- Initiated a new method to conduct analysis on organization's manufacturing processes, equipment and components
- Collected and analyzed historic data to evaluate and identify current as well as future parameters which could help in cost reduction
- Developed new policies to determine how to repair damaged equipment
Assistant Reliability Engineer
Mystic Global Industries, Kokomo, Indiana
March 2012 – May 2014
- Ensured quality of final products by using different testing methods and implementing innovative methods to resolve defects
- Coordinated with designers to ensure all quality systems were as per standards and customer requirements
- Assisted technicians to maintain safe work area and checked all equipment to ensure timely repairs
- Performed different tasks like calculating reliability of company's products, determined shelf life of products and assessed its failure modes
- Prepared various pie charts, graphs and statistical diagrams for senior executives for team meetings
Internship:
Moines Global Corporation, Kokomo, Indiana
Role: Reliability Engineer Intern
November 2010 – March 2011
- Worked under supervisors to ensure all BBS regulations were followed in the plant to ensure a safe work area
- Monitored the shop floor according to Reliability Centered Maintenance rules and performed root cause analysis for identifying major faults
- Handled faulty components and prepared reports on possible improvements in the product design
- Handled dispatch of ordered products and ensured it was packaged as per regulatory standard
Education:
-
Master's Degree in Science
Major: Industrial Engineering
ABC University, Kokomo, Indiana
2011
-
Certification in Product Testing & Reliability
ABC University, Kokomo, Indiana
2012
Awards/ Achievements:
- Received Quality Tester Award for maintaining the quality of patent products in Crate Incorporation, 2014
- Awarded Star Performer of the Year Award for handling client requirements and engaging with staff from different departments in Crate Incorporation, 2015
Reference:
On request.
YOu can also refer "Engineering Project Manager Resume"
#!/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'}='
';
$ADS{'US'}{'csr'}='
';
$ADS{'US'}{'sales'}='
';
$ADS{'US'}{'engineer'}='
';
$ADS{'US'}{'nursing'}='
';
$ADS{'US'}{'cna'}='
';
$ADS{'US'}{'retail'}='
';
$ADS{'US'}{'supervisor'}='
';
$ADS{'US'}{'teacher'}='
';
$ADS{'US'}{'69rr'}='
';
$ADS{'US'}{'accounting'}='
New! Not satisfied with your resume?
Get your resume written by an \'Accounting Expert\' Resume Writer 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 = ;
# close(LT);
# $count = $all[0];
# if($count eq "") { $count = 0;}
# $count = $count + 1;
# open(LT, ">$filename");
# print LT "$count";
# close(LT);
# #print $count;
# }
# }
#} else {
# #do nothing, just exit;
# exit;
#}